1. 2317cf0 common: Remove timer_init() call for x86 by Bin Meng · 9 years ago
  2. a0ae380 fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONE by Bin Meng · 9 years ago
  3. cbb2df2 CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not set by Tom Rini · 9 years ago
  4. e4099c8 i2c: cmd: Relocate subcommands when MANUAL_RELOC by Michal Simek · 9 years ago
  5. e9acb9e common: board: Dont relocate FDT incase of CONFIG_OF_EMBED by Siva Durga Prasad Paladugu · 9 years ago
  6. b4857aa spl: mmc: Unify non/driver model spl_mmc_find_device() by Simon Glass · 9 years ago
  7. 99c7a51 spl: mmc: Rename 'mmc' variable to 'mmcp' by Simon Glass · 9 years ago
  8. d773a00 spl: mmc: Fix compiler warning with CONFIG_DM_MMC by Simon Glass · 9 years ago
  9. c6bb23c common: cli_hush: avoid memory leak by Peng Fan · 9 years ago
  10. 63ce348 common/Makefile: Compile fdt_support is enabled in SPL by Stefan Roese · 9 years ago
  11. 746da1b common: miiphyutil: avoid memory leak by Peng Fan · 9 years ago
  12. 678e931 common: mmc: unsigned char compared against 0 by Peng Fan · 9 years ago
  13. d39449b common: miiphyutil: no need to check name of mii_dev by Peng Fan · 9 years ago
  14. 2ea47be common: image-fdt: correct fdt_blob for IMAGE_FORMAT_LEGACY by Peng Fan · 9 years ago
  15. aa72252 common: cli_hush: avoid dead code by Peng Fan · 9 years ago
  16. 9eed48c Merge branch 'master' of http://git.denx.de/u-boot-sparc by Tom Rini · 9 years ago
  17. 1e85cce sparc: Update PROM initialization code for generic board by Francois Retief · 9 years ago
  18. c97088c sparc: Update cpu_init.c to use generic timer infrastructure by Francois Retief · 9 years ago
  19. e17c520 sparc: Initial ground work for generic board initialization by Francois Retief · 9 years ago
  20. f5bcfe1 Revert "LCD: Add an option to skip registration as an stdio output" by Anatolij Gustschin · 9 years ago
  21. cab24b3 dm: pci: Convert 'pci' command to driver model by Simon Glass · 9 years ago
  22. c4f32bb pci: Move PCI header output code into its own function by Simon Glass · 9 years ago
  23. 32ec5b3 pci: Use a separate 'dev' variable for the PCI device by Simon Glass · 9 years ago
  24. 72ef5b6 pci: Use common functions to read/write config by Simon Glass · 9 years ago
  25. c2be070 pci: Tidy up function comments in cmd_pci.c by Simon Glass · 9 years ago
  26. 49f835f dm: pci: Reorder functions in cmd_pci.c by Simon Glass · 9 years ago
  27. 07a5887 pci: Refactor the pciinfo() function by Simon Glass · 9 years ago
  28. ca7de76 pci: Use a separate variable for the bus number by Simon Glass · 9 years ago
  29. bfa4191 pci: Use a common return in command processing by Simon Glass · 9 years ago
  30. 871bc92 dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM by Simon Glass · 9 years ago
  31. 881c124 dm: timer: Avoid using timer before it is ready by Simon Glass · 9 years ago
  32. c1924d8 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 9 years ago
  33. cfdaf4c part:efi: add bootable parameter in gpt command by Patrick Delaunay · 9 years ago
  34. bbb9ffa gpt: command: Extend gpt command to support GPT table verification by Lukasz Majewski · 9 years ago
  35. 74f889b gpt: doc: Update gpt command's help description by Lukasz Majewski · 9 years ago
  36. 5af9dd3 gpt: command: Remove duplicated check for empty partition description by Lukasz Majewski · 9 years ago
  37. 7d9cde1 lib/tiny-printf.c: Add tiny printf function for space limited environments by Stefan Roese · 9 years ago
  38. ddf7355 common/console.c: Small coding style cleanup by Stefan Roese · 9 years ago
  39. dd55777 common/console.c: Drop sandbox special-case console code by Stefan Roese · 9 years ago
  40. d4e69e6 eeprom: Clean up checkpatch issues by Marek Vasut · 9 years ago
  41. d4fec4e eeprom: Add support for selecting i2c bus by Marek Vasut · 9 years ago
  42. 354e3ed eeprom: Add bus argument to eeprom_init() by Marek Vasut · 9 years ago
  43. 1a37889 eeprom: Pull out the RW loop by Marek Vasut · 9 years ago
  44. 39b6f98 eeprom: Pull out transfer length computation by Marek Vasut · 9 years ago
  45. 6717e3c eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITS by Marek Vasut · 9 years ago
  46. 8eee40a eeprom: Suck the ifdef into eeprom_init() by Marek Vasut · 9 years ago
  47. d738746 eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS by Marek Vasut · 9 years ago
  48. 52cd47c eeprom: Make eeprom_write_enable() weak by Marek Vasut · 9 years ago
  49. 02c321c eeprom: Pull out address computation by Marek Vasut · 9 years ago
  50. 9132088 eeprom: Pull out the I/O code by Marek Vasut · 9 years ago
  51. 53a85ad eeprom: Zap CONFIG_SPI_X by Marek Vasut · 9 years ago
  52. b7b2e3f eeprom: Zap eeprom_probe() by Marek Vasut · 9 years ago
  53. ec7012e eeprom: Zap CONFIG_SYS_EEPROM_X40430 by Marek Vasut · 9 years ago
  54. e4f65d0 eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS by Marek Vasut · 9 years ago
  55. 4f296d0 eeprom: Shuffle code around by Marek Vasut · 9 years ago
  56. 2cdb58e usb: Avoid open-coded USB constants in usb_kbd.c by Simon Glass · 9 years ago
  57. 1762760 usb: Drop unused code in usb_kbd.c by Simon Glass · 9 years ago
  58. 45bfa47 usb: Refactor USB tree output code for testing by Simon Glass · 9 years ago
  59. 9854a87 console: Add a console buffer by Simon Glass · 9 years ago
  60. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  61. 3884c98 dm: usb: Avoid time delays in sandbox tests by Simon Glass · 9 years ago
  62. 6752195 common/board_f.c: move mark_bootstage after arch_cpu_init_dm by Thomas Chou · 9 years ago
  63. b206cd7 dm: stdio: Plumb in the new keyboard uclass by Simon Glass · 9 years ago
  64. e84421d dm: input: Create a keyboard uclass by Simon Glass · 9 years ago
  65. 34ab37e dm: usb: Add support for USB keyboards with driver model by Simon Glass · 9 years ago
  66. 05bfe13 LCD: Add an option to skip registration as an stdio output by Stephane Ayotte · 9 years ago
  67. aa7077f Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  68. bdaeb8f common: mii: Do not allow to exceed max phy limit by Michal Simek · 9 years ago
  69. 66eef1e tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage by Nathan Rossi · 9 years ago
  70. a7c06cd env_ubi.c: Correct pointer error in env load by Kevin Smith · 9 years ago
  71. 736d174 itest: add missing break statements to evalexp() by Stephen Warren · 9 years ago
  72. e4aa8ed common: add CMD_GPIO to Kconfig by Thomas Chou · 9 years ago
  73. a1e56cf spl: mmc: add support for BOOT_DEVICE_MMC2 by Nikita Kiryanov · 9 years ago
  74. 310c846 spl: announce boot devices by Nikita Kiryanov · 9 years ago
  75. f101e4b spl: add support for alternative boot device by Nikita Kiryanov · 9 years ago
  76. 5211b87 common: spl: move image load to its own function by Nikita Kiryanov · 9 years ago
  77. 36afd45 spl: change return values of spl_*_load_image() by Nikita Kiryanov · 9 years ago
  78. 83cdf6f spl: mmc: get rid of emmc boot code duplication by Nikita Kiryanov · 9 years ago
  79. f52b729 spl: mmc: move fs boot into its own function by Nikita Kiryanov · 9 years ago
  80. d074ebb spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check by Nikita Kiryanov · 9 years ago
  81. 339245b spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check by Nikita Kiryanov · 9 years ago
  82. 4188ba3 spl: mmc: refactor device location code to its own function by Nikita Kiryanov · 9 years ago
  83. fd61d39 spl: mmc: add break statements in spl_mmc_load_image() by Nikita Kiryanov · 9 years ago
  84. 483ab3d spl: nand: remove code duplication by Nikita Kiryanov · 9 years ago
  85. 98e73c8 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  86. 50c2d2e splash_source: add support for filesystem formatted sata by Nikita Kiryanov · 9 years ago
  87. 9bb4e94 splash_source: add support for filesystem formatted usb by Nikita Kiryanov · 9 years ago
  88. 870dd30 splash_source: add support for filesystem formatted mmc by Nikita Kiryanov · 9 years ago
  89. bcbb644 splash_source: rename *_read() to *_read_raw() by Nikita Kiryanov · 9 years ago
  90. 618a51e Merge branch 'series1_v2' of git://git.denx.de/u-boot-sparc by Tom Rini · 9 years ago
  91. 643b0f7 x86: Move timer_init() call a bit earlier by Bin Meng · 9 years ago
  92. f2879f5 sparc: leon3: Moved GRLIB core header files to common include/grlib directory by Daniel Hellstrom · 15 years ago
  93. 3f33f6a sparc: Kconfig: Move the CMD_AMBAPP command to Kconfig by Francois Retief · 10 years ago
  94. 898cc81 sparc: leon3: Reimplemented AMBA Plug&Play scanning routines. by Daniel Hellstrom · 15 years ago
  95. 9ac4fc8 board_init: Change the logic to setup malloc_base by Fabio Estevam · 9 years ago
  96. 7664846 common: Simplify get_clocks() #ifdef by Peng Fan · 9 years ago
  97. 5e0efc1 mmc: Use lldiv() for 64-bit division in write_raw_image() by Siarhei Siamashka · 9 years ago
  98. 7561b25 gpt: add optional parameter type in gpt command by Patrick Delaunay · 9 years ago
  99. 3d4ef38 sparse: Rename the file and header by Maxime Ripard · 9 years ago
  100. 6fb77c4 fastboot: nand: Add pre erase and write hooks by Maxime Ripard · 9 years ago