1. 05c2de8 Merge git://git.denx.de/u-boot-rockchip by Tom Rini · 9 years ago
  2. 90eed7f eeprom: fix eeprom write procedure by Alexey Brodkin · 9 years ago
  3. f5d90db Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  4. b3e9820 armv8/ls1043ardb: add SECURE BOOT target for NOR by Aneesh Bansal · 9 years ago
  5. 5073937 common: Rewrite hiding the end of memory by York Sun · 9 years ago
  6. 5d286cd Reserve secure memory by York Sun · 9 years ago
  7. d09e59f spl: mmc: use block device number, not hard-coded 0 by Eric Nelson · 9 years ago
  8. 78bb0c1 part: fix "part list ... -bootable varname" to use hex by Stephen Warren · 9 years ago
  9. 9f08e44 spl: use panic_str instead of panic by Sjoerd Simons · 9 years ago
  10. 0978ef3 common: cli_hush: Fix up simple typo by Nishanth Menon · 9 years ago
  11. 46f2daa VxWorks: fixup MAC address for VxWorks by Miao Yan · 9 years ago
  12. 3161764 common: Remove timer_init() call for x86 by Bin Meng · 9 years ago
  13. d9a0093 fdt: Change OF_BAD_ADDR to FDT_ADDR_T_NONE by Bin Meng · 9 years ago
  14. 23415e5 CONFIG_NEEDS_MANUAL_RELOC: Fix warnings when not set by Tom Rini · 9 years ago
  15. 28990ed i2c: cmd: Relocate subcommands when MANUAL_RELOC by Michal Simek · 9 years ago
  16. abffd31 common: board: Dont relocate FDT incase of CONFIG_OF_EMBED by Siva Durga Prasad Paladugu · 9 years ago
  17. 51ace32 spl: mmc: Unify non/driver model spl_mmc_find_device() by Simon Glass · 9 years ago
  18. 4faf63b spl: mmc: Rename 'mmc' variable to 'mmcp' by Simon Glass · 9 years ago
  19. a2b771c spl: mmc: Fix compiler warning with CONFIG_DM_MMC by Simon Glass · 9 years ago
  20. 27a9d26 common: cli_hush: avoid memory leak by Peng Fan · 9 years ago
  21. 74c8389 common/Makefile: Compile fdt_support is enabled in SPL by Stefan Roese · 9 years ago
  22. b2b7c44 common: miiphyutil: avoid memory leak by Peng Fan · 9 years ago
  23. b1e455a common: mmc: unsigned char compared against 0 by Peng Fan · 9 years ago
  24. cd41c21 common: miiphyutil: no need to check name of mii_dev by Peng Fan · 9 years ago
  25. ab80a11 common: image-fdt: correct fdt_blob for IMAGE_FORMAT_LEGACY by Peng Fan · 9 years ago
  26. 0db5f0b common: cli_hush: avoid dead code by Peng Fan · 9 years ago
  27. 9029029 Merge branch 'master' of http://git.denx.de/u-boot-sparc by Tom Rini · 9 years ago
  28. fc7784e sparc: Update PROM initialization code for generic board by Francois Retief · 9 years ago
  29. 7d07d68 sparc: Update cpu_init.c to use generic timer infrastructure by Francois Retief · 9 years ago
  30. e3051d9 sparc: Initial ground work for generic board initialization by Francois Retief · 9 years ago
  31. 6cf39d4 Revert "LCD: Add an option to skip registration as an stdio output" by Anatolij Gustschin · 9 years ago
  32. 85bcce3 dm: pci: Convert 'pci' command to driver model by Simon Glass · 9 years ago
  33. b62a43b pci: Move PCI header output code into its own function by Simon Glass · 9 years ago
  34. 6ed88ae pci: Use a separate 'dev' variable for the PCI device by Simon Glass · 9 years ago
  35. 1d8193c pci: Use common functions to read/write config by Simon Glass · 9 years ago
  36. 8743ea5 pci: Tidy up function comments in cmd_pci.c by Simon Glass · 9 years ago
  37. 723a523 dm: pci: Reorder functions in cmd_pci.c by Simon Glass · 9 years ago
  38. eea22f7 pci: Refactor the pciinfo() function by Simon Glass · 9 years ago
  39. 3b6c418 pci: Use a separate variable for the bus number by Simon Glass · 9 years ago
  40. 13c7f47 pci: Use a common return in command processing by Simon Glass · 9 years ago
  41. 88c3645 dm: pci: Avoid a driver model build error with CONFIG_CMD_PCI_ENUM by Simon Glass · 9 years ago
  42. 7edd07d dm: timer: Avoid using timer before it is ready by Simon Glass · 9 years ago
  43. 7a149fc Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 9 years ago
  44. 7840c4a part:efi: add bootable parameter in gpt command by Patrick Delaunay · 9 years ago
  45. 309691b gpt: command: Extend gpt command to support GPT table verification by Lukasz Majewski · 9 years ago
  46. cc5f3d7 gpt: doc: Update gpt command's help description by Lukasz Majewski · 9 years ago
  47. ad4e590 gpt: command: Remove duplicated check for empty partition description by Lukasz Majewski · 9 years ago
  48. 363ab7b lib/tiny-printf.c: Add tiny printf function for space limited environments by Stefan Roese · 9 years ago
  49. da8f104 common/console.c: Small coding style cleanup by Stefan Roese · 9 years ago
  50. 19136bb common/console.c: Drop sandbox special-case console code by Stefan Roese · 9 years ago
  51. a24ea7a eeprom: Clean up checkpatch issues by Marek Vasut · 9 years ago
  52. 4d17f71 eeprom: Add support for selecting i2c bus by Marek Vasut · 9 years ago
  53. f422ae7 eeprom: Add bus argument to eeprom_init() by Marek Vasut · 9 years ago
  54. 7a23721 eeprom: Pull out the RW loop by Marek Vasut · 9 years ago
  55. d062c48 eeprom: Pull out transfer length computation by Marek Vasut · 9 years ago
  56. 4208679 eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_BITS by Marek Vasut · 9 years ago
  57. a1d4aeb eeprom: Suck the ifdef into eeprom_init() by Marek Vasut · 9 years ago
  58. d848b08 eeprom: Pull out CONFIG_SYS_EEPROM_PAGE_WRITE_DELAY_MS by Marek Vasut · 9 years ago
  59. 2a632ffc eeprom: Make eeprom_write_enable() weak by Marek Vasut · 9 years ago
  60. 6ae5957 eeprom: Pull out address computation by Marek Vasut · 9 years ago
  61. 78990c7 eeprom: Pull out the I/O code by Marek Vasut · 9 years ago
  62. ae59bfc eeprom: Zap CONFIG_SPI_X by Marek Vasut · 9 years ago
  63. ff933f5 eeprom: Zap eeprom_probe() by Marek Vasut · 9 years ago
  64. 44a6ac4 eeprom: Zap CONFIG_SYS_EEPROM_X40430 by Marek Vasut · 9 years ago
  65. ee54144 eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS by Marek Vasut · 9 years ago
  66. 704a096 eeprom: Shuffle code around by Marek Vasut · 9 years ago
  67. ab88fdb usb: Avoid open-coded USB constants in usb_kbd.c by Simon Glass · 9 years ago
  68. 48629c5 usb: Drop unused code in usb_kbd.c by Simon Glass · 9 years ago
  69. 09def3a usb: Refactor USB tree output code for testing by Simon Glass · 9 years ago
  70. 1bb4923 console: Add a console buffer by Simon Glass · 9 years ago
  71. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  72. 2d7c499 dm: usb: Avoid time delays in sandbox tests by Simon Glass · 9 years ago
  73. c2fbaa2 common/board_f.c: move mark_bootstage after arch_cpu_init_dm by Thomas Chou · 9 years ago
  74. d3d4035 dm: stdio: Plumb in the new keyboard uclass by Simon Glass · 9 years ago
  75. ed32c0c dm: input: Create a keyboard uclass by Simon Glass · 9 years ago
  76. 02f0c28 dm: usb: Add support for USB keyboards with driver model by Simon Glass · 9 years ago
  77. aae0088 LCD: Add an option to skip registration as an stdio output by Stephane Ayotte · 9 years ago
  78. ecc0931 Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze by Tom Rini · 9 years ago
  79. f3aabf1 common: mii: Do not allow to exceed max phy limit by Michal Simek · 9 years ago
  80. ce1771e tools: zynqimage: Add Xilinx Zynq boot header generation to mkimage by Nathan Rossi · 9 years ago
  81. 78d30e5 env_ubi.c: Correct pointer error in env load by Kevin Smith · 9 years ago
  82. aa632ab itest: add missing break statements to evalexp() by Stephen Warren · 9 years ago
  83. 3a077cd common: add CMD_GPIO to Kconfig by Thomas Chou · 9 years ago
  84. e63b2dd spl: mmc: add support for BOOT_DEVICE_MMC2 by Nikita Kiryanov · 9 years ago
  85. 8ec2e6c spl: announce boot devices by Nikita Kiryanov · 9 years ago
  86. 3ed9478 spl: add support for alternative boot device by Nikita Kiryanov · 9 years ago
  87. 0a97881 common: spl: move image load to its own function by Nikita Kiryanov · 9 years ago
  88. 33eefe4 spl: change return values of spl_*_load_image() by Nikita Kiryanov · 9 years ago
  89. 2b3ae5f spl: mmc: get rid of emmc boot code duplication by Nikita Kiryanov · 9 years ago
  90. 642648c spl: mmc: move fs boot into its own function by Nikita Kiryanov · 9 years ago
  91. 011cd8f spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check by Nikita Kiryanov · 9 years ago
  92. cc49f55 spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check by Nikita Kiryanov · 9 years ago
  93. 022ddb8 spl: mmc: refactor device location code to its own function by Nikita Kiryanov · 9 years ago
  94. ed52f4d spl: mmc: add break statements in spl_mmc_load_image() by Nikita Kiryanov · 9 years ago
  95. 08fb32e6 spl: nand: remove code duplication by Nikita Kiryanov · 9 years ago
  96. 809c054 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 9 years ago
  97. 80ca30d splash_source: add support for filesystem formatted sata by Nikita Kiryanov · 9 years ago
  98. bf5c3cc splash_source: add support for filesystem formatted usb by Nikita Kiryanov · 9 years ago
  99. 7428271 splash_source: add support for filesystem formatted mmc by Nikita Kiryanov · 9 years ago
  100. b8183de splash_source: rename *_read() to *_read_raw() by Nikita Kiryanov · 9 years ago