1. da62e1e video: Rename structs and functions to avoid VBE by Simon Glass · 2 years, 3 months ago
  2. cafe871 video: Renname vbe.h to vesa.h by Simon Glass · 2 years, 3 months ago
  3. 4e4bf94 common: Drop display_options.h from common header by Simon Glass · 2 years, 3 months ago
  4. 6516891 zynqmp: Run board_get_usable_ram_top() only on main U-Boot by Ashok Reddy Soma · 2 years, 4 months ago
  5. bb20a10 Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to Kconfig by Tom Rini · 2 years, 4 months ago
  6. b340199 spl: Ensure all SPL symbols in Kconfig have some SPL dependency by Tom Rini · 2 years, 4 months ago
  7. 8bea4bf tpl: Ensure all TPL symbols in Kconfig have some TPL dependency by Tom Rini · 2 years, 4 months ago
  8. 99e2fbc linker_lists: Rename sections to remove . prefix by Andrew Scull · 2 years, 5 months ago
  9. b62450c serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE) by Pali Rohár · 2 years, 5 months ago
  10. a581eba spl: Remove CONFIG_SPL_BOARD_LOAD_IMAGE by Tom Rini · 2 years, 5 months ago
  11. 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 6 months ago
  12. 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 6 months ago
  13. 2df59b2 Remove duplication of table_compute_checksum function by Tom Rini · 2 years, 7 months ago
  14. 01f1ab6 Merge branch 'next' by Tom Rini · 2 years, 7 months ago
  15. ce1cbf1 Revert "x86: Move FACP table into separate functions" by Andy Shevchenko · 2 years, 7 months ago
  16. 2abf048 Merge tag 'v2022.04-rc4' into next by Tom Rini · 2 years, 7 months ago
  17. 978a8a2 x86: Add an enum name for the GNVS firmware type by Simon Glass · 2 years, 7 months ago
  18. 7fe32b3 event: Convert arch_cpu_init_dm() to use events by Simon Glass · 2 years, 8 months ago
  19. 00959d8 spl: x86: Correct the binman symbols for SPL by Simon Glass · 2 years, 8 months ago
  20. aafb31f acpi: Move acpi_write_tables() to a generic header by Simon Glass · 2 years, 9 months ago
  21. 058fb9f acpi: Move MCFG implementation to common lib by Moritz Fischer · 2 years, 9 months ago
  22. ab2ffe7 arch: x86: lib: acpi_table: Fix MCFG entries by Moritz Fischer · 2 years, 9 months ago
  23. 3609e1d dts: automatically build necessary .dtb files by Rasmus Villemoes · 2 years, 9 months ago
  24. 9d2adca x86: Move acpi_get_rsdp_addr() ACPI tables to the writer by Simon Glass · 2 years, 11 months ago
  25. a7e53b9 x86: Move device-specific ACPI tables to a writer function by Simon Glass · 2 years, 11 months ago
  26. 78031ad x86: acpi: Update acpi_fill_csrt() to use acpi_ctx by Simon Glass · 2 years, 11 months ago
  27. 85b8161 x86: Move CSRT table to a writer function by Simon Glass · 2 years, 11 months ago
  28. ef55f48 x86: Move TCPA table to a writer function by Simon Glass · 2 years, 11 months ago
  29. c797f98b x86: Move MADT table to a writer function by Simon Glass · 2 years, 11 months ago
  30. 9aacd83 x86: Move TPM2 table to a writer function by Simon Glass · 2 years, 11 months ago
  31. d953137 x86: Move SSDT table to a writer function by Simon Glass · 2 years, 11 months ago
  32. 379d3c1 x86: Move FACP table into separate functions by Simon Glass · 2 years, 11 months ago
  33. 138d7ec x86: Move FADT table to a writer function by Simon Glass · 2 years, 11 months ago
  34. 32af326 x86: Move GNVS table to a writer function by Simon Glass · 2 years, 11 months ago
  35. eacb6d0 x86: Move DSDT table to a writer function by Simon Glass · 2 years, 11 months ago
  36. a53d38f x86: Move FACS table to a writer function by Simon Glass · 2 years, 11 months ago
  37. 94ba15a x86: Move base tables to a writer function by Simon Glass · 2 years, 11 months ago
  38. 31c27eb x86: Use the ACPI table writer by Simon Glass · 2 years, 11 months ago
  39. cc1f8c3 x86: acpi: Split out context creation from base tables by Simon Glass · 2 years, 11 months ago
  40. 383bf1b acpi: Move acpi_fill_header() to the generic header by Simon Glass · 2 years, 11 months ago
  41. 437992d acpi: Use finer-grained control of ACPI-table generation by Simon Glass · 2 years, 11 months ago
  42. 233f0e3 x86: Move the acpi table to generic global_data by Simon Glass · 2 years, 11 months ago
  43. e1722fc x86: Allow any arch to generate ACPI tables by Simon Glass · 2 years, 11 months ago
  44. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  45. 081dfcf x86: efi: Set the correct link flags for the 64-bit EFI app by Simon Glass · 2 years, 10 months ago
  46. 59e8f36 x86: efi: Don't use the 64-bit link script for the EFI app by Simon Glass · 2 years, 10 months ago
  47. 3b4ae09 x86: efi: Round out the link script for 64-bit EFI by Simon Glass · 2 years, 10 months ago
  48. 450ce56 x86: efi: Tweak the code used for the 64-bit EFI app by Simon Glass · 2 years, 10 months ago
  49. ce1dc0c x86: efi: Update efi_get_next_mem_desc() to avoid needing a map by Simon Glass · 2 years, 10 months ago
  50. 7f3b79a bloblist: Rename the SPL tag by Simon Glass · 2 years, 9 months ago
  51. 7598759 x86: pci: Use PCI_CONF1_ADDRESS() macro by Pali Rohár · 2 years, 11 months ago
  52. 40b1723 x86: efi: Show the system-table revision by Simon Glass · 2 years, 10 months ago
  53. 7f5419a x86: efi: Add room for the binman definition in the dtb by Simon Glass · 2 years, 10 months ago
  54. 440c664 x86: Don't process the kernel command line unless enabled by Simon Glass · 2 years, 10 months ago
  55. 6e7ad4a x86: Allow booting a kernel from the EFI app by Simon Glass · 2 years, 10 months ago
  56. 1834c08 efi: Add video support to the app by Simon Glass · 3 years ago
  57. 9c297a3 x86: Don't duplicate global_ptr in 64-bit EFI app by Simon Glass · 3 years ago
  58. e16c47f efi: Create a 64-bit app by Simon Glass · 3 years ago
  59. f4d227c x86: Create a 32/64-bit selection for the app by Simon Glass · 3 years ago
  60. 5270bee x86: tangier: pinmux: Move error message to the caller by Andy Shevchenko · 3 years ago
  61. 74bf204 x86: tangier: pinmux: Move is_protected assignment closer to its user by Andy Shevchenko · 3 years ago
  62. 144cb06 x86: edison: Don't take SD card detect pin into consideration by Andy Shevchenko · 3 years ago
  63. 90cc2c5 x86: tangier: Enable support for SD/SDIO family in the pinmux driver by Andy Shevchenko · 3 years ago
  64. 9bcd51b x86: Fix i8254 ifdef include guard by Alistair Delva · 3 years ago
  65. daf26a6 x86: chromebook_coral: fix C block comment by Alistair Delva · 3 years ago
  66. d3023b8 x86: tangier: Replace Method() by Name() for _STA object by Andy Shevchenko · 3 years ago
  67. b55881d bootstage: Add SPL support by Marek Vasut · 3 years ago
  68. 567dfef x86: Show some EFI info with the bdinfo command by Simon Glass · 3 years, 1 month ago
  69. e70be67 x86: Create a new header for EFI by Simon Glass · 3 years, 1 month ago
  70. 8d76744 x86: Keep symbol information in u-boot ELF file by Simon Glass · 3 years, 1 month ago
  71. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 1 month ago
  72. 1d1f98c Merge tag 'dm-pull-next-27sep21' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 3 years, 1 month ago
  73. e908d20 Merge tag 'v2021.10-rc5' into next by Tom Rini · 3 years, 1 month ago
  74. dcfc42b treewide: Try to avoid the preprocessor with OF_REAL by Simon Glass · 3 years, 2 months ago
  75. 9539738 treewide: Use OF_REAL instead of !OF_PLATDATA by Simon Glass · 3 years, 2 months ago
  76. 414cc15 treewide: Simply conditions with the new OF_REAL by Simon Glass · 3 years, 2 months ago
  77. 7de8bd0 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 2 months ago
  78. a69753f lmb: x86: Add arch_lmb_reserve() by Marek Vasut · 3 years, 1 month ago
  79. 57e2c0a x86: tangier: acpi: Add GPIO card detection to SDHCI #2 by Andy Shevchenko · 3 years, 1 month ago
  80. e45066f x86: edison: Mark eMMC non-removable by Andy Shevchenko · 3 years, 1 month ago
  81. fd00495 x86: quark: MRC: Remove U_BOOT_DATE and U_BOOT_TIME from debug log by Pali Rohár · 3 years, 3 months ago
  82. a79f823 Remove #include <version.h> from files which do not need it by Pali Rohár · 3 years, 3 months ago
  83. ea2ca7e spi: Rename SPI_SUPPORT to SPI by Simon Glass · 3 years, 2 months ago
  84. 15042e7 pch: Rename PCH_SUPPORT to PCH by Simon Glass · 3 years, 2 months ago
  85. b4c2c15 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 2 months ago
  86. ab92b38 Finish converting CONFIG_SYS_CACHELINE_SIZE to Kconfig by Tom Rini · 3 years, 2 months ago
  87. c91737b efi_loader rename enum efi_mem_type to efi_memory_type by Heinrich Schuchardt · 3 years, 2 months ago
  88. 3b64774 Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 3 years, 3 months ago
  89. 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 3 months ago
  90. c71d5fb x86: queensbay: Return directly if IGD / SDVO were already disabled by Bin Meng · 3 years, 3 months ago
  91. 33e4ab3 x86: fsp: Only FSP2 has INIT_PHASE_END_FIRMWARE by Bin Meng · 3 years, 3 months ago
  92. 0254160 x86: fsp: Don't program MTRR for DRAM for FSP1 by Bin Meng · 3 years, 3 months ago
  93. 9a7c6fd x86: mtrr: Abort if requested size is not power of 2 by Bin Meng · 3 years, 3 months ago
  94. 3bcd6cf x86: mtrr: Skip MSRs that were already programmed in mtrr_commit() by Bin Meng · 3 years, 3 months ago
  95. 596bd05 x86: mtrr: Do not clear the unused ones in mtrr_commit() by Bin Meng · 3 years, 3 months ago
  96. c79cbb5 x86: dts: Define a default TSC timer frequency by Bin Meng · 3 years, 3 months ago
  97. 5824bc6 x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQ by Bin Meng · 3 years, 3 months ago
  98. ffaa7ab x86: kconfig: Drop ROM_NEEDS_BLOBS and BUILD_ROM by Bin Meng · 3 years, 3 months ago
  99. 46db4bb x86: tangier: Fix DMA controller IRQ polarity in CSRT by Andy Shevchenko · 3 years, 3 months ago
  100. bd798ee x86: dts: Add "m25p,fast-read" to SPI flash node by Bin Meng · 3 years, 3 months ago