forked from rarias/nixos-riscv
Add extra debug messages
This commit is contained in:
16
JOURNAL.md
16
JOURNAL.md
@@ -2204,3 +2204,19 @@ And with the OpenSBI regions (in reverse order):
|
||||
Domain0 Region02 : 0x0000000080000000-0x000000008003ffff M: (R,X) S/U: ()
|
||||
|
||||
Let's add some instrumentation in the code that handles the traps in OpenSBI.
|
||||
|
||||
Memory regions:
|
||||
|
||||
0x8000_0000 to 0x8003_ffff : OpenSBI code
|
||||
0x8004_0000 to 0x8005_ffff : OpenSBI data
|
||||
0x8010_0000 to 0x801._.... : FDT
|
||||
0x8020_0000 to 0x8020_.... : U-Boot (later kernel)
|
||||
|
||||
0x8020_1000 to 0x81fa_0b87 : Kernel image
|
||||
80201000-80cb177f : Kernel code
|
||||
81400000-819fffff : Kernel rodata
|
||||
81c00000-81f18747 : Kernel data
|
||||
81f19000-81fa0b87 : Kernel bss
|
||||
|
||||
0x8400_0000 to 0x84.._.... M: (R,W) S/U: () Linux kernel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user