Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/46348 )
Change subject: libpayload/arch/x86: Introduce pacc pointer in sysinfo_t struct
......................................................................
Patch Set 7:
Hmm, you may have noticed during rebase already. `sysinfo` changed
upstream in the meantime. We abandoned virtual pointers there. There
is an asy ways to fix this: Don't use a pointer. We can have a plain
`struct pci_access` in `sysinfo`. Should be guarded by CONFIG(PCI)
though, to not waste space if it's unused.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/46348
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I496c5a3d78c7fb5d7c9f119a0c9a0314d54e729f
Gerrit-Change-Number: 46348
Gerrit-PatchSet: 7
Gerrit-Owner: Felix Singer
felixsinger@posteo.net
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: Nico Huber
nico.h@gmx.de
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Fri, 16 Oct 2020 23:40:04 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: No
Gerrit-MessageType: comment