index
:
u-boot-toradex.git
2011.12-colibri_vf
2014.04-toradex
2014.10-toradex
2014.10-toradex-next
2015.04-imx7-1.1.0_ga-toradex-next
2015.04-toradex
2015.04-toradex-next
2016.11-toradex
2016.11-toradex-next
colibri
colibri-next
colibri_vf
master
toradex_2019.07
toradex_2019.07-next
toradex_2020.07
toradex_imx6
toradex_imx_lf_v2022.04
toradex_imx_lf_v2024.04
toradex_imx_v2017.03_4.9.123_imx8mm_ga-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta1-bring_up
toradex_imx_v2017.03_4.9.51_imx8_beta2-bring_up
toradex_imx_v2018.03_4.14.62_1.0.0_beta-bringup
toradex_imx_v2018.03_4.14.78_1.0.0_ga-bringup
toradex_imx_v2018.03_4.14.98_2.3.0_bringup
toradex_imx_v2020.04_5.4.24_2.1.0
toradex_imx_v2020.04_5.4.70_2.3.0
toradex_ti-u-boot-2021.01_bringup
toradex_ti-u-boot-2023.04
toradex_ti-u-boot-2024.04
toradex_u-boot-2024.07_smarc-imx8mp-bringup
U-Boot bootloader for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
acpi_table.h
Age
Commit message (
Expand
)
Author
2024-10-27
acpi: Move function prototype
Patrick Rudolph
2024-10-27
acpi: x86: Move MADT to common code
Patrick Rudolph
2024-10-27
acpi: x86: Write FADT in common code
Maximilian Brune
2024-10-27
acpi: x86: Move SPCR and DBG2 into common code
Maximilian Brune
2023-12-13
acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.h
Heinrich Schuchardt
2023-09-22
Reland "x86: Move FACP table into separate functions""
Simon Glass
2022-03-31
Revert "x86: Move FACP table into separate functions"
Andy Shevchenko
2022-02-11
acpi: Move acpi_write_tables() to a generic header
Simon Glass
2022-02-09
acpi: Move MCFG implementation to common lib
Moritz Fischer
2022-01-25
x86: acpi: Update acpi_fill_csrt() to use acpi_ctx
Simon Glass
2022-01-25
x86: Move FACP table into separate functions
Simon Glass
2022-01-25
acpi: Move acpi_fill_header() to the generic header
Simon Glass
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
2020-09-25
x86: Add a header guard to asm/acpi_table.h
Simon Glass
2020-09-25
x86: acpi: Add support for additional Intel tables
Simon Glass
2020-09-25
x86: acpi: Add common Intel ACPI tables
Simon Glass
2020-09-25
x86: acpi: Support generation of the DBG2 table
Simon Glass
2020-09-25
x86: acpi: Support generation of the HPET table
Simon Glass
2020-07-17
acpi: Allow creating the GNVS to fail
Simon Glass
2020-04-16
x86: Move acpi_table header to main include/ directory
Simon Glass
2019-09-10
x86: acpi: Annotate struct acpi_table_header with __packed
Andy Shevchenko
2019-08-09
x86: acpi: Introduce a stub to generate CSRT
Andy Shevchenko
2019-08-09
x86: acpi: Add CSRT description
Andy Shevchenko
2018-12-05
x86: acpi: Generate SPCR table
Andy Shevchenko
2018-12-05
x86: acpi: Add SPCR table description
Andy Shevchenko
2018-07-20
x86: acpi: Prevent acpi_table.h from being included more than once
Bin Meng
2018-07-20
x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-01-30
x86: acpi: Use an API to get the ACPI RSDP table address
Bin Meng
2017-07-30
x86: acpi: Export acpi_fill_mcfg() with __weak attribute
Andy Shevchenko
2017-07-30
x86: acpi: Name fields in FADT in accordance with specification
Andy Shevchenko
2017-05-17
x86: acpi: Refactor acpi_resume()
Bin Meng
2017-05-17
x86: acpi: Make enter_acpi_mode() public
Bin Meng
2017-05-17
x86: acpi: Add one API to find OS wakeup vector
Bin Meng
2017-02-06
x86: Use unsigned long for address in table generation
Simon Glass
2016-07-12
x86: acpi: Pack global NVS into ACPI table
Bin Meng
2016-05-23
x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPM
Bin Meng
2016-05-23
x86: acpi: Return table length in acpi_create_madt_lapics()
Bin Meng
2016-05-23
x86: acpi: Clean up table header revisions
Bin Meng
2016-05-23
x86: acpi: Use u32 in table write routines
Bin Meng
2016-05-23
x86: acpi: Adjust order in acpi_table.c
Bin Meng
2016-05-23
x86: acpi: Change fill_header()
Bin Meng
2016-05-23
x86: acpi: Remove acpi_create_ssdt_generator()
Bin Meng
2016-05-23
x86: acpi: Reorder code in acpi_table.h
Bin Meng
2016-05-23
x86: acpi: Various changes to acpi_table.h
Bin Meng
2016-05-23
x86: acpi: Remove unused codes
Bin Meng
2016-03-17
x86: Change write_acpi_tables() signature a little bit
Bin Meng
2015-08-26
x86: Generate a valid ACPI table
Saket Sinha