1. 53f375f image: Use fit_image_load() to load FDT by Simon Glass · 12 years ago
  2. a51ec63 image: Use fit_image_load() to load ramdisk by Simon Glass · 12 years ago
  3. 782cfbb image: Introduce fit_image_load() to load images from FITs by Simon Glass · 12 years ago
  4. a2cc9bf bootstage: Introduce sub-IDs for use with image loading by Simon Glass · 12 years ago
  5. 063ae00 main: Separate out the two abortboot() functions by Simon Glass · 12 years ago
  6. ea5427e net: Add prototype for update_tftp by Simon Glass · 12 years ago
  7. 6236fd7 at91: Correct CONFIG_AUTOBOOT_PROMPT definition for pm9263 by Simon Glass · 12 years ago
  8. d6639d1 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 12 years ago
  9. dfe64e2 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  10. a19b0dd Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  11. 60985bb tegra: Define CONFIG_SKIP_LOWLEVEL_INIT for SPL build by Axel Lin · 12 years ago
  12. d56273d Tegra: Remove unused/non-existent spl linker script reference by Tom Warren · 12 years ago
  13. 6eaeba2 powerpc/b4860qds: Add LAW Target ID and Create LAW entry for Maple by Shaveta Leekha · 12 years ago
  14. 8fa0102 powerpc/B4: Merge B4420 and B4860 in config_mpc85xx.h by Poonam Aggrwal · 12 years ago
  15. 16d88f4 Enable XAUI interface for B4860QDS by Suresh Gupta · 12 years ago
  16. 94025b1 powerpc/p5040: enable PBL tool support by Shaohui Xie · 12 years ago
  17. 3d2972f powerpc/T4160: Merge T4160 and T4240 in config_mpc85xx.h by York Sun · 12 years ago
  18. c79fd50 T4240/ramboot: enable PBL tool for T4240 by Shaohui Xie · 12 years ago
  19. 0ad6c34 ARM: Add Seagate GoFlex Home support by Suriyan Ramasami · 12 years ago
  20. d21c3af ARM: vexpress: enable bootz and hush parser for all VExpress boards by Andre Przywara · 12 years ago
  21. 3d3ae85 ARM: vexpress: add support for Versatile Express Cortex-A15-TC2 by Andre Przywara · 12 years ago
  22. cd4f46e ARM: vexpress: create A5 specific board config by Ryan Harkin · 12 years ago
  23. 9b58a3f ARM: vexpress: refactoring of Versatile Express CA9x4 support by Ryan Harkin · 12 years ago
  24. aedadf1 cfi_flash: Fix unaligned accesses to cfi_qry structure by Andrew Gabbasov · 12 years ago
  25. a1b81ab nand/fsl_ifc: Convert to self-init by Prabhakar Kushwaha · 12 years ago
  26. 3225f34 ARM: atmel: add sama5d3xek support by Bo Shen · 12 years ago
  27. f6c3b34 mmc: update Faraday FTSDC010 for rw performance by Kuo-Jung Su · 12 years ago
  28. fb651b1 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Tom Rini · 12 years ago
  29. d6ed322 Power: remove support for Freescale MPC8220 by Wolfgang Denk · 12 years ago
  30. 04bccc3 T4240/net: use QSGMII card PHY address by default by Shaohui Xie · 12 years ago
  31. 7794b1a net/phy: add VSC8574 support by Shaohui Xie · 12 years ago
  32. 9592780 t4240qds/eth: fixup ethernet for t4240qds by Shengzhou Liu · 12 years ago
  33. 10d644b powerpc: Add T4160QDS by York Sun · 12 years ago
  34. b46b7f9 powerpc/t4240qds: Move SoC define into boards.cfg by York Sun · 12 years ago
  35. 97c7fe6 powerpc/t4240qds: Add voltage ID support by York Sun · 12 years ago
  36. 944b6cc Fman/t4240: some fix for 10G XAUI by Shaohui Xie · 12 years ago
  37. 4e5c926 powerpc/t4240qds: fix XAUI card PHY address by Shaohui Xie · 12 years ago
  38. 7ff8c7c powerpc/t4240qds: Fix SPI flash type by Shaohui Xie · 12 years ago
  39. 13d0698 image: Add device tree setup to image library by Simon Glass · 12 years ago
  40. 87ebee3 image: Add CONFIG_FIT_SPL_PRINT to control FIT image printing in SPL by Simon Glass · 12 years ago
  41. 1fe7d93 image: Remove remaining #ifdefs in image-fit.c by Simon Glass · 12 years ago
  42. 35e7b0f sandbox: image: Add support for booting images in sandbox by Simon Glass · 12 years ago
  43. d8b7536 image: Rename hash printing to fit_image_print_verification_data() by Simon Glass · 12 years ago
  44. bbb467d image: Rename fit_add_hashes() to fit_add_verification_data() by Simon Glass · 12 years ago
  45. 003efd7 image: Export fit_conf_get_prop_node() by Simon Glass · 12 years ago
  46. ab9efc6 image: Move hash checking into its own function by Simon Glass · 12 years ago
  47. b8da836 image: Rename fit_image_check_hashes() to fit_image_verify() by Simon Glass · 12 years ago
  48. b726091 image: Convert fit_image_hash_set_value() to static, and rename by Simon Glass · 12 years ago
  49. 604f23d image: Move HOSTCC image code to tools/ by Simon Glass · 12 years ago
  50. 61a439a image: Export fit_check_ramdisk() by Simon Glass · 12 years ago
  51. 859e92b image: Move timestamp #ifdefs to header file by Simon Glass · 12 years ago
  52. 88f95bb libfdt: Add fdt_next_subnode() to permit easy subnode iteration by Simon Glass · 12 years ago
  53. e9c8b44 bootstage: Don't build for HOSTCC by Simon Glass · 12 years ago
  54. 6f907b4 hash: Add a way to calculate a hash for any algortihm by Simon Glass · 12 years ago
  55. 805fa87 Merge branch 'master' of git://git.denx.de/u-boot-blackfin into powerpc-eldk53-warning-fixes by Tom Rini · 12 years ago
  56. 04dbf77 x86: config: Enable LZO for coreboot, remove zlib, gzip by Simon Glass · 12 years ago
  57. fb7db41 bootstage: Allow marking a particular line of code by Simon Glass · 12 years ago
  58. 2e65959 x86: Enable bootstage for coreboot by Simon Glass · 12 years ago
  59. 150678a bootstage: Copy bootstage strings post-relocation by Doug Anderson · 12 years ago
  60. e802ee0 bootstage: Add stubs for new bootstage functions by Simon Glass · 12 years ago
  61. d0b6f24 x86: Re-enable PCAT timer 2 for beeping by Simon Glass · 12 years ago
  62. e761ecd x86: Add TSC timer by Simon Glass · 12 years ago
  63. da34aae bfin: Move gpio support for bf54x and bf60x into the generic driver folder. by Sonic Zhang · 12 years ago
  64. 9d803fc blackfin: Move blackfin serial driver out of blackfin arch folder. by Sonic Zhang · 12 years ago
  65. e9a389a blackfin: Move blackfin watchdog driver out of the blackfin arch folder. by Sonic Zhang · 12 years ago
  66. 50aadcc blackfin: Enable early print via the generic serial API. by Sonic Zhang · 12 years ago
  67. 955020c blackfin: Fit u-boot image size into limited nor flash on blackfin. by Sonic Zhang · 12 years ago
  68. 7d861d9 blackfin: bf609: add softswitch config command by Bob Liu · 12 years ago
  69. f4d8038 blackfin: run core1 from L1 code sram start address in uboot init code on core 0 by Sonic Zhang · 12 years ago
  70. e0ae433 blackfin: reduce size of u-boot.ldr in bf548-ezkit default config. by Bob Liu · 12 years ago
  71. d0a5137 at91sam9260ek: move board id setup to config header by Andreas Bießmann · 12 years ago
  72. aac4b69 mmc: atmel_mci: using IP version for different setting by Bo Shen · 12 years ago
  73. 2480207 arm: at91: add at91sam9g20ek_mmc_config, which can save environment in mmc card by Wu, Josh · 12 years ago
  74. a73267a arm: at91: enable mci support for at91sam9g20ek. by Wu, Josh · 12 years ago
  75. 9e33690 arm: at91: add at91sam9n12ek board support by Wu, Josh · 12 years ago
  76. cac423a Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  77. ec7023d Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  78. bbd0f7e Move FDT_RAMDISK_OVERHEAD from fdt.h to libfdt_env.h by Gerald Van Baren · 12 years ago
  79. 1258f14 Added license header to dtc/libfdt/fdt.h and libfdt_env.h by Justin Sobota · 12 years ago
  80. c73bd49 Fix typo by François Revol · 12 years ago
  81. e853b32 Export fdt_stringlist_contains() by Simon Glass · 12 years ago
  82. e825b10 Merge branch 'u-boot-pxa/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  83. 47c6ea0 ARM: OMAP: Add arch_cpu_init function by SRICHARAN R · 12 years ago
  84. 4a0eb75 ARM: OMAP: Cleanup boot parameters usage by SRICHARAN R · 12 years ago
  85. 34fa070 davinci: handle CONFIG_SYS_CLE_MASK and CONFIG_SYS_ALE_MASK by Eric Benard · 12 years ago
  86. 0b800a6 cm-t35: update config file by Igor Grinberg · 12 years ago
  87. 584506b ARM: Panda: Add flag to allow runtime enviroment varibale mods by Dan Murphy · 12 years ago
  88. 34f667b ARM:Panda:Fix device tree loading for the panda-es by Dan Murphy · 12 years ago
  89. 0b1b60c ARM: OMAP5: Fix warm reset with USB cable connected by Lokesh Vutla · 12 years ago
  90. 15191c9 Remove duplicate / unused #defines on AM335x boards by Mark Jackson · 12 years ago
  91. 85b7ac4 omap5_common: Add optargs variable for kernel command line args by Tom Rini · 12 years ago
  92. 5f5c1d1 ARM: Add support for IGEP COM AQUILA/CYGNUS by Enric Balletbo i Serra · 12 years ago
  93. da2cc45 palmas: add header guard by Nishanth Menon · 12 years ago
  94. ff2d57e palmas: use palmas_i2c_[read|write]_u8 by Nishanth Menon · 12 years ago
  95. 384bcae palmas: rename twl6035_mmc1_poweron_ldo with an palmas generic function by Nishanth Menon · 12 years ago
  96. 1273388 palmas: rename init_settings to an generic palmas init by Nishanth Menon · 12 years ago
  97. cb19910 twl6035: rename to palmas by Nishanth Menon · 12 years ago
  98. 502dac5 twl6030: add header guard by Nishanth Menon · 12 years ago
  99. ebce10e twl6030: move twl6030 register access functions to common header file by Nishanth Menon · 12 years ago
  100. b29c2f0 twl4030: make twl4030_i2c_read_u8 prototype consistent by Nishanth Menon · 12 years ago