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
*
src: Add required space after "switch"
Elyes HAOUAS
2018-11-19
1
-1
/
+1
*
src: Remove unneeded include <cbmem.h>
Elyes HAOUAS
2018-11-16
3
-3
/
+0
*
src: Remove unneeded include <console/console.h>
Elyes HAOUAS
2018-11-16
4
-5
/
+1
*
src: Get rid of duplicated includes
Elyes HAOUAS
2018-11-16
1
-1
/
+0
*
mb/emulation/qemu-i440fx|q35: Fix stack size
Patrick Rudolph
2018-11-14
1
-0
/
+3
*
src: Remove unneeded include "{arch,cpu}/cpu.h"
Elyes HAOUAS
2018-11-12
3
-3
/
+1
*
arch/x86: Fix car_active for CONFIG_NO_CAR_GLOBAL_MIGRATION
Furquan Shaikh
2018-11-09
1
-2
/
+18
*
include/program_loading: Add POSTCAR prog type
Philipp Deppenwiese
2018-11-09
1
-1
/
+1
*
toolchain: Add POSTCAR as a stage we have a toolchain for
Patrick Georgi
2018-11-08
2
-0
/
+12
*
x86/acpi.c: Be more verbose when finding the wakeup vector
Angel Pons
2018-11-06
1
-4
/
+10
*
riscv: add support for supervisor binary interface (SBI)
Xiang Wang
2018-11-05
5
-1
/
+187
*
riscv: add support to block smp in each stage
Xiang Wang
2018-11-05
4
-8
/
+16
*
riscv: add support smp_pause / smp_resume
Xiang Wang
2018-11-05
5
-1
/
+144
*
arch/x86: clarify raw CAR_GLOBAL access guards
Aaron Durbin
2018-11-01
1
-2
/
+2
*
arch/x86: allow global .bss objects without CAR_GLOBAL
Aaron Durbin
2018-11-01
2
-2
/
+17
*
src: Add missing include <stdint.h>
Elyes HAOUAS
2018-11-01
1
-0
/
+2
*
src: Add missing include <stdint.h>
Elyes HAOUAS
2018-10-30
1
-0
/
+2
*
riscv: simplify timer interrupt handling
Philipp Hug
2018-10-30
1
-52
/
+9
*
src/arch/riscv/misaligned.c: Fix an off-by-one error when loading the opcode
Philipp Hug
2018-10-30
1
-1
/
+1
*
arch/x86/acpi: Add TPM2 table support
Philipp Deppenwiese
2018-10-26
2
-7
/
+59
*
selfboot: create selfboot_check function, remove check param
Ronald G. Minnich
2018-10-25
1
-1
/
+1
*
src: Remove unneeded whitespace
Elyes HAOUAS
2018-10-23
1
-1
/
+1
*
acpi_device: Refine ACPI_IRQ_* macros
Furquan Shaikh
2018-10-23
1
-27
/
+38
*
arch/x86: Implement common CF9 reset
Nico Huber
2018-10-22
4
-0
/
+118
*
arch/x86/exception: Improve the readability of a comment
Jonathan Neuschäfer
2018-10-17
1
-2
/
+2
*
libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2
Julius Werner
2018-10-12
1
-0
/
+4
*
selfboot: remove bounce buffers
Ronald G. Minnich
2018-10-11
7
-228
/
+9
*
riscv: add physical memory protection (PMP) support
Xiang Wang
2018-10-11
3
-0
/
+355
*
Move compiler.h to commonlib
Nico Huber
2018-10-08
31
-40
/
+0
*
arch/riscv: Update comment about mstatus initialization
Jonathan Neuschäfer
2018-10-06
2
-2
/
+2
*
arch/x86: Make mb/romstage.c optional
Rizwan Qureshi
2018-10-04
1
-1
/
+1
*
arch/riscv: Adjust compiler flags for scan-build
Jonathan Neuschäfer
2018-10-04
1
-1
/
+6
*
arch/riscv: Advance the PC after handling misaligned load/store
Jonathan Neuschäfer
2018-09-26
1
-4
/
+13
*
arch/{mips,power8}/include/arch: Don't use device_t
Elyes HAOUAS
2018-09-21
2
-2
/
+2
*
arch/riscv/include/arch: Don't use device_t
Elyes HAOUAS
2018-09-21
1
-1
/
+1
*
arch/arm/include/armv7/arch: Remove dead code
Elyes HAOUAS
2018-09-19
1
-10
/
+0
*
acpi: Call acpi_gen_writeSTA by status from device tree
Hung-Te Lin
2018-09-16
2
-0
/
+10
*
riscv: don't write to mstatus.XS
Xiang Wang
2018-09-16
1
-1
/
+0
*
arch/x86/acpi_bert_storage.c: Fix coverity error CID 1395706
Richard Spiegel
2018-09-15
1
-3
/
+3
*
arch/riscv: Configure delegation only if S-mode is supported
Jonathan Neuschäfer
2018-09-15
1
-5
/
+7
*
arch/x86/acpigen: Fix comment in _ROM method generator
Jonathan Neuschäfer
2018-09-14
1
-1
/
+1
*
arch/riscv: Only execute on hart 0 for now
Philipp Hug
2018-09-14
1
-0
/
+6
*
arch/riscv: provide a monotonic timer
Philipp Hug
2018-09-14
5
-4
/
+48
*
arch/riscv: add missing endian.h header to io.h
Philipp Hug
2018-09-14
1
-0
/
+1
*
complier.h: add __always_inline and use it in code base
Aaron Durbin
2018-09-14
14
-56
/
+75
*
riscv: update misaligned memory access exception handling
Xiang Wang
2018-09-10
5
-68
/
+652
*
riscv: update mtime initialization
Xiang Wang
2018-09-10
2
-3
/
+4
*
x86/acpi: Add BERT table
Marshall Dawson
2018-09-07
2
-0
/
+29
*
x86/acpi: Add BERT to the revision table
Marshall Dawson
2018-09-07
1
-0
/
+2
*
arch/x86: Add BERT region support functions
Marshall Dawson
2018-09-07
3
-0
/
+714
[next]