| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added code for reading and writing Mac addresses to/from ID EEPROM(0x57).
With attached patch, we can use command "mac/mac read/mac save/"
to read and write EEPROM under u-boot prompt.
U-boot will calculate the checksum of EEPROM while bootup,
if it is right, then u-boot will check whether the mac address
of eTSEC0/1/2/3 is availalbe (non-zero).
If there is mac address availabe in EEPROM, u-boot will use it,
otherewise, u-boot will use the mac address defined in
MPC8641HPCN.h. This matches the requirement to set unique mac address
for each TSEC port.
Signed-off-by: Haiying Wang <haiying.wang@freescale.com>
Signed-off-by: York Sun <yorksun@freescale.com>
|
|
|
|
| |
Signed-off-by:Jason Jin <Jason.jin@freescale.com>
|
|
|
|
|
|
| |
when booting filesystem from ramdisk.
Signed-off-by:Jason Jin <Jason.jin@freescale.com>
|
|
|
|
| |
Signed-off-by: Jon Loeliger <jdl@jdl.com>
|
|
|
|
|
|
| |
Correctly tracks r29 as global data pointer now.
Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
- fix some compiler/parser error, if using m68k tool chain
- optical fix for protect on/off all messages, if using more
then one bank
Patch by Jens Scharsig, 28 July 2005
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| | |
Necessary defines and data structures were copied to DoC specific files
so that legacy NAND code could be entirely removed from u-boot tree
in the near future.
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Add Intel legacy lock/unlock support to common CFI driver
On some Intel flash's (e.g. Intel J3) legacy unlocking is
supported, meaning that unlocking of one sector will unlock
all sectors of this bank. Using this feature, unlocking
of all sectors upon startup (via env var "unlock=yes") will
get much faster.
- Fixed problem with multiple reads of envronment variable
"unlock" as pointed out by Reinhard Arlt & Anders Larsen.
- Removed unwanted linefeeds from "protect" command when
CFG_FLASH_PROTECTION is enabled.
- Changed p3p400 board to use CFG_FLASH_PROTECTION
Patch by Stefan Roese, 01 Apr 2006
* Changes/fixes for drivers/cfi_flash.c:
- Correctly handle the cases where CFG_HZ != 1000 (several
XScale-based boards)
- Fix the timeout calculation of buffered writes (off by a
factor of 1000)
Patch by Anders Larsen, 31 Mar 2006
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Patch by Stefano Babic, 29 Mar 2006
* Memory Map Update for Delta board: U-Boot is at 0x80000000-0x84000000
Merge with /home/mk/8-benq/u-boot
|
| | |
| | |
| | |
| | | |
Patch by Stefano Babic, 29 Mar 2006
|
|/ / |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| | |
incorrectly generating start/stop conditions on the bus.
Patch by Andrew Dyer, 26 Jul 2005
|
| |\ |
|
| | |
| | |
| | |
| | | |
Patch by Kumar Gala 11 Jan 2006
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | | |
kernel
Patch by Kumar Gala 11 Jan 2006
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | | |
Patch by Sam Song, 19 Jun 2005
|
| | | |
|
| | |
| | |
| | |
| | | |
Patch by Andrew Dyer, 13 Jun 2005
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- add support for Analog Devices Blackfin BF533 CPU
- add support for the ADI BF533 Stamp uClinux board
- add support for the ADI BF533 EZKit board
Patches by Richard Klingler, June 11th 2005:
|
| | |
| | |
| | |
| | | |
Patch by Steven Scholz, 10 Jun 2005
|
| | |
| | |
| | |
| | | |
Patches by Peter Korsgaard/Tolunay Orkun, 26 May 2005
|
| | | |
|
|/ / |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and
BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for
NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is
implemented for these boards.
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| | |
Patch by Mike Rapoport, 01 Nov 2005
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
|
| |
| |
| |
| | |
Patch by Ladislav Michl, 13 Sep 2005
|
| |\ |
|
| | |
| | |
| | |
| | | |
Patch by Ladislav Michl, 29 Jun 2005
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
ethaddr is assigned). Initialization moved from miiphy_register() to
eth_initialize().
Based on initial patch for 4xx platform by Matthias Fuchs.
|
|\ \ \ |
|
| | | | |
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
Patch by Stefan Roese, 20 Oct 2005
|
|\ \ \ |
|
| | | |
| | | |
| | | |
| | | | |
Patch by Stefan Roese, 14 Oct 2005
|
|\ \ \ \ |
|