Edward O'Callaghan (eocallaghan@alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8158
-gerrit
commit 6256bccd4612f3aa8b41ce73cbeacad500633da7 Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Wed Jan 7 15:55:32 2015 +1100
mainboard/lenovo/x201/romstage.c: Remove unused function
Function was orginally used for reverse engineering.
Change-Id: I646dddd39e61b59358b29a49239c0a1de77c7e55 Signed-off-by: Edward O'Callaghan eocallaghan@alterapraxis.com --- src/mainboard/lenovo/x201/romstage.c | 5 ----- 1 file changed, 5 deletions(-)
diff --git a/src/mainboard/lenovo/x201/romstage.c b/src/mainboard/lenovo/x201/romstage.c index 64011b1..624440a 100644 --- a/src/mainboard/lenovo/x201/romstage.c +++ b/src/mainboard/lenovo/x201/romstage.c @@ -167,11 +167,6 @@ static inline u32 read_acpi32(u32 addr) return inl(DEFAULT_PMBASE | addr); }
-static inline u16 read_acpi16(u32 addr) -{ - return inw(DEFAULT_PMBASE | addr); -} - static void set_fsb_frequency(void) { u8 block[5];