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
/
acpi
Commit message (
Expand
)
Author
Age
Files
Lines
*
acpi/acpigen_dptf: Add pkg return to dptf_write_power_limits()
CoolStar
2023-02-14
1
-0
/
+2
*
acpi/acpigen: use acpigen_write_store_* in acpigen_write_rom
Felix Held
2023-02-10
1
-18
/
+6
*
acpi/acpigen: add acpigen_write_store_namestr_to_namestr
Felix Held
2023-02-10
1
-0
/
+8
*
acpi/acpigen: use acpigen_write_if_lgreater_* in acpigen_write_rom
Felix Held
2023-02-10
1
-16
/
+4
*
src/acpi: add function gen: if_lgreater_ and namestr assignment
Cliff Huang
2023-02-09
1
-0
/
+50
*
acpi/acpigen.c: Add a comment to deprecate acpigen_write_processor()
Elyes Haouas
2023-02-07
1
-0
/
+1
*
acpi/acpigen: introduce acpigen_write_processor_device
Felix Held
2023-01-31
1
-0
/
+9
*
acpi/acpigen: factor out acpigen_write_processor_namestring
Felix Held
2023-01-28
1
-13
/
+13
*
acpi/Kconfig: improve description of ACPI_CPU_STRING config option
Felix Held
2023-01-28
1
-3
/
+4
*
src/acpi: add debug message with concatenated string
Cliff Huang
2023-01-27
1
-0
/
+54
*
drivers/usb/acpi: Add USB _DSM method to enable/disable USB LPM per port
Kane Chen
2023-01-19
1
-0
/
+23
*
tree/acpi: Replace constant "Zero" with actual number
Felix Singer
2022-12-27
1
-2
/
+2
*
{acpi,arch,soc}/acpi: Replace constant "One" with actual number
Felix Singer
2022-12-27
1
-2
/
+2
*
acpi/acpi.c: Add a method to generate IOAPIC DMAR entries from hw
Arthur Heymans
2022-12-06
1
-0
/
+8
*
acpi/acpi.c: update ACPI table revisions
Jonathan Zhang
2022-12-05
1
-2
/
+4
*
acpi: Helper functions to add certain _DSD properties
Kapil Porwal
2022-12-05
1
-7
/
+73
*
acpi: Create a common method to add DmaProperty
Kapil Porwal
2022-11-29
1
-0
/
+16
*
ACPI: Flag boards with ACPI_NO_MADT
Kyösti Mälkki
2022-11-25
2
-1
/
+7
*
ACPI: Use common code for MADT LAPIC NMIs
Kyösti Mälkki
2022-11-25
1
-0
/
+18
*
src/acpi: Remove unnecessary space after casts
Elyes Haouas
2022-11-22
2
-28
/
+28
*
acpi: Add initial support for CEDT
Jonathan Zhang
2022-11-20
1
-0
/
+84
*
acpi: Update default processor string from decimal to hex
Marc Jones
2022-11-13
1
-1
/
+1
*
acpi/acpi.c: Fix einj generation pointer arithmetics
Jonathan Zhang
2022-11-11
1
-1
/
+1
*
ACPI: Add acpi_create_madt_ioapic_from_hw()
Kyösti Mälkki
2022-11-10
1
-0
/
+20
*
acpigen: export acpigen_write_field_name
Michael Niewöhner
2022-11-02
1
-1
/
+1
*
Revert "drivers/intel/dptf: Add multiple fan support under dptf"
Sumeet Pawnikar
2022-10-20
1
-66
/
+18
*
treewide: use is_enabled_cpu() on cycles over device list
Fabio Aiuto
2022-09-29
1
-5
/
+1
*
acpi/acpi_pm.c: refactor acpi_pm_state_for_* functions
Fabio Aiuto
2022-09-27
1
-21
/
+13
*
drivers/intel/dptf: Add multiple fan support under dptf
Sumeet Pawnikar
2022-09-04
1
-18
/
+66
*
treewide: Unify Google branding
Jon Murphy
2022-07-04
1
-1
/
+1
*
ec/google/chromeec: Add retimer handle to Type C conn
Prashant Malani
2022-05-04
1
-0
/
+1
*
lib/hardwaremain.c: Move creating ACPI structs to bootstate hooks
Arthur Heymans
2022-04-27
1
-1
/
+4
*
src/acpi/device: Early return in _ON if device already enabled
Tim Van Patten
2022-04-14
1
-0
/
+13
*
drivers/intel/dptf: Add support for Battery participant
Varshit B Pandya
2022-04-05
1
-0
/
+2
*
drivers/intel/dptf: Add support for Power participant
Varshit B Pandya
2022-04-01
1
-0
/
+2
*
coreboot_tables.c: Expose the ACPI RSDP
Arthur Heymans
2022-03-09
1
-0
/
+8
*
device/mmio.h: Move readXp/writeXp helpers to device/mmio.h
Jianjun Wang
2022-03-08
1
-7
/
+7
*
acpi/acpi: drop weak cpu_get_lapic_addr implementation
Felix Held
2022-03-02
1
-9
/
+0
*
arch/x86: consolidate HPET base address definitions
Felix Held
2022-02-25
1
-3
/
+4
*
acpi/acpi: use read32p instead of pointer dereferencing
Felix Held
2022-02-25
1
-1
/
+2
*
treewide: Write minor version at acpi_create_fadt() function
Elyes Haouas
2022-02-24
1
-0
/
+1
*
src/acpi/acpigen.c: Reformat code
Elyes Haouas
2022-02-21
1
-40
/
+27
*
src/acpi: Add macro for FADT Minor Version and use it
Elyes Haouas
2022-02-21
1
-1
/
+6
*
arch/x86/acpi: Add code for KEY_MENU
Boris Mittelberg
2022-02-18
1
-0
/
+1
*
treewide: Remove "ERROR: "/"WARN: " prefixes from log messages
Julius Werner
2022-02-07
1
-1
/
+1
*
src: Remove unused <stdbool>
Elyes HAOUAS
2022-01-19
1
-1
/
+0
*
src/include/acpi: Move CPPC_PACKAGE_NAME macro definition
Sridhar Siricilla
2022-01-18
1
-2
/
+0
*
src/acpi: Remove unused <acpi/acpi.h>
Elyes HAOUAS
2022-01-10
3
-3
/
+0
*
src: Drop duplicated includes
Elyes HAOUAS
2022-01-01
1
-1
/
+0
*
ChromeOS: Refactor ACPI CNVS generation
Kyösti Mälkki
2021-12-23
2
-5
/
+0
[next]