Lines Matching +full:platform +full:- +full:specific
17 others. U-Boot is typically found on embedded PowerPC hardware, but there
28 U-Boot (for versions that don't understand the device
31 are all embedded inside the U-Boot uImage file format
37 bd_info structure used in the old U-Boot interfaces,
38 cuImages are platform specific. Each specific
39 U-Boot platform has a different platform init file
41 from the platform specific bd_info file. The platform
42 specific cuImage platform init code can be found in
44 cuImage init code for a specific board can be found in
50 binary depending on the platform.
55 dtbImages have platform specific code for extracting
61 specific initialization code is typically found in a
62 file named arch/powerpc/boot/<platform>.c; but this
77 uImage: Native image format used by U-Boot. The uImage target
80 requires a version of U-Boot that is able to pass
82 version of U-Boot, then you need to use a cuImage
103 (arch/powerpc/boot/Makefile) by adding targets to the $image-y variable. Look
107 ---------------
124 uses the -p (platform) argument as the main method of deciding which wrapper
125 bits to compile in. Look for the large 'case "$platform" in' block in the
126 middle of the script. This is also the place where platform specific fixups
130 wrapper bits are very board specific and care should be taken to make sure