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
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
SMBIOS: Introduce `smbios_full_table_len` function
Angel Pons
2021-07-01
1
-17
/
+23
*
arch/x86/smbios.c Move calculation next to usage
Angel Pons
2021-07-01
1
-1
/
+1
*
SMBIOS: Introduce `smbios_carve_table` function
Angel Pons
2021-07-01
1
-109
/
+61
*
SMBIOS: Avoid `sizeof` on struct type
Angel Pons
2021-07-01
1
-38
/
+37
*
arch/x86/smbios.c: Trim some `len` variables
Angel Pons
2021-07-01
1
-7
/
+4
*
src: Move `select ARCH_X86` to platforms
Angel Pons
2021-06-30
1
-10
/
+2
*
arch/x86/bootblock.ld: Align the bottom of the bootblock to 64 bytes
Arthur Heymans
2021-06-24
1
-1
/
+1
*
arch/x86/include/arch/smp/mpspec: improve mp_bustype enum definition
Felix Held
2021-06-18
1
-1
/
+1
*
arch/x86/walkcbfs.S: Fix the cbfs base addr for some fmap
Arthur Heymans
2021-06-17
1
-1
/
+7
*
arch/x86/ioapic: Clear vector table first
Kyösti Mälkki
2021-06-16
1
-8
/
+2
*
arch/x86/ioapic: Drop irq_on_fsb as a configurable item
Kyösti Mälkki
2021-06-16
3
-18
/
+11
*
treewide: Disable R_AMD64_32S relocation support
Patrick Rudolph
2021-06-15
3
-19
/
+25
*
arch/x86/mptable: Add smp_write_ioapic_from_hw()
Kyösti Mälkki
2021-06-12
2
-0
/
+13
*
arch/x86/ioapic: Add get_ioapic_id() and get_ioapic_version()
Kyösti Mälkki
2021-06-12
2
-0
/
+12
*
cpu/x86/lapic: Replace LOCAL_APIC_ADDR references
Kyösti Mälkki
2021-06-11
3
-8
/
+5
*
arch/x86/acpi_bert_storage: unbreak BERT support
Felix Held
2021-06-08
1
-4
/
+0
*
arch/x86/include/bert_storage: introduce bert_should_generate_acpi_table
Felix Held
2021-06-08
1
-0
/
+5
*
arch/x86: Do not call lapicid() without SMP
Kyösti Mälkki
2021-06-07
1
-2
/
+3
*
drivers/generic/ioapic: Use arch/x86/ioapic
Kyösti Mälkki
2021-06-07
2
-8
/
+18
*
arch/x86/ioapic: Add write_vector() helper
Kyösti Mälkki
2021-06-07
1
-11
/
+12
*
arch/x86/ioapic: Split some ioapic utility functions
Kyösti Mälkki
2021-06-07
1
-37
/
+40
*
arch/x86/acpi_bert_storage: change return type of bert_errors_present
Felix Held
2021-05-30
2
-7
/
+8
*
arch/x86/timestamp.inc: Remove unused file
Arthur Heymans
2021-05-28
1
-23
/
+0
*
option: Introduce `CMOS_LAYOUT_FILE` Kconfig symbol
Angel Pons
2021-05-18
1
-4
/
+6
*
cbfs: Increase mcache size defaults
Julius Werner
2021-05-14
1
-2
/
+3
*
include/console: Fix duplicate entry of postcode 0x79
Subrata Banik
2021-05-12
1
-1
/
+1
*
arch/x86/walkcbfs.S: Use FMAP instead of "cbfs master header"
Arthur Heymans
2021-05-06
2
-25
/
+6
*
arch/x86: Always include walkcbfs.S
Arthur Heymans
2021-05-06
1
-1
/
+1
*
arch/x86: Fix building with CONFIG_VBOOT_SEPARATE_VERSTAGE=n
Arthur Heymans
2021-05-04
1
-1
/
+1
*
arch/x86/smbios: Let SMBIOS type 9 be able to write slot ID
JingleHsuWiwynn
2021-04-22
1
-1
/
+3
*
ChromeOS: Use CHROMEOS_NVS guard
Kyösti Mälkki
2021-04-21
1
-1
/
+1
*
*x86: Support x2apic mode
Wonkyu Kim
2021-04-15
1
-11
/
+0
*
arch/x86: Provide readXp/writeXp helpers in arch/mmio.h
Angel Pons
2021-04-06
1
-0
/
+40
*
cbfs: Remove prog_locate() for payloads (SELF and FIT)
Julius Werner
2021-03-17
2
-6
/
+0
*
cbfs: Remove prog_locate() for stages and rmodules
Julius Werner
2021-03-16
3
-9
/
+3
*
arch/x86/smbios_defaults.c: Default to motherboard type
Angel Pons
2021-03-12
1
-1
/
+1
*
mb/ocp/deltalake: Fill ECC type in romstage
Angel Pons
2021-03-01
1
-6
/
+1
*
memory_info.h: Store SMBIOS error correction type
Angel Pons
2021-03-01
1
-2
/
+1
*
arch/x86/smbios: Update SMBIOS type 17 asset tag
Tim Chu
2021-02-27
2
-0
/
+10
*
arch/arm/armv7/thread.c: Remove stale file
Angel Pons
2021-02-22
1
-110
/
+0
*
memlayout: Store region sizes as separate symbols
Julius Werner
2021-02-19
2
-12
/
+7
*
device/dram: Move SPD manufacturer names out of arch/x86
Patrick Rudolph
2021-02-16
1
-35
/
+2
*
src: use ARRAY_SIZE where possible
Patrick Georgi
2021-02-15
1
-1
/
+1
*
src/arch: Remove unused <console/console.h>
Elyes HAOUAS
2021-02-15
2
-2
/
+0
*
arch/x86: Drop `cstates` pointer from CPU drivers
Angel Pons
2021-02-14
1
-1
/
+0
*
arch/x86/id.S: Remove unneeded whitespace before tab
Elyes HAOUAS
2021-02-11
1
-2
/
+2
*
acpi: Fix Coverity Scan report
Lijian Zhao
2021-02-10
1
-1
/
+1
*
arch/x86/cpu.c: Remove redundant <arch/cpu.h>
Elyes HAOUAS
2021-02-07
1
-1
/
+0
*
acpi: Fix BERT size_t printf format error
Benjamin Doron
2021-02-07
1
-1
/
+1
*
src: Remove redundant include <rules.h>
Elyes HAOUAS
2021-02-07
1
-1
/
+0
[prev]
[next]