1. def74aa soc/intel: Include <cpu/cpu.h> instead of <arch/cpu.h> by Elyes Haouas · 1 year, 10 months ago
  2. ea1e366 coreboot_tables: Drop uart PCI addr by Arthur Heymans · 1 year, 10 months ago
  3. 769b657 treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk' by Felix Held · 1 year, 10 months ago
  4. d6b6b22 payloads,src: Replace ALIGN(x, a) by ALIGN_UP(x, a) for clarity by Elyes Haouas · 1 year, 10 months ago
  5. 10cd06b treewide: Don't add bits by Elyes Haouas · 2 years, 1 month ago
  6. 5c3cbcd soc/intel/baytrail,braswell,quark: Drop RES_IN_KIB by Kyösti Mälkki · 3 years, 2 months ago
  7. 27d6299 device/resource: Add _kb postfix for resource allocators by Kyösti Mälkki · 2 years, 3 months ago
  8. fa3bc04 CBMEM: Change declarations for initialization hooks by Kyösti Mälkki · 2 years, 5 months ago
  9. 46b409d arch/x86/postcar: Set up postcar MTRR in C code by Arthur Heymans · 3 years, 3 months ago
  10. 19baa9d i2c: Add configurable I2C transfer timeout by Jes Klinke · 2 years, 6 months ago
  11. 43b7f41 src: Make PCI ID define names shorter by Felix Singer · 2 years, 6 months ago
  12. 34f26b2 drivers/fsp/fsp2_0: Rework FSP Notify Phase API configs by Subrata Banik · 2 years, 6 months ago
  13. 9d28899 soc/intel/quark/storage_test.c: Remove duplicated "ERROR" in log message by Elyes HAOUAS · 2 years, 7 months ago
  14. e966595 treewide: Remove "ERROR: "/"WARN: " prefixes from log messages by Julius Werner · 2 years, 7 months ago
  15. 4e9bb33 Rename ECAM-specific MMCONF Kconfigs by Shelley Chen · 2 years, 10 months ago
  16. cefee5e soc/intel/quark/Kconfig: don't unselect CPU_X86_LAPIC by Felix Held · 2 years, 10 months ago
  17. 0216402 cpu/x86: Introduce and use `CPU_X86_LAPIC` by Felix Held · 2 years, 10 months ago
  18. 2d4986c cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs by Felix Held · 2 years, 10 months ago
  19. b54388d ACPI: Have common acpi_fill_mcfg() by Kyösti Mälkki · 3 years, 6 months ago
  20. 26f97f9 src/soc to src/superio: Fix spelling errors by Martin Roth · 2 years, 11 months ago
  21. 44985ae75 cpu/x86/tsc: Deduplicate Makefile logic by Angel Pons · 3 years ago
  22. ac90f59 src/*: Specify type of `CBFS_SIZE` once by Angel Pons · 3 years, 1 month ago
  23. 6f5a658 src: Introduce `ARCH_ALL_STAGES_X86` by Angel Pons · 3 years, 2 months ago
  24. 8e035e3 src: Move `select ARCH_X86` to platforms by Angel Pons · 3 years, 2 months ago
  25. d6ccbb9 mainboards: Drop PWRS from GNVS by Kyösti Mälkki · 3 years, 7 months ago
  26. cc93c6e soc/amd,intel: Drop s3_resume parameter on FSP-S functions by Kyösti Mälkki · 3 years, 7 months ago
  27. b3a69e1 soc/intel/quark/storage_test.c: Remove redundant <commonlib/cbmem_id.h> by Elyes HAOUAS · 3 years, 7 months ago
  28. 8fee995 sb,soc/intel: Add wake source fields in GNVS by Kyösti Mälkki · 3 years, 7 months ago
  29. 31218a4 drivers/intel/fsp2_0: Fix running on x86_64 by Patrick Rudolph · 3 years, 9 months ago
  30. e76ce87 arch/x86: Remove most C_ENV_BOOTBLOCK_SIZE limits by Kyösti Mälkki · 4 years, 3 months ago
  31. d67cf18 soc/intel/quark/gpio_i2c.c: Use __func__ by Elyes HAOUAS · 3 years, 7 months ago
  32. e05f81a soc/intel/quark: Add pwrs in <soc/nvs.h> by Kyösti Mälkki · 3 years, 7 months ago
  33. 3139c8d ACPI: Drop redundant CBMEM_ID_ACPI_GNVS allocations by Kyösti Mälkki · 4 years, 2 months ago
  34. 7522a8f arch/x86: Move prologue to .init section by Kyösti Mälkki · 3 years, 9 months ago
  35. 9d0cc2a cbfs: Introduce cbfs_ro_map() and cbfs_ro_load() by Julius Werner · 4 years, 7 months ago
  36. d87a848 soc/intel/{broadwell,quark}: Drop `PEI_DATA` typedef by Angel Pons · 3 years, 10 months ago
  37. a32df26 arch/x86: Introduce `ARCH_ALL_STAGES_X86_32` by Angel Pons · 3 years, 11 months ago
  38. 2854f40 src/soc/intel: Drop unneeded empty lines by Elyes HAOUAS · 4 years ago
  39. e3a1247 include/console/uart: make index parameter unsigned by Felix Held · 4 years ago
  40. 8e6d5f2 {include,mb,soc,sb,vendorcode}: Make hexadecimal notation consistent by Subrata Banik · 4 years ago
  41. 79572e4 src: Make HAVE_CF9_RESET set the FADT reset register by Angel Pons · 4 years, 1 month ago
  42. a208c6c src: Never overwrite `fadt->flags` by Angel Pons · 4 years, 1 month ago
  43. 14aff23 src: Remove unused 'include <cpu/x86/msr.h>' by Elyes HAOUAS · 4 years, 1 month ago
  44. a23aff3 src: Report byte-sized access for GPE0 by Angel Pons · 4 years, 2 months ago
  45. b8fba86 Kconfig: Escape variable to accommodate new Kconfig versions by Patrick Georgi · 4 years, 2 months ago
  46. cfc3c35 ACPI: Remove Kconfig COMMON_FADT by Kyösti Mälkki · 4 years, 3 months ago
  47. 315710a soc/intel/baytrail,braswell,broadwell,quark: Select COMMON_FADT by Kyösti Mälkki · 4 years, 3 months ago
  48. 4164476 mb,soc/intel: Rename acpi_fill_in_fadt() to acpi_fill_fadt() by Kyösti Mälkki · 4 years, 3 months ago
  49. 379aab4 src: Remove unused 'include <cpu/x86/mtrr.h>' by Elyes HAOUAS · 4 years, 3 months ago
  50. 58d3fce soc/intel/quark/memmap: Add missing 'include <cpu/x86/mtrr.h>' by Elyes HAOUAS · 4 years, 3 months ago
  51. c4b7027 src: Remove leading blank lines from SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  52. 5cb34e2 device/pci_device: Extract pci_domain_set_resources from SOC by Raul E Rangel · 4 years, 4 months ago
  53. 8e40275 soc/intel/quark: Revamp file headers by Patrick Georgi · 4 years, 3 months ago
  54. 7051707 treewide: Replace BSD-3-Clause and ISC headers with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  55. 16849bb treewide: split off license text, remove extra copyright notices by Patrick Georgi · 4 years, 3 months ago
  56. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  57. c49d7a3 src/: Replace GPL boilerplate with SPDX headers by Patrick Georgi · 4 years, 3 months ago
  58. f7b2fe6 {security,soc}/*/Kconfig: Replace GPLv2 long form headers with SPDX header by Elyes HAOUAS · 4 years, 3 months ago
  59. 76cedd2 acpi: Move ACPI table support out of arch/x86 (3/5) by Furquan Shaikh · 4 years, 4 months ago
  60. 2d7173d src: Remove unused 'include <cpu/x86/cache.h>' by Elyes HAOUAS · 4 years, 4 months ago
  61. c02bda0 acpi: Bump FADT to revision 6 by Patrick Rudolph · 4 years, 6 months ago
  62. 230e4f9d soc/intel/quark: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 5 months ago
  63. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  64. ebc8423 soc/intel: Add get_pmbase by Eugene Myers · 4 years, 7 months ago
  65. f97c1c9 {nb,soc}: Replace min/max() with MIN/MAX() by Elyes HAOUAS · 4 years, 9 months ago
  66. 88f5c71 src: Remove unused 'include <arch/cpu.h>' by Elyes HAOUAS · 4 years, 10 months ago
  67. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 8 months ago
  68. c05b1a6 Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol by Arthur Heymans · 4 years, 9 months ago
  69. df9cdcf arch/x86/car.ld: Rename suffix _start/_end by Arthur Heymans · 4 years, 9 months ago
  70. b8cd4b0 drivers/intel/fsp2_0: move common cbmem_top_chipset to fsp driver by Michael Niewöhner · 4 years, 10 months ago
  71. 6754dcd soc/intel/quark: make use of common cbmem_top_chipset by Michael Niewöhner · 4 years, 10 months ago
  72. 4e07403 soc/intel/{apl,dnv,quark}: Use strip_quotes for FSP options by Mario Scheithauer · 4 years, 10 months ago
  73. 8fc523e drivers/intel/fsp2_0: Use strip_quotes for cbfs filenames by Wim Vervoorn · 4 years, 10 months ago
  74. 7c9a0e8 arch/x86: Use the stage argument to implement cbmem_top by Arthur Heymans · 4 years, 10 months ago
  75. ddd6ca7 intel/quark: Switch to TSC_MONOTONIC_TIMER by Kyösti Mälkki · 4 years, 10 months ago
  76. 0d6ddf8 cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE by Kyösti Mälkki · 4 years, 10 months ago
  77. 340e4b8 lib/cbmem_top: Add a common cbmem_top implementation by Arthur Heymans · 4 years, 10 months ago
  78. b17f3d3 soc,mb/intel: clean up remaining FSP2.0 socs/boards by Michael Niewöhner · 4 years, 10 months ago
  79. 51b75ae device: Use scan_static_bus() over scan_lpc_bus() by Nico Huber · 5 years ago
  80. da33b75 intel/quark: Drop xx_DEV_FUNC by Kyösti Mälkki · 4 years, 11 months ago
  81. d5f645c soc/intel: Replace config_of_path() with config_of_soc() by Kyösti Mälkki · 5 years ago
  82. e1f8db9 src/soc: Remove unused include <device/pci_ops.h> by Elyes HAOUAS · 5 years ago
  83. e9dcc7a soc/intel: Remove some __PRE_RAM__ use by Kyösti Mälkki · 5 years ago
  84. 910490f arch/x86: Restrict use of _car_global[start|end] by Kyösti Mälkki · 5 years ago
  85. 1095bfa arch/x86: Drop _car_relocatable_data symbols by Kyösti Mälkki · 5 years ago
  86. 3647920 soc/intel/quark: Remove variable set but not used by Elyes HAOUAS · 5 years ago
  87. 91bc620 intel/quark: Use common romstage entry by Kyösti Mälkki · 5 years ago
  88. e0c084c intel/quark: Select NO_SMM by Kyösti Mälkki · 5 years ago
  89. 67a26c9 intel/quark: Remove extra steps on entry to romstage by Kyösti Mälkki · 5 years ago
  90. 81100bf soc/intel: Move fill_postcar_frame to memmap.c by Kyösti Mälkki · 5 years ago
  91. 101ef0b lib/bootblock: Add simplified entry with basetime by Kyösti Mälkki · 5 years ago
  92. cd7a70f soc/intel: Use common romstage code by Kyösti Mälkki · 5 years ago
  93. a963acd arch/x86: Add <arch/romstage.h> by Kyösti Mälkki · 5 years ago
  94. cd2aa47 devicetree: Remove duplicate chip_ops declarations by Kyösti Mälkki · 5 years ago
  95. 8950cfb soc/intel: Use config_of() by Kyösti Mälkki · 5 years ago
  96. 276d46a src: Add missing include <device/pci_ops.h> by Elyes HAOUAS · 5 years ago
  97. b28b6b5 arch/x86: Flip HAVE_MONOTONIC_TIMER default by Kyösti Mälkki · 5 years ago
  98. 6e2d0c1 arch/x86: Adjust size of postcar stack by Kyösti Mälkki · 5 years ago
  99. 63f98f2 src: Use CRx_TYPE type for CRx by Elyes HAOUAS · 5 years ago
  100. 84e22e3 soc/intel/quark: Don't use CAR_GLOBAL by Arthur Heymans · 5 years ago