index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
lib
/
acpi_table.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
acpi: use 64-bit addresses in FADT table
Heinrich Schuchardt
2024-01-07
1
-7
/
+2
*
acpi: Write pointers to tables instead of addresses
Simon Glass
2024-01-07
1
-3
/
+3
*
Reland "x86: Move FACP table into separate functions""
Simon Glass
2023-09-22
1
-15
/
+0
*
Revert "x86: Move FACP table into separate functions"
Andy Shevchenko
2022-03-31
1
-0
/
+15
*
acpi: Move MCFG implementation to common lib
Moritz Fischer
2022-02-09
1
-54
/
+0
*
arch: x86: lib: acpi_table: Fix MCFG entries
Moritz Fischer
2022-02-09
1
-0
/
+2
*
x86: Move acpi_get_rsdp_addr() ACPI tables to the writer
Simon Glass
2022-01-25
1
-21
/
+0
*
x86: Move device-specific ACPI tables to a writer function
Simon Glass
2022-01-25
1
-2
/
+0
*
x86: Move CSRT table to a writer function
Simon Glass
2022-01-25
1
-49
/
+13
*
x86: Move TCPA table to a writer function
Simon Glass
2022-01-25
1
-22
/
+16
*
x86: Move MADT table to a writer function
Simon Glass
2022-01-25
1
-11
/
+14
*
x86: Move TPM2 table to a writer function
Simon Glass
2022-01-25
1
-21
/
+18
*
x86: Move SSDT table to a writer function
Simon Glass
2022-01-25
1
-63
/
+30
*
x86: Move FACP table into separate functions
Simon Glass
2022-01-25
1
-15
/
+0
*
x86: Move FADT table to a writer function
Simon Glass
2022-01-25
1
-7
/
+15
*
x86: Move GNVS table to a writer function
Simon Glass
2022-01-25
1
-37
/
+36
*
x86: Move DSDT table to a writer function
Simon Glass
2022-01-25
1
-42
/
+7
*
x86: Move FACS table to a writer function
Simon Glass
2022-01-25
1
-24
/
+2
*
x86: Move base tables to a writer function
Simon Glass
2022-01-25
1
-2
/
+0
*
x86: Use the ACPI table writer
Simon Glass
2022-01-25
1
-17
/
+4
*
x86: acpi: Split out context creation from base tables
Simon Glass
2022-01-25
1
-3
/
+3
*
Remove #include <version.h> from files which do not need it
Pali Rohár
2021-09-17
1
-1
/
+0
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
1
-0
/
+1
*
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
1
-1
/
+1
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
1
-1
/
+1
*
x86: acpi: Don't show the UART address by default
Simon Glass
2020-11-06
1
-1
/
+1
*
x86: acpi: Include the TPMv1 table only if needed
Simon Glass
2020-11-06
1
-8
/
+11
*
acpi: Don't reset the tables with every new generation
Simon Glass
2020-11-06
1
-0
/
+1
*
x86: acpi: Put the generated code first in DSDT
Simon Glass
2020-11-06
1
-9
/
+18
*
x86: acpi: Allow the SSDT to be empty
Simon Glass
2020-11-06
1
-7
/
+15
*
x86: acpi: Store the ACPI context in global_data
Simon Glass
2020-11-05
1
-1
/
+6
*
x86: acpi: Set the log category for x86 table generation
Simon Glass
2020-09-25
1
-0
/
+2
*
acpi: tpm: Add a TPM1 table
Simon Glass
2020-09-25
1
-1
/
+53
*
acpi: tpm: Add a TPM2 table
Simon Glass
2020-09-25
1
-0
/
+74
*
x86: Correct handling of MADT table CPUs
Simon Glass
2020-09-25
1
-3
/
+6
*
x86: acpi: Add support for additional Intel tables
Simon Glass
2020-09-25
1
-0
/
+111
*
x86: acpi: Support generation of the DBG2 table
Simon Glass
2020-09-25
1
-0
/
+41
*
x86: acpi: Support generation of the HPET table
Simon Glass
2020-09-25
1
-0
/
+59
*
x86: acpi: Support external GNVS tables
Simon Glass
2020-09-25
1
-12
/
+23
*
x86: acpi: Add memset to initialize SPCR table
Wolfgang Wallner
2020-09-21
1
-0
/
+2
*
x86: acpi: Fix calculation of DSDT length
Wolfgang Wallner
2020-09-21
1
-1
/
+3
*
x86: acpi: Correct the version of the MADT
Simon Glass
2020-07-17
1
-1
/
+1
*
x86: Add error checking for csrt table generation
Simon Glass
2020-07-17
1
-6
/
+13
*
acpi: Allow creating the GNVS to fail
Simon Glass
2020-07-17
1
-2
/
+9
*
x86: Allow devices to write to DSDT
Simon Glass
2020-07-17
1
-1
/
+15
*
x86: Allow devices to write an SSDT
Simon Glass
2020-07-17
1
-0
/
+29
*
x86: acpi: Move MADT down a bit
Simon Glass
2020-07-17
1
-6
/
+6
*
common: Drop log.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
acpi: Put table-setup code in its own function
Simon Glass
2020-04-30
1
-76
/
+1
*
acpi: Move acpi_add_table() to generic code
Simon Glass
2020-04-30
1
-73
/
+10
[next]