
1 Aug
2014
1 Aug
'14
2:39 a.m.
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