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
/
x86
/
include
Age
Commit message (
Expand
)
Author
2017-11-23
Constify struct cpu_device_id instances
Jonathan Neuschäfer
2017-11-15
arch/x86/acpi: Add support for writing ACPI DBG2 table
Duncan Laurie
2017-11-10
arch/x86: Add common AMD ACPI hardware definitions
Marshall Dawson
2017-11-04
arch/x86/acpigen: Add function to write a CPU package
Nico Huber
2017-09-22
arch/x86: Add ebda read/write functions into EBDA library
Subrata Banik
2017-09-22
arch/x86: Enable ebda library for romstage and postcar
Subrata Banik
2017-09-13
arch/x86: Fix typo with MTRR
Kyösti Mälkki
2017-09-05
Move ADDR32() hack to arch/x86
Patrick Georgi
2017-08-30
acpigen: Add stop gpio control to power resource
Furquan Shaikh
2017-08-30
acpi_device: Provide a new function to add a list of properties
Duncan Laurie
2017-08-19
i82801dx/gx/ix/jx: Add low-memory backup for S3 path
Kyösti Mälkki
2017-08-17
arch/x86: Make postcar TempRamExit call generic
Marshall Dawson
2017-07-26
Port cmos.default handling to C environment bootblock
Nico Huber
2017-07-24
Fix files with multiple newlines at the end.
Martin Roth
2017-07-13
Rename __attribute__((packed)) --> __packed
Stefan Reinauer
2017-07-07
arch/*: Update Kconfig symbol usage
Martin Roth
2017-06-08
arch/x86/acpigen: Add additional opcodes
Patrick Rudolph
2017-05-30
arch: Unify basic cache clearing API
Julius Werner
2017-05-30
arch/x86: Add function to determine if we're currently running from CAR
Julius Werner
2017-05-22
arch/x86/include: Use IS_ENABLED() macro
Nico Huber
2017-04-25
arch/x86: Add read64 and write64 functions
Marshall Dawson
2017-04-08
arch/x86: remove CAR global migration when postcar stage is used
Aaron Durbin
2017-04-03
arch/x86/acpigen: Allow writing buffers larger than 256 bytes
Rizwan Qureshi
2017-03-20
arch/x86: Fix most of remaining issues detected by checkpatch
Lee Leahy
2017-03-17
arch/x86: Wrap lines at 80 columns
Lee Leahy
2017-03-17
arch/x86: Fix prefer errors detected by checkpatch
Lee Leahy
2017-03-17
arch/x86: Fix space issues detected by checkpatch
Lee Leahy
2017-03-17
arch/x86: Fix issues with braces detected by checkpatch
Lee Leahy
2017-03-16
acpi_device: Add macro for GpioInt that uses both polarity
Duncan Laurie
2017-03-16
acpi_device: Prefix IRQ macros with ACPI
Duncan Laurie
2017-03-15
acpi: device: Add macro for active high level triggered IRQ
Duncan Laurie
2017-03-02
acpi: Update the ACPI ID for coreboot
Duncan Laurie
2017-02-24
src/arch/x86: Remove non-ascii characters
Martin Roth
2017-02-22
arch/x86/acpigen: Provide helper functions for enabling/disabling GPIO
Furquan Shaikh
2017-02-22
acpi: Add ACPI_ prefix to IRQ enum and struct names
Furquan Shaikh
2017-02-19
acpi_device: Add macros for GPIO interrupts
Duncan Laurie
2017-02-19
acpi_device: Move power resource function to generic code
Duncan Laurie
2017-02-16
spi: Add function callback to get configuration of SPI bus
Furquan Shaikh
2017-02-04
x86/acpi: Add VFCT table
Patrick Rudolph
2017-01-24
arch/x86: do not define type of SPIN_LOCK_UNLOCKED
Patrick Georgi
2017-01-06
arch/x86: fix cmos post logging in non romcc bootblock
Aaron Durbin
2016-12-16
acpi_device: Add special HID for DT namespace
Furquan Shaikh
2016-12-11
ACPI S3: Hide acpi_slp_type
Kyösti Mälkki
2016-12-09
postcar_loader: Support LATE_CBMEM_INIT boards
Kyösti Mälkki
2016-12-07
PCI ops: MMCONF_SUPPORT_DEFAULT is required
Kyösti Mälkki
2016-12-06
CPU: Declare cpu_phys_address_size() for all arch
Kyösti Mälkki
2016-12-06
CPU: Move SMM prototypes under x86
Kyösti Mälkki
2016-12-06
PCI ops: Rename pcie_xx() to pci_mmio_xx()
Kyösti Mälkki
2016-12-06
PCI ops: Define read-modify-write routines globally
Kyösti Mälkki
2016-12-06
intel PCI ops: Remove explicit PCI MMCONF access
Kyösti Mälkki
2016-11-24
arch/x86/acpigen: Write DSM method with multiple UUID's
Naresh G Solanki
2016-11-17
arch/x86/acpigen: Implement acpigen functions to return integer & string
Naresh G Solanki
2016-11-16
arch/x86/acpigen: Fix acpigen for If (Lequal (...))
Furquan Shaikh
2016-11-09
ACPI S3: Remove HIGH_MEMORY_SAVE where possible
Kyösti Mälkki
2016-11-07
arch/x86/acpigen: Add OperationRegion & Field method
Naresh G Solanki
2016-10-25
arch/x86/acpigen_dsm: Add support for DSM types
Furquan Shaikh
2016-10-25
arch/x86/acpigen: Add support for _DSM method generation
Furquan Shaikh
2016-10-25
arch/x86/acpigen: Add more functions to ACPIGEN library
Furquan Shaikh
2016-10-24
arch/x86/acpigen: Add support for interacting with GPIOs
Furquan Shaikh
2016-10-24
arch/x86/acpigen: Add new functions to acpigen library
Furquan Shaikh
2016-10-24
arch/x86/acpigen: Clean up acpigen library
Furquan Shaikh
2016-10-07
x86/acpi_device: Add support for GPIO output polarity
Furquan Shaikh
2016-09-27
x86: acpi: Use GOOG ID for coreboot table
Duncan Laurie
2016-09-21
x86: acpi: Add function for querying GPE status
Duncan Laurie
2016-09-19
Revert "x86: acpi: Add function for querying GPE status"
Duncan Laurie
2016-09-19
x86: acpi: Add function for querying GPE status
Duncan Laurie
2016-09-15
arch/acpi_ivrs.h: Update 8-byte IVRS entry values
Martin Roth
2016-09-12
arch/x86: Always compile postcar library in romstage
Rizwan Qureshi
2016-09-07
include/arch/acpi.h: change IVRS efr field to iommu_feature_info
Martin Roth
2016-09-07
arch/x86/include: Add #defines for IVRS tables
Martin Roth
2016-09-04
arch/acpi.h: add #if guard to handle the absence of device_t type
Antonello Dettori
2016-08-28
src/arch: Add required space before opening parenthesis '('
Elyes HAOUAS
2016-08-06
acpi: Generate object for coreboot table region
Duncan Laurie
2016-08-03
ACPI: Add code to create root port entry in DMAR table
Werner Zeh
2016-08-03
ACPI: Add code to include ATSR structure in DMAR table
Werner Zeh
2016-07-31
src/arch: Capitalize CPU, RAM and ROM
Elyes HAOUAS
2016-07-15
arch/x86: provide common Intel ACPI hardware definitions
Aaron Durbin
2016-07-15
arch/x86: provide common ACPI_Sx constants
Aaron Durbin
2016-07-08
acpi: Change device properties to work as a tree
Duncan Laurie
2016-07-07
acpigen_write_package: Return pointer to package element counter
Duncan Laurie
2016-06-22
ACPI S3: Add common recovery code
Kyösti Mälkki
2016-06-22
ACPI S3: Split support for HAVE_ACPI_RESUME
Kyösti Mälkki
2016-06-22
Ignore RAMTOP for MTRRs
Kyösti Mälkki
2016-06-20
ACPI S3: Cleanup RSDP reference
Kyösti Mälkki
2016-06-17
Move definitions of HIGH_MEMORY_SAVE
Kyösti Mälkki
2016-05-28
acpi_device: Add support for writing ACPI Device Properties
Duncan Laurie
2016-05-28
acpi_device: Add support for writing ACPI SPI descriptors
Duncan Laurie
2016-05-28
acpi_device: Add support for writing ACPI I2C descriptors
Duncan Laurie
2016-05-28
acpi_device: Add support for writing ACPI GPIO descriptors
Duncan Laurie
2016-05-28
acpi_device: Add support for writing ACPI Interrupt descriptors
Duncan Laurie
2016-05-21
device: Add an ACPI device name and path concept to devices
Duncan Laurie
2016-05-21
acpigen: Add function to generate ToUUID() from a string
Duncan Laurie
2016-05-16
acpigen: Add functions to generate _STA() and _PRW()
Duncan Laurie
2016-05-16
acpigen: Add an abstracted integer output method
Duncan Laurie
2016-05-16
acpigen: Add helper functions for strings
Duncan Laurie
2016-05-16
acpigen: Add helpers for word/dword output
Duncan Laurie
2016-05-02
lib/coreboot_table: use the architecture dependent table size
Aaron Durbin
2016-05-02
arch: introduce architecture dependent common variables
Aaron Durbin
2016-05-02
x86/memlayout.h: Do not include data/bss sections in C_ENVIRONMENT_BOOTBLOCK
Furquan Shaikh
2016-03-23
arch/x86: introduce postcar stage/phase
Aaron Durbin
[next]