| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
ok tb@, deraadt@
|
|
|
|
|
|
|
|
|
| |
Checked against
* ARM Architecture Reference Manual (agtimer)
* ARM Cortex-A9 MPCore Technical Reference Manual (amptimer)
* OMAP35x Applications Processor Technical Reference Manual (gptimer)
Artturi Alm had independently suggested this in the past.
|
|
|
|
| |
ok jsg@, patrick@
|
|
|
|
|
|
| |
of an array to a null pointer that is always false. Found with clang.
ok jsg@
|
|
|
|
|
|
|
|
|
|
| |
function for platforms that have it, rework the code a bit such that it can
be used before agtimer(4) attaches. Introduce a new agtimer_init()
function that checks whether the CPU implements the Generic Timer feature
and switches to agtimer_delay() if that feature is present. Call this
function from the generic platform initialization code.
ok jsg@
|
|
|
|
| |
ok patrick@, jsg@
|
| |
|
|
|
|
|
|
|
|
|
| |
the qemu cortex a15 useable without trustzone.
Establish the interrupt for the non-secure physical timer (30), in
addition to the secure physical timer (29).
Stop masking the timer output signal in the interrupt handler.
|
| |
|
|
|
|
| |
coprocessor space.
|
|
|