Change Service dir structure, erase uncessary hardkernel functions.

This commit is contained in:
TXuian
2024-05-08 15:22:08 +08:00
parent 18eff4334c
commit 3b011500f1
24 changed files with 121 additions and 314 deletions
@@ -77,6 +77,10 @@ BOOT_STACK_SIZE = 0x4000;
RAM_VECTORS_SIZE = 72;
/* Specify the memory areas */
/*
ddr3: physical area: [0x10000000, 0x50000000);
virt_ddr3: virt area exclude boot(start_sec), that will be [0x90000000 + 0x11000, 0xD0000000)
*/
MEMORY
{
ocram (rwx) : ORIGIN = 0x00900000, LENGTH = 256K
@@ -154,7 +158,7 @@ SECTIONS
PROVIDE(boot_end_addr = .);
} > ddr3
/* Other Kernel code is placed over 0x80000000 + 128KB. */
/* Other Kernel code is placed over 0x10011000(phy) and 0x90011000(virt). */
.text : AT(0x10011000) {
*(.vectors)
. = ALIGN(0x1000);