m1n1/src
Hector Martin cc34ace39a startup: Implement setting CPU chicken bits for Icestorm
Signed-off-by: Hector Martin <marcan@marcan.st>
2021-01-25 19:11:54 +09:00
..
minilzlib Move minlzma.h -> src/minilzlib 2021-01-25 17:25:44 +09:00
tinf proxy: add XZ and GZ decompression functions and code 2021-01-23 22:42:23 +09:00
adt.c adt: fix ignored qualifiers in adt_getprop_copy function prototype 2021-01-16 05:12:48 +09:00
adt.h adt: fix ignored qualifiers in adt_getprop_copy function prototype 2021-01-16 05:12:48 +09:00
chickens.c startup: Implement setting CPU chicken bits for Icestorm 2021-01-25 19:11:54 +09:00
chickens.h startup: Implement setting CPU chicken bits for Icestorm 2021-01-25 19:11:54 +09:00
exception.c aic_test: UART IRQ testing stuff 2021-01-23 22:42:59 +09:00
exception.h Basic exceptions, irq, cache mgmt support 2021-01-17 00:49:22 +09:00
exception_asm.S exceptions: remove unused push_hi_regs symbol, make _exc_entry a function 2021-01-23 22:05:24 +09:00
fb.c Initial commit 2021-01-15 04:03:35 +09:00
fb.h Initial commit 2021-01-15 04:03:35 +09:00
main.c Add config.h for build-time config options 2021-01-25 17:24:29 +09:00
memory.c Basic exceptions, irq, cache mgmt support 2021-01-17 00:49:22 +09:00
memory.h Basic exceptions, irq, cache mgmt support 2021-01-17 00:49:22 +09:00
proxy.c clang-format a few missed things 2021-01-25 17:25:49 +09:00
proxy.h utils: implement udelay() 2021-01-23 22:42:25 +09:00
start.S start.S: clang compat, don't use '\r' in asm files 2021-01-23 22:09:22 +09:00
startup.c startup: Implement setting CPU chicken bits for Icestorm 2021-01-25 19:11:54 +09:00
string.c change #include <string.h> to #include "string.h" 2021-01-16 02:48:08 +09:00
string.h Chainloading, ADT support, misc fixes 2021-01-15 04:04:12 +09:00
types.h types.h: remove redundant definition of NULL (defined in stddef.h) 2021-01-23 22:05:37 +09:00
uart.c Chainloading, ADT support, misc fixes 2021-01-15 04:04:12 +09:00
uart.h Basic exceptions, irq, cache mgmt support 2021-01-17 00:49:22 +09:00
uartproxy.c Chainloading, ADT support, misc fixes 2021-01-15 04:04:12 +09:00
uartproxy.h Import UART proxy 2021-01-15 04:04:12 +09:00
utils.c clang-format a few missed things 2021-01-25 17:25:49 +09:00
utils.h Basic exceptions, irq, cache mgmt support 2021-01-17 00:49:22 +09:00
utils_asm.S Basic exceptions, irq, cache mgmt support 2021-01-17 00:49:22 +09:00
vsprintf.c Initial commit 2021-01-15 04:03:35 +09:00
vsprintf.h Initial commit 2021-01-15 04:03:35 +09:00
xnuboot.h Import UART proxy 2021-01-15 04:04:12 +09:00