index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
arch
Age
Commit message (
Expand
)
Author
2018-12-22
cbmem: Always use EARLY_CBMEM_INIT
Kyösti Mälkki
2018-12-22
arch/x86 cbmem: Drop tests for LATE_CBMEM_INIT
Kyösti Mälkki
2018-12-19
arch/riscv: Don't set FPU state to "dirty"
Jonathan Neuschäfer
2018-12-19
arch/riscv: Define and use SBI_ENOSYS
Jonathan Neuschäfer
2018-12-18
arch/riscv: Don't hardcode CSR numbers anymore
Jonathan Neuschäfer
2018-12-13
cpuid: Add helper function for cpuid(1) functions
Subrata Banik
2018-12-07
riscv: fix non-SMP support
Philipp Hug
2018-12-05
arch/x86/include/stdint: Fix PRIu64
Patrick Rudolph
2018-12-04
acpi_pld: Make it easier to define the ACPI USB device groups
Duncan Laurie
2018-11-30
arch/power8: Rename to ppc64
Jonathan Neuschäfer
2018-11-29
arch/acpi.h: Add some update to version 6.2a
Elyes HAOUAS
2018-11-29
arch/x86/acpigen.c: Add a method to notify all CPU cores
Arthur Heymans
2018-11-29
src: Remove duplicated round up function
Elyes HAOUAS
2018-11-29
arch/x86/Makefile.inc: Fix typo
Patrick Rudolph
2018-11-23
arch/x86: drop special case cbfs locator
Patrick Georgi
2018-11-23
src/arch/x86/acpi.c: Create log area and extend TPM2 table
Michał Żygowski
2018-11-23
mb: Set coreboot as DSDT's manufacturer model ID
Elyes HAOUAS
2018-11-23
soc/intel/common: Bring DISPLAY_MTRRS into the light
Nico Huber
2018-11-19
src: Add required space after "switch"
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <cbmem.h>
Elyes HAOUAS
2018-11-16
src: Remove unneeded include <console/console.h>
Elyes HAOUAS
2018-11-16
src: Get rid of duplicated includes
Elyes HAOUAS
2018-11-14
mb/emulation/qemu-i440fx|q35: Fix stack size
Patrick Rudolph
2018-11-12
src: Remove unneeded include "{arch,cpu}/cpu.h"
Elyes HAOUAS
2018-11-09
arch/x86: Fix car_active for CONFIG_NO_CAR_GLOBAL_MIGRATION
Furquan Shaikh
2018-11-09
include/program_loading: Add POSTCAR prog type
Philipp Deppenwiese
2018-11-08
toolchain: Add POSTCAR as a stage we have a toolchain for
Patrick Georgi
2018-11-06
x86/acpi.c: Be more verbose when finding the wakeup vector
Angel Pons
2018-11-05
riscv: add support for supervisor binary interface (SBI)
Xiang Wang
2018-11-05
riscv: add support to block smp in each stage
Xiang Wang
2018-11-05
riscv: add support smp_pause / smp_resume
Xiang Wang
2018-11-01
arch/x86: clarify raw CAR_GLOBAL access guards
Aaron Durbin
2018-11-01
arch/x86: allow global .bss objects without CAR_GLOBAL
Aaron Durbin
2018-11-01
src: Add missing include <stdint.h>
Elyes HAOUAS
2018-10-30
src: Add missing include <stdint.h>
Elyes HAOUAS
2018-10-30
riscv: simplify timer interrupt handling
Philipp Hug
2018-10-30
src/arch/riscv/misaligned.c: Fix an off-by-one error when loading the opcode
Philipp Hug
2018-10-26
arch/x86/acpi: Add TPM2 table support
Philipp Deppenwiese
2018-10-25
selfboot: create selfboot_check function, remove check param
Ronald G. Minnich
2018-10-23
src: Remove unneeded whitespace
Elyes HAOUAS
2018-10-23
acpi_device: Refine ACPI_IRQ_* macros
Furquan Shaikh
2018-10-22
arch/x86: Implement common CF9 reset
Nico Huber
2018-10-17
arch/x86/exception: Improve the readability of a comment
Jonathan Neuschäfer
2018-10-12
libpayload: arm64: Conform to new coreboot lib_helpers.h and assume EL2
Julius Werner
2018-10-11
selfboot: remove bounce buffers
Ronald G. Minnich
2018-10-11
riscv: add physical memory protection (PMP) support
Xiang Wang
2018-10-08
Move compiler.h to commonlib
Nico Huber
2018-10-06
arch/riscv: Update comment about mstatus initialization
Jonathan Neuschäfer
2018-10-04
arch/x86: Make mb/romstage.c optional
Rizwan Qureshi
2018-10-04
arch/riscv: Adjust compiler flags for scan-build
Jonathan Neuschäfer
2018-09-26
arch/riscv: Advance the PC after handling misaligned load/store
Jonathan Neuschäfer
2018-09-21
arch/{mips,power8}/include/arch: Don't use device_t
Elyes HAOUAS
2018-09-21
arch/riscv/include/arch: Don't use device_t
Elyes HAOUAS
2018-09-19
arch/arm/include/armv7/arch: Remove dead code
Elyes HAOUAS
2018-09-16
acpi: Call acpi_gen_writeSTA by status from device tree
Hung-Te Lin
2018-09-16
riscv: don't write to mstatus.XS
Xiang Wang
2018-09-15
arch/x86/acpi_bert_storage.c: Fix coverity error CID 1395706
Richard Spiegel
2018-09-15
arch/riscv: Configure delegation only if S-mode is supported
Jonathan Neuschäfer
2018-09-14
arch/x86/acpigen: Fix comment in _ROM method generator
Jonathan Neuschäfer
2018-09-14
arch/riscv: Only execute on hart 0 for now
Philipp Hug
2018-09-14
arch/riscv: provide a monotonic timer
Philipp Hug
2018-09-14
arch/riscv: add missing endian.h header to io.h
Philipp Hug
2018-09-14
complier.h: add __always_inline and use it in code base
Aaron Durbin
2018-09-10
riscv: update misaligned memory access exception handling
Xiang Wang
2018-09-10
riscv: update mtime initialization
Xiang Wang
2018-09-07
x86/acpi: Add BERT table
Marshall Dawson
2018-09-07
x86/acpi: Add BERT to the revision table
Marshall Dawson
2018-09-07
arch/x86: Add BERT region support functions
Marshall Dawson
2018-09-06
chromeos/gnvs: remove function and naming cleanup
Joel Kitching
2018-09-06
x86/acpi: Add APEI definitions
Marshall Dawson
2018-09-05
arch/x86/Makefile: include dependencies for romcc bootblock
Nico Huber
2018-09-05
riscv: add entry assembly file for RAMSTAGE
Xiang Wang
2018-09-05
riscv: add support to check machine length at runtime
Xiang Wang
2018-09-04
riscv: add spin lock support
Xiang Wang
2018-09-04
riscv: Add DEFINE_MPRV_READ_MXR to read execution-only page
Xiang Wang
2018-09-02
riscv: separately define stack locations at different stages
Xiang Wang
2018-08-30
riscv: update the definition of intptr_t/uintptr_t
Xiang Wang
2018-08-28
acpi: Hide Chrome and coreboot specific devices
David Wu
2018-08-27
x86/acpi: Update MADT table version
Marc Jones
2018-08-27
x86/acpi: Add ACPI table revision function
Marc Jones
2018-08-22
acpi: remove CBMEM_ID_ACPI_GNVS_PTR entry
Joel Kitching
2018-08-17
arm64: Factor out common parts of romstage execution flow
Julius Werner
2018-08-17
x86/acpigen: Fix ACPI _ROM method
Marc Jones
2018-08-17
arch/x86/acpigen: add methods for cppc
Matt Delco
2018-08-15
arch/x86/acpigen: refactor calls to acpigen_write_register
Matt Delco
2018-08-14
cbmem: rename vdat to chromeos_acpi
Joel Kitching
2018-08-13
arm64: mmu: Spot check security state for TTB mapping
Julius Werner
2018-08-10
arm64: Turn architectural register accessors into inline functions
Julius Werner
2018-08-10
arm64: Drop checks for current exception level, hardcode EL3 assumption
Julius Werner
2018-08-10
arm64: Remove set_cntfrq() function
Julius Werner
2018-08-09
arch/x86/tables.c: Avoid static analysis error for unused value
Richard Spiegel
2018-08-09
src/arch: Fix typo
Elyes HAOUAS
2018-08-09
arch/x86/exception.c: Remove double initialization
Richard Spiegel
2018-08-07
arch: Retire cache_sync_instructions() from <arch/cache.h> (except arm)
Julius Werner
2018-08-07
arm64: Disable MMU during legacy payload handoff (without Arm TF)
Julius Werner
2018-08-01
riscv: remove redundancy in Makefile
Xiang Wang
2018-07-31
riscv: fix issues (timestrap & PRIu64)
Xiang Wang
2018-07-30
riscv: delete src/arch/riscv/prologue.inc
Xiang Wang
2018-07-30
security/tpm: Use unique CBMEM names for TCPA logs
Philipp Deppenwiese
2018-07-26
arch/arm64: Add Kconfig to include BL31 as blob
Patrick Rudolph
[prev]
[next]