commit | 74b4aa0b15439a2ab2474889a7abed978439757a | [log] [tgz] |
---|---|---|
author | Thomas Heijligen <thomas.heijligen@secunet.com> | Tue Dec 14 17:52:30 2021 +0100 |
committer | Nico Huber <nico.h@gmx.de> | Sun Jan 29 12:29:02 2023 +0000 |
tree | a3e6d01052b04bbae7c71af7c1148d3619ba1ab1 | |
parent | b3287b43dc2fc90913686eb7ca9adfdedac2fdb4 [diff] [blame] |
physmap: rename to hwaccess_physmap, create own header Line up physmap with the other hwaccess related code. Change-Id: Ieba6f4e94cfc3e668fcb8b3c978de5908aed2592 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Original-Reviewed-on: https://review.coreboot.org/c/flashrom/+/60113 Original-Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/72267 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/nicintel.c b/nicintel.c index 1051755..0ad9f25 100644 --- a/nicintel.c +++ b/nicintel.c
@@ -20,6 +20,7 @@ #include "programmer.h" #include "hwaccess.h" #include "hwaccess_x86_io.h" +#include "hwaccess_physmap.h" #include "platform/pci.h" static uint8_t *nicintel_bar;