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
2023-12-15
acpi: Add support for WDAT table
Marek Maslanka
2023-12-08
acpi.c: Fix generating pointer to cb_tables located >4G
Arthur Heymans
2023-12-07
acpi: add missing device/device.h include
Felix Held
2023-12-06
acpi/acpi_gic: Add GIC ITS subtable
Naresh Solanki
2023-12-06
acpi: Add IO Remapping Table structures
Naresh Solanki
2023-12-05
acpi/acpi: make sure that table_ptr is non-NULL in acpidump_print
Felix Held
2023-12-02
acpi: Add PPTT support
David Milosevic
2023-12-02
soc/amd: Add DBG2 ACPI table
Zheng Bao
2023-11-27
acpi: Enable 64bit ECAM resource
Naresh Solanki
2023-11-23
acpigen.c: Add resource consumer functions for mmio
Arthur Heymans
2023-11-16
acpi/device: Only return dev->ops->acpi_name if non-NULL
CoolStar
2023-11-15
acpi/acpigen: drop len assert in acpigen_pop_len
Felix Held
2023-11-15
acpi/acpigen: introduce and use ACPIGEN_RSVD_PKGLEN_BYTES
Felix Held
2023-11-15
acpi/acpigen: rework acpigen_pop_len for different size PkgLength
Felix Held
2023-11-13
acpi/acpigen: point out what acpigen_write_len_f does
Felix Held
2023-11-11
acpi/acpigen: Fix buffer length in acpigen_write_name_unicode()
Matt DeVillier
2023-10-16
acpi/acpigen: Allow general namestring in write mutex functions
Paweł Anikiel
2023-10-02
acpi/acpigen_ps2_keybd: Reduce minimum keys, optional alpha/num/punct
Jonathon Hall
2023-09-27
acpi: Fix typos
Naresh Solanki
2023-09-18
acpi: Add functions to declare ARM GIC V3 hardware
Arthur Heymans
2023-09-18
acpi/Makefile.inc: Move code inclusion
Arthur Heymans
2023-09-18
arch/arm64: Hook up ACPI table generation
Arthur Heymans
2023-09-14
acpi: Comply with ACPI specification by making _STR unicode strings
Cliff Huang
2023-09-14
acpi.c: Add XSDT on QEMU
Arthur Heymans
2023-09-13
acpi/soundwire.[ch]: Fix dpn entry array overrun
Martin Roth
2023-09-01
acpi/acpi.c: Accomodate 64bit MMCONF base in MCFG table
Naresh Solanki
2023-08-24
acpi: Add function to add ARM PL011 to ACPI DBG2
Arthur Heymans
2023-08-16
ACPI: Add usb_charge_mode_from_gnvs()
Kyösti Mälkki
2023-08-13
src/acpi/acpi.c: make BOOT0000 APCI device visible to OS
Matt DeVillier
2023-08-08
ACPI: Add helper fill_fadt_extended_pm_io()
Kyösti Mälkki
2023-08-03
acpi.c: Find FACS using 64bit address fields
Arthur Heymans
2023-08-03
acpi.c: Swap XSDT and RSDT for adding/finding tables
Arthur Heymans
2023-08-02
acpi/acpi.c: Move setting FADT SCI INT to arch specific code
Arthur Heymans
2023-08-02
acpi/acpi.c: Add and use acpi_arch_fill_madt()
Arthur Heymans
2023-08-02
acpi.c: Add FACS and DSDT to debug hex printing
Arthur Heymans
2023-08-02
acpi.c: Fill in >4G FADT entries correctly
Arthur Heymans
2023-08-02
acpi.c: Guard FACS generation
Arthur Heymans
2023-07-23
acpi.c: Add functions to create GTDT
Arthur Heymans
2023-07-21
acpi/acpi.c: Split of ACPI table generation into separate files
Arthur Heymans
2023-07-21
acpi/acpigen.c: Ignore compiler warning about stack overflowing
Arthur Heymans
2023-07-20
acpi: Move ECAM resource below PNP0C02 device in a common place
Arthur Heymans
2023-07-06
acpi/acpi.c: Fix regression with DSDT
Kyösti Mälkki
2023-07-06
acpi/gnvs.c: Drop unused pointer to the cbmem console
Arthur Heymans
2023-07-03
acpi/acpi.c: Move ACPI header creation to a function
Arthur Heymans
2023-07-03
acpi/acpi.c: Reduce boilerplate
Arthur Heymans
2023-06-29
acpi: Set checksum for SPCR table
Nico Huber
2023-06-28
acpi: Add SPCR table
Arthur Heymans
2023-06-26
acpi/acpigen.c: Be explicit about char sign
Arthur Heymans
2023-06-18
acpi/acpi.c: Return function argument when bailing out
Arthur Heymans
2023-06-18
acpi/acpi.c: Change signature of write_acpi_tables
Arthur Heymans
2023-06-17
acpi/acpi.c: Fix printing all ACPI tables
Arthur Heymans
2023-06-14
acpi: Add a debug option to print out tables in ACPICA compatible hex
Arthur Heymans
2023-06-12
acpi/acpi.c: Reduce scope of functions used locally
Arthur Heymans
2023-06-07
acpi/acpigen: generate DWord IO resource in acpigen_resource_producer_io
Felix Held
2023-05-30
acpi/acpigen: rename and clarify bus/IO/MMIO resource producer functions
Felix Held
2023-05-26
acpi/acpigen: add acpigen_resource_mmio to generate MMIO resource
Felix Held
2023-05-17
acpi: Warn on timeout in write_delay_until()
Cliff Huang
2023-05-16
acpigen: Add printf-like function for debug string
Cliff Huang
2023-05-14
acpi/acpigen: add comment about byte 0 in acpigen_resource_*word
Felix Held
2023-05-13
acpi/Kconfig: move \_SB scope out of ACPI_CPU_STRING
Felix Held
2023-05-11
acpi/acpigen: add acpigen_resource_io to generate I/O resource
Felix Held
2023-05-11
acpi/acpigen: add acpigen_resource_bus_number to generate bus number
Felix Held
2023-05-11
acpi/acpi.c: Assign coreboot_rsdp for QEMU
Bin Meng
2023-05-08
acpi/acpigen: add acpigen_write_BBN to generate base bus number method
Felix Held
2023-05-01
acpi: Add missing cbfs_unmap()
Grzegorz Bernacki
2023-05-01
acpigen: Add a runtime method to override exposed _Sx sleep states
Arthur Heymans
2023-04-29
ACPI: Make FADT entries for RTC/CMOS architectural
Kyösti Mälkki
2023-04-26
ACPI: Add COMMON_ACPI_MADT_IOAPIC and CUSTOM_ACPI_MADT
Kyösti Mälkki
2023-04-26
arch/x86/ioapic: Promote ioapic_get_sci_pin()
Kyösti Mälkki
2023-04-26
soc/intel: Introduce ioapic_get_sci_pin()
Kyösti Mälkki
2023-04-26
ACPI: Add acpigen_write_PTC()
Kyösti Mälkki
2023-04-26
acpi/acpi.c: Reduce scope of some functions
Arthur Heymans
2023-04-21
ACPI: Obsolete FADT duty_offset and duty_width fields
Kyösti Mälkki
2023-04-21
ACPI: Obsolete FADT p_lvl2_lat and p_lvl3_lat fields
Kyösti Mälkki
2023-04-15
sb,soc/amd,intel: Add and use ACPI_COMMON_MADT_LAPIC
Kyösti Mälkki
2023-04-14
acpi/acpi.c: Follow spec more closely for MADT
Arthur Heymans
2023-04-12
Reland "drivers/intel/dptf: Add multiple fan support under dptf"
Sumeet Pawnikar
2023-04-11
ACPI: Add helper for MADT LAPICs
Kyösti Mälkki
2023-04-11
ACPI: Add helper for MADT LAPIC NMIs
Kyösti Mälkki
2023-04-11
binaryPI: Use common code for LAPIC NMIs
Kyösti Mälkki
2023-03-03
acpi: Add SRAT x2APIC table support
Naresh Solanki
2023-02-14
acpi/acpigen_dptf: Add pkg return to dptf_write_power_limits()
CoolStar
2023-02-10
acpi/acpigen: use acpigen_write_store_* in acpigen_write_rom
Felix Held
2023-02-10
acpi/acpigen: add acpigen_write_store_namestr_to_namestr
Felix Held
2023-02-10
acpi/acpigen: use acpigen_write_if_lgreater_* in acpigen_write_rom
Felix Held
2023-02-09
src/acpi: add function gen: if_lgreater_ and namestr assignment
Cliff Huang
2023-02-07
acpi/acpigen.c: Add a comment to deprecate acpigen_write_processor()
Elyes Haouas
2023-01-31
acpi/acpigen: introduce acpigen_write_processor_device
Felix Held
2023-01-28
acpi/acpigen: factor out acpigen_write_processor_namestring
Felix Held
2023-01-28
acpi/Kconfig: improve description of ACPI_CPU_STRING config option
Felix Held
2023-01-27
src/acpi: add debug message with concatenated string
Cliff Huang
2023-01-19
drivers/usb/acpi: Add USB _DSM method to enable/disable USB LPM per port
Kane Chen
2022-12-27
tree/acpi: Replace constant "Zero" with actual number
Felix Singer
2022-12-27
{acpi,arch,soc}/acpi: Replace constant "One" with actual number
Felix Singer
2022-12-06
acpi/acpi.c: Add a method to generate IOAPIC DMAR entries from hw
Arthur Heymans
2022-12-05
acpi/acpi.c: update ACPI table revisions
Jonathan Zhang
2022-12-05
acpi: Helper functions to add certain _DSD properties
Kapil Porwal
2022-11-29
acpi: Create a common method to add DmaProperty
Kapil Porwal
2022-11-25
ACPI: Flag boards with ACPI_NO_MADT
Kyösti Mälkki
2022-11-25
ACPI: Use common code for MADT LAPIC NMIs
Kyösti Mälkki
[next]