1. e745782 omap3_logic: Change console from ttyO0 to ttyS0 by Adam Ford · 6 years ago
  2. 3804f5b common: print \n in initr_scsi() by Heinrich Schuchardt · 6 years ago
  3. 6696de8 gpio: omap_gpio: Convert to auto-alloc feature when DT is supported by Adam Ford · 6 years ago
  4. 7346c1e vboot: Do not use hashed-strings offset by Teddy Reed · 6 years ago
  5. 72239fc vboot: Add FIT_SIGNATURE_MAX_SIZE protection by Teddy Reed · 6 years ago
  6. 894c3ad board: arm: Add support for Broadcom BCM7445 by Thomas Fitzsimmons · 6 years ago
  7. d154ca6 spl: fit: verify images prior to post processing by Ben Whitten · 6 years ago
  8. d673668 configs: Remove empty #ifdef/#ifndef blocks from configs by Alex Kiernan · 6 years ago
  9. 56419ea spl: fit: Fix support for loading FPGA bitstream by Marek Vasut · 6 years ago
  10. 26ad648 spl: spi: Support full fitImage handling by Marek Vasut · 6 years ago
  11. 8b1531f spl: fat: Support full fitImage handling by Marek Vasut · 6 years ago
  12. 078e558 fit: Verify all configuration signatures by Marek Vasut · 6 years ago
  13. e3396ff Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  14. 495c70f net: designware: Add reset ctrl to driver by Ley Foon Tan · 6 years ago
  15. b051eec serial: ns16550: Add reset ctrl to driver by Ley Foon Tan · 6 years ago
  16. 2d4d693 mmc: dwmmc: socfpga: Add reset ctrl to driver by Ley Foon Tan · 6 years ago
  17. d99894d include: reset: Change to use CONFIG_IS_ENABLED(DM_RESET) by Ley Foon Tan · 6 years ago
  18. bfc6bae reset: Rename CONFIG_SPL_RESET_SUPPORT to CONFIG_SPL_DM_RESET by Ley Foon Tan · 6 years ago
  19. e2a1484 MAINTAINERS: Add entries for Actions Semi OWL family by Manivannan Sadhasivam · 6 years ago
  20. 6f9347f serial: Add Actions Semi OWL UART support by Manivannan Sadhasivam · 6 years ago
  21. ca769a1 arm: dts: bubblegum_96: Enable UART5 for serial console by Manivannan Sadhasivam · 6 years ago
  22. 2a8afb4 arm: dts: s900: Add UART node by Manivannan Sadhasivam · 6 years ago
  23. ae485b5 clk: Add Actions Semi OWL clock support by Manivannan Sadhasivam · 6 years ago
  24. 69e6241 arm: dts: s900: Add Clock Management Unit (CMU) nodes by Manivannan Sadhasivam · 6 years ago
  25. 188d7aa dt-bindings: clock: Add S900 CMU register definitions by Manivannan Sadhasivam · 6 years ago
  26. eba6589 board: Add uCRobotics Bubblegum-96 board support by Manivannan Sadhasivam · 6 years ago
  27. 97775d2 arm: Add support for Actions Semi OWL SoC family by Manivannan Sadhasivam · 6 years ago
  28. 3eae864 configs: Resync with savedefconfig by Tom Rini · 6 years ago
  29. 16b8d6b binman: Support updating the device tree with calc'd info by Simon Glass · 6 years ago
  30. 078ab1a binman: Add a SetCalculatedProperties() method by Simon Glass · 6 years ago
  31. ecab897 binman: Add a ProcessFdt() method by Simon Glass · 6 years ago
  32. 0a4357c binman: Complete documentation of stages by Simon Glass · 6 years ago
  33. 116adec dtoc: Add functions to add integer properties by Simon Glass · 6 years ago
  34. fe57c78 dtoc: Avoid unwanted output during tests by Simon Glass · 6 years ago
  35. ef6f77a test: Enable cover-coverage tests for dtoc and fdt by Simon Glass · 6 years ago
  36. 8512ea2 dtoc: Increase code coverage to 100% by Simon Glass · 6 years ago
  37. c3f9454 binman: Move capture_sys_output() to test_util by Simon Glass · 6 years ago
  38. ba76521 dtoc: Add a test for code coverage by Simon Glass · 6 years ago
  39. dfe5f5b dtoc: Fix some minor errors by Simon Glass · 6 years ago
  40. 760b717 dtoc: Fix properties with a single zero-arg phandle by Simon Glass · 6 years ago
  41. b9066ff dtoc: Fix Fdt.GetNode() to handle a missing node by Simon Glass · 6 years ago
  42. f9b88b3 dtoc: Keep track of property offsets by Simon Glass · 6 years ago
  43. 2a2d91d dtoc: Update fdt tests to increase code coverage by Simon Glass · 6 years ago
  44. 9606624 dtoc: Drop use of a local dtb buffer by Simon Glass · 6 years ago
  45. 117f57b dtoc: Make use of the new pylibfdt methods by Simon Glass · 6 years ago
  46. 57f0bc4 dtoc: Update tests to write failures to /tmp by Simon Glass · 6 years ago
  47. 2ba9875 dtoc: Add some tests for the fdt module by Simon Glass · 6 years ago
  48. ff1fd6c binman: Move coverage logic into a new test_util file by Simon Glass · 6 years ago
  49. c640ed0 libfdt: Add get_property() and del_node() by Simon Glass · 6 years ago
  50. a1e0085 libfdt: Fix the Python pack() function by Simon Glass · 6 years ago
  51. 3def0cf libfdt: Bring in proposed pylibfdt changes by Simon Glass · 6 years ago
  52. 5c89023 binman: Tidy up setting of entry contents by Simon Glass · 6 years ago
  53. 2cd0128 binman: Tidy up execution of tests by Simon Glass · 6 years ago
  54. 736bb0a binman: Correct operation of ObtainContents() by Simon Glass · 6 years ago
  55. adc5701 binman: Tidy up variables in _RunMicrocodeTest() by Simon Glass · 6 years ago
  56. 1835cd2 binman: Make the operation of Entry__testing explicit by Simon Glass · 6 years ago
  57. 16d836c binman: Switch to 'python-coverage' by Tom Rini · 6 years ago
  58. 31e60ff dm: core: Add logging of some common errors by Simon Glass · 6 years ago
  59. 964cadc dm: core: Add a function to decode a memory region by Simon Glass · 6 years ago
  60. 5e0a734 dm: core: Update of_read_fmap_entry() for livetree by Simon Glass · 6 years ago
  61. 008dcdd dm: spi: Update sandbox SPI emulation driver to use ofnode by Simon Glass · 6 years ago
  62. d677b00 dm: core: Add a way to bind a device by ofnode by Simon Glass · 6 years ago
  63. b616cef log: Add a way to log a return value with a message by Simon Glass · 6 years ago
  64. c60f671 dm: core: Add a way to find an ofnode by compatible string by Simon Glass · 6 years ago
  65. c98ad44 dm: core: Add comments to ofnode_read_resource() functoins by Simon Glass · 6 years ago
  66. fbe8d03 dm: core: Fix a few ofnode function comments by Simon Glass · 6 years ago
  67. 7e5196c dm: core: Add ofnode function to read a 64-bit int by Simon Glass · 6 years ago
  68. 90c08fa fdt: Add device tree memory bindings by Michael Pratt · 6 years ago
  69. 8c5d4fd Prepare v2018.07 by Tom Rini · 6 years ago v2018.07
  70. 3f0492f Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 6 years ago
  71. 34d02ba4 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 6 years ago
  72. 8499679 tegra: nyan-big: Update CONFIG_SYS_TEXT to the default in README.chromium by Peter Robinson · 6 years ago
  73. ca962d3 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago WIP-06Jul2018
  74. 0bc846a sunxi: A64: OHCI: prevent turning off shared USB clock by Andre Przywara · 6 years ago
  75. ff5d5cc usb: dwc2: Add brcm,bcm2708-usb compatible by Emmanuel Vadot · 6 years ago
  76. 4ac5df4 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago WIP-03Jul2018
  77. be0d217 arm: timer: sunxi: add Allwinner timer erratum workaround by Andre Przywara · 6 years ago
  78. 3865158 arm: timer: factor out FSL arch timer erratum workaround by Andre Przywara · 6 years ago
  79. 89c5c97 Prepare v2018.07-rc3 by Tom Rini · 6 years ago v2018.07-rc3
  80. d4c7a93 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 6 years ago WIP-02Jul2018
  81. 03b5499 board/aries: Remove by Tom Rini · 6 years ago
  82. a9ea30d ax25: Switch to CONFIG_BOOTP_PREFER_SERVERIP by Alexander Graf · 6 years ago
  83. bdce340 net: Add option to prefer bootp/dhcp serverip by Alexander Graf · 6 years ago
  84. 449312c net: Prefer command line arguments by Alexander Graf · 6 years ago
  85. d8970da net: Add new wol command - Wake on LAN by Lothar Felten · 6 years ago
  86. 318b5d7 net: mvneta: zero Tx descriptors on init by Rabeeh Khoury · 6 years ago
  87. 0f8888b net: mvneta: dcache flush TX descriptors at init by Rabeeh Khoury · 6 years ago
  88. 6dc73df net: fastboot: Fix build when FASTBOOT_FLASH is disabled by Alex Kiernan · 6 years ago
  89. d1b226b net: zynq_gem: Initialize val variable in zynq_gem_miiphy_read() by Michal Simek · 6 years ago
  90. 6c88079 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  91. 425daac video: arm: rpi: Add brcm,bcm2708-fb compatible by Emmanuel Vadot · 6 years ago
  92. ac378bb Merge git://git.denx.de/u-boot-x86 by Tom Rini · 6 years ago WIP-01Jul2018
  93. 168de20 Revert "fw_printenv: Don't bail out directly after one env read error" by Tom Rini · 6 years ago
  94. 4014426 doc: vxworks: Mention chain-loading an x86 kernel via 'bootefi' by Bin Meng · 6 years ago
  95. 7314916 x86: doc: Update EFI loader support by Bin Meng · 6 years ago
  96. 47cae01 efi_loader: helloworld: Output ACPI configuration table by Bin Meng · 6 years ago
  97. 86df34d efi_loader: Install ACPI configuration tables by Bin Meng · 6 years ago
  98. bb68c7f efi_loader: Increase number of configuration tables to 16 by Bin Meng · 6 years ago
  99. abe47ca x86: efi_loader: Build EFI memory map per E820 table by Bin Meng · 6 years ago
  100. 8199a14 x86: Use microcode update from device tree for all processors by Ivan Gorinov · 6 years ago