[U-Boot] [PATCH 06/15] bootm: refactor entry point code
Kumar Gala
galak at kernel.crashing.org
Thu Aug 21 14:02:05 CEST 2008
On Aug 15, 2008, at 8:24 AM, Kumar Gala wrote:
> Move entry point code out of each arch and into common code. Keep
> the entry point in the bootm_headers_t images struct.
>
> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
> ---
> common/cmd_bootm.c | 31 ++++++++++++++++++++++---------
> include/image.h | 2 ++
> lib_arm/bootm.c | 19 +------------------
> lib_avr32/bootm.c | 19 +------------------
> lib_blackfin/bootm.c | 19 +------------------
> lib_m68k/bootm.c | 19 +------------------
> lib_microblaze/bootm.c | 19 +------------------
> lib_mips/bootm.c | 18 +-----------------
> lib_nios2/bootm.c | 20 +-------------------
> lib_ppc/bootm.c | 22 +++-------------------
> lib_sh/bootm.c | 19 +------------------
> lib_sparc/bootm.c | 12 ++----------
> 12 files changed, 37 insertions(+), 182 deletions(-)
Wolfgang,
I'm hoping the bootm rework patches 06..15 are still in your queue for
review?
- k
More information about the U-Boot
mailing list