summaryrefslogtreecommitdiff
path: root/include/configs/am43xx_evm.h
AgeCommit message (Collapse)AuthorFilesLines
2014-02-27Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-0/+9
Conflicts: arch/arm/cpu/armv7/config.mk board/ti/am43xx/mux.c include/configs/am43xx_evm.h Signed-off-by: Tom Rini <trini@ti.com>
2014-02-21am43xx_evm: Enable GPT commandsTom Rini1-0/+9
Signed-off-by: Tom Rini <trini@ti.com>
2014-02-21Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-0/+20
2014-02-18am437x_epos_evm: add SPL API, QSPI, and serial flash supportSourav Poddar1-0/+20
Enables support for SPI SPL, QSPI and Spansion serial flash device on the EVM. Configures pin muxes for QSPI mode. Signed-off-by: Sourav Poddar <sourav.poddar@ti.com> Reviewed-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
2014-01-29Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD1-1/+1
2014-01-25arm: am43xx: Add USB spl boot supportDan Murphy1-6/+40
Add the USB host boot support for the am43xx evm Add the macros to boot from a usb drive in uBoot Signed-off-by: Dan Murphy <dmurphy@ti.com>
2014-01-24am43xx_evm.h: Correct SPL max sizeTom Rini1-1/+1
Upon further inspection of relevant parts of the architecture, the maximum SPL binary size is 220KiB. Cc: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Tom Rini <trini@ti.com>
2013-12-19ARM: AM43XX: board: add support for reading onboard EEPROMSekhar Nori1-0/+7
Add support for reading onboard EEPROM to enable board detection. Signed-off-by: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
2013-12-19ARM: AM43xx: Add extra ENV settingsLokesh Vutla1-0/+63
Add Extra env settings. This is derived from am335x Extra ENV settings. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
2013-12-19ARM: AM43xx: Add L2 SupportLokesh Vutla1-0/+5
AM4372 uses PL310 L2 Cache. Enable the configs for the same. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
2013-12-19ARM: AM43xx: Adapt to ti_armv7_common.h config fileLokesh Vutla1-102/+27
Use ti_armv7_common.h config file to inclde the common configs. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
2013-11-04config: remove platform CONFIG_SYS_HZ definition part 2/2Rob Herring1-1/+0
Remove platform CONFIG_SYS_HZ definition for configs a-z*. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
2013-10-21usb: am437x: Add support for am437x xhci USB hostDan Murphy1-0/+11
Add the support for the am437x xhci usb host. The xHCI host on AM437 is connected to a usb2 phy so need to add support to enable those clocks. Signed-off-by: Dan Murphy <dmurphy@ti.com>
2013-08-15ARM: AM43xx: Add config fileLokesh Vutla1-0/+135
Add config file Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>