This website requires JavaScript.
Explore
Help
Register
Sign in
GNUBoot
/
coreboot-kgpe-d16
Watch
2
Star
0
Fork
You've already forked coreboot-kgpe-d16
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
01e3e0638d
coreboot-kgpe-d16
/
src
/
mainboard
/
amd
/
serengeti_cheetah
/
mainboard.h
2 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
device_ops: add device_t argument to write_acpi_tables `device_t device` is missing as argument. Every device_op function should have a `device_t device` argument. Change-Id: I1ba4bfa0ac36a09a82b108249158c80c50f9f5fd Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Reviewed-on: http://review.coreboot.org/9599 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
2015-04-12 22:28:37 +02:00
unsigned
long
mainboard_write_acpi_tables
(
device_t
device
,
unsigned
long
start
,
acpi_rsdp_t
*
rsdp
)
;
Reference in a new issue
Copy permalink