Lines Matching refs:it
48 or in the boot loader rather than adding a self-relocator to put it in the
52 format is also complex, and obfuscates the contents to a degree that it is
53 quite a challenge to extract anything from it. This bzImage format has become
55 outputs with the standard Makefile (as it is on ARM for example, at least at
70 'vmlinux'. This is a standard ELF file and you can look at it if you like:
154 provide all of this also, but setting it up is some complex that the kernel
160 U-Boot although I suppose you could mostly script it. This would permit the
177 address so that U-Boot doesn't overwrite it when decompressing. Something like
186 # Compress it into LZO format
192 (be careful to run the mkimage from your U-Boot tools directory since it
229 To make it boot you need to load it and then use 'bootm' to boot it. A
236 This will load the image from the network and boot it. The command line (from
239 If you want a ramdisk you can add it as normal with FIT. If you want a device
240 tree then x86 doesn't normally use those - it has ACPI instead.
254 6. It makes x86 more like other architectures in the way it boots a kernel.
256 procedure for building and packaging it.