coreboot/src
Julius Werner 73be9dd82c arm64: Remove set_cntfrq() function
CNTFRQ_EL0 is a normal AArch64 architectural register like hundreds of
others that are all accessed through the raw_(read|write)_${register}()
family of functions. There's no reason why this register in particular
should have an inconsistent accessor, so replace all instances of
set_cntfrq() with raw_write_cntfrq_el0() and get rid of it.

Change-Id: I599519ba71c287d4085f9ad28d7349ef0b1eea9b
Signed-off-by: Julius Werner <jwerner@chromium.org>
Reviewed-on: https://review.coreboot.org/27947
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2018-08-10 04:16:06 +00:00
..
acpi arch/x86: Add common AMD ACPI hardware definitions 2017-11-10 19:15:38 +00:00
arch arm64: Remove set_cntfrq() function 2018-08-10 04:16:06 +00:00
commonlib security/tpm: Improve TCPA log generation 2018-08-03 23:46:21 +00:00
console arch/x86: Drop leftover ROMCC console support 2018-06-08 03:31:12 +00:00
cpu cpu/x86/mp_init.c: Avoid static analysis error for unused value 2018-08-09 16:05:45 +00:00
device src/device: Fix typo 2018-08-09 15:57:35 +00:00
drivers google/grunt: Override BayHub EMMC driving strength 2018-08-09 15:47:45 +00:00
ec src/ec/google/chromeec: Fix typo 2018-08-09 15:57:07 +00:00
include src/include: Fix typo 2018-08-09 15:56:52 +00:00
lib src/lib: Fix typo 2018-08-09 15:56:42 +00:00
mainboard google: Remove board 'rotor' 2018-08-10 04:15:32 +00:00
northbridge src/northbridge: Fix typo 2018-08-09 15:51:10 +00:00
security src/security/vboot: Fix typo 2018-08-09 15:50:16 +00:00
soc arm64: Remove set_cntfrq() function 2018-08-10 04:16:06 +00:00
southbridge sb/intel/i82801[ijg]x: remove stale board-specific comments from ich*.asl 2018-08-07 07:09:11 +00:00
superio src/superio: Fix typo and remove unneeded whitespace 2018-08-09 15:49:08 +00:00
vendorcode vendorcode/intel/fsp/fsp2_0/glk: Add nWR config in Odt Config 2018-08-06 07:56:47 +00:00
Kconfig Kconfig: Make the EM100 config option common 2018-07-16 07:41:14 +00:00