gint/src
Lephe fb8d1525f4
kernel: guarantee availability of drivers based on dependency levels
The question of how to handle a partially-restored world state begs for
an elegant symmetrical answer, but that doesn't work unless both kernels
do the save/restore for themselves. So far, things have worked out
because any order works since interrupts are disabled therefore
partially-restored drivers are inactive.

However the USB module requires waits that are best performed with
timers, so the order cannot be chosen arbitrarily. This commit enforces
a gint-centric order where code from a gint driver is only run when all
lower-level drivers are active. This solves some pretty bad freezes with
the USB module.
2021-04-11 18:36:07 +02:00
..
3rdparty kprint: add floating-point formatting based in Grisu2b 59,56 2021-02-02 22:18:15 +01:00
cpg cpg, tmu: add spin waiting and spin delay functions for drivers 2020-10-21 14:49:34 +02:00
dma core: remove some useless hardware info 2020-06-20 19:23:50 +02:00
gray display: add a maximum size parameter to dtext_opt() 2021-02-15 18:37:06 +01:00
intc spu: starter driver, supporting direct CPU access to SPU memory 2020-10-21 18:29:04 +02:00
kernel kernel: guarantee availability of drivers based on dependency levels 2021-04-11 18:36:07 +02:00
keysc getkey: use the new keydev interface 2021-03-05 14:49:24 +01:00
kmalloc kmalloc: implement a custom segregated list allocator 2021-03-15 15:04:24 +01:00
kprint kprint: add floating-point formatting based in Grisu2b 59,56 2021-02-02 22:18:15 +01:00
mmu mmu: add an mmu_uram_size() function detecting static RAM size 2021-02-05 18:20:16 +01:00
r61524 remove the .gint.data section 2020-07-10 16:36:05 +02:00
render display: add a dfont_default() function to get the default font 2021-02-28 22:28:12 +01:00
render-cg display: add a maximum size parameter to dtext_opt() 2021-02-15 18:37:06 +01:00
render-fx display: add a maximum size parameter to dtext_opt() 2021-02-15 18:37:06 +01:00
rtc rtc: add an rtc_ticks() function similar to RTC_GetTicks() 2021-02-02 18:19:08 +01:00
spu spu: more complete initialization 2020-10-24 17:40:05 +02:00
std kmalloc: create the kmalloc interface 2021-03-12 17:24:49 +01:00
t6k11 remove the .gint.data section 2020-07-10 16:36:05 +02:00
tmu cpg, tmu: add spin waiting and spin delay functions for drivers 2020-10-21 14:49:34 +02:00
font5x7.png render: refactor to share functions, and basic text on fxcg50 2019-06-15 01:05:31 -04:00
font8x9.png topti: custom character and word spacing (#13) 2020-10-05 16:14:12 +02:00
fxconv-metadata.txt switch build system to CMake 2021-01-25 15:31:20 +01:00