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
/
Kconfig
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree: Drop repeated words
Alexander Goncharov
2023-02-07
1
-1
/
+1
*
Kconfig: Add option to compress ramstage with LZ4
Martin Roth
2023-01-08
1
-7
/
+28
*
Kconfig: Allow mainboards to disable stage cache
Reka Norman
2023-01-06
1
-1
/
+8
*
build: List all Kconfigs in CBFS `config` file, compress it
Julius Werner
2022-11-18
1
-2
/
+2
*
drivers/generic/ioapic: Drop poor implementation
Kyösti Mälkki
2022-11-13
1
-2
/
+2
*
cpu/x86: Drop !CPU_INFO_V2 code
Arthur Heymans
2022-11-07
1
-1
/
+1
*
Kconfig: Allow x86 to compress pre-ram stages if not run XIP
Arthur Heymans
2022-10-20
1
-4
/
+4
*
coreboot: Add support for include-what-you-use
Martin Roth
2022-10-11
1
-0
/
+6
*
Revert "Kconfig: Allow x86 to compress pre-ram stages if not run XIP"
Martin L Roth
2022-09-20
1
-4
/
+4
*
Kconfig: Allow x86 to compress pre-ram stages if not run XIP
Arthur Heymans
2022-09-19
1
-4
/
+4
*
Add SBOM (Software Bill of Materials) Generation
Maximilian Brune
2022-08-22
1
-0
/
+6
*
src/Kconfig: src/soc/*/Kconfig files are gone, remove the include
Martin Roth
2022-06-24
1
-1
/
+0
*
src/soc: Get rid of most src/soc/Kconfig files
Martin Roth
2022-06-24
1
-0
/
+2
*
src/Kconfig: Fix a spelling issue
Martin Roth
2022-05-30
1
-1
/
+1
*
Kconfig: Mark clang as ready to use on some arch
Arthur Heymans
2022-05-28
1
-4
/
+16
*
Kconfig: Increase x86 postcar & ramstage stack
Arthur Heymans
2022-05-25
1
-1
/
+1
*
Kconfig: Have CONFIG_ASAN depend on COMPILER_GCC
Arthur Heymans
2022-05-13
1
-0
/
+1
*
Kconfig: Add an option to skip adding a cbfs bootblock on x86
Arthur Heymans
2022-05-12
1
-0
/
+6
*
Kconfig: Make HAVE_EM100_SUPPORT invisible
Arthur Heymans
2022-04-19
1
-1
/
+1
*
src/Kconfig: Update the path to 'c_start.S' for GDB_STUB config
Elyes Haouas
2022-02-22
1
-1
/
+1
*
Kconfig: Show console DEBUG_FUNC if OVERRIDE_LOGLEVEL is set
Marc Jones
2021-11-13
1
-1
/
+1
*
src/lib: Add FW_CONFIG_SOURCE_VPD
Wonkyu Kim
2021-11-08
1
-0
/
+10
*
src/lib/fw_config: Change fw_config sources priority
Wonkyu Kim
2021-11-08
1
-10
/
+11
*
Kconfig,soc/amd/cezanne: Make COOP_MULTITASKING select TIMER_QUEUE
Raul E Rangel
2021-11-04
1
-4
/
+4
*
SMBIOS/SCONFIG: Allow devtree-defined Type 41 entries
Angel Pons
2021-11-04
1
-0
/
+15
*
arch/x86/ioapic: Select IOAPIC with SMP
Kyösti Mälkki
2021-10-22
1
-0
/
+1
*
lib/thread: Switch to using CPU_INFO_V2
Raul E Rangel
2021-10-05
1
-1
/
+1
*
util/kconfig: Add pre-built parser
Patrick Georgi
2021-09-13
1
-1
/
+1
*
option: Allow mainboards to implement the API
Angel Pons
2021-05-28
1
-0
/
+15
*
option: Turn CMOS option backend into choice
Angel Pons
2021-05-28
1
-0
/
+9
*
option: Introduce `CMOS_LAYOUT_FILE` Kconfig symbol
Angel Pons
2021-05-18
1
-0
/
+5
*
src/drivers/ipmi: Add DEBUG_IPMI option
Marc Jones
2021-04-18
1
-0
/
+7
*
southbridge: Ensure common Kconfig gets included last
Angel Pons
2021-02-18
1
-0
/
+1
*
nb/intel/gm45: Factor out {DMI,EP,MCH}BAR accessors
Angel Pons
2021-02-07
1
-0
/
+1
*
Kconfig: Show console debug options if loglevel override is set
Marc Jones
2020-12-11
1
-3
/
+3
*
lib/trace: Remove TRACE support
Kyösti Mälkki
2020-12-02
1
-12
/
+1
*
soc/intel/xeon_sp: Move function debug macros
Marc Jones
2020-10-29
1
-0
/
+10
*
include/device/device.h: Move resource debug macros
Marc Jones
2020-10-29
1
-0
/
+9
*
drivers/intel/usb4: Add driver for USB4 retimer device
Duncan Laurie
2020-10-19
1
-0
/
+1
*
src: Rename EM100Pro-specific SPI console Kconfig option
Angel Pons
2020-10-13
1
-1
/
+1
*
sconfig: Allow chipset to provide a base devicetree
Duncan Laurie
2020-10-09
1
-0
/
+11
*
treewide/Kconfig: Drop unneeded empty lines
Elyes HAOUAS
2020-09-21
1
-1
/
+0
*
Kconfig: Update ASan config options
Harshit Sharma
2020-08-21
1
-9
/
+23
*
lib: Add ASan support to romstage on x86 arch
Harshit Sharma
2020-08-21
1
-0
/
+7
*
lib: Update ASan compiler flags and Kconfig help text
Harshit Sharma
2020-08-21
1
-0
/
+5
*
lib: Add ASan stub
Harshit Sharma
2020-08-21
1
-0
/
+13
*
arch/x86: Remove RELOCATABLE_RAMSTAGE
Kyösti Mälkki
2020-07-06
1
-13
/
+1
*
Kconfig: Fix warning
Benjamin Doron
2020-07-01
1
-1
/
+1
*
Add qc_blobs repository
Julius Werner
2020-06-30
1
-0
/
+20
*
smbios: Add option VPD_SMBIOS_VERSION that reads BIOS version from a VPD vari...
Johnny Lin
2020-06-28
1
-0
/
+10
[next]