aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-07-07mpc8xx: remove qs850, qs860t board supportMasahiro Yamada4-1546/+0
2014-07-07env_fat: use get_device_and_partition() during env save and loadWu, Josh1-2/+6
2014-07-05integrator: switch to generic boardLinus Walleij1-0/+1
2014-07-05ARM: rpi_b: enable GENERIC_BOARDStephen Warren1-0/+1
2014-07-05arm, calimain: Add CONFIG_SYS_GENERIC_BOARDChristian Riesch1-1/+2
2014-07-05arm:board:h2200: Add CONFIG_SYS_GENERIC_BOARDŁukasz Dałek1-0/+1
2014-07-05socfpga: Adding Scan Manager driverChin Liang See1-0/+1
2014-07-05socfpga: Adding DesignWare watchdog supportChin Liang See1-0/+14
2014-07-04arm: ep9315: Return back Cirrus Logic EDB9315A board supportSergey Kostanbaev1-0/+292
2014-07-04ARMv8/ls2085a_emu: Add LS2085A emulator and simulator board supportYork Sun3-0/+261
2014-07-03armv8/fsl-lsch3: Add support to load and start MC FirmwareJ. German Rivera2-3/+70
2014-07-03ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoCYork Sun1-3/+2
2014-07-03arm: Add support for semihosting for armv8 fastmodel targets.Darwin Rambo1-7/+56
2014-07-01Merge remote-tracking branch 'u-boot-samsung/master'Albert ARIBAUD7-54/+119
2014-07-01Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD2-5/+6
2014-07-01Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD5-6/+16
2014-06-30Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD9-4/+109
2014-06-26mx25pdk: Remove CONFIG_SYS_GENERIC_BOARDFabio Estevam1-2/+0
2014-06-25Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD65-4067/+864
2014-06-24Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini1-1/+1
2014-06-24Merge branch 'u-boot-atmel/master' into 'u-boot-arm/master'Albert ARIBAUD1-0/+2
2014-06-23mpc8313: add CONFIG_SYS_GENERIC_BOARD to ids8313 boardHeiko Schocher1-1/+2
2014-06-23Exynos: Split 5250 and 5420 memory bank configurationMichael Pratt3-2/+9
2014-06-23Exynos5: Config: Enable USB boot mode for all Exynos5 SoCsAkshay Saraswat2-6/+6
2014-06-23Exynos5: Config: Increase SPL footprint for Exynos5420Akshay Saraswat3-2/+4
2014-06-23Exynos5: Config: Place environment at the end of SPI flashAkshay Saraswat1-1/+4
2014-06-23Exynos5420: Introduce support for the Peach-Pit boardAkshay Saraswat3-40/+80
2014-06-21include/dm.h: fix inclusion guardJeroen Hofstee1-1/+1
2014-06-20dm: Tidy up four minor code nitsSimon Glass4-6/+28
2014-06-20tegra: Enable driver modelSimon Glass1-0/+3
2014-06-20tegra: dts: Bring in GPIO bindings from linuxSimon Glass4-0/+107
2014-06-20dm: Cast away the const-ness of the global_data pointerSimon Glass1-0/+4
2014-06-20dm: Rename struct device_id to udevice_idSimon Glass1-3/+3
2014-06-20sandbox: Support iotrace featureSimon Glass1-0/+3
2014-06-20Add an I/O tracing featureSimon Glass1-0/+104
2014-06-19omap3: overo: Select fdtfile for expansion boardAsh Charles1-5/+5
2014-06-19board: ti: am43xx: add support for AM43xx Starter KitFelipe Balbi1-0/+2
2014-06-19ARM: keystone: aemif: move aemif driver to drivers/memory/ti-aemif.cKhoronzhuk, Ivan1-0/+4
2014-06-19mtd: nand: davinci: add header file for driver definitionsKhoronzhuk, Ivan2-0/+4
2014-06-19omap4: duovero: Correct name of default device treeAsh Charles1-1/+1
2014-06-19ARM: tegra: set initrd_high so boot scripts workStephen Warren1-0/+2
2014-06-19ARM: tegra: fix extlinux.conf search locationStephen Warren1-4/+3
2014-06-19ARM: tegra: fix include guardJeroen Hofstee1-1/+1
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee5-3/+3
2014-06-19Enhance fit_check_sign to check all imagesSimon Glass2-1/+6
2014-06-19Avoid including config.h in command.hSimon Glass1-1/+0
2014-06-19bootm: Support android boot on sandboxSimon Glass1-0/+1
2014-06-19image: Remove the fit_load_image() property parameterSimon Glass1-2/+3
2014-06-19bootm: Split out code from cmd_bootm.cSimon Glass1-0/+55
2014-06-19hash: Use uint8_t in preference to u8Simon Glass1-1/+2