Blocking address space from all access(A53)?

Joakim Tjernlund Joakim.Tjernlund at infinera.com
Wed May 4 16:04:37 PDT 2022


We have this space that cannot be touched at all. devs makes mistakes and do that anyway.
Is these anyway I can block access even from /dev/mem accesses ?

i tried with this but that didn't block /dev/mem 
	reserved-memory {
		#address-cells = <2>;
		#size-cells = <1>;
		ranges;
		blocked_space {
			no-map;
			reg = <0x0 0x70000000 0x100000>;
		};
	};
Maybe it should?

 Jocke


More information about the linux-arm-kernel mailing list