1. e50e0d5 env: Fix default environment saving issue by Ashok Reddy Soma · 1 year, 5 months ago
  2. ad3ae7d android_ab: Try backup booloader_message by Joshua Watt · 1 year, 5 months ago
  3. 794b44a cmd: mbr: Force DOS driver to be used for verify by Joshua Watt · 1 year, 5 months ago
  4. e40802e dm: test: Add test for part_get_info_by_type by Joshua Watt · 1 year, 5 months ago
  5. aa62d50 disk: part: Add API to get partitions with specific driver by Joshua Watt · 1 year, 5 months ago
  6. 2c1045c dm: test: Improve partition test error output by Joshua Watt · 1 year, 5 months ago
  7. 3e1b52d dm: test: Fix partition test to use mmc2 by Joshua Watt · 1 year, 5 months ago
  8. 8e6e2de tests: Fix exception when cleaning up skipped test by Joshua Watt · 1 year, 5 months ago
  9. 9d5251c android_ab: Add option to skip decrementing tries by Joshua Watt · 1 year, 5 months ago
  10. 0d53f32 disk: Use BOOT_DEFAULTS instead of DISTRO_DEFAULTS by Jonas Karlman · 1 year, 5 months ago
  11. aaf085e dfu: Add proper dependency for CONFIG_DFU_MMC by Ashok Reddy Soma · 1 year, 5 months ago
  12. 39ace5c fs/erofs: Introduce new features including ztailpacking, fragments and dedupe by Yifan Zhao · 1 year, 5 months ago
  13. aefa176 Makefile: Add missing quotes around sort --field-separator by Marek Vasut · 1 year, 5 months ago
  14. b5fb480 bootstd: Correct 'bpot' typo by Julien Delbergue · 1 year, 4 months ago
  15. f6e23ab Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 1 year, 4 months ago
  16. d46776c x86: Switch QEMU over to use the bochs driver by Simon Glass · 1 year, 4 months ago
  17. 90ca96a x86: video: Add a driver for QEMU bochs emulation by Simon Glass · 1 year, 4 months ago
  18. 8965f29 efi: Use the installed ACPI tables by Simon Glass · 1 year, 4 months ago
  19. 4d65831 sandbox: Install ACPI tables on startup by Simon Glass · 1 year, 4 months ago
  20. d68bf67 sandbox: Correct header order in board file by Simon Glass · 1 year, 4 months ago
  21. 5e89ebb log: Support outputing function names in SPL by Simon Glass · 1 year, 4 months ago
  22. b3f351f x86: Make sure that the LPC is active before SDRAM init by Simon Glass · 1 year, 4 months ago
  23. 6ca34be x86: link: Support Micron memory by Simon Glass · 1 year, 4 months ago
  24. 3a1d96f x86: Convert some debug statements to use logging by Simon Glass · 1 year, 4 months ago
  25. 66ca25c x86: Record the start and end of the tables by Simon Glass · 1 year, 4 months ago
  26. b87f76f x86: Refactor table-writing code a little by Simon Glass · 1 year, 4 months ago
  27. 866f691 x86: Enable useful options for qemu-86_64 by Simon Glass · 1 year, 4 months ago
  28. 4745981 fs: fat: Shrink the size of a few strings by Simon Glass · 1 year, 4 months ago
  29. 23ae5c3 x86: Allow logging to be used in SPL reliably by Simon Glass · 1 year, 4 months ago
  30. 4273e35 x86: Enable display for QEMU 64-bit by Simon Glass · 1 year, 4 months ago
  31. ad7ae2d pci: Mask the ROM address in case it is already enabled by Simon Glass · 1 year, 4 months ago
  32. 466bb7a pci: Adjust video BIOS debugging to be SPL-friendly by Simon Glass · 1 year, 4 months ago
  33. e50c455 x86: Init video in SPL if enabled by Simon Glass · 1 year, 4 months ago
  34. fbfb476 x86: Ensure SPL banner is only shown once by Simon Glass · 1 year, 4 months ago
  35. 358077b x86: Pass video settings from SPL to U-Boot proper by Simon Glass · 1 year, 4 months ago
  36. ee95ec1 x86: Allow video-BIOS code to be built for SPL by Simon Glass · 1 year, 4 months ago
  37. 528d483 pci: Tidy up logging and reporting for video BIOS by Simon Glass · 1 year, 4 months ago
  38. 797b8e8 pci: Support autoconfig in SPL by Simon Glass · 1 year, 4 months ago
  39. 7bb3cee nvme: Provide more useful debugging messages by Simon Glass · 1 year, 4 months ago
  40. 345c974 bdinfo: Show the malloc base with the bdinfo command by Simon Glass · 1 year, 4 months ago
  41. e6b0350 x86: Improve the trampoline in 64-bit mode by Simon Glass · 1 year, 4 months ago
  42. 54d26e7 efi: Show all known UUIDs with CONFIG_CMD_EFIDEBUG by Simon Glass · 1 year, 4 months ago
  43. 3fed467 qfw: Set the address of the ACPI tables by Simon Glass · 1 year, 4 months ago
  44. 5cc6ae1 log: Tidy up an ambiguous comment by Simon Glass · 1 year, 4 months ago
  45. 30e0bb8 qfw: Show the file address if available by Simon Glass · 1 year, 4 months ago
  46. ed338b7 part: Allow setting the partition-table type by Simon Glass · 1 year, 4 months ago
  47. 5087c77 bdinfo: Show the RAM top and approximate stack pointer by Simon Glass · 1 year, 4 months ago
  48. 2b94342 acpi: Add a comment to set the acpi tables by Simon Glass · 1 year, 4 months ago
  49. 13e3e3e x86: Show an error when a BIOS exception occurs by Simon Glass · 1 year, 4 months ago
  50. c43faa8 x86: Correct get_sp() implementation for 64-bit by Simon Glass · 1 year, 4 months ago
  51. 1c26e96 x86: Show the CPU physical address size with bdinfo by Simon Glass · 1 year, 4 months ago
  52. cfac29e x86: Add a comment for board_init_f_r_trampoline() by Simon Glass · 1 year, 4 months ago
  53. 4194157 x86: Tidy up EFI code in interrupt_init() by Simon Glass · 1 year, 4 months ago
  54. 9306f9f bios_emulator: Drop VIDEO_IO_OFFSET by Simon Glass · 1 year, 4 months ago
  55. 908ee65 bios_emulator: Add Kconfig and adjust Makefile for SPL by Simon Glass · 1 year, 4 months ago
  56. 23ec294 x86: mtrr: Add documentation by Simon Glass · 1 year, 4 months ago
  57. fb84243 x86: Allow listing MTRRs in SPL by Simon Glass · 1 year, 4 months ago
  58. 5ae0fca x86: coral: Adjust various config options by Simon Glass · 1 year, 5 months ago
  59. f015cf4 x86: coreboot: Adjust various config options by Simon Glass · 1 year, 5 months ago
  60. d74e62a bootstd: Add a simple bootmeth for ChromiumOS by Simon Glass · 1 year, 5 months ago
  61. 531efde x86: zimage: Export the function to obtain the cmdline by Simon Glass · 1 year, 5 months ago
  62. 84305a1 x86: Add a function to boot a zimage by Simon Glass · 1 year, 5 months ago
  63. cd91e99 bootstd: Support automatically setting Linux parameters by Simon Glass · 1 year, 5 months ago
  64. e20df59 x86: qemu: Switch to standard boot by Simon Glass · 1 year, 5 months ago
  65. f1db975 x86: qemu: Create a little more room for U-Boot by Simon Glass · 1 year, 5 months ago
  66. 55a2da3 bootstd: Add support for updating elements of the cmdline by Simon Glass · 1 year, 5 months ago
  67. a08adca bootstd: Add a function to update a command line by Simon Glass · 1 year, 5 months ago
  68. 3ddee31 bdinfo: Show information about the serial port by Simon Glass · 1 year, 5 months ago
  69. 9049a4b Merge tag 'video-20230714' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 1 year, 4 months ago
  70. 63398b0 bootstd: Allow storing x86 setup information by Simon Glass · 1 year, 5 months ago
  71. b35513a bootstd: Use the bootargs env var for changing the cmdline by Simon Glass · 1 year, 5 months ago
  72. 3392752 bootstd: Allow storing the OS command line in the bootflow by Simon Glass · 1 year, 5 months ago
  73. 7fbbbc8 bootstd: Correct baudrate typo by Simon Glass · 1 year, 5 months ago
  74. 4157158 bootstd: Use bootdev instead of bootdevice by Simon Glass · 1 year, 5 months ago
  75. 7e02cbe bootstd: Correct the name of the QEMU bootmeth by Simon Glass · 1 year, 5 months ago
  76. 72e1d33 test: Skip flat-tree tests if devicetree is not used by Simon Glass · 1 year, 5 months ago
  77. 10733e4 Merge tag 'efi-2023-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 1 year, 4 months ago
  78. 68e23f4 doc: uefi: enhance anti-rollback documentation by Masahisa Kojima · 1 year, 5 months ago
  79. 6f5600b README: remove Minicom comment by Heinrich Schuchardt · 1 year, 5 months ago
  80. e1ad108 efi_selftests: add extra testcases on controller handling by Ilias Apalodimas · 1 year, 5 months ago
  81. ac1abbe efi_loader: fix the return codes of UninstallProtocol by Ilias Apalodimas · 1 year, 5 months ago
  82. 106f0df efi_loader: check the status of disconnected drivers by Ilias Apalodimas · 1 year, 5 months ago
  83. 1e10d62 efi_loader: reconnect drivers on failure by Ilias Apalodimas · 1 year, 5 months ago
  84. b5542a6 Load option with short device path for boot vars by Raymond Mao · 1 year, 5 months ago
  85. a35784d Fix incorrect return code of boot option update by Raymond Mao · 1 year, 5 months ago
  86. 70a76c5 Move bootorder and bootoption apis to lib by Raymond Mao · 1 year, 5 months ago
  87. ba48d61 Merge branch '2023-07-14-assorted-general-updates' by Tom Rini · 1 year, 4 months ago
  88. 69d53d8 powerpc: Fix flush_cache() speed regression by Christophe Leroy · 1 year, 5 months ago
  89. 009a8e3 lzma: Fix decompression speed regression by Christophe Leroy · 1 year, 5 months ago
  90. fa10fb2 ufs: Use 'TASK_TAG' to construct the ucd_req_ptr->header.dword_0 by Bhupesh Sharma · 1 year, 5 months ago
  91. 1ef4fba drivers: led: bcm6753: do not use null label to find the top by Philippe Reynes · 1 year, 5 months ago
  92. f311b74 board_f: Relocate fdt even if GD_FLG_SKIP_RELOC is set by Kunihiko Hayashi · 1 year, 5 months ago
  93. 1b4014b lib/zlib: Fix a bug when getting a gzip header extra field by Oleksandr Suvorov · 1 year, 5 months ago
  94. 1dc2ee6 net: ti: am65-cpsw-nuss: Use dedicated port mode control registers by Andreas Dannenberg · 1 year, 5 months ago
  95. d9d1538 disable NFS support by default by Peter Robinson · 1 year, 5 months ago
  96. b6601dd env: mmc: statically set the environment partition name by Emmanuel Di Fede · 1 year, 5 months ago
  97. c937154 firmware: scmi: return a right errno for SCMI status code by AKASHI Takahiro · 1 year, 5 months ago
  98. 1ddd8a6 hash: fix a memory leak by Sergei Antonov · 1 year, 5 months ago
  99. f6a0738 clk: scmi: claim the dependency on CONFIG_CLK by AKASHI Takahiro · 1 year, 6 months ago
  100. b746093 arch: arm: npcm8xx: add cpu version and 4G ram support by Jim Liu · 1 year, 5 months ago