summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-19x86: spi: Add Intel ICH driverSimon Glass
2013-03-19sf: Use spi_flash_alloc() in each SPI flash driverSimon Glass
2013-03-19sf: Add spi_flash_alloc() to create a new SPI flash structSimon Glass
2013-03-19spi: Use spi_alloc_slave() in each SPI driverSimon Glass
2013-03-19spi: Add function to allocate a new SPI slaveSimon Glass
2013-03-19fdt: Add fdtdec_get_addr_size() to read reg propertiesSimon Glass
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-03-15Use 'unsigned int' for global_data's baudrateSimon Glass
2013-03-15sparc: Fix build warnings in serial.cSimon Glass
2013-03-15sparc: Fix out-of-tree buildingSimon Glass
2013-03-15serial: ns16550: Remove unwanted castSimon Glass
2013-03-15avr32: Fix cast warning in board.cSimon Glass
2013-03-15blackfin: Remove noreturn attribute from cpu_init_f()Simon Glass
2013-03-15blackfin: Fix up board_type global dataSimon Glass
2013-03-15exynos5: Enable generic board for Exynos5 device tree boardsSimon Glass
2013-03-15x86: Enable generic boardSimon Glass
2013-03-15tegra: Enable generic board for TegraSimon Glass
2013-03-15x86: Enable generic board supportSimon Glass
2013-03-15x86: Use sections header to obtain link symbolsSimon Glass
2013-03-15x86: Adjust board_r.c for x86Simon Glass
2013-03-15x86: Adjust board_f.c for x86Simon Glass
2013-03-15ppc: Enable generic board supportSimon Glass
2013-03-15Adjust board_r.c for ppcSimon Glass
2013-03-15Adjust board_f.c for ppcSimon Glass
2013-03-15Add CONFIG_SYS_SYM_OFFSETS to support offset symbolsSimon Glass
2013-03-15arm: Enable generic board supportSimon Glass
2013-03-15arm: Remove use of board_early_init_r/last_stage_init()Simon Glass
2013-03-15Add spl load featureSimon Glass
2013-03-15Introduce generic post-relocation board_r.cSimon Glass
2013-03-15Introduce generic pre-relocation board_f.cSimon Glass
2013-03-15Declare watchdog functions in watchdog.hSimon Glass
2013-03-15__HAVE_ARCH_GENERIC_BOARD controls availabilty of generic boardSimon Glass
2013-03-15Introduce a basic initcall implementationSimon Glass
2013-03-15Change stub example to use asm-generic/sections.hSimon Glass
2013-03-15arm: Use sections header to obtain link symbolsSimon Glass
2013-03-15Introduce generic link section.h symbol filesSimon Glass
2013-03-15Replace __bss_end__ with __bss_endSimon Glass
2013-03-15Introduce generic u-boot.h fileSimon Glass
2013-03-15Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-03-15Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD
2013-03-15nitrogen: Use unsigned long to specify the total RAM sizefabio.estevam@freescale.com
2013-03-15nitrogen6x: Fix RAM size variableFabio Estevam
2013-03-14Tegra114: Dalmore: Add pad config tables/code based on pinmux codeTom Warren
2013-03-14Tegra114: fdt: Move aliases from dtsi to dts file as per other TegrasTom Warren
2013-03-14Tegra114: Dalmore: Always use DEFAULT instead of DISABLE for lock bitsTom Warren
2013-03-14Tegra114: Fix/update GP padcfg register structTom Warren
2013-03-14Tegra114: pinmux: Fix bad CAM_MCLK func 3 table entryTom Warren
2013-03-14ARM: tegra: enable a common set of disk-related commands everywhereStephen Warren
2013-03-14disk: define HAVE_BLOCK_DEVICE if CONFIG_CMD_PARTStephen Warren
2013-03-14disk: define HAVE_BLOCK_DEVICE in a common placeStephen Warren