Skip to content

Instantly share code, notes, and snippets.

@warpme
Created August 23, 2024 08:00
Show Gist options
  • Save warpme/06c5b67ee7037dc17b3271f32cc9eb64 to your computer and use it in GitHub Desktop.
Save warpme/06c5b67ee7037dc17b3271f32cc9eb64 to your computer and use it in GitHub Desktop.
<------>reserved-memory {
<------><------>#address-cells = <2>;
<------><------>#size-cells = <2>;
<------><------>ranges;
<------><------>bad_ram@180000000 {
<------><------><------>//reg = <0x0 0x40000000 0x0 0x80000000>; //From 1G reserved 2G
<------><------><------>//reg = <0x0 0x80000000 0x0 0x80000000>; //From 2G reserved 2G
<------><------><------>//reg = <0x0 0xc0000000 0x0 0x80000000>; //From 3G reserved 2G
<------><------><------>//reg = <0x0 0x100000000 0x0 0x80000000>; //From 4G reserved 2G
<------><------><------>//reg = <0x0 0x140000000 0x0 0x80000000>; //From 5G reserved 2G
<------><------><------>reg = <0x0 0x180000000 0x0 0x80000000>; //From 6G reserved 2G
<------><------><------>no-map;
<------><------>};
<------>};
gives:
make[2]: Entering directory '/home/piotro/minimyth2-aarch64-next/script/kernel/linux-6.10/work/main.d/linux-6.10.6'
DTC arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dtb
WARNING: arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts:138.15-26: Value 0x0000000180000000 truncated to 0x80000000
CALL scripts/checksyscalls.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment