mirror of
https://github.com/seL4/seL4.git
synced 2026-03-27 10:29:57 +00:00
kernel: set maximum user paddr in build system
expose the maximum physical address that can be given to userspace for use in hardware_gen.py
This commit is contained in:
@@ -173,7 +173,7 @@ if(DEFINED KernelDTSList AND (NOT "${KernelDTSList}" STREQUAL ""))
|
||||
--compat-strings-out "${compatibility_outfile}" --c-header --header-out
|
||||
"${device_dest}" --hardware-config "${config_file}" --hardware-schema
|
||||
"${config_schema}" --yaml --yaml-out "${platform_yaml}" --arch "${KernelArch}"
|
||||
--addrspace-bits "${KernelPaddrBits}"
|
||||
--addrspace-max "${KernelPaddrUserTop}"
|
||||
INPUT_FILE /dev/stdin
|
||||
OUTPUT_FILE /dev/stdout
|
||||
ERROR_FILE /dev/stderr
|
||||
|
||||
Reference in New Issue
Block a user