Bare programmation on the raspberry pi 3
Go to file
Mathieu Maret 817e629743 Add way to upload kernel by serial link
For this code before __ld_kernel_begin should not be modifier (e.g.
crt0.S and static_tools.c).

Inspired/Taken by/from https://github.com/nicolasmesa/PiOS
2022-03-22 23:06:10 +01:00
boot_client Add way to upload kernel by serial link 2022-03-22 23:06:10 +01:00
Makefile Add way to upload kernel by serial link 2022-03-22 23:06:10 +01:00
clock.c Add setClock 2022-03-17 22:35:47 +01:00
clock.h Add setClock 2022-03-17 22:35:47 +01:00
config.txt Initial import with uart 2022-03-14 11:28:49 +01:00
crt0.S Initial import with uart 2022-03-14 11:28:49 +01:00
debug.gdb generate kernel.sym for debug 2022-03-21 21:50:42 +01:00
delay.c Add setClock 2022-03-17 22:35:47 +01:00
delay.h Add setClock 2022-03-17 22:35:47 +01:00
fb.c Fb can configure resolution 2022-03-21 14:45:31 +01:00
fb.h Fb can configure resolution 2022-03-21 14:45:31 +01:00
font.psf Add font rendering 2022-03-18 00:30:59 +01:00
gpio.h Initial import with uart 2022-03-14 11:28:49 +01:00
hello.c Add way to upload kernel by serial link 2022-03-22 23:06:10 +01:00
mbox.c Add setClock 2022-03-17 22:35:47 +01:00
mbox.h Add setClock 2022-03-17 22:35:47 +01:00
mmio.h add puts 2022-03-14 20:28:46 +01:00
rpi3.ld Add way to upload kernel by serial link 2022-03-22 23:06:10 +01:00
static_tools.c Add way to upload kernel by serial link 2022-03-22 23:06:10 +01:00
static_tools.h Add way to upload kernel by serial link 2022-03-22 23:06:10 +01:00
uart.c Uart: add receive 2022-03-21 21:53:08 +01:00
uart.h Uart: add receive 2022-03-21 21:53:08 +01:00
utils.c Add strcmp and readline 2022-03-21 21:54:58 +01:00
utils.h Add strcmp and readline 2022-03-21 21:54:58 +01:00