/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include #include #include void init_timer(void) { raw_write_cntfrq_el0(19200*KHz); }