public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/4] New tag for Flattened Image Trees (FIT) - Booting Xen from a FIT.
@ 2015-05-15 21:13 Karl Apsite
  2015-05-15 21:13 ` [U-Boot] [PATCH v2 1/4] add test for two 'loadables' Karl Apsite
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Karl Apsite @ 2015-05-15 21:13 UTC (permalink / raw)
  To: u-boot


The FIT config now supports a tag named "loadables:" which is a
comma separated list.  Users can add any number of images to the list,
and u-boot will move the selected binaries to their listed
load_addresses. This allows u-boot to boot xen from using an FIT
configuration.  Xen expects a kernel to be placed at a predetermined
location, however the "kernel" field was already filled by xen itself.
This change allows the user to move the required binary before xen
boots, all within the FIT's configuration.


Karl Apsite (4):
  add test for two 'loadables'
  mkimage will now report information about loadable
  add boot_get_loadables() to load listed images
  Combine bootm_find_<thing> functions together

 common/bootm.c                        | 49 ++++++++++++-----------
 common/cmd_bootm.c                    |  4 +-
 common/image-fit.c                    | 25 +++++++++++-
 common/image.c                        | 71 ++++++++++++++++++++++++++++++++++
 doc/uImage.FIT/source_file_format.txt |  4 ++
 include/bootm.h                       |  2 +-
 include/bootstage.h                   |  1 +
 include/image.h                       | 28 +++++++++++++-
 test/image/test-fit.py                | 73 ++++++++++++++++++++++++++++++-----
 9 files changed, 221 insertions(+), 36 deletions(-)

-- 
2.3.7

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-05-18 21:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-15 21:13 [U-Boot] [PATCH v2 0/4] New tag for Flattened Image Trees (FIT) - Booting Xen from a FIT Karl Apsite
2015-05-15 21:13 ` [U-Boot] [PATCH v2 1/4] add test for two 'loadables' Karl Apsite
2015-05-18 21:34   ` Simon Glass
2015-05-15 21:13 ` [U-Boot] [PATCH v2 2/4] mkimage will now report information about loadable Karl Apsite
2015-05-18 21:39   ` Simon Glass
2015-05-15 21:13 ` [U-Boot] [PATCH v2 3/4] add boot_get_loadables() to load listed images Karl Apsite
2015-05-18 21:39   ` Simon Glass
2015-05-15 21:13 ` [U-Boot] [PATCH v2 4/4] Combine bootm_find_<thing> functions together Karl Apsite
2015-05-18 21:39   ` Simon Glass
2015-05-18 15:28 ` [U-Boot] [PATCH v2 0/4] New tag for Flattened Image Trees (FIT) - Booting Xen from a FIT Simon Glass
2015-05-18 17:33   ` Karl Apsite

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox