Sateallia sateallia
sateallia commented on issue asagiri/asagiri#13 2023-10-23 04:20:11 +03:00
Improve branding

inb4 "i'll make the logo"

sateallia pushed to master at asagiri/asagiri 2023-10-23 04:18:38 +03:00
31b772c296 Create resulting SD image in place instead of moving it later
sateallia closed issue asagiri/asagiri#12 2023-10-23 04:12:06 +03:00
Remove U-Boot patch
sateallia pushed to master at asagiri/asagiri 2023-10-23 04:12:06 +03:00
8d37815914 Remove unnecessary u-boot patch (fixes #12)
sateallia pushed to master at asagiri/asagiri 2023-10-23 00:54:30 +03:00
f126a73240 Move aarch64 toolchain compilation script to scripts folder
sateallia pushed to master at asagiri/asagiri 2023-10-23 00:51:23 +03:00
b9ad7a5504 Overall cleanup and branding in UART
sateallia pushed to master at asagiri/asagiri 2023-10-23 00:22:59 +03:00
sateallia pushed to master at asagiri/asagiri 2023-10-23 00:22:40 +03:00
99489924c6 define intptr_t
sateallia pushed to master at asagiri/asagiri 2023-10-22 23:54:42 +03:00
ae2f9301c0 Refactor fdt_init in arch/aarch64
sateallia opened issue asagiri/asagiri#17 2023-10-22 22:27:19 +03:00
FDT parser should be modularized
sateallia opened issue asagiri/asagiri#16 2023-10-22 22:26:54 +03:00
aarch64 implementation should pick which serial port it wants to use by its own
sateallia commented on issue asagiri/asagiri#5 2023-10-22 19:09:37 +03:00
Overall repository cleanup

This is almost completely done, only thing I now see are the compile-toolchain script and the Makefile only targetting aarch64 (RPi3 to be exact), the aarch64 linker script being aligned by 4K…

sateallia opened issue asagiri/asagiri#15 2023-10-22 19:07:14 +03:00
x86_64 support
sateallia opened issue asagiri/asagiri#14 2023-10-22 19:06:05 +03:00
C library implementation is lacking
sateallia opened issue asagiri/asagiri#13 2023-10-22 02:48:51 +03:00
Improve branding
sateallia pushed to master at asagiri/asagiri 2023-10-22 01:53:07 +03:00
1d48ee8527 Remove drive.img when cleaning repository
sateallia commented on issue asagiri/asagiri#11 2023-10-22 01:45:32 +03:00
General modularization and folder restructuring
sateallia opened issue asagiri/asagiri#12 2023-10-22 01:41:53 +03:00
Remove U-Boot patch
sateallia commented on issue asagiri/asagiri#9 2023-10-22 01:40:11 +03:00
Get MMIO address from FDT

Let it be recorded in history that we almost bruteforced the logic from reading the device tree before me finding the link I posted in the previous comment.

sateallia commented on issue asagiri/asagiri#5 2023-10-22 01:29:45 +03:00
Overall repository cleanup

As said in asagiri/asagiri#11 we should modularize code and stop repeating it in folders. One such example of this is that there is an implementation of strlen in…