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
/
acpi
Age
Commit message (
Expand
)
Author
2021-08-19
acpi: Fill fadt->century based on Kconfig
Nico Huber
2021-08-06
arch/x86/acpi: rename KEY_KBDILLUMTOGGLE to KEY_KBD_BKLIGHT_TOGGLE
Scott Chao
2021-08-04
acpi/acpigen_ps2_keyb: Align comments using tabs
Paul Menzel
2021-07-31
arch/x86/acpi: Add code for KEY_MICMUTE and KEY_KBDILLUMTOGGLE
Scott Chao
2021-07-12
acpi: Add function to simplify If (CondRefOf (..)) sequences
Tim Wawrzynczak
2021-06-14
ACPI: Refactor use of global and device NVS
Kyösti Mälkki
2021-06-14
ChromeOS: Separate NVS from global GNVS
Kyösti Mälkki
2021-06-08
acpi: drop weak implementation of acpi_soc_get_bert_region
Felix Held
2021-06-08
acpi: rework BERT ACPI table generation logic
Felix Held
2021-06-07
acpi: rename acpi_soc_fill_bert and add return value
Felix Held
2021-06-07
acpi/device: Add ability to generate proper _STA for PowerResource
Raul E Rangel
2021-06-01
acpi: drop unused parameter from acpi_soc_fill_bert
Felix Held
2021-05-27
acpi: add SRAT Generic Initiator Affinity structure
Jonathan Zhang
2021-05-26
acpi/acpi: fix invalid checksum
Rocky Phagura
2021-05-14
src/acpi: Add initial support for HMAT
Jonathan Zhang
2021-05-14
acpi: Add acpigen_write_thermal_zone
Raul E Rangel
2021-04-30
ACPI: Use acpigen for NVS OperationRegions
Kyösti Mälkki
2021-04-30
vc/google/chromeos: Refactor GNVS init
Kyösti Mälkki
2021-04-30
src/acpi: Add APEI EINJ support
Rocky Phagura
2021-04-22
ACPI: Fix the devices scope in the SATC structure
John Zhao
2021-04-21
acpi: Add acpigen_write_LPI_package
Raul E Rangel
2021-04-21
ChromeOS: Use CHROMEOS_NVS guard
Kyösti Mälkki
2021-03-28
ACPI: Add SATC structure for DMAR table
John Zhao
2021-03-24
acpi: Add acpigen_write_PRT* helpers for generating _PRT entries
Tim Wawrzynczak
2021-03-22
acpi/acpigen.h: Add more intuitive AML package closing functions
Jakub Czapiga
2021-03-01
acpi: Move PCI functions to separate file
Tim Wawrzynczak
2021-02-20
ACPI: Use common OperationRegion for PCI_MMCONF
Kyösti Mälkki
2021-02-20
AGESA,binaryPI boards: Move common PCBA in ASL
Kyösti Mälkki
2021-02-16
ACPI: Add acpi_reset_gnvs_for_wake()
Kyösti Mälkki
2021-02-16
src/acpi: Add missing <types.h>
Elyes HAOUAS
2021-02-14
ACPI: Move common _PIC method
Kyösti Mälkki
2021-02-11
ACPI: Move PICM declaration
Kyösti Mälkki
2021-02-11
sb,soc/intel: Drop OSYS from GNVS
Kyösti Mälkki
2021-02-11
mainboards: Drop PWRS from GNVS
Kyösti Mälkki
2021-02-04
acpi: Add support for reporting CrashLog in BERT table
Francois Toguo
2021-01-29
ACPI: Do minor improvements on GNVS
Kyösti Mälkki
2021-01-28
acpi/acpigen.c: Remove unused and incorrect functions
Jakub Czapiga
2021-01-28
ACPI: Move include for <vc/google/chromeos.asl>
Kyösti Mälkki
2021-01-28
ACPI: Separate ChromeOS NVS in ASL
Kyösti Mälkki
2021-01-28
ACPI: Declare GNVS variables globally
Kyösti Mälkki
2021-01-27
ACPI: Add top-level ASL
Kyösti Mälkki
2021-01-27
ACPI: Separate device_nvs_t
Kyösti Mälkki
2021-01-24
ACPI: Clean up GNVS initialisation
Kyösti Mälkki
2021-01-23
ACPI: Add helpers for CBMEM_ID_POWER_STATE
Kyösti Mälkki
2021-01-23
ACPI S3: Replace stashed acpi_slp_typ value
Kyösti Mälkki
2021-01-18
ACPI: Refactor ChromeOS specific ACPI GNVS
Kyösti Mälkki
2021-01-18
ChromeOS: Refactor SMBIOS type0 bios_version()
Kyösti Mälkki
2021-01-18
ACPI: Select ACPI_SOC_NVS only where suitable
Kyösti Mälkki
2021-01-13
ACPI: Have single call-site for acpi_inject_nvsa()
Kyösti Mälkki
2021-01-13
ACPI: Add common acpi_fill_gnvs()
Kyösti Mälkki
2021-01-11
acpi,soc/intel/common: add support for Intel Low Power Idle Table
Michael Niewöhner
2021-01-10
mb/x/acpi_tables: Rename to mainboard_fill_gnvs()
Kyösti Mälkki
2021-01-10
sb/intel: Factor out soc_fill_gnvs()
Kyösti Mälkki
2021-01-10
mb/x/acpi_tables: Move EC_RW detection
Kyösti Mälkki
2021-01-10
ACPI: Drop redundant ChromeOS setup for GNVS
Kyösti Mälkki
2021-01-10
ACPI: Drop redundant CBMEM_ID_ACPI_GNVS allocations
Kyösti Mälkki
2021-01-07
ACPI: Remove ACPI_NO_SMI_GNVS
Kyösti Mälkki
2021-01-02
acpi: Add cb support to publish CRAT ACPI object
Jason Glenesk
2020-12-25
ACPI: Allocate GNVS early in ramstage
Kyösti Mälkki
2020-12-02
cbfs: Simplify load/map API names, remove type arguments
Julius Werner
2020-12-02
src/acpi/acpigen: Add NULL pointer check
Ronak Kanabar
2020-11-19
ACPI: Define acpi_get_preferred_pm_profile()
Kyösti Mälkki
2020-11-19
ACPI S3: Split arch-agnostic parts
Kyösti Mälkki
2020-11-19
ACPI S3: Replace acpi_is_wakeup()
Kyösti Mälkki
2020-11-09
acpigen: Add more useful helper functions
Duncan Laurie
2020-11-09
acpi: Call acpi_fill_ssdt() only for enabled devices
Karthikeyan Ramasubramanian
2020-11-04
soc/intel/skl,acpi/acpigen: convert global CPPC package to local one
Michael Niewöhner
2020-10-21
acpigen: Make acpigen_write_opregion() argument const
Duncan Laurie
2020-10-21
acpigen: Make gpio set/get arguments const
Duncan Laurie
2020-10-21
acpigen: Add ShiftLeft function helper
Duncan Laurie
2020-10-21
acpigen: Add helpers for common Store operations
Duncan Laurie
2020-10-21
acpigen: Add option for reserved bits in Field
Duncan Laurie
2020-10-20
acpi: Skip writing references for disabled devices in Type-C config
Tim Wawrzynczak
2020-10-16
acpi/acpigen_dsm: fix I2C HID DSM to report correct function support
Josie Nordrum
2020-10-14
acpi/device: Add GPIO binding property for an array of GPIOs
Karthikeyan Ramasubramanian
2020-10-13
acpi: Support MSDM table signature as SLIC
Benjamin Doron
2020-09-22
acpi: Add SSDT pstate helper functions
Jason Glenesk
2020-09-15
acpi: Correct sizes for ACPI data fields
Jason Glenesk
2020-08-24
src/acpi: Drop unneeded empty lines
Elyes HAOUAS
2020-08-21
acpi: add more AML generation functions
Aaron Durbin
2020-08-20
soc/amd/acpi: Move ACPI IVRS generation to coreboot
Jason Glenesk
2020-08-18
src/acpi/acpigen.c: Use macro for access_size
Elyes HAOUAS
2020-07-29
src/acpi: Add missing <{stdbool,stdint}.h>
Elyes HAOUAS
2020-07-28
acpi: Fix dptf_write_fan_perf to include Revision field
Tim Wawrzynczak
2020-07-26
src/acpi/device.c: Add include <types.h>
Elyes HAOUAS
2020-07-26
src: Remove extra lines in license header
Elyes HAOUAS
2020-07-21
src: Use ACPI macros
Elyes HAOUAS
2020-07-20
src: Make HAVE_CF9_RESET set the FADT reset register
Angel Pons
2020-07-18
dptf: Fix scope of TCPU device
Tim Wawrzynczak
2020-07-14
src/acpi/soundwire.c: Add missing <stddef.h>
Elyes HAOUAS
2020-07-14
src: Remove unused 'include <types.h>'
Elyes HAOUAS
2020-07-14
src: Remove unused 'include <string.h>'
Elyes HAOUAS
2020-07-07
acpigen: Add acpigen_notify
Tim Wawrzynczak
2020-07-07
dptf: Add support for IDSP
Tim Wawrzynczak
2020-07-07
dptf: Add support for Fan and TSR options
Tim Wawrzynczak
2020-07-07
dptf: Add support for Running Average Power Limits
Tim Wawrzynczak
2020-07-07
dptf: Add support for Fan Performance States
Tim Wawrzynczak
2020-07-07
dptf: Add support for Charger Performance States
Tim Wawrzynczak
2020-07-07
dptf: Add support for Critical Policies
Tim Wawrzynczak
2020-07-07
dptf: Add support for Passive Policies
Tim Wawrzynczak
[next]