History log of /rk3399_rockchip-uboot/common/ (Results 4476 – 4500 of 5256)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
1372cce212-Mar-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Use show_boot_progress() for new uImage format

This patch allocates a set of show_boot_progress() IDs for new uImage format
and adds show_boot_progress() calls in new uImage format hand

[new uImage] Use show_boot_progress() for new uImage format

This patch allocates a set of show_boot_progress() IDs for new uImage format
and adds show_boot_progress() calls in new uImage format handling code.

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

show more ...

c28c4d1912-Mar-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Add new uImage fromat support to fpga command

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

09475f7512-Mar-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Add new uImage format handling to other bootm related commands

Updated commands:

docboot - cmd_doc.c
fdcboot - cmd_fdc.c
diskboot - cmd_ide.c
nboot - cmd_nand.c
scsiboot - cmd_scs

[new uImage] Add new uImage format handling to other bootm related commands

Updated commands:

docboot - cmd_doc.c
fdcboot - cmd_fdc.c
diskboot - cmd_ide.c
nboot - cmd_nand.c
scsiboot - cmd_scsi.c
usbboot - cmd_usb.c

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

show more ...

1b7897f212-Mar-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Add new uImage format support to imgextract command

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

424c4abd12-Mar-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Add new uImage format support to autoscript routine

autoscript() routine is updated to accept second argument, which
is only used for FIT images and provides a FIT subimage unit name.

[new uImage] Add new uImage format support to autoscript routine

autoscript() routine is updated to accept second argument, which
is only used for FIT images and provides a FIT subimage unit name.

autoscript() routine callers must now pass two arguments. For
non-interactive use (like in cmd_load.c, cmd_net.c), new environment
variable 'autoscript_uname' is introduced and used as a FIT
subimage unit name source.

autoscript command accepts extended syntax of the addr argument:
addr:<subimg_uname>

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

show more ...

3dfe110112-Mar-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Add node offsets for FIT images listed in struct bootm_headers

This patch adds new node offset fields to struct bootm_headers
and updates bootm_headers processing code to make use of th

[new uImage] Add node offsets for FIT images listed in struct bootm_headers

This patch adds new node offset fields to struct bootm_headers
and updates bootm_headers processing code to make use of them.
Saved node offsets allow to avoid repeating fit_image_get_node() calls.

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

show more ...

a44a269a12-Mar-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Re-enable interrupts for non automatic booting

Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
environment variable is not set to 'yes'.

Signed-off-by: Marian Bala

[new uImage] Re-enable interrupts for non automatic booting

Re-enable interrupts if we return from do_bootm_<os> and 'autostart'
environment variable is not set to 'yes'.

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

show more ...

d985c84912-Mar-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Remove unnecessary arguments passed to ramdisk routines

boot_get_ramdisk() and image_get_ramdisk() do not need all
cmdtp, flag, argc and argv arguments. Simplify routines definition.

S

[new uImage] Remove unnecessary arguments passed to ramdisk routines

boot_get_ramdisk() and image_get_ramdisk() do not need all
cmdtp, flag, argc and argv arguments. Simplify routines definition.

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

show more ...

c877964812-Mar-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Add new uImage format support for ramdisk handling

This patch updates boot_get_ramdisk() routine adding format
verification and handling for new (FIT) uImages.

Signed-off-by: Marian Ba

[new uImage] Add new uImage format support for ramdisk handling

This patch updates boot_get_ramdisk() routine adding format
verification and handling for new (FIT) uImages.

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

show more ...

6986a38512-Mar-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Add new uImage format support for kernel booting

New format uImages are recognized by the bootm command,
validity of specified kernel component image is checked and
its data section loc

[new uImage] Add new uImage format support for kernel booting

New format uImages are recognized by the bootm command,
validity of specified kernel component image is checked and
its data section located and used for further processing
(uncompress, load, etc.)

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

show more ...

e32fea6a11-Mar-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Add new uImage format support for imls and iminfo commands

imls and iminfo can now recognize nad print out contents of the new (FIT)
format uImages.

Signed-off-by: Marian Balakowicz <m

[new uImage] Add new uImage format support for imls and iminfo commands

imls and iminfo can now recognize nad print out contents of the new (FIT)
format uImages.

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

show more ...

5dfb521329-Feb-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] New uImage low-level API

Add FDT-based functions for handling new format component images,
configurations, node operations, property get/set, etc.

fit_ - routines handling globa

[new uImage] New uImage low-level API

Add FDT-based functions for handling new format component images,
configurations, node operations, property get/set, etc.

fit_ - routines handling global new format uImage operations
like get/set top level property, process all nodes, etc.
fit_image_ - routines handling component images subnodes
fit_conf_ - routines handling configurations node

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

show more ...

cc3843e309-Mar-2008 Wolfgang Denk <wd@denx.de>

common/kgdb.c: fix 'dereferencing type-punned pointer' warning

and get rid of a couple of unneeded casts.

Signed-off-by: Wolfgang Denk <wd@denx.de>


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/amcc/taihu/taihu.c
/rk3399_rockchip-uboot/board/atum8548/atum8548.c
/rk3399_rockchip-uboot/board/esd/common/fpga.c
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/mpc8323erdb.c
/rk3399_rockchip-uboot/board/freescale/mpc832xemds/mpc832xemds.c
/rk3399_rockchip-uboot/board/freescale/mpc8349emds/mpc8349emds.c
/rk3399_rockchip-uboot/board/freescale/mpc8349itx/mpc8349itx.c
/rk3399_rockchip-uboot/board/freescale/mpc8360emds/mpc8360emds.c
/rk3399_rockchip-uboot/board/freescale/mpc8360erdk/mpc8360erdk.c
/rk3399_rockchip-uboot/board/freescale/mpc837xemds/mpc837xemds.c
/rk3399_rockchip-uboot/board/freescale/mpc837xerdb/mpc837xerdb.c
/rk3399_rockchip-uboot/board/freescale/mpc8540ads/mpc8540ads.c
/rk3399_rockchip-uboot/board/freescale/mpc8541cds/mpc8541cds.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/mpc8544ds.c
/rk3399_rockchip-uboot/board/freescale/mpc8548cds/mpc8548cds.c
/rk3399_rockchip-uboot/board/freescale/mpc8555cds/mpc8555cds.c
/rk3399_rockchip-uboot/board/freescale/mpc8560ads/mpc8560ads.c
/rk3399_rockchip-uboot/board/freescale/mpc8568mds/mpc8568mds.c
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/mpc8610hpcd.c
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/mpc8641hpcn.c
/rk3399_rockchip-uboot/board/m501sk/Makefile
/rk3399_rockchip-uboot/board/mgcoge/mgcoge.c
/rk3399_rockchip-uboot/board/mgsuvd/mgsuvd.c
/rk3399_rockchip-uboot/board/mpc8540eval/mpc8540eval.c
/rk3399_rockchip-uboot/board/pm854/pm854.c
/rk3399_rockchip-uboot/board/pm856/pm856.c
/rk3399_rockchip-uboot/board/sbc8349/sbc8349.c
/rk3399_rockchip-uboot/board/sbc8548/sbc8548.c
/rk3399_rockchip-uboot/board/sbc8560/sbc8560.c
/rk3399_rockchip-uboot/board/sbc8641d/sbc8641d.c
/rk3399_rockchip-uboot/board/stxgp3/stxgp3.c
/rk3399_rockchip-uboot/board/stxssa/stxssa.c
/rk3399_rockchip-uboot/board/tqm834x/tqm834x.c
/rk3399_rockchip-uboot/board/tqm85xx/sdram.c
/rk3399_rockchip-uboot/board/tqm85xx/tqm85xx.c
/rk3399_rockchip-uboot/board/w7o/w7o.h
kgdb.c
/rk3399_rockchip-uboot/cpu/ppc4xx/miiphy.c
/rk3399_rockchip-uboot/drivers/net/rtl8169.c
/rk3399_rockchip-uboot/drivers/qe/qe.c
/rk3399_rockchip-uboot/drivers/qe/uec_phy.c
/rk3399_rockchip-uboot/examples/Makefile
/rk3399_rockchip-uboot/include/configs/MPC832XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8349EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC8360EMDS.h
/rk3399_rockchip-uboot/include/configs/MPC837XEMDS.h
/rk3399_rockchip-uboot/include/configs/MPC837XERDB.h
/rk3399_rockchip-uboot/include/configs/P3G4.h
/rk3399_rockchip-uboot/include/configs/TQM8272.h
/rk3399_rockchip-uboot/include/configs/TQM834x.h
/rk3399_rockchip-uboot/include/configs/TQM85xx.h
/rk3399_rockchip-uboot/include/configs/alpr.h
/rk3399_rockchip-uboot/include/configs/bamboo.h
/rk3399_rockchip-uboot/include/configs/bubinga.h
/rk3399_rockchip-uboot/include/configs/ebony.h
/rk3399_rockchip-uboot/include/configs/hcu4.h
/rk3399_rockchip-uboot/include/configs/hcu5.h
/rk3399_rockchip-uboot/include/configs/ixdpg425.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/korat.h
/rk3399_rockchip-uboot/include/configs/luan.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/mgcoge.h
/rk3399_rockchip-uboot/include/configs/mgsuvd.h
/rk3399_rockchip-uboot/include/configs/ocotea.h
/rk3399_rockchip-uboot/include/configs/p3mx.h
/rk3399_rockchip-uboot/include/configs/p3p440.h
/rk3399_rockchip-uboot/include/configs/pcs440ep.h
/rk3399_rockchip-uboot/include/configs/pdnb3.h
/rk3399_rockchip-uboot/include/configs/sbc8349.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/taihu.h
/rk3399_rockchip-uboot/include/configs/taishan.h
/rk3399_rockchip-uboot/include/configs/walnut.h
/rk3399_rockchip-uboot/include/configs/yosemite.h
/rk3399_rockchip-uboot/include/configs/yucca.h
/rk3399_rockchip-uboot/include/cramfs/cramfs_fs.h
/rk3399_rockchip-uboot/net/eth.c
84d0c2f103-Mar-2008 Kim B. Heino <Kim.Heino@bluegiga.com>

fix copy from ram to dataflash

If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
routines instead of dataflash. This is because it checks "if source
address is not dataflash" instead

fix copy from ram to dataflash

If I try to "cp.b <ram> <dataflash>", u-boot selects normal flash
routines instead of dataflash. This is because it checks "if source
address is not dataflash" instead of target address.

Signed-off-by: Kim B. Heino <Kim.Heino@bluegiga.com>

show more ...


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/CREDITS
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/actux1/actux1.c
/rk3399_rockchip-uboot/board/actux2/actux2.c
/rk3399_rockchip-uboot/board/actux3/actux3.c
/rk3399_rockchip-uboot/board/ads5121/Makefile
/rk3399_rockchip-uboot/board/ads5121/ads5121.c
/rk3399_rockchip-uboot/board/ads5121/pci.c
/rk3399_rockchip-uboot/board/amcc/acadia/memory.c
/rk3399_rockchip-uboot/board/mx1fs2/flash.c
/rk3399_rockchip-uboot/board/mx1fs2/mx1fs2.c
/rk3399_rockchip-uboot/board/netstal/common/nm.h
/rk3399_rockchip-uboot/board/netstal/common/nm_bsp.c
/rk3399_rockchip-uboot/board/sbc8548/sbc8548.c
/rk3399_rockchip-uboot/board/sbc8641d/sbc8641d.c
/rk3399_rockchip-uboot/board/tqm5200/tqm5200.c
cmd_mem.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/timer.c
/rk3399_rockchip-uboot/cpu/mpc512x/speed.c
/rk3399_rockchip-uboot/cpu/mpc85xx/interrupts.c
/rk3399_rockchip-uboot/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/cpu/ppc4xx/4xx_enet.c
/rk3399_rockchip-uboot/drivers/qe/uec_phy.c
/rk3399_rockchip-uboot/examples/Makefile
/rk3399_rockchip-uboot/examples/stubs.c
/rk3399_rockchip-uboot/fs/ext2/dev.c
/rk3399_rockchip-uboot/fs/fat/fat.c
/rk3399_rockchip-uboot/include/asm-arm/arch-imx/imx-regs.h
/rk3399_rockchip-uboot/include/asm-i386/types.h
/rk3399_rockchip-uboot/include/asm-microblaze/types.h
/rk3399_rockchip-uboot/include/asm-nios/types.h
/rk3399_rockchip-uboot/include/asm-nios2/types.h
/rk3399_rockchip-uboot/include/asm-ppc/global_data.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_512x.h
/rk3399_rockchip-uboot/include/configs/BC3450.h
/rk3399_rockchip-uboot/include/configs/CPC45.h
/rk3399_rockchip-uboot/include/configs/CPU86.h
/rk3399_rockchip-uboot/include/configs/CPU87.h
/rk3399_rockchip-uboot/include/configs/CU824.h
/rk3399_rockchip-uboot/include/configs/DB64360.h
/rk3399_rockchip-uboot/include/configs/DB64460.h
/rk3399_rockchip-uboot/include/configs/FPS850L.h
/rk3399_rockchip-uboot/include/configs/FPS860L.h
/rk3399_rockchip-uboot/include/configs/HMI10.h
/rk3399_rockchip-uboot/include/configs/IAD210.h
/rk3399_rockchip-uboot/include/configs/ICU862.h
/rk3399_rockchip-uboot/include/configs/IDS8247.h
/rk3399_rockchip-uboot/include/configs/IP860.h
/rk3399_rockchip-uboot/include/configs/IceCube.h
/rk3399_rockchip-uboot/include/configs/MPC8349EMDS.h
/rk3399_rockchip-uboot/include/configs/NC650.h
/rk3399_rockchip-uboot/include/configs/NETTA.h
/rk3399_rockchip-uboot/include/configs/NETVIA.h
/rk3399_rockchip-uboot/include/configs/NSCU.h
/rk3399_rockchip-uboot/include/configs/P3G4.h
/rk3399_rockchip-uboot/include/configs/PM520.h
/rk3399_rockchip-uboot/include/configs/PM826.h
/rk3399_rockchip-uboot/include/configs/PM828.h
/rk3399_rockchip-uboot/include/configs/QS860T.h
/rk3399_rockchip-uboot/include/configs/R360MPI.h
/rk3399_rockchip-uboot/include/configs/RBC823.h
/rk3399_rockchip-uboot/include/configs/SCM.h
/rk3399_rockchip-uboot/include/configs/TB5200.h
/rk3399_rockchip-uboot/include/configs/TK885D.h
/rk3399_rockchip-uboot/include/configs/TOP5200.h
/rk3399_rockchip-uboot/include/configs/TQM823L.h
/rk3399_rockchip-uboot/include/configs/TQM823M.h
/rk3399_rockchip-uboot/include/configs/TQM8260.h
/rk3399_rockchip-uboot/include/configs/TQM8272.h
/rk3399_rockchip-uboot/include/configs/TQM834x.h
/rk3399_rockchip-uboot/include/configs/TQM850L.h
/rk3399_rockchip-uboot/include/configs/TQM850M.h
/rk3399_rockchip-uboot/include/configs/TQM855L.h
/rk3399_rockchip-uboot/include/configs/TQM855M.h
/rk3399_rockchip-uboot/include/configs/TQM860L.h
/rk3399_rockchip-uboot/include/configs/TQM860M.h
/rk3399_rockchip-uboot/include/configs/TQM862L.h
/rk3399_rockchip-uboot/include/configs/TQM862M.h
/rk3399_rockchip-uboot/include/configs/TQM866M.h
/rk3399_rockchip-uboot/include/configs/TQM885D.h
/rk3399_rockchip-uboot/include/configs/Total5200.h
/rk3399_rockchip-uboot/include/configs/acadia.h
/rk3399_rockchip-uboot/include/configs/ads5121.h
/rk3399_rockchip-uboot/include/configs/aev.h
/rk3399_rockchip-uboot/include/configs/atc.h
/rk3399_rockchip-uboot/include/configs/bamboo.h
/rk3399_rockchip-uboot/include/configs/bubinga.h
/rk3399_rockchip-uboot/include/configs/c2mon.h
/rk3399_rockchip-uboot/include/configs/canmb.h
/rk3399_rockchip-uboot/include/configs/ebony.h
/rk3399_rockchip-uboot/include/configs/hcu4.h
/rk3399_rockchip-uboot/include/configs/hmi1001.h
/rk3399_rockchip-uboot/include/configs/idmr.h
/rk3399_rockchip-uboot/include/configs/incaip.h
/rk3399_rockchip-uboot/include/configs/inka4x0.h
/rk3399_rockchip-uboot/include/configs/ixdpg425.h
/rk3399_rockchip-uboot/include/configs/jupiter.h
/rk3399_rockchip-uboot/include/configs/katmai.h
/rk3399_rockchip-uboot/include/configs/kilauea.h
/rk3399_rockchip-uboot/include/configs/korat.h
/rk3399_rockchip-uboot/include/configs/luan.h
/rk3399_rockchip-uboot/include/configs/makalu.h
/rk3399_rockchip-uboot/include/configs/mcc200.h
/rk3399_rockchip-uboot/include/configs/mgsuvd.h
/rk3399_rockchip-uboot/include/configs/mpc7448hpc2.h
/rk3399_rockchip-uboot/include/configs/o2dnt.h
/rk3399_rockchip-uboot/include/configs/ocotea.h
/rk3399_rockchip-uboot/include/configs/p3p440.h
/rk3399_rockchip-uboot/include/configs/pcs440ep.h
/rk3399_rockchip-uboot/include/configs/pdnb3.h
/rk3399_rockchip-uboot/include/configs/purple.h
/rk3399_rockchip-uboot/include/configs/sbc8548.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/smmaco4.h
/rk3399_rockchip-uboot/include/configs/sorcery.h
/rk3399_rockchip-uboot/include/configs/spieval.h
/rk3399_rockchip-uboot/include/configs/taihu.h
/rk3399_rockchip-uboot/include/configs/taishan.h
/rk3399_rockchip-uboot/include/configs/tb0229.h
/rk3399_rockchip-uboot/include/configs/uc100.h
/rk3399_rockchip-uboot/include/configs/uc101.h
/rk3399_rockchip-uboot/include/configs/v37.h
/rk3399_rockchip-uboot/include/configs/v38b.h
/rk3399_rockchip-uboot/include/configs/virtlab2.h
/rk3399_rockchip-uboot/include/configs/walnut.h
/rk3399_rockchip-uboot/include/configs/yosemite.h
/rk3399_rockchip-uboot/include/configs/yucca.h
/rk3399_rockchip-uboot/include/fat.h
/rk3399_rockchip-uboot/include/mpc512x.h
/rk3399_rockchip-uboot/include/ppc4xx_enet.h
/rk3399_rockchip-uboot/post/cpu/ppc4xx/spr.c
/rk3399_rockchip-uboot/post/drivers/memory.c
df6f1b8929-Feb-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Fix component handling for legacy multi component images

Use uint32_t when accessing size table in image_multi_count() and
image_multi_getimg() for multi component images.

Add missing

[new uImage] Fix component handling for legacy multi component images

Use uint32_t when accessing size table in image_multi_count() and
image_multi_getimg() for multi component images.

Add missing uimage_to_cpu() endianness conversion.

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

show more ...

570abb0a29-Feb-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Share common uImage code between mkimage and U-boot

This patch adds the following common routines:

1) Dedicated mkimage print_header() is replaced with common
image_print_contents()
im

[new uImage] Share common uImage code between mkimage and U-boot

This patch adds the following common routines:

1) Dedicated mkimage print_header() is replaced with common
image_print_contents()
image_print_contents_noindent()

2) Common os/arch/type/comp fields name <--> id translation routines
genimg_get_os_name()
genimg_get_arch_name()
genimg_get_type_name()
genimg_get_comp_name()
genimg_get_os_id()
genimg_get_arch_id()
genimg_get_type_id()
genimg_get_comp_id()

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

show more ...

9a4daad029-Feb-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Update naming convention for bootm/uImage related code

This patch introduces the following prefix convention for the
image format handling and bootm related code:

genimg_ - dual forma

[new uImage] Update naming convention for bootm/uImage related code

This patch introduces the following prefix convention for the
image format handling and bootm related code:

genimg_ - dual format shared code
image_ - legacy uImage format specific code
fit_ - new uImage format specific code
boot_ - booting process related code

Related routines are renamed and a few pieces of code are moved around and
re-grouped.

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

show more ...

e18489e829-Feb-2008 Marian Balakowicz <m8@semihalf.com>

Merge branch 'master' of git://www.denx.de/git/u-boot into new-image


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/CREDITS
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/apollon/mem.c
/rk3399_rockchip-uboot/board/cm5200/fwupdate.h
/rk3399_rockchip-uboot/board/freescale/mpc8610hpcd/mpc8610hpcd.c
/rk3399_rockchip-uboot/board/freescale/mpc8641hpcn/mpc8641hpcn.c
/rk3399_rockchip-uboot/board/mgsuvd/mgsuvd.c
/rk3399_rockchip-uboot/board/netstal/common/nm.h
/rk3399_rockchip-uboot/board/netstal/common/nm_bsp.c
/rk3399_rockchip-uboot/board/qemu-mips/Makefile
/rk3399_rockchip-uboot/board/sbc8641d/sbc8641d.c
cmd_nvedit.c
/rk3399_rockchip-uboot/config.mk
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/timer.c
/rk3399_rockchip-uboot/cpu/mcf52x2/config.mk
/rk3399_rockchip-uboot/cpu/mcf52x2/interrupts.c
/rk3399_rockchip-uboot/cpu/mips/config.mk
/rk3399_rockchip-uboot/cpu/mpc86xx/Makefile
/rk3399_rockchip-uboot/cpu/mpc86xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc86xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc86xx/fdt.c
/rk3399_rockchip-uboot/cpu/mpc86xx/spd_sdram.c
/rk3399_rockchip-uboot/cpu/ppc4xx/config.mk
/rk3399_rockchip-uboot/doc/README.mpc8610hpcd
/rk3399_rockchip-uboot/drivers/hwmon/lm75.c
/rk3399_rockchip-uboot/drivers/mtd/cfi_flash.c
/rk3399_rockchip-uboot/drivers/net/uli526x.c
/rk3399_rockchip-uboot/include/api_public.h
/rk3399_rockchip-uboot/include/asm-arm/types.h
/rk3399_rockchip-uboot/include/asm-avr32/types.h
/rk3399_rockchip-uboot/include/asm-blackfin/types.h
/rk3399_rockchip-uboot/include/asm-m68k/types.h
/rk3399_rockchip-uboot/include/asm-mips/types.h
/rk3399_rockchip-uboot/include/asm-ppc/fsl_law.h
/rk3399_rockchip-uboot/include/asm-ppc/immap_86xx.h
/rk3399_rockchip-uboot/include/asm-ppc/mmu.h
/rk3399_rockchip-uboot/include/asm-ppc/types.h
/rk3399_rockchip-uboot/include/asm-sh/types.h
/rk3399_rockchip-uboot/include/configs/AmigaOneG3SE.h
/rk3399_rockchip-uboot/include/configs/MPC8610HPCD.h
/rk3399_rockchip-uboot/include/configs/NX823.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/sbc8641d.h
/rk3399_rockchip-uboot/include/configs/sequoia.h
/rk3399_rockchip-uboot/include/configs/zeus.h
/rk3399_rockchip-uboot/lib_arm/bootm.c
/rk3399_rockchip-uboot/lib_avr32/bootm.c
/rk3399_rockchip-uboot/lib_blackfin/bootm.c
/rk3399_rockchip-uboot/lib_i386/bootm.c
/rk3399_rockchip-uboot/lib_m68k/bootm.c
/rk3399_rockchip-uboot/lib_microblaze/bootm.c
/rk3399_rockchip-uboot/lib_mips/board.c
/rk3399_rockchip-uboot/lib_mips/bootm.c
/rk3399_rockchip-uboot/lib_nios2/bootm.c
/rk3399_rockchip-uboot/lib_ppc/bootm.c
/rk3399_rockchip-uboot/lib_ppc/time.c
/rk3399_rockchip-uboot/lib_sh/bootm.c
/rk3399_rockchip-uboot/tools/easylogo/easylogo.c
/rk3399_rockchip-uboot/tools/scripts/define2mk.sed
d3f2fa0d28-Feb-2008 Kumar Gala <galak@kernel.crashing.org>

[new uImage] Provide ability to restrict region used for boot images

Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
to restrict what memory range is used for bootm.

Signed-off

[new uImage] Provide ability to restrict region used for boot images

Allow the user to set 'bootm_low' and 'bootm_size' env vars as a way
to restrict what memory range is used for bootm.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Marian Balakowicz <m8@semihalf.com>

show more ...

e822d7fc28-Feb-2008 Kumar Gala <galak@kernel.crashing.org>

[new uImage] Use lmb for bootm allocations

Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
functions over to using lmb for allocation of the ramdisk, command line
and kernel bd in

[new uImage] Use lmb for bootm allocations

Convert generic ramdisk_high(), get_boot_cmdline(), get_boot_kbd()
functions over to using lmb for allocation of the ramdisk, command line
and kernel bd info.

Convert PPC specific fdt_relocate() to use lmb for allocation of the device
tree.

Provided a weak function that board code can call to do additional
lmb reserves if needed.

Also introduce the concept of bootmap_base to specify the offset in
physical memory that the bootmap is located at. This is used for
allocations of the cmdline, kernel bd, and device tree as they should
be contained within bootmap_base and bootmap_base + CFG_BOOTMAPSZ.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

f5614e7928-Feb-2008 Kumar Gala <galak@kernel.crashing.org>

[new uImage] Add autostart flag to bootm_headers structure

The autostart env variable was dropped as part of the initial new uImage
cleanup. Add it back here so the arch specific code can decide if

[new uImage] Add autostart flag to bootm_headers structure

The autostart env variable was dropped as part of the initial new uImage
cleanup. Add it back here so the arch specific code can decide if it
wants to really boot or not.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Marian Balakowicz <m8@semihalf.com>

show more ...

4ed6552f28-Feb-2008 Kumar Gala <galak@kernel.crashing.org>

[new uImage] Introduce lmb from linux kernel for memory mgmt of boot images

Introduce the LMB lib used on PPC in the kernel as a clean way to manage
the memory spaces used by various boot images and

[new uImage] Introduce lmb from linux kernel for memory mgmt of boot images

Introduce the LMB lib used on PPC in the kernel as a clean way to manage
the memory spaces used by various boot images and structures. This code
will allow us to simplify the code in bootm and its support functions.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

show more ...

274cea2b28-Feb-2008 Kumar Gala <galak@kernel.crashing.org>

[new uImage] rework error handling so common functions don't reset

Changed image_get_ramdisk() to just return NULL on error and have
get_ramdisk() propogate that error to the caller. It's left to t

[new uImage] rework error handling so common functions don't reset

Changed image_get_ramdisk() to just return NULL on error and have
get_ramdisk() propogate that error to the caller. It's left to the
caller to call do_reset() if it wants to.

Also moved calling do_reset() in get_fdt() and fdt_relocate() on ppc
to a common location. In the future we will change get_fdt() and
fdt_relocate() to return success/failure and not call do_reset() at all.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Marian Balakowicz <m8@semihalf.com>

show more ...

a6612bdf28-Feb-2008 Kumar Gala <galak@kernel.crashing.org>

[new uImage] Don't pass kdb to ramdisk_high since we may not have one

We don't actually need the kdb param as we are just using it to get
bd->bi_memsize which we can get from gd->bd->bi_memsize. Al

[new uImage] Don't pass kdb to ramdisk_high since we may not have one

We don't actually need the kdb param as we are just using it to get
bd->bi_memsize which we can get from gd->bd->bi_memsize. Also, if we
boot via OF we might not actually fill out a kdb.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Acked-by: Marian Balakowicz <m8@semihalf.com>

show more ...

4efbe9db27-Feb-2008 Marian Balakowicz <m8@semihalf.com>

[new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled

Dual format image code must properly handle all three FDT passing methods:
- raw FDT blob passed
- FDT blob embedded in the lega

[new uImage] Correct raw FDT blob handlig when CONFIG_FIT is disabled

Dual format image code must properly handle all three FDT passing methods:
- raw FDT blob passed
- FDT blob embedded in the legacy uImage
- FDT blob embedded in the new uImage

This patch enables proper raw FDT handling when no FIT imaeg support
is compiled in. This is a bit tricky as we must dected FIT format even
when FIT uImage handling is not enabled as both FIT uImages and raw FDT
blobs use tha same low level format (libfdt).

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

show more ...

1...<<171172173174175176177178179180>>...211