Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
27280b6002c1d2548b5a4841d68362185bb90a88
/
arch
/
x86
/
include
/
asm
/
acpi_table.h
5c36041
acpi: Move function prototype
by Patrick Rudolph
· Wed Oct 23 15:19:55 2024 +0200
97b4c8a
acpi: x86: Move MADT to common code
by Patrick Rudolph
· Wed Oct 23 15:19:46 2024 +0200
8dc4512
acpi: x86: Write FADT in common code
by Maximilian Brune
· Wed Oct 23 15:19:45 2024 +0200
d7fa54b
acpi: x86: Move SPCR and DBG2 into common code
by Maximilian Brune
· Wed Oct 23 15:19:44 2024 +0200
2c1fd4a
acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.h
by Heinrich Schuchardt
· Thu Nov 09 09:23:02 2023 -0800
9bd6b62
Reland "x86: Move FACP table into separate functions""
by Simon Glass
· Fri Sep 01 11:27:09 2023 -0600
33e030b
Revert "x86: Move FACP table into separate functions"
by Andy Shevchenko
· Wed Mar 30 18:49:18 2022 +0300
b0da223
acpi: Move acpi_write_tables() to a generic header
by Simon Glass
· Sat Jan 29 14:30:52 2022 -0700
c656172
acpi: Move MCFG implementation to common lib
by Moritz Fischer
· Sat Feb 05 12:17:45 2022 -0800
89ce519
x86: acpi: Update acpi_fill_csrt() to use acpi_ctx
by Simon Glass
· Wed Dec 01 09:03:01 2021 -0700
c4b5b02
x86: Move FACP table into separate functions
by Simon Glass
· Wed Dec 01 09:02:55 2021 -0700
96bf433
acpi: Move acpi_fill_header() to the generic header
by Simon Glass
· Wed Dec 01 09:02:45 2021 -0700
47b4c02
doc: replace @return by Return:
by Heinrich Schuchardt
· Wed Jan 19 18:05:50 2022 +0100
3ba929a
common: Drop asm/global_data.h from common header
by Simon Glass
· Fri Oct 30 21:38:53 2020 -0600
f4112b0
x86: Add a header guard to asm/acpi_table.h
by Simon Glass
· Tue Sep 22 12:45:30 2020 -0600
87cf8d2
x86: acpi: Add support for additional Intel tables
by Simon Glass
· Tue Sep 22 12:45:16 2020 -0600
d73344b
x86: acpi: Add common Intel ACPI tables
by Simon Glass
· Tue Sep 22 12:45:14 2020 -0600
9597189
x86: acpi: Support generation of the DBG2 table
by Simon Glass
· Tue Sep 22 12:45:10 2020 -0600
4ffe8b0
x86: acpi: Support generation of the HPET table
by Simon Glass
· Tue Sep 22 12:45:09 2020 -0600
9ed41e7
acpi: Allow creating the GNVS to fail
by Simon Glass
· Tue Jul 07 21:32:05 2020 -0600
858fed1
x86: Move acpi_table header to main include/ directory
by Simon Glass
· Wed Apr 08 16:57:36 2020 -0600
c230820
x86: acpi: Annotate struct acpi_table_header with __packed
by Andy Shevchenko
· Thu Aug 29 17:04:18 2019 +0300
607dbd1
x86: acpi: Introduce a stub to generate CSRT
by Andy Shevchenko
· Sun Jul 14 19:23:57 2019 +0300
9a37f15
x86: acpi: Add CSRT description
by Andy Shevchenko
· Sun Jul 14 19:23:56 2019 +0300
4ca48c9
x86: acpi: Generate SPCR table
by Andy Shevchenko
· Tue Nov 20 23:52:38 2018 +0200
6e84f087
x86: acpi: Add SPCR table description
by Andy Shevchenko
· Tue Nov 20 23:52:37 2018 +0200
3f04707
x86: acpi: Prevent acpi_table.h from being included more than once
by Bin Meng
· Wed Jul 18 21:42:17 2018 -0700
ac63025
x86: acpi: Move APIs unrelated to ACPI tables generation to a separate library
by Bin Meng
· Wed Jul 18 21:42:15 2018 -0700
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
e102925
x86: acpi: Use an API to get the ACPI RSDP table address
by Bin Meng
· Tue Jan 30 05:01:16 2018 -0800
c1ae980
x86: acpi: Export acpi_fill_mcfg() with __weak attribute
by Andy Shevchenko
· Fri Jul 21 22:32:05 2017 +0300
fe38643
x86: acpi: Name fields in FADT in accordance with specification
by Andy Shevchenko
· Fri Jul 21 22:32:03 2017 +0300
280aebe
x86: acpi: Refactor acpi_resume()
by Bin Meng
· Fri Apr 21 07:24:44 2017 -0700
daa5b83
x86: acpi: Make enter_acpi_mode() public
by Bin Meng
· Fri Apr 21 07:24:43 2017 -0700
34bc74a
x86: acpi: Add one API to find OS wakeup vector
by Bin Meng
· Fri Apr 21 07:24:36 2017 -0700
ca37a39
x86: Use unsigned long for address in table generation
by Simon Glass
· Mon Jan 16 07:03:35 2017 -0700
d9050c6
x86: acpi: Pack global NVS into ACPI table
by Bin Meng
· Fri Jun 17 02:13:16 2016 -0700
e259eb2
x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPM
by Bin Meng
· Wed May 11 07:45:03 2016 -0700
3c5234e
x86: acpi: Return table length in acpi_create_madt_lapics()
by Bin Meng
· Sat May 07 07:46:30 2016 -0700
f662fe4
x86: acpi: Clean up table header revisions
by Bin Meng
· Sat May 07 07:46:28 2016 -0700
a1ec7db
x86: acpi: Use u32 in table write routines
by Bin Meng
· Sat May 07 07:46:26 2016 -0700
44256b0
x86: acpi: Adjust order in acpi_table.c
by Bin Meng
· Sat May 07 07:46:25 2016 -0700
b063d5f
x86: acpi: Change fill_header()
by Bin Meng
· Sat May 07 07:46:24 2016 -0700
6c39fa9
x86: acpi: Remove acpi_create_ssdt_generator()
by Bin Meng
· Sat May 07 07:46:23 2016 -0700
bbcff8d
x86: acpi: Reorder code in acpi_table.h
by Bin Meng
· Sat May 07 07:46:22 2016 -0700
6a42158
x86: acpi: Various changes to acpi_table.h
by Bin Meng
· Sat May 07 07:46:21 2016 -0700
76f2746
x86: acpi: Remove unused codes
by Bin Meng
· Sat May 07 07:46:20 2016 -0700
5c54910
x86: Change write_acpi_tables() signature a little bit
by Bin Meng
· Sat Feb 27 22:58:00 2016 -0800
331141a
x86: Generate a valid ACPI table
by Saket Sinha
· Sat Aug 22 12:20:55 2015 +0530