cpu/x86: Move calibrate_tsc_with_pit() to drivers/pc80

Change-Id: Ia8d8dc23ee0b51d62c83f5ba640b3a9aea4e744b
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36507
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
This commit is contained in:
Kyösti Mälkki
2019-10-31 13:25:23 +02:00
parent e1c0cb737c
commit 432516586e
4 changed files with 85 additions and 78 deletions

View File

@@ -55,5 +55,6 @@
#define PPCB_T2GATE 0x01 /* Bit 0 */
void setup_i8254(void);
unsigned long calibrate_tsc_with_pit(void);
#endif /* PC80_I8254_H */