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: Add cb support to publish CRAT ACPI object
Jason Glenesk
2021-01-02
1
-0
/
+31
*
ACPI: Allocate GNVS early in ramstage
Kyösti Mälkki
2020-12-25
2
-6
/
+27
*
cbfs: Simplify load/map API names, remove type arguments
Julius Werner
2020-12-02
1
-5
/
+2
*
src/acpi/acpigen: Add NULL pointer check
Ronak Kanabar
2020-12-02
1
-0
/
+4
*
ACPI: Define acpi_get_preferred_pm_profile()
Kyösti Mälkki
2020-11-19
2
-8
/
+20
*
ACPI S3: Split arch-agnostic parts
Kyösti Mälkki
2020-11-19
2
-0
/
+34
*
ACPI S3: Replace acpi_is_wakeup()
Kyösti Mälkki
2020-11-19
1
-1
/
+1
*
acpigen: Add more useful helper functions
Duncan Laurie
2020-11-09
1
-1
/
+93
*
acpi: Call acpi_fill_ssdt() only for enabled devices
Karthikeyan Ramasubramanian
2020-11-09
1
-1
/
+1
*
soc/intel/skl,acpi/acpigen: convert global CPPC package to local one
Michael Niewöhner
2020-11-04
1
-3
/
+6
*
acpigen: Make acpigen_write_opregion() argument const
Duncan Laurie
2020-10-21
1
-1
/
+1
*
acpigen: Make gpio set/get arguments const
Duncan Laurie
2020-10-21
1
-4
/
+4
*
acpigen: Add ShiftLeft function helper
Duncan Laurie
2020-10-21
1
-0
/
+8
*
acpigen: Add helpers for common Store operations
Duncan Laurie
2020-10-21
1
-0
/
+16
*
acpigen: Add option for reserved bits in Field
Duncan Laurie
2020-10-21
1
-1
/
+13
*
acpi: Skip writing references for disabled devices in Type-C config
Tim Wawrzynczak
2020-10-20
1
-1
/
+1
*
acpi/acpigen_dsm: fix I2C HID DSM to report correct function support
Josie Nordrum
2020-10-16
1
-12
/
+11
*
acpi/device: Add GPIO binding property for an array of GPIOs
Karthikeyan Ramasubramanian
2020-10-14
1
-14
/
+53
*
acpi: Support MSDM table signature as SLIC
Benjamin Doron
2020-10-13
1
-1
/
+2
*
acpi: Add SSDT pstate helper functions
Jason Glenesk
2020-09-22
1
-0
/
+57
*
acpi: Correct sizes for ACPI data fields
Jason Glenesk
2020-09-15
1
-4
/
+4
*
src/acpi: Drop unneeded empty lines
Elyes HAOUAS
2020-08-24
2
-5
/
+0
*
acpi: add more AML generation functions
Aaron Durbin
2020-08-21
1
-0
/
+35
*
soc/amd/acpi: Move ACPI IVRS generation to coreboot
Jason Glenesk
2020-08-20
1
-1
/
+1
*
src/acpi/acpigen.c: Use macro for access_size
Elyes HAOUAS
2020-08-18
1
-2
/
+2
*
src/acpi: Add missing <{stdbool,stdint}.h>
Elyes HAOUAS
2020-07-29
2
-0
/
+4
*
acpi: Fix dptf_write_fan_perf to include Revision field
Tim Wawrzynczak
2020-07-28
1
-1
/
+3
*
src/acpi/device.c: Add include <types.h>
Elyes HAOUAS
2020-07-26
1
-0
/
+1
*
src: Remove extra lines in license header
Elyes HAOUAS
2020-07-26
1
-4
/
+1
*
src: Use ACPI macros
Elyes HAOUAS
2020-07-21
1
-1
/
+1
*
src: Make HAVE_CF9_RESET set the FADT reset register
Angel Pons
2020-07-20
1
-0
/
+3
*
dptf: Fix scope of TCPU device
Tim Wawrzynczak
2020-07-18
1
-12
/
+22
*
src/acpi/soundwire.c: Add missing <stddef.h>
Elyes HAOUAS
2020-07-14
1
-1
/
+1
*
src: Remove unused 'include <types.h>'
Elyes HAOUAS
2020-07-14
1
-1
/
+0
*
src: Remove unused 'include <string.h>'
Elyes HAOUAS
2020-07-14
1
-1
/
+0
*
acpigen: Add acpigen_notify
Tim Wawrzynczak
2020-07-07
1
-0
/
+7
*
dptf: Add support for IDSP
Tim Wawrzynczak
2020-07-07
1
-0
/
+42
*
dptf: Add support for Fan and TSR options
Tim Wawrzynczak
2020-07-07
1
-0
/
+28
*
dptf: Add support for Running Average Power Limits
Tim Wawrzynczak
2020-07-07
1
-0
/
+46
*
dptf: Add support for Fan Performance States
Tim Wawrzynczak
2020-07-07
1
-0
/
+37
*
dptf: Add support for Charger Performance States
Tim Wawrzynczak
2020-07-07
1
-0
/
+41
*
dptf: Add support for Critical Policies
Tim Wawrzynczak
2020-07-07
1
-0
/
+18
*
dptf: Add support for Passive Policies
Tim Wawrzynczak
2020-07-07
1
-0
/
+98
*
dptf: Add support for generation of Active Policies
Tim Wawrzynczak
2020-07-07
2
-0
/
+167
*
acpi: add STA function to return external variable
Sugnan Prabhu S
2020-07-07
1
-0
/
+11
*
acpi_device: Replace polarity with active_low in acpi_gpio for GpioIo
Furquan Shaikh
2020-07-02
1
-6
/
+6
*
acpi: Avoid freeing a device twice
Simon Glass
2020-07-01
1
-2
/
+7
*
ACPI: Replace smm_setup_structures()
Kyösti Mälkki
2020-06-24
1
-0
/
+3
*
ACPI: Add framework for GNVS initialisation
Kyösti Mälkki
2020-06-24
3
-0
/
+89
*
ACPI: Remove Kconfig COMMON_FADT
Kyösti Mälkki
2020-06-10
2
-7
/
+1
[next]