The existing EFI timer code calls RS->GetTime. This doesn't seem
to be available on many arm64 platforms. Replace it with a timer that
increments evert 10ms.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| sys/boot/efi/libefi/time_event.c | ||
|---|---|---|
| 1 ↗ | (On Diff #17268) | This file wasn't copied, but git seems to think so due to the similar license. |
| sys/boot/efi/libefi/Makefile | ||
|---|---|---|
| 10–14 ↗ | (On Diff #17268) | Do you think it would make sense to just use the same code in both cases? |
| 16 ↗ | (On Diff #17268) | blank line? |
| sys/boot/efi/libefi/time_event.c | ||
| 1 ↗ | (On Diff #17268) | Yeah, probably because the non-license-block content in the both the old and new files is rather small. |
| sys/boot/efi/loader/arch/arm64/exec.c | ||
|---|---|---|
| 119 ↗ | (On Diff #17269) | s/fini/init/ here |