1. ecb3a0a README: replace reference to boards.cfg by Heinrich Schuchardt · 4 years, 9 months ago
  2. 414c34e image: Add compressed Image parsing support in booti. by Atish Patra · 4 years, 9 months ago
  3. 155d6a3 image: Add a common compression type detection function. by Atish Patra · 4 years, 9 months ago
  4. 2a2119e lib: kconfig: Add option to set BZIP2 compression method by Atish Patra · 4 years, 9 months ago
  5. 8e434cb cmd: mem: Add bitflip memory test to alternate mtest by Stefan Roese · 4 years, 9 months ago
  6. f14bfa7 cmd: mem: Use IS_ENABLED instead of alt_test variable by Stefan Roese · 4 years, 9 months ago
  7. 54de244 cmd: mem: Drop eldk-4.2 workaround and use cast in unmap_sysmem() by Stefan Roese · 4 years, 9 months ago
  8. a8c708e cmd: mem: Correctly count the errors in mtest by Stefan Roese · 4 years, 9 months ago
  9. 71126d5 tee: optee: use dev_info in print_os_revision by Patrick Delaunay · 4 years, 9 months ago
  10. 42551f4 doc: spl: update reference to driver-model/README.txt by Patrick Delaunay · 4 years, 9 months ago
  11. 5fa8811 scripts: add documentation-file-ref-check by Heinrich Schuchardt · 4 years, 9 months ago
  12. ab5a2b0 mkimage: fit: don't create image with 0700 permissions by Thomas Hebb · 4 years, 9 months ago
  13. 04571be ide: remove duplicate defines form include/ata.h by Heinrich Schuchardt · 4 years, 9 months ago
  14. e6e9a4f block: ide: use definitions from include/libata.h by Heinrich Schuchardt · 4 years, 9 months ago
  15. fd0e30b cmd: fat: remove unused includes by Heinrich Schuchardt · 4 years, 9 months ago
  16. 25a1b5e arm: dts: add pwm support for MediaTek SoCs by Sam Shih · 4 years, 9 months ago
  17. a537fa4 mediatek: pwm: add pwm driver for MediaTek SoCs by Sam Shih · 4 years, 9 months ago
  18. a173223 cmd: Add unlz4 command by Yusuke Ashiduka · 4 years, 9 months ago
  19. 46d9d1c env: make file-scope env_ptr variables static by Rasmus Villemoes · 4 years, 9 months ago
  20. 8ce1f10 ARM: bootm: take into account gd->ram_top by Patrice Chotard · 4 years, 10 months ago
  21. 8d5d3bc Merge branch '2020-04-16-master-imports' by Tom Rini · 4 years, 7 months ago
  22. 65c141e board_f.c: Ensure 16 alignment of start_addr_sp and reserved memory by Patrick Delaunay · 4 years, 9 months ago
  23. 6de2992 arm: set the relocated gd with gd->new_gd by Patrick Delaunay · 4 years, 9 months ago
  24. 15ac0c7 Revert "stm32mp1: remove the imply BOOTSTAGE" by Patrick Delaunay · 4 years, 9 months ago
  25. a665108 board_f.c: Ensure gd->new_bootstage alignment by Patrice Chotard · 4 years, 9 months ago
  26. 9d82cbd arm: imx: update reference to README.mxc_hab by Patrick Delaunay · 4 years, 9 months ago
  27. 3256afb doc: device-tree-bindings: update reference to binding directory by Patrick Delaunay · 4 years, 9 months ago
  28. add8391 doc: update reference to README.board by Patrick Delaunay · 4 years, 9 months ago
  29. a0cd1e1 doc: update reference to README.imx8image by Patrick Delaunay · 4 years, 9 months ago
  30. b09e28f doc: update reference to README.imximage by Patrick Delaunay · 4 years, 9 months ago
  31. 480e411 Kconfig: update reference to README.x86 by Patrick Delaunay · 4 years, 9 months ago
  32. 24bcaec README: update reference to *.README by Patrick Delaunay · 4 years, 9 months ago
  33. e5301ba test: pinmux: add pincontrol-gpio for pin configuration by Patrick Delaunay · 4 years, 11 months ago
  34. ff52665 test: dm: update test for pins configuration in gpio by Patrick Delaunay · 4 years, 11 months ago
  35. 2c0f782 gpio: sandbox: cleanup binding support by Patrick Delaunay · 4 years, 11 months ago
  36. d15c05b test: dm: update test for pins configuration in pinctrl node by Patrick Delaunay · 4 years, 11 months ago
  37. 77ed569 pinctrl: sandbox: Add mux information in get_pin_muxing by Patrick Delaunay · 4 years, 11 months ago
  38. 6a0388c dt-bindings: gpio: alignment with kernel v5.3 by Patrick Delaunay · 4 years, 11 months ago
  39. 8fd9daf gpio: add ops to set dir flags by Patrick Delaunay · 4 years, 11 months ago
  40. d2c07e5 gpio: add ops to get dir flags by Patrick Delaunay · 4 years, 11 months ago
  41. 477ca57 gpio: add support of new GPIO direction flag by Patrick Delaunay · 4 years, 11 months ago
  42. 695e5fd gpio: update dir_flags management by Patrick Delaunay · 4 years, 11 months ago
  43. 9360bb0 gpio: add helper GPIOD_FLAGS_OUTPUT by Patrick Delaunay · 4 years, 11 months ago
  44. 4292fb1 gpio: add function check_dir_flags by Patrick Delaunay · 4 years, 11 months ago
  45. 788ea83 gpio: add function _dm_gpio_set_dir_flags by Patrick Delaunay · 4 years, 11 months ago
  46. 8a9140c gpio: add function _gpio_get_value by Patrick Delaunay · 4 years, 11 months ago
  47. 9f2b066 gpio: add gpio descriptor initialization helper by Patrick Delaunay · 4 years, 11 months ago
  48. e3f3a12 gpio: remove the open_drain API and ops by Patrick Delaunay · 4 years, 11 months ago
  49. 277a0ad gpio: remove GPIOD_REQUESTED by Patrick Delaunay · 4 years, 11 months ago
  50. 1bb257a dt-bindings: gpio: document the new pull-up/pull-down flags by Patrick Delaunay · 4 years, 11 months ago
  51. e93f392 dm: pinctrl: migrate pinctrl-generic to livetree by Patrick Delaunay · 4 years, 11 months ago
  52. ce891fca dm: core: add ofnode and dev function to iterate on node property by Patrick Delaunay · 4 years, 11 months ago
  53. 719cab6 dm: pinctrl: convert pinctrl-single to livetree by Patrick Delaunay · 4 years, 11 months ago
  54. f5bd0fb README: remove requirement for CHANGELOG entry by Karl Palsson · 4 years, 8 months ago
  55. b941d1c fs: btrfs: Fix LZO false decompression error caused by pending zero by Qu Wenruo · 4 years, 8 months ago
  56. a62db24 fs: btrfs: Reject fs with sector size other than PAGE_SIZE by Qu Wenruo · 4 years, 8 months ago
  57. 25babb7 fs: btrfs: Use LZO_LEN to replace immediate number by Qu Wenruo · 4 years, 8 months ago
  58. 0f238da Merge tag 'arc-fixes-for-2020.07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-arc by Tom Rini · 4 years, 7 months ago
  59. cf87f7c Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 7 months ago
  60. 7b50db8 ARC: HSDK: CGU: fix tunnel clock calculation by Eugeniy Paltsev · 4 years, 7 months ago
  61. a6a0b02 ARC: HSDK: Enable on-chip reset controller by Eugeniy Paltsev · 4 years, 9 months ago
  62. 04286d0 ARC: CACHE: mark IOC helper functions as inlined_cachefunc by Eugeniy Paltsev · 4 years, 9 months ago
  63. b15cb0b ARC: CACHE: add support for SL$ disable by Eugeniy Paltsev · 4 years, 9 months ago
  64. f51b4bc Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 7 months ago
  65. b0dcc87 dm: core: Read parent ofdata before children by Simon Glass · 4 years, 8 months ago
  66. 528d6b3 test: fdtdec: test fdtdec_set_carveout() by Laurentiu Tudor · 4 years, 8 months ago
  67. b9200b1 fdtdec: support multiple phandles in memory carveout by Laurentiu Tudor · 4 years, 8 months ago
  68. 5c9c9bc dm: core: remove the duplicated function dm_ofnode_pre_reloc by Patrick Delaunay · 4 years, 8 months ago
  69. 5900660 dm: core: refactor functions reading an u32 from dt by Dario Binacchi · 4 years, 8 months ago
  70. 4bb7075 dm: core: support reading a single indexed u32 value by Dario Binacchi · 4 years, 8 months ago
  71. 70573c6 dm: test: add test case for dev_read_u64 function by Dario Binacchi · 4 years, 8 months ago
  72. ced1080 dm: core: Add a way to skip powering down power domains by Simon Glass · 4 years, 8 months ago
  73. 8474da9 dm: core: Add logging on unbind failure by Simon Glass · 4 years, 8 months ago
  74. 0688b75 fdt: Fix 'system' command by Tom Warren · 4 years, 8 months ago
  75. 48e4288 sandbox: enable CMD_BOOTEFI_HELLO and CMD_EFIDEBUG by Heinrich Schuchardt · 4 years, 9 months ago
  76. 1c0bc80 sandbox: implement ft_board_setup() by Heinrich Schuchardt · 4 years, 9 months ago
  77. 1ecea74 sandbox: add reserved-memory node in device tree by Heinrich Schuchardt · 4 years, 9 months ago
  78. cf0ef93 patman: Apply the cc limit to the cover letter also by Simon Glass · 4 years, 9 months ago
  79. da2fa6d doc: driver-model: there is no UCLASS_ETHERNET by Heinrich Schuchardt · 4 years, 9 months ago
  80. 292defd configs: sandbox: enable LOG_SYSLOG by Heinrich Schuchardt · 4 years, 9 months ago
  81. 7b912ed test: log: test syslog logging driver by Heinrich Schuchardt · 4 years, 9 months ago
  82. 395041b test: log functions with CONFIG_LOG=n by Heinrich Schuchardt · 4 years, 9 months ago
  83. 20fd256 log: output for CONFIG_LOG=n by Heinrich Schuchardt · 4 years, 9 months ago
  84. befadde log: syslog driver by Heinrich Schuchardt · 4 years, 9 months ago
  85. d1a02f5 log: correct CONFIG_LOG_TEST prerequisites by Heinrich Schuchardt · 4 years, 9 months ago
  86. 0544ecb dm: core: Move "/chosen" and "/firmware" node scan by Patrick Delaunay · 4 years, 9 months ago
  87. 67817b3 dm: core: remove redundant assignment by Heinrich Schuchardt · 4 years, 10 months ago
  88. f93a07d dm: core: remove redundant if statement by Heinrich Schuchardt · 4 years, 10 months ago
  89. 2960107 sandbox: also restore terminal settings when killed by SIGINT by Rasmus Villemoes · 4 years, 10 months ago
  90. 42c64d1 sandbox: Update PCI nodes in dts files by Tom Rini · 4 years, 10 months ago
  91. 8a770f9 sandbox: p2sb: Silence compiler warning by Simon Glass · 4 years, 10 months ago
  92. b41d4b8 serial: Set baudrate on boot by Sean Anderson · 4 years, 10 months ago
  93. dba0a6a Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 4 years, 7 months ago
  94. 1f4431e test: Add hexdump.h to the unit test header by Simon Glass · 4 years, 8 months ago
  95. bfeb5d4 acpi: Add support for DMAR by Simon Glass · 4 years, 8 months ago
  96. 91fe8b7 acpi: Add a central location for table version numbers by Simon Glass · 4 years, 8 months ago
  97. 89c2798 acpi: Add an __ACPI__ preprocessor symbol by Simon Glass · 4 years, 8 months ago
  98. 776cc20 x86: Move acpi_table header to main include/ directory by Simon Glass · 4 years, 8 months ago
  99. 3cabcf9 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · 4 years, 8 months ago
  100. f50cc95 acpi: Add a simple sandbox test by Simon Glass · 4 years, 8 months ago