1. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 6 months ago WIP/2020-05-18-reduce-size-of-common.h
  2. f09f1ec Use __ASSEMBLY__ as the assembly macros by Simon Glass · 4 years, 6 months ago
  3. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
  4. 25a5818 common: Drop asm/ptrace.h from common header by Simon Glass · 4 years, 6 months ago
  5. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
  6. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 6 months ago
  7. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 6 months ago
  8. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 6 months ago
  9. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 6 months ago
  10. b67eefd bootstage: Use BOOTSTAGE instead of BOOTSTATE by Simon Glass · 4 years, 6 months ago
  11. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 6 months ago
  12. 0528979 part: Drop disk_partition_t typedef by Simon Glass · 4 years, 6 months ago
  13. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
  14. 714497e efi_loader: round the memory area in efi_add_memory_map() by Michael Walle · 4 years, 5 months ago
  15. b4d4f59 x86: coreboot: Allow building an SPL image by Simon Glass · 4 years, 6 months ago
  16. fc48637 x86: Update SPL for coreboot by Simon Glass · 4 years, 6 months ago
  17. 37897c4 x86: Move work-around out of cpu_jump_to_64bit_uboot() by Simon Glass · 4 years, 6 months ago
  18. c2018cd x86: Allow building an SPL image for coreboot by Simon Glass · 4 years, 6 months ago
  19. 7ec0e7b x86: Move coreboot-table detection to common 32/64-bit code by Simon Glass · 4 years, 6 months ago
  20. 86ee14f x86: Use the existing stack when chain-loading by Simon Glass · 4 years, 6 months ago
  21. cfe7a10 x86: Add a way to detect running from coreboot by Simon Glass · 4 years, 6 months ago
  22. 33139a0 x86: Move coreboot-table detection into common code by Simon Glass · 4 years, 6 months ago
  23. 526aabe x86: cpu: Skip init code when chain loading by Simon Glass · 4 years, 6 months ago
  24. 52b9beb x86: apl: Skip init code when chain loading by Simon Glass · 4 years, 6 months ago
  25. c793dbd x86: fsp: Allow skipping init code when chain loading by Simon Glass · 4 years, 6 months ago
  26. 0b885bc acpi: Add an acpi command by Simon Glass · 4 years, 6 months ago
  27. 7e586f6 acpi: Put table-setup code in its own function by Simon Glass · 4 years, 6 months ago
  28. 29b3511 acpi: Move acpi_add_table() to generic code by Simon Glass · 4 years, 6 months ago
  29. 288edc7 acpi: Drop code for missing XSDT from acpi_write_rsdp() by Simon Glass · 4 years, 6 months ago
  30. 5f5ab0d x86: Allow devices to write ACPI tables by Simon Glass · 4 years, 6 months ago
  31. 86e1778 acpi: Convert part of acpi_table to use acpi_ctx by Simon Glass · 4 years, 6 months ago
  32. 93f7f82 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 6 months ago
  33. 776cc20 x86: Move acpi_table header to main include/ directory by Simon Glass · 4 years, 7 months ago
  34. 3cabcf9 x86: Move acpi_s3.h to include/acpi/ by Simon Glass · 4 years, 7 months ago
  35. b2c3868 x86: apl: Add Global NVS table header by Simon Glass · 4 years, 7 months ago
  36. 1630853 x86: apl: Move p2sb ofdata reading to the correct method by Simon Glass · 4 years, 7 months ago
  37. 2831405 x86: Correct wording of coreboot source code by Simon Glass · 4 years, 7 months ago
  38. 32e8ee0 tpm: cr50: Use the correct GPIO binding by Simon Glass · 4 years, 7 months ago
  39. 98036fb x86: acpi: Let OS know that console already had been initialized by Andy Shevchenko · 4 years, 8 months ago
  40. 587e4a4 kconfig / kbuild: Re-sync with Linux 4.19 by Tom Rini · 4 years, 7 months ago
  41. 4d073fa x86: acpi: Describe USB 3 host controller found on Intel Tangier by Andy Shevchenko · 4 years, 7 months ago
  42. d0f7ab5 x86: acpi: Add I²C timings to Intel Merrifield platform by Andy Shevchenko · 4 years, 7 months ago
  43. ddcccb2 x86: acpi: Refactor XSDT handling in acpi_add_table() by Andy Shevchenko · 4 years, 8 months ago
  44. 2c64d11 x86: apl: Use cpu_x86_get_count() for cpu_ops.get_count by Wolfgang Wallner · 4 years, 8 months ago
  45. fc35d7e x86: cpu_x86: Make cpu_x86_get_count() non-static by Wolfgang Wallner · 4 years, 8 months ago
  46. 5a9d7f9 x86: p2sb: Drop 'apl' prefix by Wolfgang Wallner · 4 years, 8 months ago
  47. fa97ca1 Revert "x86: use invd instead of wbinvd in real mode start code" by Andy Shevchenko · 4 years, 8 months ago
  48. 7149d38 x86: Correct error return value in mrccache_get_region() by Simon Glass · 4 years, 9 months ago
  49. 9d86b89 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · 4 years, 8 months ago
  50. 950c596 dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · 4 years, 8 months ago
  51. c22c0db dma-mapping: fix the prototype of dma_map_single() by Masahiro Yamada · 4 years, 8 months ago
  52. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 9 months ago
  53. fa78604 x86: coral: Add I2C and TPM device-tree definitions by Simon Glass · 4 years, 9 months ago
  54. e85cbe8 x86: Add support for ACPI general-purpose events by Simon Glass · 4 years, 9 months ago
  55. d9a5fad x86: itss: Add of-platdata support by Simon Glass · 4 years, 9 months ago
  56. 69c2dc9 x86: Give each driver an IRQ type by Simon Glass · 4 years, 9 months ago
  57. eb8af95 x86: apl: Drop the I2C config in FSP-S by Simon Glass · 4 years, 9 months ago
  58. 659252e x86: apl: Use the clock driver by Simon Glass · 4 years, 9 months ago
  59. 2999846 x86: Move P2SB from Apollo Lake to a more generic location by Wolfgang Wallner · 4 years, 9 months ago
  60. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  61. 03fe85a x86: itss: Remove apl-prefix by Wolfgang Wallner · 4 years, 9 months ago
  62. 1d5bf32 x86: itss: Add a Kconfig option to enable/disable ITSS driver by Wolfgang Wallner · 4 years, 9 months ago
  63. 43709fa x86: Move itss.c from Apollo Lake to a more generic location by Wolfgang Wallner · 4 years, 9 months ago
  64. 142c975 x86: Move itss.h from Apollo Lake to the generic x86 include directory by Wolfgang Wallner · 4 years, 9 months ago
  65. 7d53b5a x86: apl: Add the term "Interrupt Timer Subsystem" to ITSS files by Wolfgang Wallner · 4 years, 9 months ago
  66. 2fa863e x86: limit the fs segment to the pointer size by Masahiro Yamada · 4 years, 10 months ago
  67. 0d67fac x86: use invd instead of wbinvd in real mode start code by Masahiro Yamada · 4 years, 10 months ago
  68. 18416ba x86: serial: Use NS16550_DYNAMIC in Slim Bootloader by Park, Aiden · 4 years, 10 months ago
  69. b7c1e67 x86: Move coreboot over to use the coreboot UART by Simon Glass · 4 years, 10 months ago
  70. 8c3ccb3 x86: Update coreboot serial table struct by Simon Glass · 4 years, 10 months ago
  71. c0a5a81 asm: dma-mapping.h: Fix dma mapping functions by Vignesh Raghavendra · 4 years, 9 months ago
  72. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 10 months ago
  73. 9b4a205 common: Move RAM-sizing functions to init.h by Simon Glass · 4 years, 10 months ago
  74. 35a3f87 common: Move ll_boot_init() to init.h by Simon Glass · 4 years, 10 months ago
  75. 3d9acea x86: apl: Avoid accessing the PCI bus before it is probed by Simon Glass · 4 years, 10 months ago
  76. a1d6dc3 x86: Add chromebook_coral by Simon Glass · 4 years, 11 months ago
  77. 2153e8f x86: apl: Add FSP support by Simon Glass · 4 years, 11 months ago
  78. a9a4b68 x86: apl: Add FSP structures by Simon Glass · 4 years, 11 months ago
  79. 1fc5419 x86: apl: Add Kconfig and Makefile by Simon Glass · 4 years, 11 months ago
  80. 46c674b x86: apl: Add P2SB driver by Simon Glass · 4 years, 11 months ago
  81. 4dc0ab3 x86: apl: Add SPL/TPL init by Simon Glass · 4 years, 11 months ago
  82. 6a4c237 x86: apl: Add a CPU driver by Simon Glass · 4 years, 11 months ago
  83. 409d4c6 x86: apl: Add SPL loaders by Simon Glass · 4 years, 11 months ago
  84. f5b18ae x86: apl: Add PUNIT driver by Simon Glass · 4 years, 11 months ago
  85. 40fb08e x86: apl: Add PCH driver by Simon Glass · 4 years, 11 months ago
  86. 8bd5dcd x86: apl: Add LPC driver by Simon Glass · 4 years, 11 months ago
  87. 3a02f69 x86: apl: Add ITSS driver by Simon Glass · 4 years, 11 months ago
  88. e5fb75c x86: apl: Add hostbridge driver by Simon Glass · 4 years, 11 months ago
  89. bd47209 x86: apl: Add systemagent driver by Simon Glass · 4 years, 11 months ago
  90. 0a6f333 x86: apl: Add pinctrl driver by Simon Glass · 4 years, 11 months ago
  91. 7656582 x86: apl: Add UART driver by Simon Glass · 4 years, 11 months ago
  92. 28eefef x86: apl: Add PMC driver by Simon Glass · 4 years, 11 months ago
  93. 5690d5c x86: apl: Add basic IO addresses by Simon Glass · 4 years, 11 months ago
  94. baaeb92 x86: Move qemu CPU fixup function into its own file by Simon Glass · 4 years, 11 months ago
  95. 74749f1 x86: Add a generic Intel pinctrl driver by Simon Glass · 4 years, 11 months ago
  96. b84d4d0 x86: Add low-power subsystem (lpss) support by Simon Glass · 4 years, 11 months ago
  97. 86c70e9 x86: Make MSR_PKG_POWER_SKU common by Simon Glass · 4 years, 11 months ago
  98. df81abd x86: Separate out U-Boot and device tree in ROM image by Simon Glass · 4 years, 11 months ago
  99. 4f1f507 x86: Don't repeat microcode in U-Boot if not needed by Simon Glass · 4 years, 11 months ago
  100. 624c70b x86: Add an fdtmap and image-header by Simon Glass · 4 years, 11 months ago