1. 919646d board: arm: Add support for Broadcom BCM7445 by Thomas Fitzsimmons · 6 years ago
  2. 54a9119 spl: fit: verify images prior to post processing by Ben Whitten · 6 years ago
  3. 158105a configs: Remove empty #ifdef/#ifndef blocks from configs by Alex Kiernan · 6 years ago
  4. 72bc5d5 spl: fit: Fix support for loading FPGA bitstream by Marek Vasut · 7 years ago
  5. f6e0e5c spl: spi: Support full fitImage handling by Marek Vasut · 7 years ago
  6. c659e58 spl: fat: Support full fitImage handling by Marek Vasut · 7 years ago
  7. 5dee134 fit: Verify all configuration signatures by Marek Vasut · 7 years ago
  8. 8b489b5 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  9. 27d5c00 net: designware: Add reset ctrl to driver by Ley Foon Tan · 6 years ago
  10. a176339 serial: ns16550: Add reset ctrl to driver by Ley Foon Tan · 6 years ago
  11. 5a694d0 mmc: dwmmc: socfpga: Add reset ctrl to driver by Ley Foon Tan · 6 years ago
  12. 8d7072b include: reset: Change to use CONFIG_IS_ENABLED(DM_RESET) by Ley Foon Tan · 6 years ago
  13. 9caf712 reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET by Ley Foon Tan · 6 years ago
  14. 24ac473 MAINTAINERS: Add entries for Actions Semi OWL family by Manivannan Sadhasivam · 6 years ago
  15. 01e4739 serial: Add Actions Semi OWL UART support by Manivannan Sadhasivam · 6 years ago
  16. c7c2320 arm: dts: bubblegum_96: Enable UART5 for serial console by Manivannan Sadhasivam · 6 years ago
  17. 1c4d348 arm: dts: s900: Add UART node by Manivannan Sadhasivam · 6 years ago
  18. 91a8513 clk: Add Actions Semi OWL clock support by Manivannan Sadhasivam · 6 years ago
  19. 611b19f arm: dts: s900: Add Clock Management Unit (CMU) nodes by Manivannan Sadhasivam · 6 years ago
  20. 62cfd30 dt-bindings: clock: Add S900 CMU register definitions by Manivannan Sadhasivam · 6 years ago
  21. 604ecc8 board: Add uCRobotics Bubblegum-96 board support by Manivannan Sadhasivam · 6 years ago
  22. 474a5df arm: Add support for Actions Semi OWL SoC family by Manivannan Sadhasivam · 6 years ago
  23. ecbc80e configs: Resync with savedefconfig by Tom Rini · 6 years ago
  24. a87014e binman: Support updating the device tree with calc'd info by Simon Glass · 6 years ago
  25. e22f8fa binman: Add a SetCalculatedProperties() method by Simon Glass · 6 years ago
  26. 9230773 binman: Add a ProcessFdt() method by Simon Glass · 6 years ago
  27. 29dae67 binman: Complete documentation of stages by Simon Glass · 6 years ago
  28. e80c556 dtoc: Add functions to add integer properties by Simon Glass · 6 years ago
  29. 3bce93d dtoc: Avoid unwanted output during tests by Simon Glass · 6 years ago
  30. 6d52052 test: Enable cover-coverage tests for dtoc and fdt by Simon Glass · 6 years ago
  31. 961c1ce dtoc: Increase code coverage to 100% by Simon Glass · 6 years ago
  32. 3609d5e binman: Move capture_sys_output() to test_util by Simon Glass · 6 years ago
  33. 0372540 dtoc: Add a test for code coverage by Simon Glass · 6 years ago
  34. c38fee04 dtoc: Fix some minor errors by Simon Glass · 6 years ago
  35. 609e2b1 dtoc: Fix properties with a single zero-arg phandle by Simon Glass · 6 years ago
  36. c5eddc8 dtoc: Fix Fdt.GetNode() to handle a missing node by Simon Glass · 6 years ago
  37. 4df8a0c dtoc: Keep track of property offsets by Simon Glass · 6 years ago
  38. 9c52633 dtoc: Update fdt tests to increase code coverage by Simon Glass · 6 years ago
  39. 792d239 dtoc: Drop use of a local dtb buffer by Simon Glass · 6 years ago
  40. 151aeed dtoc: Make use of the new pylibfdt methods by Simon Glass · 6 years ago
  41. c47c2b3 dtoc: Update tests to write failures to /tmp by Simon Glass · 6 years ago
  42. 0ed5075 dtoc: Add some tests for the fdt module by Simon Glass · 6 years ago
  43. 132be85 binman: Move coverage logic into a new test_util file by Simon Glass · 6 years ago
  44. 0537c55 libfdt: Add get_property() and del_node() by Simon Glass · 6 years ago
  45. 04402d3 libfdt: Fix the Python pack() function by Simon Glass · 6 years ago
  46. 70cd0d7 libfdt: Bring in proposed pylibfdt changes by Simon Glass · 6 years ago
  47. 2e1169f binman: Tidy up setting of entry contents by Simon Glass · 6 years ago
  48. 02e0fc6 binman: Tidy up execution of tests by Simon Glass · 6 years ago
  49. 6ba679c binman: Correct operation of ObtainContents() by Simon Glass · 6 years ago
  50. 820af1d binman: Tidy up variables in _RunMicrocodeTest() by Simon Glass · 6 years ago
  51. 09d3c8d binman: Make the operation of Entry__testing explicit by Simon Glass · 6 years ago
  52. c2a849d binman: Switch to 'python-coverage' by Tom Rini · 6 years ago
  53. 5ab533c dm: core: Add logging of some common errors by Simon Glass · 6 years ago
  54. 2e4d872 dm: core: Add a function to decode a memory region by Simon Glass · 6 years ago
  55. 4b58093 dm: core: Update of_read_fmap_entry() for livetree by Simon Glass · 6 years ago
  56. f354863 dm: spi: Update sandbox SPI emulation driver to use ofnode by Simon Glass · 6 years ago
  57. 9eb151e dm: core: Add a way to bind a device by ofnode by Simon Glass · 6 years ago
  58. bfad6ed log: Add a way to log a return value with a message by Simon Glass · 6 years ago
  59. 954eeae dm: core: Add a way to find an ofnode by compatible string by Simon Glass · 6 years ago
  60. a8173d6 dm: core: Add comments to ofnode_read_resource() functoins by Simon Glass · 6 years ago
  61. 1c68234 dm: core: Fix a few ofnode function comments by Simon Glass · 6 years ago
  62. 9d54a7a dm: core: Add ofnode function to read a 64-bit int by Simon Glass · 6 years ago
  63. fa28d14 fdt: Add device tree memory bindings by Michael Pratt · 6 years ago
  64. 8e28ecc Prepare v2018.07 by Tom Rini · 6 years ago
  65. 60f02ff Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 6 years ago
  66. 0ebcc9a Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 6 years ago
  67. d932e5f tegra: nyan-big: Update CONFIG_SYS_TEXT to the default in README.chromium by Peter Robinson · 6 years ago
  68. 7a45060 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  69. dc27c4f sunxi: A64: OHCI: prevent turning off shared USB clock by Andre Przywara · 6 years ago
  70. 8044700 usb: dwc2: Add brcm,bcm2708-usb compatible by Emmanuel Vadot · 6 years ago
  71. 52a5ccb Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
  72. d1de0bb arm: timer: sunxi: add Allwinner timer erratum workaround by Andre Przywara · 6 years ago
  73. 60b7865 arm: timer: factor out FSL arch timer erratum workaround by Andre Przywara · 6 years ago
  74. bffdc86 Prepare v2018.07-rc3 by Tom Rini · 6 years ago
  75. e1ea543 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 6 years ago
  76. d165c70 board/aries: Remove by Tom Rini · 6 years ago
  77. 1cfa5ee ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP by Alexander Graf · 6 years ago
  78. 427e695 net: Add option to prefer bootp/dhcp serverip by Alexander Graf · 6 years ago
  79. f43bf5d net: Prefer command line arguments by Alexander Graf · 6 years ago
  80. 776fc10 net: Add new wol command - Wake on LAN by Lothar Felten · 6 years ago
  81. f046bed net: mvneta: zero Tx descriptors on init by Rabeeh Khoury · 6 years ago
  82. 31ad3ce net: mvneta: dcache flush TX descriptors at init by Rabeeh Khoury · 6 years ago
  83. 3338d9a net: fastboot: Fix build when FASTBOOT_FLASH is disabled by Alex Kiernan · 6 years ago
  84. d061bfd net: zynq_gem: Initialize val variable in zynq_gem_miiphy_read() by Michal Simek · 6 years ago
  85. 43656cc Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  86. e270519 video: arm: rpi: Add brcm,bcm2708-fb compatible by Emmanuel Vadot · 6 years ago
  87. 41d973c Merge git://git.denx.de/u-boot-x86 by Tom Rini · 6 years ago
  88. 4c1192c Revert "fw_printenv: Don't bail out directly after one env read error" by Tom Rini · 6 years ago
  89. b9cf35b doc: vxworks: Mention chain-loading an x86 kernel via 'bootefi' by Bin Meng · 6 years ago
  90. 9cf307a x86: doc: Update EFI loader support by Bin Meng · 6 years ago
  91. 8e94329 efi_loader: helloworld: Output ACPI configuration table by Bin Meng · 6 years ago
  92. 2cfbdae efi_loader: Install ACPI configuration tables by Bin Meng · 6 years ago
  93. c4d777b efi_loader: Increase number of configuration tables to 16 by Bin Meng · 6 years ago
  94. 1a4e82d x86: efi_loader: Build EFI memory map per E820 table by Bin Meng · 6 years ago
  95. 7fe4075 x86: Use microcode update from device tree for all processors by Ivan Gorinov · 6 years ago
  96. 49568fe x86: Add scsi command to coreboot and qemu by Bin Meng · 6 years ago
  97. 1394fbb x86: timer: tsc: Allow specifying clock rate from device tree again by Bin Meng · 6 years ago
  98. 8979935 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  99. 4ed64b7 mx5: Select ARM_CORTEX_A8_CVE_2017_5715 by Fabio Estevam · 6 years ago
  100. 073c05e lib: div64: fix typeo in include/div64.h by Heinrich Schuchardt · 6 years ago