Michael Ellerman b5240b1439 Merge branch 'topic/kbuild' into next
Merge in some commits we're sharing with the kbuild tree.
2018-06-03 20:24:15 +10:00
..
2007-09-19 21:13:16 -05:00
2008-04-17 01:01:40 -05:00
2016-09-28 14:20:44 +10:00
2009-12-12 22:24:26 -07:00
2014-08-26 09:35:57 +02:00
2018-03-05 20:58:17 -06:00
2007-09-14 01:33:23 +10:00
2018-03-05 20:58:17 -06:00
2009-12-12 22:24:29 -07:00

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