9
0
Fork 0
barebox/arch/x86/mach-efi
Jean-Christophe PLAGNIOL-VILLARD da11bd9d60 efi: move x86 clocksource to device/driver
so we can dynamicly register the device

As we may need to use HW IP for clocksource.

As on EFI we could use Timestamp GUID if present (Not often the case as it's
not even enabled by default on any Target on EDK II not even OVMF)

Or if we choose we could use a Simulated Timestamp driver that work on Event
(Add Later)

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2017-03-09 07:36:15 +01:00
..
include/mach efi: move x86 efi boot support to x86 arch 2017-02-27 08:33:14 +01:00
.gitignore efi: move x86 efi boot support to x86 arch 2017-02-27 08:33:14 +01:00
Makefile efi: move x86 clocksource to device/driver 2017-03-09 07:36:15 +01:00
clocksource.c efi: move x86 clocksource to device/driver 2017-03-09 07:36:15 +01:00
crt0-efi-ia32.S efi: move x86 efi boot support to x86 arch 2017-02-27 08:33:14 +01:00
crt0-efi-x86_64.S efi: move x86 efi boot support to x86 arch 2017-02-27 08:33:14 +01:00
elf_ia32_efi.lds.S efi: move x86 efi boot support to x86 arch 2017-02-27 08:33:14 +01:00
elf_x86_64_efi.lds.S fixup! efi: move x86 efi boot support to x86 arch 2017-03-09 07:36:08 +01:00
reloc_ia32.c efi: move x86 efi boot support to x86 arch 2017-02-27 08:33:14 +01:00
reloc_x86_64.c efi: move x86 efi boot support to x86 arch 2017-02-27 08:33:14 +01:00