summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2013-12-16Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini
2013-12-16common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot ↵Miao Yan
interface. The next version VxWorks adopts device tree (for PowerPC and ARM) as its hardware description mechanism. For PowerPC, the boot interface conforms to the ePAPR standard, which is: void (*kernel_entry)(ulong fdt_addr, ulong r4 /* 0 */, ulong r5 /* 0 */, ulong r6 /* EPAPR_MAGIC */, ulong r7 /* IMA size */, ulong r8 /* 0 */, ulong r9 /* 0 */) For ARM, the boot interface is: void (*kernel_entry)(void *fdt_addr) Signed-off-by: Miao Yan <[email protected]> [trini: Fix build error when !CONFIG_OF_FDT is set, typo on PowerPC, missing extern ft_fixup_num_cores] Signed-off-by: Tom Rini <[email protected]>
2013-12-16blackfin: fix building error by enlarging the memory sizeSonic Zhang
Signed-off-by: Sonic Zhang <[email protected]>
2013-12-16blackfin: Disable commands to reduce l1 ram requirementSonic Zhang
Signed-off-by: Sonic Zhang <[email protected]>
2013-12-16blackfin: fix building error by adding macro CONFIG_SYS_I2CSonic Zhang
Signed-off-by: Sonic Zhang <[email protected]>
2013-12-16blackfin: fix build error by adding CONFIG_BFIN_SERIALSonic Zhang
Signed-off-by: Sonic Zhang <[email protected]>
2013-12-13common/config_defaults.h: make CONFIG_BOOTM_VXWORKS default configurationMiao Yan
Signed-off-by: Miao Yan <[email protected]>
2013-12-13kgdb: configs: remove obsolete CONFIG_KGDB_SER_INDEXVladimir Zapolskiy
The last users of CONFIG_KGDB_SER_INDEX were removed more than 3 years ago in commits 550650ddd0 and bf16500f79, either kgdb subsystem should care about this parameter or it should be gone completely. Signed-off-by: Vladimir Zapolskiy <[email protected]>
2013-12-10Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
Conflicts: board/samsung/trats2/trats2.c include/configs/exynos5250-dt.h Signed-off-by: Tom Rini <[email protected]>
2013-12-10Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD
Conflicts: arch/arm/cpu/armv7/rmobile/Makefile doc/README.scrapyard Needed manual fix: arch/arm/cpu/armv7/omap-common/Makefile board/compulab/cm_t335/u-boot.lds
2013-12-10Merge branch 'spi' of git://git.denx.de/u-boot-x86Tom Rini
2013-12-10Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini
2013-12-10Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2013-12-10vexpress: use correct timer address on extended memory map systemsIan Campbell
Signed-off-by: Ian Campbell <[email protected]> Cc: [email protected]
2013-12-09sandbox: spi: Enable new spi/sf layersMike Frysinger
We want to test SPI flash code in the sandbox, so enable the new drivers and the 'sf test' command. This command is used to validate the sandbox SPI / SPI flash implementation, so enable it. Signed-off-by: Mike Frysinger <[email protected]> Signed-off-by: Simon Glass <[email protected]>
2013-12-09spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT nodeSimon Glass
This allows us to put the SPI flash chip inside the SPI interface node, with U-Boot finding the correct bus and chip select automatically. Signed-off-by: Simon Glass <[email protected]>
2013-12-09arm: at91: support for the Calao USB-A9263 board (based on AT91SAM9263)Mateusz Kulikowski
Add support for USB-A9263 board manufactured by Calao Systems (http://www.calao-systems.com/). Code is based on old U-Boot sources (2010.09) released by Calao. Signed-off-by: Mateusz Kulikowski <[email protected]> Signed-off-by: Andreas Bießmann <[email protected]>
2013-12-09arm, at91: add siemens corvus boardHeiko Schocher
enable support for the siemens AT91SAM9G20 based board corvus. Signed-off-by: Boris Schmidt <[email protected]> Reviewed-by: Heiko Schocher <[email protected]> Cc: Andreas Bießmann <[email protected]> Cc: Bo Shen <[email protected]> Signed-off-by: Andreas Bießmann <[email protected]>
2013-12-09arm, at91: add Siemens board taurus and axmHeiko Schocher
enable support for the siemens AT91SAM9G20 based boards taurus and axm. Signed-off-by: Roger Meier <[email protected]> Reviewed-by: Heiko Schocher <[email protected]> Cc: Andreas Bießmann <[email protected]> Cc: Bo Shen <[email protected]> Signed-off-by: Andreas Bießmann <[email protected]>
2013-12-09at91: switch coloured LED to gpio APIAndreas Bießmann
Signed-off-by: Andreas Bießmann <[email protected]>
2013-12-09at91: nand: switch atmel_nand to generic GPIO APIAndreas Bießmann
Signed-off-by: Andreas Bießmann <[email protected]> Acked-by: Jens Scharsig (BuS Elektronik)<[email protected]> Tested-by: Jens Scharsig (BuS Elektronik)<[email protected]> Acked-by: Scott Wood <[email protected]>
2013-12-08mmc: add Faraday FTSDC021 SDHCI controller supportKuo-Jung Su
Faraday FTSDC021 is a controller which is compliant with SDHCI v3.0, SDIO v2.0 and MMC v4.3. However this driver is only verified with SD memory cards. Signed-off-by: Kuo-Jung Su <[email protected]> Acked-by: Pantelis Antoniou <[email protected]> CC: Andy Fleming <[email protected]>
2013-12-08mmc: dw_mmc: remove the exynos specific code in dw-mmc.cJaehoon Chung
dw-mmc.c is the general driver file. So, remove the exynos specific code at dw-mmc.c. Instead, exynos specific cod can be move into exynos-dw_mmc.c. Signed-off-by: Jaehoon Chung <[email protected]> Acked-by: Alexey Brodkin <[email protected]> Acked-by: Pantelis Antoniou <[email protected]> Acked-by: Minkyu Kang <[email protected]>
2013-12-06Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-12-06Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-12-06Merge branch 'master' of git://git.denx.de/u-boot-blackfinTom Rini
2013-12-06AM3517 EVM: Enable ethernetTom Rini
Signed-off-by: Tom Rini <[email protected]>
2013-12-06omap4_panda: Don't use ulpi_resetRoger Quadros
Fixes this error message when USB is started. "ULPI: ulpi_reset: failed writing reset bit" It is pointless to manually reset the ULPI as the USB Host Reset and PHY RESET line should take care of that. Reported-by: Tomi Valkeinen <[email protected]> Reviewed-by: Stefan Roese <[email protected]> Signed-off-by: Roger Quadros <[email protected]>
2013-12-06omap3_beagle: Don't use ulpi_resetRoger Quadros
Fixes this error message when USB is started. "ULPI: ulpi_reset: failed writing reset bit" It is pointless to manually reset the ULPI as the USB Host Reset and PHY RESET line should take care of that. Reported-by: Tomi Valkeinen <[email protected]> Reviewed-by: Stefan Roese <[email protected]> Signed-off-by: Roger Quadros <[email protected]>
2013-12-06arm: arndale: disable spi bootMinkyu Kang
arndale board is booted from mmc Signed-off-by: Minkyu Kang <[email protected]> Cc: Albert ARIBAUD <[email protected]> Cc: Inderpal Singh <[email protected]>
2013-12-06blackfin: soft-i2c: No need to define blackfin specific soft i2c operationsSonic Zhang
Use default GPIO operations. Signed-off-by: Sonic Zhang <[email protected]> Acked-by: Heiko Schocher <[email protected]>
2013-12-06blackfin: Add missing macro CONFIG_BFIN_SERIALSonic Zhang
Signed-off-by: Sonic Zhang <[email protected]>
2013-12-06blackfin: Use ADI_GPIO2 driver other than the default ADI_GPIO1Sonic Zhang
Signed-off-by: Sonic Zhang <[email protected]>
2013-12-05driver:i2c:s3c24x0: adapt driver to new i2cPiotr Wilczek
This patch adapts the s3c24x0 driver to the new i2c framework. Config file is modified for all the boards that use the driver. Signed-off-by: Piotr Wilczek <[email protected]> Signed-off-by: Kyungmin Park <[email protected]> CC: Minkyu Kang <[email protected]> CC: Heiko Schocher <[email protected]> CC: Inderpal Singh <[email protected]> CC: David Müller <[email protected]> CC: Chander Kashyap <[email protected]> CC: Lukasz Majewski <[email protected]> Tested-by: Naveen Krishna Chatradhi <[email protected]> Reviewed-by: Naveen Krishna Chatradhi <[email protected]>
2013-12-04powerpc/mpc8349: Use generic mpc85xx DDR driverYork Sun
MPC8349 has been using mpc85xx DDR driver through a symbolic link to mpc85xx_ddr_gen2.c. After consolidating the drivers to a single set under driver/ddr/fsl/, the link is replaced by referring driver directly. We now can simply enable the macro and use the driver. Other mpc83xx SoCs still use their own driver. Signed-off-by: York Sun <[email protected]>
2013-12-04powerpc/t2080qds: undef CONFIG_FSL_DDR_INTERACTIVEShengzhou Liu
Usually CONFIG_FSL_DDR_INTERACTIVE feature is used for debug. we would not enable this by default to save the limited space of u-boot. This avoid following compiling error: section .bootpg loaded at [00000000effff000,00000000effff577] overlap ssection .data loaded at [00000000efff31b8,00000000f00010c7] u-boot: section .bootpg lma 0xeffff000 adjusted to 0xf00010c8 Signed-off-by: Shengzhou Liu <[email protected]> Acked-by: York Sun <[email protected]>
2013-12-04powerpc/p1010rdb:modify the mtest start_addressZhao Qiang
In new board P1010RDB-PB, the interrupt vector table is at the start of memory. So if the start_address needs to be set a proper value. Signed-off-by: Zhao Qiang <[email protected]> Acked-by: York Sun <[email protected]>
2013-12-04arm: am335x: Add DT (FDT) support to Siemens boardsStefan Roese
Enable FDT support for all Siemens AM335x boards. To support newer Linux kernels with DT booting. Signed-off-by: Stefan Roese <[email protected]> Cc: Heiko Schocher <[email protected]> Cc: Roger Meier <[email protected]> Cc: Lukas Stockmann <[email protected]> Cc: Tom Rini <[email protected]> Acked-by: Heiko Schocher<[email protected]>
2013-12-04am335x_evm: Update nandboot to use partitions and DTTom Rini
Signed-off-by: Tom Rini <[email protected]>
2013-12-04ARM: dra7_evm: Add SATA supportRoger Quadros
The evm has a SATA port. Enable SATA configuration and inititialize the SATA controller. Signed-off-by: Roger Quadros <[email protected]>
2013-12-04ARM: omap5_uevm: Add SATA supportRoger Quadros
The uevm has a SATA port. Inititialize the SATA controller. Signed-off-by: Roger Quadros <[email protected]>
2013-12-04ARMV7: OMAP4: Add twl6032 supportOleg Kosheliev
Added chip type detection and twl6032 support in the battery control and charge functions. Based on Balaji T K <[email protected]> patches for TI u-boot. Signed-off-by: Oleg Kosheliev <[email protected]>
2013-12-04ARMV7: OMAP4: Add struct for twl603x dataOleg Kosheliev
The data struct is used to support different PMIC chip types. It contains the chip type and the data (e.g. registers addresses, adc multiplier) which is different for twl6030 and twl6032. Replaced some hardcoded values with the structure vars. Based on Balaji T K <[email protected]> patches for TI u-boot. Signed-off-by: Oleg Kosheliev <[email protected]>
2013-12-04cm_t335: add support for pca9555 i2c gpio extenderIlya Ledvich
Add support for the 16 bits pca9555 i2c to gpio extender featured by the SB-T335 baseboard. Signed-off-by: Ilya Ledvich <[email protected]> Signed-off-by: Igor Grinberg <[email protected]>
2013-12-04cm_t335: add support for status LEDIlya Ledvich
Add support for status LED. Use the STATUS_LED APIs for indicating a boot progress. Signed-off-by: Ilya Ledvich <[email protected]> Signed-off-by: Igor Grinberg <[email protected]>
2013-12-04cm_t335: add cm_t335 board supportIlya Ledvich
Add cm_t335 board directory, config file. Enable build. Signed-off-by: Ilya Ledvich <[email protected]> Signed-off-by: Igor Grinberg <[email protected]> [trini: Adapt Makefile] Signed-off-by: Tom Rini <[email protected]>
2013-12-03board: trats2: update Tizen partition definitionsPiotr Wilczek
This patch updates Tizen partions layout. Signed-off-by: Piotr Wilczek <[email protected]> Signed-off-by: Kyungmin Park <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2013-12-03board: trats2: fix environmental variablesPiotr Wilczek
In this patch variable names are used instead of hardcoded names Signed-off-by: Piotr Wilczek <[email protected]> Signed-off-by: Kyungmin Park <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2013-12-03board: trats2: remove unused defines from config filePiotr Wilczek
Signed-off-by: Piotr Wilczek <[email protected]> Signed-off-by: Kyungmin Park <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>
2013-12-03exynos: spl: Add a custom spi copy functionRajeshwari Shinde
This patch implements a custom spi_copy funtion to copy u-boot from SF to RAM. This is faster then iROM spi_copy funtion as this runs spi at 50Mhz and also in WORD mode of operation. Changed a printf in pinmux.c to debug just to avoid the compilation error in SPL. Signed-off-by: Alim Akhtar <[email protected]> Signed-off-by: Tom Wai-Hong Tam <[email protected]> Signed-off-by: Rajeshwari S Shinde <[email protected]> Signed-off-by: Minkyu Kang <[email protected]>