This website requires JavaScript.
Explore
Help
Sign In
sysadmin
/
ipxe
Watch
1
Star
0
Fork
0
You've already forked ipxe
mirror of
https://github.com/ipxe/ipxe
synced
2026-02-14 02:31:26 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
eeec6442d9d422cbc7473f8dd9229c1acdc4084b
ipxe
/
src
/
core
/
null_acpi.c
4 lines
65 B
C
Raw
Normal View
History
Unescape
Escape
[acpi] Make acpi_find_rsdt() a per-platform method Signed-off-by: Michael Brown <mcb30@ipxe.org>
2017-05-22 19:27:30 +01:00
#
include
<ipxe/acpi.h>
[acpi] Allow for platforms that provide ACPI tables individually The ACPI API currently expects platforms to provide access to a single contiguous ACPI table. Some platforms (e.g. Linux userspace) do not provide a convenient way to obtain the entire ACPI table, but do provide access to individual tables. All iPXE consumers of the ACPI API require access only to individual tables. Redefine the internal API to make acpi_find() an API method, with all existing implementations delegating to the current RSDT-based implementation. Signed-off-by: Michael Brown <mcb30@ipxe.org>
2021-03-01 00:08:23 +00:00
PROVIDE_ACPI_INLINE
(
null
,
acpi_find
)
;
Reference in New Issue
Copy Permalink