History log of /rk3399_rockchip-uboot/include/image.h (Results 351 – 375 of 394)
Revision Date Author Comments
# fff888a1 21-Feb-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Add gen_get_image() routine

This routine assures that image (whether legacy or FIT) is not
in a special dataflash storage.

If image address is a dataflash address image is moved to sys

[new uImage] Add gen_get_image() routine

This routine assures that image (whether legacy or FIT) is not
in a special dataflash storage.

If image address is a dataflash address image is moved to system RAM.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...


# 75d3e8fb 21-Feb-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Pull in libfdt if CONFIG_FIT is enabled

New uImage format (Flattened Image Tree) requires libfdt
functionality, print out error message if CONFIG_OF_LIBFDT
is not defined.

New uImage s

[new uImage] Pull in libfdt if CONFIG_FIT is enabled

New uImage format (Flattened Image Tree) requires libfdt
functionality, print out error message if CONFIG_OF_LIBFDT
is not defined.

New uImage support is enabled by defining CONFIG_FIT (and CONFIG_OF_LIBFDT).
This commit turns it on by default.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...


# b6b0fe64 31-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Cleanup do_botm_linux() boot allocations

This patch moves common pre-boot allocation steps shared between PPC
and M68K to a helper routines:

common:
- get_boot_sp_limit()
- get_boot_cm

[new uImage] Cleanup do_botm_linux() boot allocations

This patch moves common pre-boot allocation steps shared between PPC
and M68K to a helper routines:

common:
- get_boot_sp_limit()
- get_boot_cmline()
- get_boot_kbd()

platform:
- set_clocks_in_mhz()

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...


# ceaed2b1 31-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Move ramdisk loading to a common routine

Ramdisk loading code, including initrd_high variable handling,
was duplicated for PPC and M68K platforms. This patch creates
common helper routi

[new uImage] Move ramdisk loading to a common routine

Ramdisk loading code, including initrd_high variable handling,
was duplicated for PPC and M68K platforms. This patch creates
common helper routine that is being called from both platform
do_bootm_linux() routines.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...


# 5ad03eb3 31-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Factor out common image_get_ramdisk() routine

Architecture specific do_bootm_linux() routines share common
ramdisk image processing code. Move this code to a common
helper routine.

Sig

[new uImage] Factor out common image_get_ramdisk() routine

Architecture specific do_bootm_linux() routines share common
ramdisk image processing code. Move this code to a common
helper routine.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...


# 42b73e8e 31-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Factor out common routines for getting os/arch/type/comp names

Move numeric-id to name translation for image os/arch/type/comp header
fields to a helper routines: image_get_os_name(), i

[new uImage] Factor out common routines for getting os/arch/type/comp names

Move numeric-id to name translation for image os/arch/type/comp header
fields to a helper routines: image_get_os_name(), image_get_arch_name(),
image_get_type_name(), image_get_comp_name().

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...


# f13e7b2e 08-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Cleanup image header pointer use in bootm code

- use single image header pointer instead of a set of auxilliary variables.
- add multi component image helper routines: get component siz

[new uImage] Cleanup image header pointer use in bootm code

- use single image header pointer instead of a set of auxilliary variables.
- add multi component image helper routines: get component size/data address

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...


# af13cdbc 08-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Add memmove_wd() common routine

Move common, watchdog sensible memmove code to a helper memmmove_wd() routine.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>


# 559316fa 08-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Move CHUNKSZ definition to image.h

CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
move this definition to a common header.

Signed-off-by: Marian Balakowicz <m8@semih

[new uImage] Move CHUNKSZ definition to image.h

CHUNKSZ defined for PPC and M68K is set to the same value of 64K,
move this definition to a common header.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...


# b97a2a0a 08-Jan-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Define a API for image handling operations

- Add inline helper macros for basic header processing
- Move common non inline code common/image.c
- Replace direct header access with the AP

[new uImage] Define a API for image handling operations

- Add inline helper macros for basic header processing
- Move common non inline code common/image.c
- Replace direct header access with the API routines
- Rename IH_CPU_* to IH_ARCH_*

Signed-off-by: Marian Balakowicz <m8@semihalf.com>

show more ...


# d4d1e9be 19-Oct-2007 Andy Fleming <afleming@freescale.com>

Merge branch 'denx'


# b90296fc 02-Oct-2007 Haavard Skinnemoen <hskinnemoen@atmel.com>

Merge commit 'origin/master'


# 6b6f287a 23-Sep-2007 Michal Simek <monstr@monstr.eu>

Merge ../u-boot


# b8685aff 22-Sep-2007 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

Merge git://www.denx.de/git/u-boot

Conflicts:

CREDITS


# f930922f 17-Sep-2007 Markus Klotzbuecher <mk@denx.de>

Merge with git://www.denx.de/git/u-boot.git


# fd64975a 16-Sep-2007 Michal Simek <monstr@monstr.eu>

Merge ../u-boot


# 329ff3c9 14-Sep-2007 Michal Simek <monstr@monstr.eu>

Merge ../u-boot


# 9d3cb9fe 11-Sep-2007 Peter Pearse <peter.pearse@arm.com>

Merge with git://www.denx.de/git/u-boot.git


# 38c1ef72 10-Sep-2007 Sean MCGOOGAN <sean.mcgoogan@st.com>

Allocate CPU Architecture Code for STMicroelectronics' ST200.

Signed-off-by: Sean McGoogan <Sean.McGoogan@st.com>
---------------------------------------------------


# d3c5e8b2 27-Nov-2006 Wolfgang Denk <wd@pollux.denx.de>

Merge with /home/wd/git/u-boot/master


# dfc8a9ee 10-Nov-2006 Stefan Roese <sr@denx.de>

Merge with /home/stefan/git/u-boot/denx


# d67c14c0 20-Oct-2006 Wolfgang Denk <wd@pollux.denx.de>

Merge with http://www.jdl.com/software/u-boot-86xx.git


# fb883a52 11-Oct-2006 Wolfgang Denk <wd@nyx.denx.de>

Merge with /home/wd/git/u-boot/master


# daaba985 10-Oct-2006 Jon Loeliger <jdl@freescale.com>

Merge branch 'master' of http://www.denx.de/git/u-boot


# a3bb7bfc 09-Oct-2006 Wolfgang Denk <wd@nyx.denx.de>

Merge with /home/sr/git/u-boot/avr32


1...<<111213141516