[U-Boot] [PATCH 0/3] introduce genimg_get_kernel_addr()
Bryan Wu
cooloney at gmail.com
Fri Aug 1 02:39:57 CEST 2014
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
More information about the U-Boot
mailing list