1. ca5d3e3 drivers/pc80/rtc/option.c: Constrain API to integer values by Angel Pons · 3 years, 4 months ago
  2. 88dcb31 src: Retype option API to use unsigned integers by Angel Pons · 3 years, 4 months ago
  3. a2cf341 include/console: Align ramstage Boot State Machine postcodes by Subrata Banik · 3 years, 4 months ago
  4. 93982c3 device: Switch pci_dev_is_wake_source to take pci_devfn_t by Tim Wawrzynczak · 3 years, 4 months ago
  5. bc441c7 mb/google: Move ECFW_RW setting for non-ChromeEC boards by Kyösti Mälkki · 3 years, 6 months ago
  6. 8a1fcf4 vc/google/chromeos: Refactor GNVS init by Kyösti Mälkki · 3 years, 6 months ago
  7. 1d9f8b0 cpu/x86/msr: introduce helpers msr_read, msr_write by Michael Niewöhner · 3 years, 4 months ago
  8. eff0713 src/acpi: Add APEI EINJ support by Rocky Phagura · 3 years, 7 months ago
  9. 49c20c0 soc/intel: Add Z370, H310C and B365 device IDs by Angel Pons · 3 years, 4 months ago
  10. b45a769 soc/intel: Add Kaby Lake PCH-U base device ID by Angel Pons · 3 years, 4 months ago
  11. f530e36 soc/intel: Rename 200-series PCH device IDs by Angel Pons · 3 years, 4 months ago
  12. 570c654 lib/espi_debug: Add espi_show_slave_peripheral_channel_configuration by Raul E Rangel · 3 years, 4 months ago
  13. fc44f6e option.h: Drop type-unsafe {get,set}_option() API by Angel Pons · 3 years, 4 months ago
  14. 20fa59f arch/x86/smbios: Let SMBIOS type 9 be able to write slot ID by JingleHsuWiwynn · 3 years, 7 months ago
  15. 091532d ACPI: Fix the devices scope in the SATC structure by John Zhao · 3 years, 4 months ago
  16. c704832 acpi: Add acpigen_write_LPI_package by Raul E Rangel · 3 years, 4 months ago
  17. e3f7645 acpi: Add acpi_osc.h by Raul E Rangel · 3 years, 4 months ago
  18. 8d94b36 option.h: Introduce {get,set}_int_option() functions by Angel Pons · 3 years, 10 months ago
  19. c893197 commonlib/region: Turn addrspace_32bit into a more official API by Julius Werner · 3 years, 4 months ago
  20. e6c3523 cpu/x86/smm_loaderv2: Use the permanent stack top during relocation by Arthur Heymans · 3 years, 6 months ago
  21. 26ab9bf *x86: Support x2apic mode by Wonkyu Kim · 3 years, 5 months ago
  22. 7cc14ac Rename do_printk() to printk() by Nico Huber · 3 years, 5 months ago
  23. 879ccaa console: Always add printf-format attribute to printk() by Nico Huber · 3 years, 4 months ago
  24. 69e3fde spd.h: Move `DIMMx` macros to i440bx/raminit.h by Angel Pons · 3 years, 5 months ago
  25. 45d37d5 include/assert.h: Use mock_assert() for ENV_TEST targets by Jakub Czapiga · 3 years, 5 months ago
  26. afb143d soc/intel/alderlake: Add LPC and IGD device Ids for Alderlake M by Maulik V Vaghela · 3 years, 7 months ago
  27. 6296ca8 decompressor: Add CBFS_VERIFICATION support by Julius Werner · 3 years, 5 months ago
  28. eca99af cbfs: Simplify cbfs_load_and_decompress() and stop exporting it by Julius Werner · 3 years, 5 months ago
  29. 084ad93 include/rules.h: Add ENV_TEST definition by Jakub Czapiga · 3 years, 5 months ago
  30. e48bd3a include/cbfsglue.h: Use BIOS_INFO for LOG macro by Wim Vervoorn · 3 years, 5 months ago
  31. c556dff lib: Add obvious definition for `calloc` by Tim Wawrzynczak · 3 years, 5 months ago
  32. 4676ec5 cbfs: Make `mdata` argument to cbfs_allocator_t const by Julius Werner · 3 years, 5 months ago
  33. 83e319d device/dram/ddr3: Drop unused MRS helpers by Angel Pons · 3 years, 9 months ago
  34. 623d75e spd.h: Remove unused definitions by Angel Pons · 3 years, 5 months ago
  35. 6c6e049 device/dram/ddr4.h: Align with DDR3 and DDR2 by Angel Pons · 3 years, 5 months ago
  36. acd30e9 include/spd_ddr2.h: Remove unused and redundant file by Angel Pons · 3 years, 5 months ago
  37. 1857138 device/dram/ddr3: Rename DDR3 SPD memory types by Angel Pons · 3 years, 5 months ago
  38. afb3d7e device/dram/ddr3: Get rid of useless typedefs by Angel Pons · 3 years, 5 months ago
  39. 6edbb18 ACPI: Add SATC structure for DMAR table by John Zhao · 3 years, 5 months ago
  40. 290979f acpi: Add acpigen_write_PRT* helpers for generating _PRT entries by Tim Wawrzynczak · 3 years, 6 months ago
  41. 61fcb7e acpi/acpigen.h: Add more intuitive AML package closing functions by Jakub Czapiga · 3 years, 6 months ago
  42. 9036bd7 cpu/x86/mp_init.c: Drop unnecessary preprocessor usage by Arthur Heymans · 3 years, 6 months ago
  43. 478f3d8 cpu/x86/mp_init: Allow stub sizes larger than the save state size by Arthur Heymans · 3 years, 6 months ago
  44. ad0116c cpu/x86/smm_loaderv2: Remove unused variables by Arthur Heymans · 3 years, 6 months ago
  45. 64d9e85 cpu/x86/smm_module_hander: Set up a save state map by Arthur Heymans · 3 years, 6 months ago
  46. 50e849f cpu/x86/smm_stub.S: Drop smm_runtime from the stub by Arthur Heymans · 3 years, 6 months ago
  47. 6f9b1a9 cpu/x86/smm.h: Remove smm runtime pointer from smm_loader_params by Arthur Heymans · 3 years, 6 months ago
  48. 1dfa46e cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstage by Arthur Heymans · 3 years, 6 months ago
  49. ed4be45 cpu/x86/smm: Move apic_id_to_cpu map to smm_stub params by Arthur Heymans · 3 years, 6 months ago
  50. 166d2ac cpu/x86/smm_stub.S: Drop unused module_handler parameter by Arthur Heymans · 3 years, 5 months ago
  51. 5dfb331 cpu/x86/smm: Move relocatable stub params by Arthur Heymans · 3 years, 6 months ago
  52. a9b44f4 spd_bin: Replace get_spd_cbfs_rdev() with spd_cbfs_map() by Julius Werner · 3 years, 6 months ago
  53. 2e97394 program_loading: Replace prog_rdev() with raw start pointer and size by Julius Werner · 4 years ago
  54. 7fe5d3d sar: Fix semantics of `get_wifi_sar_cbfs_filename()` by Furquan Shaikh · 3 years, 5 months ago
  55. 5358467 prog_loaders: Remove prog_locate() by Julius Werner · 3 years, 7 months ago
  56. 965846f cbfs: Remove prog_locate() for payloads (SELF and FIT) by Julius Werner · 3 years, 7 months ago
  57. 1de8708 cbfs: Remove prog_locate() for stages and rmodules by Julius Werner · 3 years, 8 months ago
  58. e82aa22 mb/ocp/deltalake: Override SMBIOS type 2 feature flags by Tim Chu · 3 years, 8 months ago
  59. 968ef75 pciexp_device: Rewrite LTR configuration by Nico Huber · 3 years, 5 months ago
  60. 24837e7 device/pciexp_device.c: Remove CPP guarding by Arthur Heymans · 3 years, 5 months ago
  61. c2ffe89 pci_def.h: Introduce PCI_EXP_DEVCAP2 & PCI_EXP_DEVCTL2 proper by Nico Huber · 3 years, 5 months ago
  62. a768dea device: Give `pci_ops.set_L1_ss_latency` a proper name by Nico Huber · 3 years, 5 months ago
  63. f14c05f cpu/intel/microcode: Fix caching logic in intel_microcode_find by Furquan Shaikh · 3 years, 5 months ago
  64. 405f229 soc/intel/*: drop UART pad configuration from common code by Michael Niewöhner · 3 years, 8 months ago
  65. 7e0019e src/cpu/x86: Add helper mp_run_on_all_aps by Aamir Bohra · 3 years, 6 months ago
  66. 492a792 soc/intel/common/block: Add PCI IDs for EmmitsBurg PCH by Jonathan Zhang · 3 years, 5 months ago
  67. 7778cf2 cbfs: Add cbfs_alloc() primitive and combine cbfs_load() and cbfs_map() by Julius Werner · 3 years, 7 months ago
  68. 9b1f3cc cbfs: Pull handling of the CBFS_CACHE mem_pool into CBFS core by Julius Werner · 3 years, 8 months ago
  69. 11075fc cbfs: Move trivial wrappers to static inlines by Julius Werner · 3 years, 8 months ago
  70. 723e3b1 cbfs: Reflow cbfs.c and cbfs.h to 96-character line lengths by Julius Werner · 3 years, 8 months ago
  71. 8af3e0e soc/intel/broadwell/pch: Use Lynx Point smbus.c by Angel Pons · 3 years, 6 months ago
  72. d40a4c2 acpi: Move PCI functions to separate file by Tim Wawrzynczak · 3 years, 6 months ago
  73. 6e82ebf mb/ocp/deltalake: Fill ECC type in romstage by Angel Pons · 3 years, 7 months ago
  74. 6724ba4 memory_info.h: Store SMBIOS error correction type by Angel Pons · 3 years, 7 months ago
  75. d7c31d1 drivers/soundwire/alc1308 : Add ALC1308 soundwire device by Anil Kumar · 4 years ago
  76. 31b4209 arch/x86/smbios: Update SMBIOS type 17 asset tag by Tim Chu · 3 years, 8 months ago
  77. 4562183 sb/intel/ibexpeak: Add all PCI IDs for LPC by Angel Pons · 3 years, 6 months ago
  78. 0151b46 soc/amd/picasso/data_fabric: add missing data fabric device function 7 by Felix Held · 3 years, 6 months ago
  79. b238caa device/device.c: Rename .disable to .vga_disable by Arthur Heymans · 3 years, 6 months ago
  80. e09294f include/cpu/amd/msr: rename MSR_PSP_ADDR to PSP_ADDR_MSR by Felix Held · 3 years, 6 months ago
  81. 285dd6e soc/amd/common/amdblocks/psp: move MSR_PSP_ADDR to include/cpu/amd/msr.h by Felix Held · 3 years, 6 months ago
  82. 82d16b1 memlayout: Store region sizes as separate symbols by Julius Werner · 3 years, 8 months ago
  83. 84446e6 rmodtool: Make memlayout symbols absolute and do not relocate them by Julius Werner · 3 years, 6 months ago
  84. ff251d2 device/dram: Move SPD manufacturer names out of arch/x86 by Patrick Rudolph · 3 years, 6 months ago
  85. 4de1a31 ACPI: Add acpi_reset_gnvs_for_wake() by Kyösti Mälkki · 3 years, 7 months ago
  86. f5552ce include/acpi/acpi.h: Add ACPI_MADT_LAPIC_NMI_ALL_PROCESSORS by Raul E Rangel · 3 years, 6 months ago
  87. 56a676e cpu/intel/microcode: Fix typo in function parameter by Elyes HAOUAS · 3 years, 6 months ago
  88. d6d71ce device/azalia_device: Add mainboard hook to program codecs by Angel Pons · 3 years, 6 months ago
  89. 44c431e device/azalia_device: Add function to program a verb table by Angel Pons · 3 years, 6 months ago
  90. 26a6921 src: Add missing <cbmem.h> by Elyes HAOUAS · 3 years, 6 months ago
  91. 4949a3d drivers/intel/fsp1_1,fsp2_0: Refactor logo display by Kyösti Mälkki · 3 years, 7 months ago
  92. 30cca6c drivers/intel/fsp2_0: Add support for MP services2 PPI by Aamir Bohra · 3 years, 6 months ago
  93. 8fff297 drivers/generic/bayhub_lv2: Add driver for BayHub lv2 by John Su · 3 years, 7 months ago
  94. 522e0db acpi: Add support for reporting CrashLog in BERT table by Francois Toguo · 3 years, 7 months ago
  95. 6412076 coreboot_table: Move VBOOT_VBNV support by Kyösti Mälkki · 3 years, 7 months ago
  96. 19dd694 pci_ids/intel: Add missing CFL-S GT1 IGD IDs by Nico Huber · 3 years, 7 months ago
  97. 1b5e855 pci_ids/intel: Correct 0x3e96, it's a CFL-S part by Nico Huber · 3 years, 7 months ago
  98. 7f501a3 include/device/pci_ids.h: Add Cannon Lake PCH-H SATA dev ID by Erik van den Bogaert · 3 years, 7 months ago
  99. 3202c8a console/console.h: Move get_console_loglevel() declaration by Arthur Heymans · 3 years, 7 months ago
  100. 4330b96 arch/x86/smbios: Add Number Of Power Cords field to be overriden by JingleHsuWiwynn · 3 years, 7 months ago