public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] introduce genimg_get_kernel_addr()
@ 2014-08-01  0:39 Bryan Wu
  2014-08-01  0:39 ` [U-Boot] [PATCH 1/3] image: " Bryan Wu
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Bryan Wu @ 2014-08-01  0:39 UTC (permalink / raw)
  To: u-boot

When trying to fix the error message issue in pxe sysboot, we found
it's need a real kernel address for further image format detection.

So I take out such code from boot_get_kernel() of bootm.c and create
the new API functin genimg_get_kernel_addr(). Then convert pxe/sysboot
and bootm.c to use it.

Bryan Wu (3):
  image: introduce genimg_get_kernel_addr()
  pxe: detect image format before calling bootm/bootz
  bootm: use genimg_get_kernel_addr()

 common/bootm.c   | 25 +++++--------------------
 common/cmd_pxe.c | 15 +++++++++++----
 common/image.c   | 43 +++++++++++++++++++++++++++++++++++++++++++
 include/image.h  |  1 +
 4 files changed, 60 insertions(+), 24 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2014-08-12 17:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-01  0:39 [U-Boot] [PATCH 0/3] introduce genimg_get_kernel_addr() Bryan Wu
2014-08-01  0:39 ` [U-Boot] [PATCH 1/3] image: " Bryan Wu
2014-08-04 10:15   ` Simon Glass
2014-08-10 22:21   ` [U-Boot] [U-Boot, " Tom Rini
2014-08-12 17:27     ` Bryan Wu
2014-08-01  0:39 ` [U-Boot] [PATCH 2/3] pxe: detect image format before calling bootm/bootz Bryan Wu
2014-08-10 22:21   ` [U-Boot] [U-Boot, " Tom Rini
2014-08-01  0:40 ` [U-Boot] [PATCH 3/3] bootm: use genimg_get_kernel_addr() Bryan Wu
2014-08-01 19:18   ` Stephen Warren
2014-08-05  0:46     ` Bryan Wu
2014-08-04 10:22   ` Simon Glass
2014-08-10 22:21   ` [U-Boot] [U-Boot,3/3] " Tom Rini

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