History log of /rk3399_rockchip-uboot/README (Results 1151 – 1175 of 1307)
Revision Date Author Comments
# cf48eb9a 16-Apr-2006 Wolfgang Denk <wd@pollux.denx.de>

Some code cleanup


# d87080b7 31-Mar-2006 Wolfgang Denk <wd@pollux.denx.de>

GCC-4.x fixes: clean up global data pointer initialization for all boards.


# 2770bcb2 24-Mar-2006 Markus Klotzbuecher <mk@denx.de>

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


# 0b953ffc 24-Mar-2006 Markus Klotzbuecher <mk@denx.de>

Monahans related documentation update.


# e443c944 20-Mar-2006 Markus Klotzbuecher <mk@denx.de>

Support for redundant environment in NAND Flash.


# f8edca2e 20-Mar-2006 Kumar Gala <galak@kernel.crashing.org>

Merge branch 'origin'

Conflicts:

CHANGELOG


# 09e4b0c5 17-Mar-2006 Wolfgang Denk <wd@pollux.denx.de>

Add support for Lite5200B board.
Patch by Patch by Jose Maria (Txema) Lopez, 16 Jan 2006


# 15940c9a 13-Mar-2006 Stefan Roese <sr@denx.de>

Change max size of uncompressed uImage's to 8MByte and add
CFG_BOOTM_LEN to adjust this setting.

As mentioned by Robin Getz on 2005-05-24 the size of uncompressed
uImages was restricted to 4MBytes.

Change max size of uncompressed uImage's to 8MByte and add
CFG_BOOTM_LEN to adjust this setting.

As mentioned by Robin Getz on 2005-05-24 the size of uncompressed
uImages was restricted to 4MBytes. This default size is now
increased to 8Mbytes and can be overrided by setting CFG_BOOTM_LEN
in the board config file.

Patch by Stefan Roese, 13 Mar 2006

show more ...


# a3f01698 12-Mar-2006 Wolfgang Denk <wd@pollux.denx.de>

Merge with git://git.kernel.org/pub/scm/boot/u-boot/u-boot.git#ft_infr


# 953c5b6f 12-Mar-2006 Wolfgang Denk <wd@pollux.denx.de>

Adjust "echo" as a default command
Patch by Sam Song, 19 Jun 2005


# 21a3cbd0 11-Jan-2006 Kumar Gala <galak@kernel.crashing.org>

Merge branch 'ft_infr'


# c2871f03 11-Jan-2006 Kumar Gala <galak@kernel.crashing.org>

Added OF_STDOUT_PATH and OF_SOC

OF_STDOUT_PATH specifies the path to the device the kernel can use
for console output

OF_SOC specifies the proper name of the SOC node if one exists.
Patch by Kumar

Added OF_STDOUT_PATH and OF_SOC

OF_STDOUT_PATH specifies the path to the device the kernel can use
for console output

OF_SOC specifies the proper name of the SOC node if one exists.
Patch by Kumar Gala 11 Jan 2006

show more ...


# 4e253137 11-Jan-2006 Kumar Gala <galak@kernel.crashing.org>

Allow board code to fixup the flat device tree before booting a
kernel
Patch by Kumar Gala 11 Jan 2006


# e4f880ed 11-Jan-2006 Kumar Gala <galak@kernel.crashing.org>

Added CONFIG_ options for bd_t and env in flat dev tree

CONFIG_OF_HAS_BD_T will put a copy of the bd_t
into the resulting flat device tree.

CONFIG_OF_HAS_UBOOT_ENV will copy the e

Added CONFIG_ options for bd_t and env in flat dev tree

CONFIG_OF_HAS_BD_T will put a copy of the bd_t
into the resulting flat device tree.

CONFIG_OF_HAS_UBOOT_ENV will copy the environment
variables from u-boot into the flat device tree

Patch by Kumar Gala 11 Jan 2006

show more ...


# 5568e613 22-Nov-2005 Stefan Roese <sr@denx.de>

Add support for Prodrive P3P440 board:
- Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c
- CFG_FLASH_QUIET_TEST added to use the common CFI driver
for bank autodetection
Patch by Stefan R

Add support for Prodrive P3P440 board:
- Added onboard PPC440 DDR autodetection in cpu/ppc/sdram.c
- CFG_FLASH_QUIET_TEST added to use the common CFI driver
for bank autodetection
Patch by Stefan Roese, 22 Nov 2005

show more ...


# fe126d8b 20-Nov-2005 Wolfgang Denk <wd@pollux.(none)>

Change all '$(...)' variable references into '${...}'
which makes the environment compatible with the hush shell.
WARNING: Support for the old '$(...)' syntax will be
discontinued in a later version.


# f57f70aa 12-Oct-2005 Wolfgang Denk <wd@pollux.denx.de>

Support passing of OF flat trees to the kernel.
Patch by Pantelis Antoniou, 04 Sep 2005


# 3df5bea0 08-Oct-2005 Wolfgang Denk <wd@pollux.denx.de>

Add support for NetSilicon NS7520 processor.
Patch by Art Shipkowski, 12 May 2005

Cleanup.


# 7521af1c 08-Oct-2005 Wolfgang Denk <wd@pollux.denx.de>

Add support for AP1000 board.
Patch by James MacAulay, 07 Oct 2005


# f5c254d7 05-Oct-2005 Wolfgang Denk <wd@pollux.denx.de>

Fix the machine-id of the Cogent csb637 board
Patch by Anders Larsen, 05 Oct 2005


# 99b0d285 04-Oct-2005 Wolfgang Denk <wd@pollux.denx.de>

Added support for KwikByte KB920x boards (based on AT91RM9200)
Patch by Matt ?? <kb9200_dev@kwikbyte.com>, 27 Apr 2005


# c570b2fd 25-Sep-2005 Wolfgang Denk <wd@pollux.(none)>

Add board support for armadillo HT1070
Patch by Rowel Atienza, 06 Apr 2005


# 28cb9375 24-Sep-2005 Wolfgang Denk <wd@pollux.(none)>

Update for TFTP using a fixed UDP port
Use the approved environment variable names. Added "tftpdstp" to
allow ports other than 69 per Tolunay Orkun's recommendation.
Patch by Jerry Van Baren, 12 Jan

Update for TFTP using a fixed UDP port
Use the approved environment variable names. Added "tftpdstp" to
allow ports other than 69 per Tolunay Orkun's recommendation.
Patch by Jerry Van Baren, 12 Jan 2005

show more ...


# ecb0ccd9 24-Sep-2005 Wolfgang Denk <wd@pollux.(none)>

Allow to force TFTP to use a fixed UDP port
(Add a configuration option CONFIG_TFTP_PORT and optional env variable tftpport)
Patch by Jerry Van Baren, 10 Jan 2005


# 0c8721a4 23-Sep-2005 Wolfgang Denk <wd@pollux.(none)>

Cleanup (PPC4xx is AMCC now)


1...<<41424344454647484950>>...53