- 4a8c3f6 Use __stringify() instead of xstr() by Anatolij Gustschin · 10 years ago
- f39c5d1 ppc4xx: update PMC440 board support by Matthias Fuchs · 10 years ago
- 3bd6f7e Correct single misspelling of "consitant" in source tree. by Robert P. J. Day · 10 years ago
- ee66511 TI:OMAP4: enable EXT support in SPL for OMAP4 boards by Guillaume GARDET · 10 years ago
- 592f922 spl: Add EXT support to SPL by Guillaume GARDET · 10 years ago
- 205b4f3 Rename some defines containing FAT in their name to be filesystem generic by Guillaume GARDET · 10 years ago
- c6da9ae Tidy up data sizes and function comment in display_options by Simon Glass · 10 years ago
- 19ea467 Use uint64_t for time types by Simon Glass · 10 years ago
- 4166ecb Add some standard headers external code might need by Gabe Black · 10 years ago
- 0d296cc Provide option to avoid defining a custom version of uintptr_t. by Gabe Black · 10 years ago
- 87b6398 cli: hush: Adjust 'run' command to run each line of the env var by Simon Glass · 10 years ago
- 0cf8761 Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Tom Rini · 10 years ago
- f06f9a1 ppc: Zap TQM8272 board by Marek Vasut · 10 years ago
- ccc1950 ppc: Zap TQM8260 board by Marek Vasut · 10 years ago
- 6afb357 ppc: Zap IDS8247 board by Marek Vasut · 10 years ago
- 4109cb0 ppc: Zap HWW1U1A board by Marek Vasut · 10 years ago
- 5038d7f ppc: Zap Hymod board by Marek Vasut · 10 years ago
- 1655f9f ppc: Zap MHPC board by Marek Vasut · 10 years ago
- 4af5f0f ppc: Zap ICU862 board by Marek Vasut · 10 years ago
- 03b0040 PowerPC: drop some 74xx_7xx boards and related code by Wolfgang Denk · 10 years ago
- 77d4357 powerpc: digsy_mtc: convert to generic board by Anatolij Gustschin · 10 years ago
- 5b8cdd8 powerpc: mecp5123: convert to generic board by Anatolij Gustschin · 10 years ago
- 37cf49c powerpc: ac14xx: convert to generic board by Anatolij Gustschin · 10 years ago
- 32ff89d powerpc: aria: convert to generic board by Anatolij Gustschin · 10 years ago
- 8aad332 powerpc: pdm360ng: convert to generic board by Anatolij Gustschin · 10 years ago
- 10e99d8 powerpc: mpc5121ads: convert to generic board by Anatolij Gustschin · 10 years ago
- 0ce4af9 Merge branch 'master' of git://git.denx.de/u-boot-imx by Tom Rini · 10 years ago
- 5aa7bec Merge branch 'master' of git://git.denx.de/u-boot-ti by Tom Rini · 10 years ago
- 674ca84 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 10 years ago
- 20cadbb arm: socfpga: config: Add USB support example by Marek Vasut · 10 years ago
- a22a584 arm: socfpga: Zap CONFIG_EPHY[01]_PHY_ADDR macro by Marek Vasut · 10 years ago
- 34584d1 arm: socfpga: Zap spl.h and ad-hoc related syms by Marek Vasut · 10 years ago
- fc52089 arm: socfpga: Move code from misc_init_r() to arch_early_init_r() by Marek Vasut · 10 years ago
- d0796de Merge http://git.denx.de/u-boot-sunxi by Tom Rini · 10 years ago
- 1fba907 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
- 84a6df0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
- ce04822 spl: add prototype for jump_to_image_no_args by Jeroen Hofstee · 10 years ago
- aeb8055 mmc: add prototype for mmc_get_env_addr by Jeroen Hofstee · 10 years ago
- 611aee2 ide: add missing prototype by Jeroen Hofstee · 10 years ago
- 5b5ac64 gpio: add protype for name_to_gpio by Jeroen Hofstee · 10 years ago
- d50b07d fdt_support: add prototypes for __weak functions by Jeroen Hofstee · 10 years ago
- 6f38477 elf: add prototype for valid_elf_image by Jeroen Hofstee · 10 years ago
- f1bd871 bootm: add prototype for arch_preboot_os by Jeroen Hofstee · 10 years ago
- 5afe73f string.h: add missing prototypes by Jeroen Hofstee · 10 years ago
- 06beadb sunxi: Increase command line buffer size (CONFIG_SYS_CBSIZE) by Ian Campbell · 10 years ago
- c757a50 ARM: sunxi: Add support for using R_UART as console by Chen-Yu Tsai · 10 years ago
- 8ebe4f4 ARM: sunxi: Add basic A23 support by Chen-Yu Tsai · 10 years ago
- ff2b47f ARM: sunxi: Add support for uart0 on port F (mmc0) by Chen-Yu Tsai · 10 years ago
- 41f8e9f ARM: sunxi: Fix build break when CONFIG_MMC is not defined by Chen-Yu Tsai · 10 years ago
- e711891 sunxi: Add CONFIG_MACH_TYPE defines to sun4i, sun5i and sun7i by Hans de Goede · 10 years ago
- cd82113 sunxi: Add mmc card-detect functionality by Hans de Goede · 10 years ago
- 8a6564d ARM: sunxi: Add basic A31 support by Maxime Ripard · 10 years ago
- 859b3f1 ARM: sunxi: Fix build break when CONFIG_USB_EHCI is not defined by Chen-Yu Tsai · 10 years ago
- ff247b7 serial: uniphier: move CONFIG_UNIPHIER_SERIAL to Kconfig by Masahiro Yamada · 10 years ago
- d064cbf dm: serial: use Driver Model for UniPhier serial driver by Masahiro Yamada · 10 years ago
- 3fdd0bb serial: add static directive to local functions by Masahiro Yamada · 10 years ago
- 86256b7 dm: move platform data headers to include/dm/platform_data by Masahiro Yamada · 10 years ago
- e98a03c dm: x86: Convert coreboot serial to use driver model by Simon Glass · 10 years ago
- 7414112 dm: x86: Convert Intel ICH6 GPIO driver to use driver model by Simon Glass · 10 years ago
- 85bfe6e dm: gpio: Remove unused get_state() uclass method by Simon Glass · 10 years ago
- 2d91a97 dm: dts: Move omap device tree includes to correct place by Simon Glass · 10 years ago
- 756ac0b test: dm: Support memory leak checking as a core feature by Simon Glass · 10 years ago
- d44f597 dm: gpio: Add gpio_requestf() helper for printf() strings by Simon Glass · 10 years ago
- 0757535 dm: Move the function for getting GPIO status into the uclass by Simon Glass · 10 years ago
- 6449a50 dm: gpio: Add gpio_get_function() and friends by Simon Glass · 10 years ago
- b892d12 dm: gpio: Implement GPIO reservation in the uclass by Simon Glass · 10 years ago
- b3f4ca1 dm: omap3: Move to driver model for GPIO and serial by Simon Glass · 10 years ago
- 1a44cd8 dm: am33xx: Move to driver model for GPIO and serial by Simon Glass · 10 years ago
- 167efe0 dm: ns16550: Use an address instead of a pointer for the uart base by Simon Glass · 10 years ago
- 09bab6e musb: fix warning in include/linux/usb/musb.h by Igor Grinberg · 10 years ago
- 03a3536 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 10 years ago
- 45ccec8 kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig by Masahiro Yamada · 10 years ago
- 8c688bc kconfig: move CONFIG_SYS_HZ to lib/Kconfig by Masahiro Yamada · 10 years ago
- 05180fc am335x_evm: Correct "raw" portions of DFU alt into by Tom Rini · 10 years ago
- 76bfd16 arm: am43xx: switch over to CONFIG_ENV_IS_IN_FAT by Felipe Balbi · 10 years ago
- f5c30c1 omap3: overo: Add usb host support by Stefan Herbrechtsmeier · 10 years ago
- f2565a5 omap3: overo: Call bootm only after successful nand read by Stefan Herbrechtsmeier · 10 years ago
- 2645948 ARM: keystone: cmd_ddr3: add ddr3 commands to test ddr by Hao Zhang · 10 years ago
- 00b821f board: k2e_evm: add network support by Hao Zhang · 10 years ago
- 3c61502 net: keystone_serdes: add keystone K2E SoC support by Khoronzhuk, Ivan · 10 years ago
- a4d2ade net: keystone_net: use general get link function by Khoronzhuk, Ivan · 10 years ago
- 3fe9362 net: keystone_net: register eth PHYs on MDIO bus by Khoronzhuk, Ivan · 10 years ago
- 92a16c8 soc: keystone_serdes: generalize to be used by other sub systems by Hao Zhang · 10 years ago
- 95f74da soc: keystone_serdes: enhance to use cmu/comlane/lane specific configurations by Hao Zhang · 10 years ago
- a43febd soc: keystone_serdes: create a separate SGMII SerDes driver by Khoronzhuk, Ivan · 10 years ago
- 0935cac net: keystone_net: move header file from arch to ti-common by Khoronzhuk, Ivan · 10 years ago
- e3114c9 net: keystone_net: add support for NETCP v1.5 by Khoronzhuk, Ivan · 10 years ago
- 8347210 configs: ks2_evm: enable misc_init_r by Khoronzhuk, Ivan · 10 years ago
- 345af53 keystone2: k2l-evm: add board support by Hao Zhang · 10 years ago
- bc0e8d7 keystone: usb: add support of usb xhci by WingMan Kwok · 10 years ago
- 9ea9021 dma: keystone_nav: generalize driver usage by Khoronzhuk, Ivan · 10 years ago
- ef45471 dma: keystone_nav: move keystone_nav driver to driver/dma/ by Khoronzhuk, Ivan · 10 years ago
- a488483 arm: armada-xp: Add basic support for the maxBCM board by Stefan Roese · 10 years ago
- dd58080 arm: armada-xp: Add basic support for the Marvell DB-MV784MP-GP board by Stefan Roese · 10 years ago
- 4fb3f0c net: phy.h: Make PHY autonegotiation timeout configurable by Stefan Roese · 10 years ago
- 19fc2ea net: mvneta.c: Add support for the ethernet controller of the Marvell Armada XP SoC by Stefan Roese · 10 years ago
- 24c0497 arm: mvebu: Add common mbus functions to use on Marvell SoCs by Stefan Roese · 10 years ago
- dee8abc Merge git://git.denx.de/u-boot-x86 by Tom Rini · 10 years ago
- 2110957 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 10 years ago
- 2e3a1f4 ot1200: fix sf detection by Christian Gmeiner · 10 years ago