Re: [OE-core] [PATCH 2/3] kernel-fitimage: Add x86 support

2016-07-19 Thread Tom Rini
On Mon, Jul 18, 2016 at 12:57:56PM -0500, George McCollister wrote: > For x86, bzImage must be built instead of zImage. > > Include setup.bin (which is required to boot the kernel) in the fitimage > and always use a load/boot address of 0x0009. > > For details see: > http://git.denx.de/?p=u-

[OE-core] [PATCH 2/3] kernel-fitimage: Add x86 support

2016-07-18 Thread George McCollister
For x86, bzImage must be built instead of zImage. Include setup.bin (which is required to boot the kernel) in the fitimage and always use a load/boot address of 0x0009. For details see: http://git.denx.de/?p=u-boot.git;a=blob;f=doc/uImage.FIT/x86-fit-boot.txt Signed-off-by: George McColliste