1. b895642 x86: Switch QEMU over to use the bochs driver by Simon Glass · 1 year, 3 months ago
  2. dac1fa5 x86: Make sure that the LPC is active before SDRAM init by Simon Glass · 1 year, 3 months ago
  3. df1bb2c x86: link: Support Micron memory by Simon Glass · 1 year, 3 months ago
  4. e2e7de8 x86: Convert some debug statements to use logging by Simon Glass · 1 year, 3 months ago
  5. 6a32489 x86: Record the start and end of the tables by Simon Glass · 1 year, 3 months ago
  6. 8856d61 x86: Refactor table-writing code a little by Simon Glass · 1 year, 3 months ago
  7. e7595aa x86: Allow logging to be used in SPL reliably by Simon Glass · 1 year, 3 months ago
  8. 7c10e11 x86: Init video in SPL if enabled by Simon Glass · 1 year, 3 months ago
  9. 3525258 x86: Ensure SPL banner is only shown once by Simon Glass · 1 year, 3 months ago
  10. 5345700 x86: Allow video-BIOS code to be built for SPL by Simon Glass · 1 year, 3 months ago
  11. 8f015d3 x86: Improve the trampoline in 64-bit mode by Simon Glass · 1 year, 3 months ago
  12. 78f24d8 x86: Show an error when a BIOS exception occurs by Simon Glass · 1 year, 3 months ago
  13. 6788400 x86: Correct get_sp() implementation for 64-bit by Simon Glass · 1 year, 3 months ago
  14. 633af11 x86: Show the CPU physical address size with bdinfo by Simon Glass · 1 year, 3 months ago
  15. de94db8 x86: Add a comment for board_init_f_r_trampoline() by Simon Glass · 1 year, 3 months ago
  16. b73dba7 x86: Tidy up EFI code in interrupt_init() by Simon Glass · 1 year, 3 months ago
  17. 4fb2536 x86: Allow listing MTRRs in SPL by Simon Glass · 1 year, 3 months ago
  18. d0dfbf5 x86: zimage: Export the function to obtain the cmdline by Simon Glass · 1 year, 3 months ago
  19. c886557 x86: Add a function to boot a zimage by Simon Glass · 1 year, 3 months ago
  20. 8e21064 Merge tag 'efi-2023-07-rc7' of https://source.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 1 year, 3 months ago WIP/11Jul2023
  21. 0ef6343 x86: Update docs link in bootparam header by Paul Barker · 1 year, 4 months ago
  22. 260d496 Merge tag v2023.07-rc4 into next by Tom Rini · 1 year, 4 months ago
  23. e2cb046 x86: samus: Don't include audio and SATA in TPL by Simon Glass · 1 year, 6 months ago
  24. 4cb3b9f x86: Simplify cpu_jump_to_64bit_uboot() by Simon Glass · 1 year, 6 months ago
  25. 50574d4 spl: Commit MTRRs only in board_init_f_r() by Simon Glass · 1 year, 6 months ago
  26. 80831b2 x86: spl: Avoid using init_cache_f_r() from SPL by Simon Glass · 1 year, 6 months ago
  27. 4e7cbf7 x86: Tidy up address for loading U-Boot from SPL by Simon Glass · 1 year, 6 months ago
  28. 3d0f885 x86: spl: Show debugging for BSS by Simon Glass · 1 year, 6 months ago
  29. 392720b x86: mrc: Correct SPL debug message by Simon Glass · 1 year, 6 months ago
  30. b194e43 x86: Tidy up availability of string functions by Simon Glass · 1 year, 6 months ago
  31. afa3d90 x86: Support debug UART in 64-bit mode by Simon Glass · 1 year, 6 months ago
  32. 5b465be x86: ivybridge: Ensure LPC is available for GPIO base by Simon Glass · 1 year, 6 months ago
  33. 55171ae dm: Emit the arch_cpu_init_dm() even only before relocation by Simon Glass · 1 year, 6 months ago
  34. 2f5210b x86: coreboot: Show unimplemented sysinfo tags by Simon Glass · 1 year, 6 months ago
  35. 368fd56 x86: coreboot: Collect the address of the ACPI tables by Simon Glass · 1 year, 6 months ago
  36. 7a187a8 x86: Adjust search range for sysinfo table by Simon Glass · 1 year, 6 months ago
  37. d5d0e4d x86: cpu: qemu: qemu: remove SPL use with CONFIG_IS_ENABLED by Troy Kisky · 1 year, 7 months ago
  38. 605bc14 Merge branch 'master' into next by Tom Rini · 1 year, 7 months ago
  39. 843e840 x86: som-db5800-som-6867: Fix up adjustment of CONFIG_TEXT_BASE by Simon Glass · 1 year, 7 months ago
  40. 1683336 x86: dfi-bt700: Fix up adjustment of CONFIG_TEXT_BASE by Simon Glass · 1 year, 7 months ago
  41. 0086d4e x86: conga-qeval20-qa3-e3845: Fix up adjustment of CONFIG_TEXT_BASE by Simon Glass · 1 year, 7 months ago
  42. d86de93 x86: bayleybay: Fix up adjustment of CONFIG_TEXT_BASE by Simon Glass · 1 year, 7 months ago
  43. f1d87db x86: minnowmax: Fix up adjustment of CONFIG_TEXT_BASE by Simon Glass · 1 year, 7 months ago
  44. 5a2a1d8 x86: Exit EFI boot services before starting kernel by Simon Glass · 1 year, 7 months ago
  45. 37c9f9c x86: Support booting a 64-bit kernel from 64-bit U-Boot by Simon Glass · 1 year, 7 months ago
  46. 1404914 x86: Add return-value comment to cpu_jump_to_64bit() by Simon Glass · 1 year, 7 months ago
  47. 90f2b5a x86: Adjust bootparam.h to be more like linux by Simon Glass · 1 year, 7 months ago
  48. edf35a3 efi: Set RUN_64BIT correctly for the EFI app by Simon Glass · 1 year, 7 months ago
  49. f622292 efi: Support copy framebuffer by Simon Glass · 1 year, 7 months ago
  50. 40b8afe x86: Add a few more items to bdinfo by Simon Glass · 1 year, 7 months ago
  51. 644e614 efi: Support a 64-bit frame buffer address by Simon Glass · 1 year, 7 months ago
  52. 5b197ee Merge tag 'v2023.04-rc3' into next by Tom Rini · 1 year, 8 months ago
  53. d85bc19 x86: Pass -z execstack for EFI payload flags by Tom Rini · 1 year, 8 months ago
  54. 8c103c3 dm: dts: Convert driver model tags to use new schema by Simon Glass · 1 year, 8 months ago
  55. 91b614e Correct SPL uses of USB_KEYBOARD by Simon Glass · 1 year, 9 months ago
  56. 210af54 Correct SPL uses of LMB by Simon Glass · 1 year, 9 months ago
  57. b8bffe6 Correct SPL uses of BOOTSTAGE_REPORT by Simon Glass · 1 year, 9 months ago
  58. ffff21f x86: Correct Chrromebook typo by Simon Glass · 1 year, 9 months ago
  59. 6e7df1d global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 9 months ago
  60. 53c47c5 Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 1 year, 9 months ago
  61. 33c60a3 trace: Use notrace for short by Simon Glass · 1 year, 10 months ago
  62. 448e2b6 event: Correct dependencies on the EVENT framework by Tom Rini · 1 year, 9 months ago
  63. e8272cb x86: Fix saying arch_cpu_init_dm in debug/docs by Tom Rini · 1 year, 9 months ago
  64. 92a5c89 global: Migrate CONFIG_X86_REFCODE_RUN_ADDR to CFG by Tom Rini · 1 year, 11 months ago
  65. d414337 global: Migrate CONFIG_X86_REFCODE_ADDR to CFG by Tom Rini · 1 year, 11 months ago
  66. fa2fd53 global: Migrate CONFIG_X86_MRC_ADDR to CFG by Tom Rini · 1 year, 11 months ago
  67. 32b7e39 Convert CONFIG_STANDALONE_LOAD_ADDR to Kconfig by Tom Rini · 1 year, 11 months ago
  68. 14f4379 Merge tag 'v2023.01-rc4' into next by Tom Rini · 1 year, 10 months ago
  69. 58e2a35 x86: cosmetic: Fix a typo in the reserve_arch() comments by Bin Meng · 1 year, 11 months ago
  70. 767df6a x86: Fix i8259 ifdef include guard by Alistair Delva · 2 years, 1 month ago
  71. 0db588c x86: fsp: Only compile fsp_save_s3_stack if (SPL_)DM_RTC is enabled by Sean Anderson · 1 year, 11 months ago
  72. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 1 year, 11 months ago
  73. 9846390 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years ago
  74. 218e2c4 Merge tag 'video-20221030' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 2 years ago
  75. b86986c video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years ago
  76. 95e7caf x86: provide typedef jmp_buf by Heinrich Schuchardt · 2 years, 1 month ago
  77. fc872ee x86: fix longjmp() implementation by Heinrich Schuchardt · 2 years, 1 month ago
  78. c726fc0 dm: treewide: Use uclass_first_device_err when accessing one device by Michal Suchanek · 2 years ago
  79. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 1 month ago
  80. d9d7c20 treewide: Drop bootm_headers_t typedef by Simon Glass · 2 years, 1 month ago
  81. 049704f board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · 2 years, 1 month ago
  82. da62e1e video: Rename structs and functions to avoid VBE by Simon Glass · 2 years, 3 months ago
  83. cafe871 video: Renname vbe.h to vesa.h by Simon Glass · 2 years, 3 months ago
  84. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 3 months ago
  85. 6516891 zynqmp: Run board_get_usable_ram_top() only on main U-Boot by Ashok Reddy Soma · 2 years, 4 months ago
  86. bb20a10 Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to Kconfig by Tom Rini · 2 years, 4 months ago
  87. b340199 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · 2 years, 4 months ago
  88. 8bea4bf tpl: Ensure all TPL symbols in Kconfig have some TPL dependency by Tom Rini · 2 years, 4 months ago
  89. 99e2fbc linker_lists: Rename sections to remove . prefix by Andrew Scull · 2 years, 5 months ago
  90. b62450c serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE) by Pali Rohár · 2 years, 5 months ago WIP/2022-06-06-assorted-improvements
  91. a581eba spl: Remove CONFIG_SPL_BOARD_LOAD_IMAGE by Tom Rini · 2 years, 5 months ago
  92. 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 6 months ago
  93. 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 6 months ago
  94. 2df59b2 Remove duplication of table_compute_checksum function by Tom Rini · 2 years, 7 months ago
  95. 01f1ab6 Merge branch 'next' by Tom Rini · 2 years, 7 months ago
  96. ce1cbf1 Revert "x86: Move FACP table into separate functions" by Andy Shevchenko · 2 years, 7 months ago
  97. 2abf048 Merge tag 'v2022.04-rc4' into next by Tom Rini · 2 years, 7 months ago
  98. 978a8a2 x86: Add an enum name for the GNVS firmware type by Simon Glass · 2 years, 7 months ago
  99. 7fe32b3 event: Convert arch_cpu_init_dm() to use events by Simon Glass · 2 years, 8 months ago
  100. 00959d8 spl: x86: Correct the binman symbols for SPL by Simon Glass · 2 years, 8 months ago