History log of /rk3399_rockchip-uboot/common/ (Results 4326 – 4350 of 5256)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a9fe0c3e07-Aug-2008 Gururaja Hebbar K R <gururajakr@sanyo.co.in>

common/cmd_load.c - Minor code & Coding Style cleanup

- os_data_header Variable is a carry over feature
& unused. So removed all instance of this variable
- Minor Code Style Update

Signed-off-b

common/cmd_load.c - Minor code & Coding Style cleanup

- os_data_header Variable is a carry over feature
& unused. So removed all instance of this variable
- Minor Code Style Update

Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

show more ...

aa5ffa1610-Aug-2008 dirk.behme@googlemail.com <dirk.behme@googlemail.com>

OneNAND: Remove base address offset usage

While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
using OneNAND and some using NAND, we found some differences in OneNAND and
NAN

OneNAND: Remove base address offset usage

While locally preparing some U-Boot patches for ARM based OMAP3 boards, some
using OneNAND and some using NAND, we found some differences in OneNAND and
NAND command address handling.

As this might confuse users (it already confused us), we like to align OneNAND
and NAND address handling.

The issue is that cmd_onenand.c subtracts the onenand base address from the
addresses you type into the u-boot command line so, unlike nand, you can't
use addresses relative to the start of the onenand part e.g. this won't work:

onenand read 82000000 280000 400000

you have to use:

onenand read 82000000 20280000 400000

Looking at recent git, the only board currently using OneNAND is Apollon, and
for this the OneNAND base address is 0 (apollon.h)

#define CFG_ONENAND_BASE 0x00000000

so patch below won't break any existing boards and will align OneNAND and NAND
handling on boards where OneNAND base address is != 0.

Signed-off-by: Steve Sakoman <sakoman@gmail.com>
Signed-off-by: Manikandan Pillai <mani.pillai@ti.com>
Signed-off-by: Dirk Behme <dirk.behme@gmail.com>

show more ...

0bf202ec09-Aug-2008 Wolfgang Denk <wd@denx.de>

Revert "[new uImage] Add autostart flag to bootm_headers structure"

This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.

The commit was based on a misunderstanding of the (documented)
mean

Revert "[new uImage] Add autostart flag to bootm_headers structure"

This reverts commit f5614e7926863bf0225ec860d9b319741a9c4004.

The commit was based on a misunderstanding of the (documented)
meaning of the 'autostart' environment variable. It might cause
boards to hang if 'autostart' was used, with the potential to brick
them. Go back to the documented behaviour.

Conflicts:

common/cmd_bootm.c
common/image.c
include/image.h

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

show more ...

41266c9b05-Aug-2008 Peter Tyser <ptyser@xes-inc.com>

FIT: Fix handling of images without ramdisks

boot_get_ramdisk() should not treat the case when a FIT image does
not contain a ramdisk as an error.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Ac

FIT: Fix handling of images without ramdisks

boot_get_ramdisk() should not treat the case when a FIT image does
not contain a ramdisk as an error.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Acked-by: Michal Simek <monstr@monstr.eu>

show more ...

21f971ec06-Jul-2008 Wolfgang Denk <wd@denx.de>

TQM823L: re-enable logo support; update LCD_INFO text

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

f2302d4406-Aug-2008 Stefan Roese <sr@denx.de>

Fix merge problems

Signed-off-by: Stefan Roese <sr@denx.de>


/rk3399_rockchip-uboot/.gitignore
/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/CREDITS
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/api/api_storage.c
/rk3399_rockchip-uboot/api_examples/demo.c
/rk3399_rockchip-uboot/board/atmel/atngw100/atngw100.c
/rk3399_rockchip-uboot/board/atmel/atstk1000/atstk1000.c
/rk3399_rockchip-uboot/board/atmel/atstk1000/flash.c
/rk3399_rockchip-uboot/board/esd/common/flash.c
/rk3399_rockchip-uboot/board/freescale/m5275evb/Makefile
/rk3399_rockchip-uboot/board/freescale/mpc8540ads/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8541cds/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8548cds/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8555cds/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8560ads/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8568mds/u-boot.lds
/rk3399_rockchip-uboot/board/idmr/mii.c
/rk3399_rockchip-uboot/board/ids8247/ids8247.c
/rk3399_rockchip-uboot/board/matrix_vision/mvbc_p/mvbc_p.c
/rk3399_rockchip-uboot/board/tqc/tqm85xx/tqm85xx.c
/rk3399_rockchip-uboot/board/w7o/post2.c
/rk3399_rockchip-uboot/board/xilinx/ml507/Makefile
/rk3399_rockchip-uboot/board/xilinx/ml507/config.mk
/rk3399_rockchip-uboot/board/xilinx/ml507/init.S
/rk3399_rockchip-uboot/board/xilinx/ml507/ml507.c
/rk3399_rockchip-uboot/board/xilinx/ml507/u-boot-ram.lds
/rk3399_rockchip-uboot/board/xilinx/ml507/u-boot-rom.lds
/rk3399_rockchip-uboot/board/xilinx/ml507/xparameters.h
cmd_bdinfo.c
cmd_bootm.c
cmd_flash.c
cmd_ide.c
cmd_mfsl.c
dlmalloc.c
lcd.c
main.c
/rk3399_rockchip-uboot/cpu/microblaze/interrupts.c
/rk3399_rockchip-uboot/cpu/mips/au1x00_serial.c
/rk3399_rockchip-uboot/cpu/mpc8260/speed.c
/rk3399_rockchip-uboot/cpu/nios2/interrupts.c
/rk3399_rockchip-uboot/cpu/nios2/sysid.c
/rk3399_rockchip-uboot/cpu/ppc4xx/44x_spd_ddr2.c
/rk3399_rockchip-uboot/cpu/ppc4xx/Makefile
/rk3399_rockchip-uboot/cpu/ppc4xx/cpu.c
/rk3399_rockchip-uboot/cpu/ppc4xx/interrupts.c
/rk3399_rockchip-uboot/cpu/ppc4xx/speed.c
/rk3399_rockchip-uboot/cpu/ppc4xx/uic.c
/rk3399_rockchip-uboot/cpu/ppc4xx/xilinx_irq.c
/rk3399_rockchip-uboot/cpu/pxa/mmc.c
/rk3399_rockchip-uboot/doc/README.autoboot
/rk3399_rockchip-uboot/doc/README.qemu_mips
/rk3399_rockchip-uboot/drivers/i2c/fsl_i2c.c
/rk3399_rockchip-uboot/drivers/mmc/atmel_mci.c
/rk3399_rockchip-uboot/drivers/mtd/cfi_flash.c
/rk3399_rockchip-uboot/drivers/mtd/spi/atmel.c
/rk3399_rockchip-uboot/drivers/net/e1000.c
/rk3399_rockchip-uboot/drivers/serial/Makefile
/rk3399_rockchip-uboot/drivers/serial/atmel_usart.c
/rk3399_rockchip-uboot/drivers/serial/mcfuart.c
/rk3399_rockchip-uboot/drivers/serial/s3c4510b_uart.c
/rk3399_rockchip-uboot/drivers/serial/serial_max3100.c
/rk3399_rockchip-uboot/drivers/serial/serial_xuartlite.c
/rk3399_rockchip-uboot/drivers/serial/usbtty.c
/rk3399_rockchip-uboot/drivers/usb/usbdcore.c
/rk3399_rockchip-uboot/drivers/video/atmel_lcdfb.c
/rk3399_rockchip-uboot/include/api_public.h
/rk3399_rockchip-uboot/include/asm-arm/arch-at91rm9200/AT91RM9200.h
/rk3399_rockchip-uboot/include/asm-avr32/io.h
/rk3399_rockchip-uboot/include/asm-avr32/sysreg.h
/rk3399_rockchip-uboot/include/asm-nios2/types.h
/rk3399_rockchip-uboot/include/asm-ppc/fsl_lbc.h
/rk3399_rockchip-uboot/include/asm-ppc/global_data.h
/rk3399_rockchip-uboot/include/asm-ppc/interrupt.h
/rk3399_rockchip-uboot/include/asm-ppc/ppc4xx-uic.h
/rk3399_rockchip-uboot/include/asm-ppc/processor.h
/rk3399_rockchip-uboot/include/asm-ppc/xilinx_irq.h
/rk3399_rockchip-uboot/include/command.h
/rk3399_rockchip-uboot/include/configs/ADS860.h
/rk3399_rockchip-uboot/include/configs/APC405.h
/rk3399_rockchip-uboot/include/configs/Adder.h
/rk3399_rockchip-uboot/include/configs/AmigaOneG3SE.h
/rk3399_rockchip-uboot/include/configs/CPCI405DT.h
/rk3399_rockchip-uboot/include/configs/DU440.h
/rk3399_rockchip-uboot/include/configs/FADS860T.h
/rk3399_rockchip-uboot/include/configs/GTH.h
/rk3399_rockchip-uboot/include/configs/KUP4K.h
/rk3399_rockchip-uboot/include/configs/KUP4X.h
/rk3399_rockchip-uboot/include/configs/MPC86xADS.h
/rk3399_rockchip-uboot/include/configs/MPC885ADS.h
/rk3399_rockchip-uboot/include/configs/MVBC_P.h
/rk3399_rockchip-uboot/include/configs/MVBLUE.h
/rk3399_rockchip-uboot/include/configs/NC650.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/PMC440.h
/rk3399_rockchip-uboot/include/configs/RPXlite_DW.h
/rk3399_rockchip-uboot/include/configs/SXNI855T.h
/rk3399_rockchip-uboot/include/configs/apollon.h
/rk3399_rockchip-uboot/include/configs/at91rm9200dk.h
/rk3399_rockchip-uboot/include/configs/atngw100.h
/rk3399_rockchip-uboot/include/configs/atstk1002.h
/rk3399_rockchip-uboot/include/configs/atstk1003.h
/rk3399_rockchip-uboot/include/configs/atstk1004.h
/rk3399_rockchip-uboot/include/configs/atstk1006.h
/rk3399_rockchip-uboot/include/configs/csb637.h
/rk3399_rockchip-uboot/include/configs/gth2.h
/rk3399_rockchip-uboot/include/configs/gw8260.h
/rk3399_rockchip-uboot/include/configs/hymod.h
/rk3399_rockchip-uboot/include/configs/linkstation.h
/rk3399_rockchip-uboot/include/configs/lwmon.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/m501sk.h
/rk3399_rockchip-uboot/include/configs/ml507.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/mp2usb.h
/rk3399_rockchip-uboot/include/configs/netstar.h
/rk3399_rockchip-uboot/include/configs/ppmc8260.h
/rk3399_rockchip-uboot/include/configs/quantum.h
/rk3399_rockchip-uboot/include/configs/rmu.h
/rk3399_rockchip-uboot/include/configs/sacsng.h
/rk3399_rockchip-uboot/include/configs/sbc8260.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/trab.h
/rk3399_rockchip-uboot/include/configs/utx8245.h
/rk3399_rockchip-uboot/include/ppc4xx.h
/rk3399_rockchip-uboot/lib_arm/board.c
/rk3399_rockchip-uboot/lib_arm/bootm.c
/rk3399_rockchip-uboot/lib_m68k/time.c
/rk3399_rockchip-uboot/lib_sparc/board.c
/rk3399_rockchip-uboot/nand_spl/board/amcc/kilauea/Makefile
/rk3399_rockchip-uboot/onenand_ipl/board/apollon/Makefile
/rk3399_rockchip-uboot/post/cpu/ppc4xx/spr.c
/rk3399_rockchip-uboot/post/lib_ppc/b.c
/rk3399_rockchip-uboot/post/lib_ppc/cmp.c
/rk3399_rockchip-uboot/post/lib_ppc/cmpi.c
/rk3399_rockchip-uboot/post/lib_ppc/complex.c
/rk3399_rockchip-uboot/post/lib_ppc/cr.c
/rk3399_rockchip-uboot/post/lib_ppc/load.c
/rk3399_rockchip-uboot/post/lib_ppc/multi.c
/rk3399_rockchip-uboot/post/lib_ppc/store.c
/rk3399_rockchip-uboot/post/lib_ppc/string.c
1464eff701-Aug-2008 Mark Jackson <mpfj@mimc.co.uk>

Fix bitmap display for atmel lcd controller

The current lcd_display_bitmap() function does not work properly
for the Atmel LCD controller.

2 fixes need to be done:-

(a) when setting the colour map

Fix bitmap display for atmel lcd controller

The current lcd_display_bitmap() function does not work properly
for the Atmel LCD controller.

2 fixes need to be done:-

(a) when setting the colour map, use the lcd_setcolreg() function
as provided by the Atmel driver
(b) the data is never actually written to the lcd framebuffer !!

Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>

show more ...

2bb6a10431-Jul-2008 Wolfgang Denk <wd@denx.de>

Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master

a483115531-Jul-2008 Mark Jackson <mpfj@mimc.co.uk>

Add gzipped logo support

The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:

If this option is set, additionally to standard BMP
images, gzipped BMP images can be displayed vi

Add gzipped logo support

The README file states that CONFIG_VIDEO_BMP_GZIP behaves as follows:

If this option is set, additionally to standard BMP
images, gzipped BMP images can be displayed via the
splashscreen support or the bmp command.

However, the splashscreen function *only* supports standard BMP images.

This patch adds the documented gzip support.

Signed-off-by: Mark Jackson <mpfj@mimc.co.uk>

show more ...

2e752be331-Jul-2008 Guennadi Liakhovetski <lg@denx.de>

Uncompressed images loaded to their start address shall set load_end too

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Acked-by: Bartlomiej Sieka <tur@semihalf.com>

c37207d716-Jul-2008 Wolfgang Denk <wd@denx.de>

Fix printf() format problems with configurable prompts

U-Boot allows for configurable prompt strings using the
CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
the assumption was

Fix printf() format problems with configurable prompts

U-Boot allows for configurable prompt strings using the
CONFIG_AUTOBOOT_PROMPT resp. CONFIG_MENUPROMPT definitions. So far,
the assumption was that any such user defined problts would contain
exactly one "%d" format specifier. But some boards did not.

To allow for flexible boot prompts without adding too complex code we
now allow to specify the whole list of printf() arguments in the user
definition. This is powerful, but requires a responsible user who
really understands what he is doing, as he needs to know for exanple
which variables are available in the respective context.

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

show more ...


/rk3399_rockchip-uboot/board/freescale/mpc8540ads/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8541cds/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8548cds/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8555cds/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8560ads/u-boot.lds
/rk3399_rockchip-uboot/board/freescale/mpc8568mds/u-boot.lds
/rk3399_rockchip-uboot/board/matrix_vision/mvbc_p/mvbc_p.c
/rk3399_rockchip-uboot/board/tqc/tqm85xx/tqm85xx.c
main.c
/rk3399_rockchip-uboot/cpu/mpc8260/speed.c
/rk3399_rockchip-uboot/doc/README.autoboot
/rk3399_rockchip-uboot/drivers/net/e1000.c
/rk3399_rockchip-uboot/include/asm-arm/arch-at91rm9200/AT91RM9200.h
/rk3399_rockchip-uboot/include/asm-ppc/global_data.h
/rk3399_rockchip-uboot/include/configs/APC405.h
/rk3399_rockchip-uboot/include/configs/AmigaOneG3SE.h
/rk3399_rockchip-uboot/include/configs/CPCI405DT.h
/rk3399_rockchip-uboot/include/configs/DU440.h
/rk3399_rockchip-uboot/include/configs/GTH.h
/rk3399_rockchip-uboot/include/configs/KUP4K.h
/rk3399_rockchip-uboot/include/configs/KUP4X.h
/rk3399_rockchip-uboot/include/configs/MVBC_P.h
/rk3399_rockchip-uboot/include/configs/MVBLUE.h
/rk3399_rockchip-uboot/include/configs/NC650.h
/rk3399_rockchip-uboot/include/configs/PLU405.h
/rk3399_rockchip-uboot/include/configs/PMC440.h
/rk3399_rockchip-uboot/include/configs/RPXlite_DW.h
/rk3399_rockchip-uboot/include/configs/SXNI855T.h
/rk3399_rockchip-uboot/include/configs/at91rm9200dk.h
/rk3399_rockchip-uboot/include/configs/atngw100.h
/rk3399_rockchip-uboot/include/configs/atstk1002.h
/rk3399_rockchip-uboot/include/configs/atstk1003.h
/rk3399_rockchip-uboot/include/configs/atstk1004.h
/rk3399_rockchip-uboot/include/configs/atstk1006.h
/rk3399_rockchip-uboot/include/configs/csb637.h
/rk3399_rockchip-uboot/include/configs/gth2.h
/rk3399_rockchip-uboot/include/configs/gw8260.h
/rk3399_rockchip-uboot/include/configs/hymod.h
/rk3399_rockchip-uboot/include/configs/linkstation.h
/rk3399_rockchip-uboot/include/configs/lwmon.h
/rk3399_rockchip-uboot/include/configs/lwmon5.h
/rk3399_rockchip-uboot/include/configs/m501sk.h
/rk3399_rockchip-uboot/include/configs/motionpro.h
/rk3399_rockchip-uboot/include/configs/mp2usb.h
/rk3399_rockchip-uboot/include/configs/netstar.h
/rk3399_rockchip-uboot/include/configs/ppmc8260.h
/rk3399_rockchip-uboot/include/configs/quantum.h
/rk3399_rockchip-uboot/include/configs/rmu.h
/rk3399_rockchip-uboot/include/configs/sacsng.h
/rk3399_rockchip-uboot/include/configs/sbc8260.h
/rk3399_rockchip-uboot/include/configs/sc3.h
/rk3399_rockchip-uboot/include/configs/trab.h
/rk3399_rockchip-uboot/include/configs/utx8245.h
57c219ad30-Jul-2008 Kumar Gala <galak@kernel.crashing.org>

Fix compile warnings in dlmalloc

The origional code was using on odd reference to get to the first
real element in av_[]. The first two elements of the array are
not used for actual bins, but for h

Fix compile warnings in dlmalloc

The origional code was using on odd reference to get to the first
real element in av_[]. The first two elements of the array are
not used for actual bins, but for house keeping. If we are more
explicit about how use the first few elements we can get rid of the
warnings:

dlmalloc.c: In function 'malloc_extend_top':
dlmalloc.c:1971: warning: dereferencing type-punned pointer will break strict-aliasing rules
dlmalloc.c:1999: warning: dereferencing type-punned pointer will break strict-aliasing rules
dlmalloc.c:2029: warning: dereferencing type-punned pointer will break strict-aliasing rules
...

The logic of how this code came to be is:
bin_at(0) = (char*)&(av_[2]) - 2*SIZE_SZ

SIZE_SZ is the size of pointer, and av_ is arry of pointers so:
bin_at(0) = &(av_[0])

Going from there to bin_at(0)->fd or bin_at(0)->size should be straight forward.

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

show more ...

ebb86c4e30-Jul-2008 Stefan Roese <sr@denx.de>

cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'

A recent patch used '#if (CONFIG_CMD_USB)' instead of
'#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
common/bootm.c compi

cmd_bootm.c: Fix problem with '#if (CONFIG_CMD_USB)'

A recent patch used '#if (CONFIG_CMD_USB)' instead of
'#if defined(CONFIG_CMD_USB)'. This patch fixes this problem and makes
common/bootm.c compile again.

Signed-off-by: Stefan Roese <sr@denx.de>
Acked-by: Markus Klotzbuecher <mk@denx.de>

show more ...

c14eefcc27-Jul-2008 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

Fix more printf() format warnings

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

936897d425-Jul-2008 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

Fix remaining CFG_CMD_ define, ifdef and comments

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

36d59bd923-Jul-2008 Heiko Schocher <hs@denx.de>

Fix warnings if compiling with IDE support.

cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
cmd_ide.c:839: Warnung: weak declaration of `ide_in

Fix warnings if compiling with IDE support.

cmd_ide.c:827: Warnung: weak declaration of `ide_outb' after first use results in unspecified behavior
cmd_ide.c:839: Warnung: weak declaration of `ide_inb' after first use results in unspecified behavior

Signed-off-by: Heiko Schocher <hs@denx.de>

show more ...

1953d12817-Jul-2008 Michal Simek <monstr@monstr.eu>

microblaze: Fix printf() format issues

Signed-off-by: Michal Simek <monstr@monstr.eu>

97a3bf2618-Jul-2008 Stefan Roese <sr@denx.de>

ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL

This is needed for boards that define CFG_64BIT_STRTOUL but don't define
CFG_64BIT_LBA.

Signed-off-by: Stefan Roese <sr@denx.de>

42246dac17-Jul-2008 Stefan Roese <sr@denx.de>

Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next


/rk3399_rockchip-uboot/CHANGELOG
/rk3399_rockchip-uboot/CREDITS
/rk3399_rockchip-uboot/MAINTAINERS
/rk3399_rockchip-uboot/MAKEALL
/rk3399_rockchip-uboot/Makefile
/rk3399_rockchip-uboot/board/BuS/EB+MCF-EV123/EB+MCF-EV123.c
/rk3399_rockchip-uboot/board/BuS/EB+MCF-EV123/cfm_flash.c
/rk3399_rockchip-uboot/board/BuS/EB+MCF-EV123/flash.c
/rk3399_rockchip-uboot/board/MAI/AmigaOneG3SE/ps2kbd.c
/rk3399_rockchip-uboot/board/MAI/AmigaOneG3SE/usb_uhci.c
/rk3399_rockchip-uboot/board/ads5121/README
/rk3399_rockchip-uboot/board/davinci/dv-evm/dv_board.c
/rk3399_rockchip-uboot/board/davinci/schmoogie/dv_board.c
/rk3399_rockchip-uboot/board/davinci/sffsdr/sffsdr.c
/rk3399_rockchip-uboot/board/davinci/sonata/dv_board.c
/rk3399_rockchip-uboot/board/eltec/elppc/eepro100_srom.c
/rk3399_rockchip-uboot/board/esd/cpci750/sdram_init.c
/rk3399_rockchip-uboot/board/evb64260/eth.c
/rk3399_rockchip-uboot/board/evb64260/mpsc.c
/rk3399_rockchip-uboot/board/freescale/common/sys_eeprom.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/law.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/mpc8544ds.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/tlb.c
/rk3399_rockchip-uboot/board/freescale/mpc8544ds/u-boot.lds
/rk3399_rockchip-uboot/board/matrix_vision/mvbc_p/Makefile
/rk3399_rockchip-uboot/board/matrix_vision/mvbc_p/config.mk
/rk3399_rockchip-uboot/board/matrix_vision/mvbc_p/fpga.c
/rk3399_rockchip-uboot/board/matrix_vision/mvbc_p/fpga.h
/rk3399_rockchip-uboot/board/matrix_vision/mvbc_p/mvbc_p.c
/rk3399_rockchip-uboot/board/matrix_vision/mvbc_p/mvbc_p.h
/rk3399_rockchip-uboot/board/matrix_vision/mvbc_p/mvbc_p_autoscript
/rk3399_rockchip-uboot/board/ml2/flash.c
/rk3399_rockchip-uboot/board/mpl/common/common_util.c
/rk3399_rockchip-uboot/board/mpl/common/flash.c
/rk3399_rockchip-uboot/board/mpl/common/kbd.c
/rk3399_rockchip-uboot/board/mpl/common/usb_uhci.c
/rk3399_rockchip-uboot/board/sbc8560/sbc8560.c
/rk3399_rockchip-uboot/board/snmc/qs850/qs850.c
/rk3399_rockchip-uboot/board/tqc/tqm5200/cmd_stk52xx.c
cmd_bootm.c
cmd_fdc.c
cmd_flash.c
cmd_fpga.c
cmd_mp.c
cmd_scsi.c
cmd_usb.c
devices.c
fdt_support.c
flash.c
hush.c
lcd.c
usb.c
usb_kbd.c
usb_storage.c
/rk3399_rockchip-uboot/cpu/arm926ejs/davinci/ether.c
/rk3399_rockchip-uboot/cpu/i386/serial.c
/rk3399_rockchip-uboot/cpu/ixp/npe/npe.c
/rk3399_rockchip-uboot/cpu/mpc83xx/fdt.c
/rk3399_rockchip-uboot/cpu/mpc85xx/cpu.c
/rk3399_rockchip-uboot/cpu/mpc85xx/cpu_init.c
/rk3399_rockchip-uboot/cpu/mpc85xx/fdt.c
/rk3399_rockchip-uboot/cpu/mpc85xx/mp.c
/rk3399_rockchip-uboot/cpu/mpc85xx/start.S
/rk3399_rockchip-uboot/cpu/mpc86xx/fdt.c
/rk3399_rockchip-uboot/cpu/mpc8xx/video.c
/rk3399_rockchip-uboot/cpu/ppc4xx/40x_spd_sdram.c
/rk3399_rockchip-uboot/doc/README.mvbc_p
/rk3399_rockchip-uboot/drivers/block/sym53c8xx.c
/rk3399_rockchip-uboot/drivers/input/pc_keyb.c
/rk3399_rockchip-uboot/drivers/mtd/cfi_flash.c
/rk3399_rockchip-uboot/drivers/pci/fsl_pci_init.c
/rk3399_rockchip-uboot/drivers/pci/pci_sh4.c
/rk3399_rockchip-uboot/drivers/serial/serial.c
/rk3399_rockchip-uboot/drivers/serial/usbtty.c
/rk3399_rockchip-uboot/fs/jffs2/jffs2_1pass.c
/rk3399_rockchip-uboot/fs/jffs2/jffs2_nand_1pass.c
/rk3399_rockchip-uboot/include/asm-ppc/processor.h
/rk3399_rockchip-uboot/include/configs/MPC8544DS.h
/rk3399_rockchip-uboot/include/configs/MPC8560ADS.h
/rk3399_rockchip-uboot/include/configs/MPC8610HPCD.h
/rk3399_rockchip-uboot/include/configs/MPC8641HPCN.h
/rk3399_rockchip-uboot/include/configs/MVBC_P.h
/rk3399_rockchip-uboot/include/configs/pxa255_idp.h
/rk3399_rockchip-uboot/include/configs/sbc8560.h
/rk3399_rockchip-uboot/include/fdt_support.h
/rk3399_rockchip-uboot/include/mpc5xxx.h
/rk3399_rockchip-uboot/include/mpc83xx.h
/rk3399_rockchip-uboot/lib_generic/vsprintf.c
/rk3399_rockchip-uboot/lib_m68k/board.c
/rk3399_rockchip-uboot/lib_mips/board.c
/rk3399_rockchip-uboot/lib_mips/bootm.c
/rk3399_rockchip-uboot/lib_ppc/board.c
/rk3399_rockchip-uboot/net/bootp.c
/rk3399_rockchip-uboot/net/eth.c
/rk3399_rockchip-uboot/net/net.c
/rk3399_rockchip-uboot/tools/.gitignore
/rk3399_rockchip-uboot/tools/updater/cmd_flash.c
/rk3399_rockchip-uboot/tools/updater/flash.c
015b27b908-Jul-2008 Anton Vorontsov <avorontsov@ru.mvista.com>

fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups

Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG por

fdt_support: fdt_fixup_dr_usb: add support for phy_type fixups

Currently U-Boot can only fixup the usb dr_mode, but some boards (namely
MPC8315E-RDB) can use two PHY types: ULPI (stand-alone OTG port) or UTMI
(connected to the four-ports hub, usb host only).

This patch implements support for passing Dual-Role USB controller's
device tree property phy_type through the usb_phy_type environment
variable.

Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Acked-by: Gerald Van Baren <vanbaren@cideas.com>
Signed-off-by: Kim Phillips <kim.phillips@freescale.com>

show more ...

699f051215-Jul-2008 Wolfgang Denk <wd@denx.de>

Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile

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

1d28d48e15-Jul-2008 Wolfgang Denk <wd@denx.de>

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

6b70ffb916-Jun-2008 Kim Phillips <kim.phillips@freescale.com>

fdt: add crypto node handling for MPC8{3, 5}xxE processors

Delete the crypto node if not on an E-processor. If on 8360 or 834x family,
check rev and up-rev crypto node (to SEC rev. 2.4 property val

fdt: add crypto node handling for MPC8{3, 5}xxE processors

Delete the crypto node if not on an E-processor. If on 8360 or 834x family,
check rev and up-rev crypto node (to SEC rev. 2.4 property values)
if on an 'EA' processor, e.g. MPC8349EA.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>

show more ...

348753d414-Jul-2008 Kumar Gala <galak@kernel.crashing.org>

Fix some more printf() format problems.

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

d0ff51ba14-Jul-2008 Wolfgang Denk <wd@denx.de>

Code cleanup: fix old style assignment ambiguities like "=-" etc.

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

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