Files
linux-stable-mirror/arch/powerpc/boot
Paul Mackerras 7b7b08b508 powerpc/microwatt: Correct ISA version number in device tree
The kernel uses 3100 to indicate ISA version 3.1, not 3010, so
fix the Microwatt device tree to use 3100.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/aB6taMDWvJwOl9xj@bruin
2025-06-23 09:56:28 +05:30
..
2024-10-29 23:01:52 +11:00
2024-05-08 00:21:30 +10:00
2025-05-06 08:31:09 +05:30
2024-05-08 00:21:30 +10:00
2025-04-24 12:25:39 +05:30

To extract the kernel vmlinux, System.map, .config or initrd from the zImage binary:

objcopy -j .kernel:vmlinux -O binary zImage vmlinux.gz
objcopy -j .kernel:System.map -O binary zImage System.map.gz
objcopy -j .kernel:.config -O binary zImage config.gz
objcopy -j .kernel:initrd -O binary zImage.initrd initrd.gz


	Peter