index
:
coreboot.git
24.02_branch
4.1
4.10_branch
4.11_branch
4.12_branch
4.14_branch
4.15_branch
4.16_branch
4.18_branch
4.19_branch
4.2
4.20_branch
4.22_branch
4.3
4.4
4.8_branch
classic-2014.10
coreboot-v1
coreboot-v3
main
master
rampayload
Coreboot firmware sources
coreboot
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
arch/x86: Add X2APIC_LATE_WORKAROUND
Subrata Banik
2022-07-18
1
-0
/
+1
*
include/device/device.h: Remove unneeded blank line after '{'
Elyes HAOUAS
2022-07-17
1
-1
/
+0
*
include/acpi: Add macros & definitions for resources types and flags
Eran Mitrani
2022-07-16
1
-0
/
+66
*
lib/program_loaders.c: Mark run_ramstage with __noreturn
Arthur Heymans
2022-07-14
1
-1
/
+1
*
soc/intel/common/graphics: Add another Meteor Lake device ID
Wonkyu Kim
2022-07-07
1
-1
/
+2
*
soc/intel: Add Raptor Lake device IDs
zhixingma
2022-06-28
2
-1
/
+5
*
device: Drop LOG_MEM/IO_RESOURCE
Kyösti Mälkki
2022-06-26
1
-17
/
+0
*
resource: Add helpers for memory resources
Kyösti Mälkki
2022-06-26
1
-0
/
+56
*
device: Add fixed_io_range_flags() and helpers
Kyösti Mälkki
2022-06-26
1
-6
/
+23
*
device: Add fixed_mem_range_flags() and helpers
Kyösti Mälkki
2022-06-26
1
-3
/
+34
*
soc/intel: Add Meteor Lake SA device ID
Subrata Banik
2022-06-22
1
-0
/
+1
*
cpu/intel/microcode: Have API to re-load microcode patch
Subrata Banik
2022-06-22
1
-0
/
+4
*
device/resource: Add _kb postfix for resource allocators
Kyösti Mälkki
2022-06-22
1
-13
/
+13
*
include/smbios.h: Update misc_slot_type and smbios_onboard_device_type
Elyes HAOUAS
2022-06-20
1
-1
/
+13
*
soc/intel/alderlake/report_platform.c: Add ADL-S identification
Michał Żygowski
2022-06-17
2
-0
/
+19
*
soc/amd/sabrina/acpi: Correct VID decoding on Sabrina
Fred Reitberger
2022-06-09
1
-3
/
+0
*
arch/x86: Add a common romstage entry
Arthur Heymans
2022-06-07
1
-0
/
+8
*
Replace some ENV_ROMSTAGE with ENV_RAMINIT
Kyösti Mälkki
2022-06-07
1
-0
/
+1
*
drivers/wifi: Move MTL Magnetar CNVi DIDs from SoC to generic driver
Subrata Banik
2022-06-03
1
-4
/
+4
*
cpu/x86/mp_init.c: Prolong delay on synchronous API
Arthur Heymans
2022-06-02
1
-1
/
+1
*
cpu/x86/mp.h: Implement a pre-SSE2 mfence
Arthur Heymans
2022-06-02
1
-1
/
+5
*
mb/emulation/qemu-q35: Support PARALLEL_MP with SMM_ASEG
Arthur Heymans
2022-06-01
1
-0
/
+1
*
Revert "cpu/x86: Add function to set `put_back_original_solution` variable"
Arthur Heymans
2022-06-01
1
-1
/
+0
*
dev/i2c_bus: Add declaration, implementation of i2c_dev_detect()
Matt DeVillier
2022-05-31
1
-0
/
+5
*
cpu/x86/mp_init.c: Drop 'real' vs 'used' save state
Arthur Heymans
2022-05-28
1
-3
/
+2
*
device: Add log_resource()
Kyösti Mälkki
2022-05-24
1
-0
/
+9
*
soc/intel/ehl: Use defines for Ethernet controller IDs
Mario Scheithauer
2022-05-20
1
-0
/
+5
*
CBMEM: Change declarations for initialization hooks
Kyösti Mälkki
2022-05-20
2
-37
/
+26
*
coreboot_tables: Add PCIe info to coreboot table
Jianjun Wang
2022-05-19
1
-0
/
+2
*
rules.h: Use more consistent naming
Arthur Heymans
2022-05-16
4
-12
/
+12
*
drivers/wifi/generic: Add new device ID
Bora Guvendik
2022-05-16
1
-0
/
+1
*
soc/intel: Add Raptor Lake device IDs
Bora Guvendik
2022-05-16
2
-3
/
+58
*
acpi, arch/x86/smp/mpspec,soc/amd/common: Move MP_IRQ_ flags into acpi.h
Raul E Rangel
2022-05-16
1
-0
/
+9
*
arch/x86/postcar: Set up postcar MTRR in C code
Arthur Heymans
2022-05-16
1
-33
/
+9
*
cpu/x86/mp_init.c: Add mp_run_on_all_cpus_synchronously
Kane Chen
2022-05-16
1
-0
/
+4
*
soc/intel/alderlake: provide a list of D-states to enter LPM
Tarun Tuli
2022-05-12
1
-0
/
+2
*
include/memory_info.h: Increase DIMM_INFO_TOTAL to 32
Johnny Lin
2022-05-12
1
-1
/
+1
*
device/dram/common.h: Use C over CPP
Arthur Heymans
2022-05-11
1
-5
/
+5
*
ec/google/chromeec: Add retimer handle to Type C conn
Prashant Malani
2022-05-04
1
-0
/
+3
*
include/device/i2c_simple: add i2c_2ba_read_bytes function
Felix Held
2022-04-27
1
-0
/
+28
*
lib/hardwaremain.c: Move creating ACPI structs to bootstate hooks
Arthur Heymans
2022-04-27
1
-1
/
+0
*
cpu/x86: Add function to set `put_back_original_solution` variable
Kane Chen
2022-04-13
1
-0
/
+1
*
mb/google,samsung: Drop init_bootmode_straps()
Kyösti Mälkki
2022-04-09
1
-1
/
+0
*
ELOG: Refactor watchdog_tombstone
Kyösti Mälkki
2022-04-06
1
-0
/
+1
*
ChromeOS: Drop filling ECFW_RW/RO state in CNVS
Kyösti Mälkki
2022-04-06
1
-1
/
+0
*
ChromeOS: Add legacy mainboard_ec_running_ro()
Kyösti Mälkki
2022-04-06
1
-0
/
+3
*
drivers/intel/dptf: Add support for Battery participant
Varshit B Pandya
2022-04-05
1
-0
/
+1
*
soc/intel/alderlake: Add new CPU ID
Lean Sheng Tan
2022-04-04
1
-0
/
+1
*
soc/intel/alderlake: Update CPU IDs with correct steppings
Lean Sheng Tan
2022-04-04
1
-4
/
+4
*
device/i2c_bus: Constify i2c_busdev and i2c_link
Matt DeVillier
2022-04-01
1
-2
/
+2
[next]