m1n1/src
Hector Martin 26c4ab3888 formatting: Sort main include first
clang-format is supposed to do this, but for some reason it's "sticky"
and doesn't...

Signed-off-by: Hector Martin <marcan@marcan.st>
2021-05-01 18:31:58 +09:00
..
dlmalloc Fix libc header dependencies 2021-03-08 01:31:14 +09:00
libfdt Fix libc header dependencies 2021-03-08 01:31:14 +09:00
minilzlib minilzlib: fix support for non-CRC32 checksum types 2021-02-06 16:44:10 +09:00
tinf tinf, minzllib: support unknown input sizes 2021-02-06 16:44:10 +09:00
adt.c utils: move sys_reg and is_ecore() to utils.h 2021-01-30 22:00:00 +09:00
adt.h clang-format: Add include block configs, reformat 2021-02-06 16:44:10 +09:00
chickens.c cpu_regs.h: s/SYS_APL/SYS_IMP_APL/ to match Linux 2021-04-29 15:45:44 +09:00
chickens.h startup: Implement setting CPU chicken bits for Icestorm 2021-01-25 19:11:54 +09:00
cpu_regs.h cpu_regs.h: s/SYS_APL/SYS_IMP_APL/ to match Linux 2021-04-29 15:45:44 +09:00
dart.c formatting: Sort main include first 2021-05-01 18:31:58 +09:00
dart.h dart: add code to setup the DART iommu 2021-04-14 17:40:07 +09:00
exception.c Add build-time printf() argument checking and fix warnings 2021-05-01 18:23:44 +09:00
exception.h Implement calling code as EL1 2021-03-04 22:10:37 +09:00
exception_asm.S Implement calling code as EL1 2021-03-04 22:10:37 +09:00
fb.c formatting: Sort main include first 2021-05-01 18:31:58 +09:00
fb.h fb: Remove unused enable/disable code 2021-04-15 23:18:57 +09:00
heapblock.c formatting: Sort main include first 2021-05-01 18:31:58 +09:00
heapblock.h Add heapblock and dlmalloc for managing memory 2021-01-29 16:25:15 +09:00
iodev.c usb: Hook up to iodev and bring up after payload boot attempt 2021-04-17 16:47:43 +09:00
iodev.h usb: Hook up to iodev and bring up after payload boot attempt 2021-04-17 16:47:43 +09:00
kboot.c formatting: Sort main include first 2021-05-01 18:31:58 +09:00
kboot.h payload: add support for booting in-line payloads 2021-02-06 16:44:10 +09:00
main.c Add build-time printf() argument checking and fix warnings 2021-05-01 18:23:44 +09:00
memory.c Add build-time printf() argument checking and fix warnings 2021-05-01 18:23:44 +09:00
memory.h MMU: add cache operations by set/way 2021-01-28 23:20:15 +09:00
memory_asm.S MMU: add cache operations by set/way 2021-01-28 23:20:15 +09:00
payload.c Rework kboot/chainload flow to shut down before calling the next stage 2021-04-17 18:12:59 +09:00
payload.h Rework kboot/chainload flow to shut down before calling the next stage 2021-04-17 18:12:59 +09:00
pmgr.c formatting: Sort main include first 2021-05-01 18:31:58 +09:00
pmgr.h pmgr: add functions to enable/disable clocks 2021-04-11 05:26:29 +09:00
proxy.c Add build-time printf() argument checking and fix warnings 2021-05-01 18:23:44 +09:00
proxy.h Rework kboot/chainload flow to shut down before calling the next stage 2021-04-17 18:12:59 +09:00
ringbuffer.c ringbuffer: add a simple ringbuffer data structure 2021-04-15 18:39:33 +09:00
ringbuffer.h ringbuffer: add a simple ringbuffer data structure 2021-04-15 18:39:33 +09:00
smp.c smp: Print success message on CPU#0 2021-04-17 16:45:19 +09:00
smp.h kboot: add spin-table and SMP support 2021-02-05 02:58:08 +09:00
start.S start.S: clean up some junk 2021-03-04 21:27:25 +09:00
startup.c Add build-time printf() argument checking and fix warnings 2021-05-01 18:23:44 +09:00
string.c Fix libc header dependencies 2021-03-08 01:31:14 +09:00
tunables.c tunables: add tunables_apply_local_addr 2021-04-08 20:32:12 +09:00
tunables.h tunables: add tunables_apply_local_addr 2021-04-08 20:32:12 +09:00
types.h types.h: Include stdbool.h, define ssize_t 2021-04-15 23:18:57 +09:00
uart.c iodev: Add new framework for I/O and console devices 2021-04-15 23:18:57 +09:00
uart.h Basic exceptions, irq, cache mgmt support 2021-01-17 00:49:22 +09:00
uartproxy.c uartproxy: Convert to iodev 2021-04-17 16:26:41 +09:00
uartproxy.h exception: introduce recovery from synchronous exceptions 2021-01-30 22:00:00 +09:00
usb.c Rework kboot/chainload flow to shut down before calling the next stage 2021-04-17 18:12:59 +09:00
usb.h Rework kboot/chainload flow to shut down before calling the next stage 2021-04-17 18:12:59 +09:00
usb_dwc3.c Add build-time printf() argument checking and fix warnings 2021-05-01 18:23:44 +09:00
usb_dwc3.h usb_dwc3: Fix read/write transfer pumping, add missing funcs 2021-04-17 16:45:19 +09:00
usb_dwc3_regs.h usb: add more registers and removed linux-specific code from usb_dwc3_regs.h 2021-04-15 18:39:33 +09:00
usb_types.h usb_dwc3: USB compliance improvements 2021-04-17 16:45:19 +09:00
utils.c Add build-time printf() argument checking and fix warnings 2021-05-01 18:23:44 +09:00
utils.h Add build-time printf() argument checking and fix warnings 2021-05-01 18:23:44 +09:00
utils_asm.S Basic exceptions, irq, cache mgmt support 2021-01-17 00:49:22 +09:00
vsprintf.c clang-format: Add include block configs, reformat 2021-02-06 16:44:10 +09:00
vsprintf.h Initial commit 2021-01-15 04:03:35 +09:00
wdt.c wdt: move WDT disable code to wdt.c & use ADT regs 2021-01-28 23:48:35 +09:00
wdt.h wdt: move WDT disable code to wdt.c & use ADT regs 2021-01-28 23:48:35 +09:00
xnuboot.h Import UART proxy 2021-01-15 04:04:12 +09:00