Convert ISO-8859 files to UTF-8
There was a mix of UTF-8 and ISO-8859 files in the U-Boot source tree, which could cause issues with the patchwork review system. This commit converts all ISO-8859 files to UTF-8. Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
This commit is contained in:
parent
eccfb49046
commit
fa82f871c8
10
MAINTAINERS
10
MAINTAINERS
|
@ -74,7 +74,7 @@ Joe D'Abbraccio <ljd015@freescale.com>
|
||||||
|
|
||||||
MPC837xERDB MPC837x
|
MPC837xERDB MPC837x
|
||||||
|
|
||||||
Kári Davíðsson <kd@flaga.is>
|
Kári Davíðsson <kd@flaga.is>
|
||||||
|
|
||||||
FLAGADM MPC823
|
FLAGADM MPC823
|
||||||
|
|
||||||
|
@ -601,7 +601,7 @@ Rishi Bhattacharya <rishi@ti.com>
|
||||||
|
|
||||||
omap5912osk ARM926EJS
|
omap5912osk ARM926EJS
|
||||||
|
|
||||||
Andreas Bießmann <andreas.devel@gmail.com>
|
Andreas Bießmann <andreas.devel@gmail.com>
|
||||||
|
|
||||||
at91rm9200ek at91rm9200
|
at91rm9200ek at91rm9200
|
||||||
grasshopper avr32
|
grasshopper avr32
|
||||||
|
@ -664,7 +664,7 @@ Simon Guinot <simon.guinot@sequanux.org>
|
||||||
netspace_v2 ARM926EJS (Kirkwood SoC)
|
netspace_v2 ARM926EJS (Kirkwood SoC)
|
||||||
netspace_max_v2 ARM926EJS (Kirkwood SoC)
|
netspace_max_v2 ARM926EJS (Kirkwood SoC)
|
||||||
|
|
||||||
Marius Gröger <mag@sysgo.de>
|
Marius Gröger <mag@sysgo.de>
|
||||||
|
|
||||||
impa7 ARM720T (EP7211)
|
impa7 ARM720T (EP7211)
|
||||||
ep7312 ARM720T (EP7312)
|
ep7312 ARM720T (EP7312)
|
||||||
|
@ -752,7 +752,7 @@ Nishanth Menon <nm@ti.com>
|
||||||
omap3_sdp3430 ARM ARMV7 (OMAP3xx SoC)
|
omap3_sdp3430 ARM ARMV7 (OMAP3xx SoC)
|
||||||
omap3_zoom1 ARM ARMV7 (OMAP3xx SoC)
|
omap3_zoom1 ARM ARMV7 (OMAP3xx SoC)
|
||||||
|
|
||||||
David Müller <d.mueller@elsoft.ch>
|
David Müller <d.mueller@elsoft.ch>
|
||||||
|
|
||||||
smdk2410 ARM920T
|
smdk2410 ARM920T
|
||||||
VCMA9 ARM920T
|
VCMA9 ARM920T
|
||||||
|
@ -910,7 +910,7 @@ Richard Woodruff <r-woodruff2@ti.com>
|
||||||
|
|
||||||
omap2420h4 ARM1136EJS
|
omap2420h4 ARM1136EJS
|
||||||
|
|
||||||
Alex Züpke <azu@sysgo.de>
|
Alex Züpke <azu@sysgo.de>
|
||||||
|
|
||||||
lart SA1100
|
lart SA1100
|
||||||
dnp1110 SA1110
|
dnp1110 SA1110
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
*
|
*
|
||||||
* Copyright (c) 2004 Texas Instruments <r-woodruff2@ti.com>
|
* Copyright (c) 2004 Texas Instruments <r-woodruff2@ti.com>
|
||||||
*
|
*
|
||||||
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
||||||
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
||||||
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
|
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
|
||||||
* Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com>
|
* Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com>
|
||||||
* Copyright (c) 2003 Kshitij <kshitij@ti.com>
|
* Copyright (c) 2003 Kshitij <kshitij@ti.com>
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* armboot - Startup Code for ARM720 CPU-core
|
* armboot - Startup Code for ARM720 CPU-core
|
||||||
*
|
*
|
||||||
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
||||||
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* armboot - Startup Code for ARM920 CPU-core
|
* armboot - Startup Code for ARM920 CPU-core
|
||||||
*
|
*
|
||||||
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
||||||
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
||||||
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
|
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
*
|
*
|
||||||
* ----- Adapted for OMAP1510 from ARM920 code ------
|
* ----- Adapted for OMAP1510 from ARM920 code ------
|
||||||
*
|
*
|
||||||
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
||||||
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
||||||
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
|
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
|
||||||
* Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com>
|
* Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com>
|
||||||
* Copyright (c) 2003 Kshitij <kshitij@ti.com>
|
* Copyright (c) 2003 Kshitij <kshitij@ti.com>
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
*
|
*
|
||||||
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
|
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
|
||||||
*
|
*
|
||||||
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
||||||
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
||||||
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
|
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
|
||||||
* Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com>
|
* Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com>
|
||||||
* Copyright (c) 2003 Kshitij <kshitij@ti.com>
|
* Copyright (c) 2003 Kshitij <kshitij@ti.com>
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
*
|
*
|
||||||
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
|
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
|
||||||
*
|
*
|
||||||
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
||||||
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
||||||
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
|
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
|
||||||
* Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com>
|
* Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com>
|
||||||
* Copyright (c) 2003 Kshitij <kshitij@ti.com>
|
* Copyright (c) 2003 Kshitij <kshitij@ti.com>
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
*
|
*
|
||||||
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
|
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
|
||||||
*
|
*
|
||||||
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
||||||
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
||||||
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
|
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
|
||||||
* Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com>
|
* Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com>
|
||||||
* Copyright (c) 2003 Kshitij <kshitij@ti.com>
|
* Copyright (c) 2003 Kshitij <kshitij@ti.com>
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
*
|
*
|
||||||
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
|
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
|
||||||
*
|
*
|
||||||
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
||||||
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
||||||
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
|
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
|
||||||
* Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com>
|
* Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com>
|
||||||
* Copyright (c) 2003 Kshitij <kshitij@ti.com>
|
* Copyright (c) 2003 Kshitij <kshitij@ti.com>
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
*
|
*
|
||||||
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
|
* ----- Adapted for OMAP1610 OMAP730 from ARM925t code ------
|
||||||
*
|
*
|
||||||
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
||||||
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
||||||
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
|
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
|
||||||
* Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com>
|
* Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com>
|
||||||
* Copyright (c) 2003 Kshitij <kshitij@ti.com>
|
* Copyright (c) 2003 Kshitij <kshitij@ti.com>
|
||||||
|
|
|
@ -975,7 +975,7 @@ typedef struct
|
||||||
* @li 1 - Generate HEC.
|
* @li 1 - Generate HEC.
|
||||||
* @li 0 - Disable HEC generation.
|
* @li 0 - Disable HEC generation.
|
||||||
*/
|
*/
|
||||||
unsigned int txCOSET:1; /**< [24] If enabled the HEC is Exclusive-ORÆed with the value 0x55 before
|
unsigned int txCOSET:1; /**< [24] If enabled the HEC is Exclusive-OR'ed with the value 0x55 before
|
||||||
* being presented on the Utopia bus.
|
* being presented on the Utopia bus.
|
||||||
* @li 1 - Enable HEC ExOR with value 0x55
|
* @li 1 - Enable HEC ExOR with value 0x55
|
||||||
* @li 0 - Use generated HEC value.
|
* @li 0 - Use generated HEC value.
|
||||||
|
@ -1302,7 +1302,7 @@ typedef struct
|
||||||
@li 1 - HEC checking enabled
|
@li 1 - HEC checking enabled
|
||||||
@li 0 - HEC checking disabled */
|
@li 0 - HEC checking disabled */
|
||||||
|
|
||||||
unsigned int rxCOSET:1; /**< [25] If enabled the HEC is Exclusive-ORÆed with the value 0x55
|
unsigned int rxCOSET:1; /**< [25] If enabled the HEC is Exclusive-OR'ed with the value 0x55
|
||||||
before being tested with the received HEC.
|
before being tested with the received HEC.
|
||||||
@li 1 - Enable HEC ExOR with value 0x55.
|
@li 1 - Enable HEC ExOR with value 0x55.
|
||||||
@li 0 - Use generated HEC value.*/
|
@li 0 - Use generated HEC value.*/
|
||||||
|
@ -1320,9 +1320,9 @@ typedef struct
|
||||||
|
|
||||||
unsigned int rxHashEnbGFC:1; /**< [15] Specifies if the VPI field [11:8]/GFC field should be
|
unsigned int rxHashEnbGFC:1; /**< [15] Specifies if the VPI field [11:8]/GFC field should be
|
||||||
included in the Hash data input or if the bits should be padded
|
included in the Hash data input or if the bits should be padded
|
||||||
with 1Æb0.
|
with 1'b0.
|
||||||
@li 1 - VPI [11:8]/GFC field valid and used in Hash residue calculation.
|
@li 1 - VPI [11:8]/GFC field valid and used in Hash residue calculation.
|
||||||
@li 0 - VPI [11:8]/GFC field padded with 1Æb0 */
|
@li 0 - VPI [11:8]/GFC field padded with 1'b0 */
|
||||||
|
|
||||||
unsigned int rxPreHash:1; /**< [14] Enable Pre-hash value generation. Specifies if the
|
unsigned int rxPreHash:1; /**< [14] Enable Pre-hash value generation. Specifies if the
|
||||||
incoming cell data should be pre-hashed to allow VPI/VCI header look-up
|
incoming cell data should be pre-hashed to allow VPI/VCI header look-up
|
||||||
|
@ -1489,10 +1489,10 @@ typedef struct
|
||||||
unsigned int invalidSizeOvrInt:1; /**< [9] Enable CBI Receive Status Condition if the InvalidSizeCount
|
unsigned int invalidSizeOvrInt:1; /**< [9] Enable CBI Receive Status Condition if the InvalidSizeCount
|
||||||
register overflows.
|
register overflows.
|
||||||
@li 1 - CBI Receive Status Condition asserted.
|
@li 1 - CBI Receive Status Condition asserted.
|
||||||
@li¸0 - No CBI Receive Status asserted */
|
@li 0 - No CBI Receive Status asserted */
|
||||||
|
|
||||||
unsigned int rxIdleOvrInt:1; /**< [8] Enable CBI Receive Status Condition if the RxIdleCount overflows.
|
unsigned int rxIdleOvrInt:1; /**< [8] Enable CBI Receive Status Condition if the RxIdleCount overflows.
|
||||||
@li 1 - CBI Receive Condition asserted.
|
@li 1 - CBI Receive Condition asserted.
|
||||||
@li 0 - No CBI Receive Condition asserted */
|
@li 0 - No CBI Receive Condition asserted */
|
||||||
|
|
||||||
unsigned int reserved_2:3; /**< [7:5] These bits are always 0 */
|
unsigned int reserved_2:3; /**< [7:5] These bits are always 0 */
|
||||||
|
@ -1679,7 +1679,7 @@ typedef struct
|
||||||
unsigned int txReset:1; /**< [25] Resets the Utopia Coprocessor transmit module to a known state.
|
unsigned int txReset:1; /**< [25] Resets the Utopia Coprocessor transmit module to a known state.
|
||||||
* @li Note: All transmit configuration and status registers will be reset
|
* @li Note: All transmit configuration and status registers will be reset
|
||||||
* to their reset values.
|
* to their reset values.
|
||||||
* @li 0 - Normal operating mode¸
|
* @li 0 - Normal operating mode
|
||||||
* @li 1 - Reset transmit modules
|
* @li 1 - Reset transmit modules
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -250,7 +250,7 @@ PUBLIC void ixOsalIrqUnlock (UINT32 irqEnable);
|
||||||
*
|
*
|
||||||
* @brief Selectively disables interrupts
|
* @brief Selectively disables interrupts
|
||||||
*
|
*
|
||||||
* @param irqLevel new interrupt level
|
* @param irqLevel - new interrupt level
|
||||||
*
|
*
|
||||||
* Disables the interrupts below the specified interrupt level
|
* Disables the interrupts below the specified interrupt level
|
||||||
*
|
*
|
||||||
|
@ -269,7 +269,7 @@ PUBLIC UINT32 ixOsalIrqLevelSet (UINT32 irqLevel);
|
||||||
*
|
*
|
||||||
* @brief Enables an interrupt level
|
* @brief Enables an interrupt level
|
||||||
*
|
*
|
||||||
* @param irqLevel interrupt level to enable
|
* @param irqLevel - interrupt level to enable
|
||||||
*
|
*
|
||||||
* Enables the specified interrupt level
|
* Enables the specified interrupt level
|
||||||
*
|
*
|
||||||
|
@ -285,7 +285,7 @@ PUBLIC void ixOsalIrqEnable (UINT32 irqLevel);
|
||||||
*
|
*
|
||||||
* @brief Disables an interrupt level
|
* @brief Disables an interrupt level
|
||||||
*
|
*
|
||||||
* @param irqLevel interrupt level to disable
|
* @param irqLevel - interrupt level to disable
|
||||||
*
|
*
|
||||||
* Disables the specified interrupt level
|
* Disables the specified interrupt level
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
/*
|
/*
|
||||||
* armboot - Startup Code for ARM920 CPU-core
|
* armboot - Startup Code for ARM920 CPU-core
|
||||||
*
|
*
|
||||||
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
|
||||||
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
|
||||||
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
|
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
* Copyright (C) 1998 Dan Malek <dmalek@jlc.net>
|
* Copyright (C) 1998 Dan Malek <dmalek@jlc.net>
|
||||||
* Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
|
* Copyright (C) 1999 Magnus Damm <kieraypc01.p.y.kie.era.ericsson.se>
|
||||||
* Copyright (C) 2000 Wolfgang Denk <wd@denx.de>
|
* Copyright (C) 2000 Wolfgang Denk <wd@denx.de>
|
||||||
* Copyright (c) 2001 Alex Züpke <azu@sysgo.de>
|
* Copyright (c) 2001 Alex Züpke <azu@sysgo.de>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2003
|
* (C) Copyright 2003
|
||||||
* David Müller ELSOFT AG Switzerland. d.mueller@elsoft.ch
|
* David Müller ELSOFT AG Switzerland. d.mueller@elsoft.ch
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2003
|
* (C) Copyright 2003
|
||||||
* David Müller ELSOFT AG Switzerland. d.mueller@elsoft.ch
|
* David Müller ELSOFT AG Switzerland. d.mueller@elsoft.ch
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2003
|
* (C) Copyright 2003
|
||||||
* David Müller ELSOFT AG Switzerland. d.mueller@elsoft.ch
|
* David Müller ELSOFT AG Switzerland. d.mueller@elsoft.ch
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -182,7 +182,7 @@ void cpu_init_f (volatile immap_t * immr)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* now restrict to preliminary range */
|
/* now restrict to preliminary range */
|
||||||
/* the PS came from the HRCW, don´t change it */
|
/* the PS came from the HRCW, don't change it */
|
||||||
memctl->memc_br0 = SET_VAL_MASK(memctl->memc_br0 , CONFIG_SYS_BR0_PRELIM, BRx_PS_MSK);
|
memctl->memc_br0 = SET_VAL_MASK(memctl->memc_br0 , CONFIG_SYS_BR0_PRELIM, BRx_PS_MSK);
|
||||||
memctl->memc_or0 = CONFIG_SYS_OR0_PRELIM;
|
memctl->memc_or0 = CONFIG_SYS_OR0_PRELIM;
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
*
|
*
|
||||||
* Adapted for U-Boot:
|
* Adapted for U-Boot:
|
||||||
* (C) Copyright 2001 Denis Peter, MPL AG Switzerland
|
* (C) Copyright 2001 Denis Peter, MPL AG Switzerland
|
||||||
* (C) Copyright 2008, Daniel Hellström, daniel@gaisler.com
|
* (C) Copyright 2008, Daniel Hellström, daniel@gaisler.com
|
||||||
* Added AMBA Plug&Play detection of GRUSB, modified interrupt handler.
|
* Added AMBA Plug&Play detection of GRUSB, modified interrupt handler.
|
||||||
* Added cache flushes where needed.
|
* Added cache flushes where needed.
|
||||||
*
|
*
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||||
#
|
#
|
||||||
# (C) Copyright 2002
|
# (C) Copyright 2002
|
||||||
# Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
|
# Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
|
||||||
#
|
#
|
||||||
# See file CREDITS for list of people who contributed to this
|
# See file CREDITS for list of people who contributed to this
|
||||||
# project.
|
# project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# (C) Copyright 2002
|
# (C) Copyright 2002
|
||||||
# Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
|
# Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
|
||||||
#
|
#
|
||||||
# See file CREDITS for list of people who contributed to this
|
# See file CREDITS for list of people who contributed to this
|
||||||
# project.
|
# project.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Graeme Russ, <graeme.russ@gmail.com>
|
* Graeme Russ, <graeme.russ@gmail.com>
|
||||||
*
|
*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Sysgo Real-Time Solutions, GmbH <www.elinos.com>
|
* Sysgo Real-Time Solutions, GmbH <www.elinos.com>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Graeme Russ, <graeme.russ@gmail.com>
|
* Graeme Russ, <graeme.russ@gmail.com>
|
||||||
*
|
*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* Portions of this file are derived from the Linux kernel source
|
* Portions of this file are derived from the Linux kernel source
|
||||||
* Copyright (C) 1991, 1992 Linus Torvalds
|
* Copyright (C) 1991, 1992 Linus Torvalds
|
||||||
|
@ -246,7 +246,7 @@ void irq_llsr(struct irq_regs *regs)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* For detailed description of each exception, refer to:
|
* For detailed description of each exception, refer to:
|
||||||
* Intel® 64 and IA-32 Architectures Software Developer's Manual
|
* Intel® 64 and IA-32 Architectures Software Developer's Manual
|
||||||
* Volume 1: Basic Architecture
|
* Volume 1: Basic Architecture
|
||||||
* Order Number: 253665-029US, November 2008
|
* Order Number: 253665-029US, November 2008
|
||||||
* Table 6-1. Exceptions and Interrupts
|
* Table 6-1. Exceptions and Interrupts
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* U-boot - x86 Startup Code
|
* U-boot - x86 Startup Code
|
||||||
*
|
*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||||
#
|
#
|
||||||
# (C) Copyright 2002
|
# (C) Copyright 2002
|
||||||
# Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
|
# Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
|
||||||
#
|
#
|
||||||
# See file CREDITS for list of people who contributed to this
|
# See file CREDITS for list of people who contributed to this
|
||||||
# project.
|
# project.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Graeme Russ, <graeme.russ@gmail.com>
|
* Graeme Russ, <graeme.russ@gmail.com>
|
||||||
*
|
*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Graeme Russ, <graeme.russ@gmail.com>
|
* Graeme Russ, <graeme.russ@gmail.com>
|
||||||
*
|
*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Graeme Russ, <graeme.russ@gmail.com>
|
* Graeme Russ, <graeme.russ@gmail.com>
|
||||||
*
|
*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Graeme Russ, <graeme.russ@gmail.com>
|
* Graeme Russ, <graeme.russ@gmail.com>
|
||||||
*
|
*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* Graeme Russ, <graeme.russ@gmail.com>
|
* Graeme Russ, <graeme.russ@gmail.com>
|
||||||
*
|
*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* Graeme Russ, <graeme.russ@gmail.com>
|
* Graeme Russ, <graeme.russ@gmail.com>
|
||||||
*
|
*
|
||||||
* (C) Copyright 2002,2003
|
* (C) Copyright 2002,2003
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
|
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
|
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
|
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se
|
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB <daniel@omicron.se>.
|
* Daniel Engström, Omicron Ceti AB <daniel@omicron.se>.
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB <daniel@omicron.se>.
|
* Daniel Engström, Omicron Ceti AB <daniel@omicron.se>.
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Graeme Russ, graeme.russ@gmail.com
|
* Graeme Russ, graeme.russ@gmail.com
|
||||||
*
|
*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se
|
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se
|
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se
|
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se
|
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
|
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se
|
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se
|
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Graeme Russ, <graeme.russ@gmail.com>
|
* Graeme Russ, <graeme.russ@gmail.com>
|
||||||
*
|
*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Wolfgang Denk, DENX Software Engineering, <wd@denx.de>
|
* Wolfgang Denk, DENX Software Engineering, <wd@denx.de>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
* Wolfgang Denk, DENX Software Engineering, <wd@denx.de>
|
* Wolfgang Denk, DENX Software Engineering, <wd@denx.de>
|
||||||
*
|
*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* (C) Copyright 2001
|
* (C) Copyright 2001
|
||||||
* Josh Huber, Mission Critical Linux, Inc, <huber@mclx.com>
|
* Josh Huber, Mission Critical Linux, Inc, <huber@mclx.com>
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
* Daniel Hellstrom, Detlev Zundel, Wolfgang Denk and Josh Huber are
|
* Daniel Hellstrom, Detlev Zundel, Wolfgang Denk and Josh Huber are
|
||||||
* credited for the corresponding work on those ports. The original
|
* credited for the corresponding work on those ports. The original
|
||||||
* interrupt handling routines for the x86 port were written by
|
* interrupt handling routines for the x86 port were written by
|
||||||
* Daniel Engström
|
* Daniel Engström
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <common.h>
|
#include <common.h>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Graeme Russ, <graeme.russ@gmail.com>
|
* Graeme Russ, <graeme.russ@gmail.com>
|
||||||
*
|
*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se
|
* Daniel Engström, Omicron Ceti AB, daniel@omicron.se
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Graeme Russ, <graeme.russ@gmail.com>
|
* Graeme Russ, <graeme.russ@gmail.com>
|
||||||
*
|
*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -386,7 +386,7 @@ TCP: Hash tables configured (established 1024 bind 1024)
|
||||||
IP-Config: Incomplete network configuration information.
|
IP-Config: Incomplete network configuration information.
|
||||||
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
|
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
|
||||||
VFS: Mounted root (ext2 filesystem).
|
VFS: Mounted root (ext2 filesystem).
|
||||||
Freeing unused kernel memory: 44k iné
|
Freeing unused kernel memory: 44k init
|
||||||
init started: BusyBox v0.60.2 (2002.07.01-12:06+0000) multi-call Configuring hostname
|
init started: BusyBox v0.60.2 (2002.07.01-12:06+0000) multi-call Configuring hostname
|
||||||
Configuring lo...
|
Configuring lo...
|
||||||
Configuring eth0...
|
Configuring eth0...
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* memoryGetBankBaseAddress - Returns the base address of a memory bank.
|
* memoryGetBankBaseAddress - Returns the base address of a memory bank.
|
||||||
* DESCRIPTION:
|
* DESCRIPTION:
|
||||||
* This function returns the base address of one of the SDRAM’s memory
|
* This function returns the base address of one of the SDRAM's memory
|
||||||
* banks. There are 4 memory banks and each one represents one DIMM side.
|
* banks. There are 4 memory banks and each one represents one DIMM side.
|
||||||
* INPUT:
|
* INPUT:
|
||||||
* MEMORY_BANK bank - Selects one of the four banks as defined in Memory.h.
|
* MEMORY_BANK bank - Selects one of the four banks as defined in Memory.h.
|
||||||
|
@ -366,8 +366,8 @@ unsigned int memoryGetDeviceWidth (DEVICE device)
|
||||||
* This function sets new base and size for one the memory banks
|
* This function sets new base and size for one the memory banks
|
||||||
* (CS0 - CS3). It is the programmer`s responsibility to make sure that
|
* (CS0 - CS3). It is the programmer`s responsibility to make sure that
|
||||||
* there are no conflicts with other memory spaces. When two memory spaces
|
* there are no conflicts with other memory spaces. When two memory spaces
|
||||||
* overlap, the MV’s behavior is not defined .If a bank needs to be closed,
|
* overlap, the MV's behavior is not defined .If a bank needs to be closed,
|
||||||
* set the ’bankLength’ parameter size to 0x0.
|
* set the 'bankLength' parameter size to 0x0.
|
||||||
*
|
*
|
||||||
* INPUT:
|
* INPUT:
|
||||||
* bank - One of the memory banks (CS0-CS3) as defined in gtMemory.h.
|
* bank - One of the memory banks (CS0-CS3) as defined in gtMemory.h.
|
||||||
|
@ -375,7 +375,7 @@ unsigned int memoryGetDeviceWidth (DEVICE device)
|
||||||
* bankLength - The memory bank size. This function will decrement the
|
* bankLength - The memory bank size. This function will decrement the
|
||||||
* 'bankLength' parameter by one and then check if the size is
|
* 'bankLength' parameter by one and then check if the size is
|
||||||
* valid. A valid size must be programed from LSB to MSB as
|
* valid. A valid size must be programed from LSB to MSB as
|
||||||
* sequence of ‘1’s followed by sequence of ‘0’s.
|
* sequence of '1's followed by sequence of '0's.
|
||||||
* To close a memory window simply set the size to 0.
|
* To close a memory window simply set the size to 0.
|
||||||
* NOTE!!!
|
* NOTE!!!
|
||||||
* The size must be in 64Kbyte granularity.
|
* The size must be in 64Kbyte granularity.
|
||||||
|
@ -487,7 +487,7 @@ bool memoryMapBank (MEMORY_BANK bank, unsigned int bankBase,
|
||||||
* This function sets new base and size for one the device windows
|
* This function sets new base and size for one the device windows
|
||||||
* (DEV_CS0 - DEV_CS3). It is the programmer`s responsibility to make sure
|
* (DEV_CS0 - DEV_CS3). It is the programmer`s responsibility to make sure
|
||||||
* that there are no conflicts with other memory spaces. When two memory
|
* that there are no conflicts with other memory spaces. When two memory
|
||||||
* spaces overlap, the MV’s behavior is not defined .If a device window
|
* spaces overlap, the MV's behavior is not defined .If a device window
|
||||||
* needs to be closed, set the 'deviceLength' parameter size to 0x0.
|
* needs to be closed, set the 'deviceLength' parameter size to 0x0.
|
||||||
*
|
*
|
||||||
* INPUT:
|
* INPUT:
|
||||||
|
@ -497,8 +497,8 @@ bool memoryMapBank (MEMORY_BANK bank, unsigned int bankBase,
|
||||||
* deviceLength - The device window size. This function will decrement
|
* deviceLength - The device window size. This function will decrement
|
||||||
* the 'deviceLength' parameter by one and then
|
* the 'deviceLength' parameter by one and then
|
||||||
* check if the size is valid. A valid size must be
|
* check if the size is valid. A valid size must be
|
||||||
* programed from LSB to MSB as sequence of ‘1’s
|
* programed from LSB to MSB as sequence of '1's
|
||||||
* followed by sequence of ‘0’s.
|
* followed by sequence of '0's.
|
||||||
* To close a memory window simply set the size to 0.
|
* To close a memory window simply set the size to 0.
|
||||||
*
|
*
|
||||||
* NOTE!!!
|
* NOTE!!!
|
||||||
|
@ -604,7 +604,7 @@ bool memoryMapDeviceSpace (DEVICE device, unsigned int deviceBase,
|
||||||
* This function sets new base and size for one the PCI windows
|
* This function sets new base and size for one the PCI windows
|
||||||
* (PCI memory0/1/2..). It is the programmer`s responsibility to make sure
|
* (PCI memory0/1/2..). It is the programmer`s responsibility to make sure
|
||||||
* that there are no conflicts with other memory spaces. When two memory
|
* that there are no conflicts with other memory spaces. When two memory
|
||||||
* spaces overlap, the MV’s behavior is not defined .If a PCI window
|
* spaces overlap, the MV's behavior is not defined. If a PCI window
|
||||||
* needs to be closed, set the 'pciWindowSize' parameter size to 0x0.
|
* needs to be closed, set the 'pciWindowSize' parameter size to 0x0.
|
||||||
*
|
*
|
||||||
* INPUT:
|
* INPUT:
|
||||||
|
@ -613,7 +613,7 @@ bool memoryMapDeviceSpace (DEVICE device, unsigned int deviceBase,
|
||||||
* pciWindowSize - The PCI window size. This function will decrement the
|
* pciWindowSize - The PCI window size. This function will decrement the
|
||||||
* 'pciWindowSize' parameter by one and then check if the
|
* 'pciWindowSize' parameter by one and then check if the
|
||||||
* size is valid. A valid size must be programed from LSB
|
* size is valid. A valid size must be programed from LSB
|
||||||
* to MSB as sequence of ‘1’s followed by sequence of ‘0’s.
|
* to MSB as sequence of '1's followed by sequence of '0's.
|
||||||
* To close a memory window simply set the size to 0.
|
* To close a memory window simply set the size to 0.
|
||||||
*
|
*
|
||||||
* NOTE!!!
|
* NOTE!!!
|
||||||
|
@ -718,14 +718,14 @@ bool memorySetPciWindow (PCI_MEM_WINDOW pciWindow, unsigned int pciWindowBase,
|
||||||
* registers memory space.
|
* registers memory space.
|
||||||
*
|
*
|
||||||
* DESCRIPTION:
|
* DESCRIPTION:
|
||||||
* This function set new base address for the internal register’s memory
|
* This function set new base address for the internal registers memory
|
||||||
* space (the size is fixed and cannot be modified). The function does not
|
* space (the size is fixed and cannot be modified). The function does not
|
||||||
* handle overlapping with other memory spaces, it is the programer's
|
* handle overlapping with other memory spaces, it is the programer's
|
||||||
* responsibility to ensure that overlapping does not occur.
|
* responsibility to ensure that overlapping does not occur.
|
||||||
* When two memory spaces overlap, the MV’s behavior is not defined.
|
* When two memory spaces overlap, the MV's behavior is not defined.
|
||||||
*
|
*
|
||||||
* INPUT:
|
* INPUT:
|
||||||
* internalRegBase - new base address for the internal register’s memory
|
* internalRegBase - new base address for the internal registers memory
|
||||||
* space.
|
* space.
|
||||||
*
|
*
|
||||||
* OUTPUT:
|
* OUTPUT:
|
||||||
|
@ -762,7 +762,7 @@ bool memoryMapInternalRegistersSpace (unsigned int internalRegBase)
|
||||||
* address.
|
* address.
|
||||||
*
|
*
|
||||||
* DESCRIPTION:
|
* DESCRIPTION:
|
||||||
* This function returns the base address of the internal register’s
|
* This function returns the base address of the internal registers
|
||||||
* memory space .
|
* memory space .
|
||||||
*
|
*
|
||||||
* INPUT:
|
* INPUT:
|
||||||
|
@ -772,7 +772,7 @@ bool memoryMapInternalRegistersSpace (unsigned int internalRegBase)
|
||||||
* None.
|
* None.
|
||||||
*
|
*
|
||||||
* RETURN:
|
* RETURN:
|
||||||
* 32 bit base address of the internal register’s memory space.
|
* 32 bit base address of the internal registers memory space.
|
||||||
*
|
*
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
unsigned int memoryGetInternalRegistersSpace (void)
|
unsigned int memoryGetInternalRegistersSpace (void)
|
||||||
|
@ -874,7 +874,7 @@ void gtMemorySetInternalSramBaseAddr (unsigned int sramBaseAddress)
|
||||||
* regionSize - The region's size. This function will decrement the
|
* regionSize - The region's size. This function will decrement the
|
||||||
* 'regionSize' parameter by one and then check if the size
|
* 'regionSize' parameter by one and then check if the size
|
||||||
* is valid. A valid size must be programed from LSB to MSB
|
* is valid. A valid size must be programed from LSB to MSB
|
||||||
* as sequence of ‘1’s followed by sequence of ‘0’s.
|
* as sequence of '1's followed by sequence of '0's.
|
||||||
* To close a memory window simply set the size to 0.
|
* To close a memory window simply set the size to 0.
|
||||||
*
|
*
|
||||||
* NOTE!!!
|
* NOTE!!!
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2001
|
* (C) Copyright 2001
|
||||||
* Stäubli Faverges - <www.staubli.com>
|
* Stäubli Faverges - <www.staubli.com>
|
||||||
* Pierre AUBERT p.aubert@staubli.com
|
* Pierre AUBERT p.aubert@staubli.com
|
||||||
* U-Boot port on RPXClassic LF (CLLF_BW31) board
|
* U-Boot port on RPXClassic LF (CLLF_BW31) board
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Stäubli Faverges - <www.staubli.com>
|
* Stäubli Faverges - <www.staubli.com>
|
||||||
* Pierre AUBERT p.aubert@staubli.com
|
* Pierre AUBERT p.aubert@staubli.com
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2001
|
* (C) Copyright 2001
|
||||||
* Stäubli Faverges - <www.staubli.com>
|
* Stäubli Faverges - <www.staubli.com>
|
||||||
* Pierre AUBERT p.aubert@staubli.com
|
* Pierre AUBERT p.aubert@staubli.com
|
||||||
* U-Boot port on RPXClassic LF (CLLF_BW31) board
|
* U-Boot port on RPXClassic LF (CLLF_BW31) board
|
||||||
*
|
*
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||||
#
|
#
|
||||||
# (C) Copyright 2002
|
# (C) Copyright 2002
|
||||||
# Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
|
# Daniel Engström, Omicron Ceti AB, daniel@omicron.se.
|
||||||
#
|
#
|
||||||
# See file CREDITS for list of people who contributed to this
|
# See file CREDITS for list of people who contributed to this
|
||||||
# project.
|
# project.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Graeme Russ, <graeme.russ@gmail.com>
|
* Graeme Russ, <graeme.russ@gmail.com>
|
||||||
*
|
*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
* Daniel Engström, Omicron Ceti AB, <daniel@omicron.se>
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -378,7 +378,7 @@ initdram (int board_type)
|
||||||
*
|
*
|
||||||
* "At system reset, initialization software must set up the
|
* "At system reset, initialization software must set up the
|
||||||
* programmable parameters in the memory controller banks registers
|
* programmable parameters in the memory controller banks registers
|
||||||
* (ORx, BRx, P/LSDMR). After all memory parameters are conÞgured,
|
* (ORx, BRx, P/LSDMR). After all memory parameters are configured,
|
||||||
* system software should execute the following initialization sequence
|
* system software should execute the following initialization sequence
|
||||||
* for each SDRAM device.
|
* for each SDRAM device.
|
||||||
*
|
*
|
||||||
|
|
|
@ -5,44 +5,44 @@ Die Implementierung / Decodierung beruht auf den Angaben aus dem Do-
|
||||||
kument "PIC LWE-Tastatur" in der Fassung vom 9. 3. 2001, insbesonde-
|
kument "PIC LWE-Tastatur" in der Fassung vom 9. 3. 2001, insbesonde-
|
||||||
re Tabelle 3 im Kapitel 4.3 Tastencodes. In U-Boot werden die vom
|
re Tabelle 3 im Kapitel 4.3 Tastencodes. In U-Boot werden die vom
|
||||||
Keyboard-Controller gelesenen Daten hexadezimal codiert in der auto-
|
Keyboard-Controller gelesenen Daten hexadezimal codiert in der auto-
|
||||||
matisch angelegten Environment-Variablen "keybd" übergeben. Ist kei-
|
matisch angelegten Environment-Variablen "keybd" übergeben. Ist kei-
|
||||||
ne Taste gedrückt worden, steht dort:
|
ne Taste gedrückt worden, steht dort:
|
||||||
|
|
||||||
keybd=000000000000000000
|
keybd=000000000000000000
|
||||||
|
|
||||||
Der decodierte Tastencode ("keybd") kann mit den "bootargs" an den
|
Der decodierte Tastencode ("keybd") kann mit den "bootargs" an den
|
||||||
Linux-Kernel übergeben und dort z. B. in einem Device-Treiber oder
|
Linux-Kernel übergeben und dort z. B. in einem Device-Treiber oder
|
||||||
einer Applikation ausgewertet werden.
|
einer Applikation ausgewertet werden.
|
||||||
|
|
||||||
|
|
||||||
Sonderfunktionen beim Booten:
|
Sonderfunktionen beim Booten:
|
||||||
|
|
||||||
Es lassen sich eine oder mehrere (beliebig viele) Tasten oder Tasten-
|
Es lassen sich eine oder mehrere (beliebig viele) Tasten oder Tasten-
|
||||||
kombinationen definieren, die Sonderfunktionen auslösen, wenn diese
|
kombinationen definieren, die Sonderfunktionen auslösen, wenn diese
|
||||||
Tasten beim Booten (Reset) gedrückt sind.
|
Tasten beim Booten (Reset) gedrückt sind.
|
||||||
|
|
||||||
Wird eine eingestellte Taste bzw. Tastenkombination erkannt, so wird
|
Wird eine eingestellte Taste bzw. Tastenkombination erkannt, so wird
|
||||||
in U-Boot noch vor dem Start des "Countdown" und somit vor jedem an-
|
in U-Boot noch vor dem Start des "Countdown" und somit vor jedem an-
|
||||||
deren Kommando der Inhalt einer dieser Taste bzw. Tastenkombination
|
deren Kommando der Inhalt einer dieser Taste bzw. Tastenkombination
|
||||||
zugeordneten Environment-Variablen ausführen.
|
zugeordneten Environment-Variablen ausführen.
|
||||||
|
|
||||||
|
|
||||||
Die Environment-Variable "magic_keys" wird als Liste von Zeichen ver-
|
Die Environment-Variable "magic_keys" wird als Liste von Zeichen ver-
|
||||||
standen, die als Suffix an den Namen "key_magic" angefügt werden und
|
standen, die als Suffix an den Namen "key_magic" angefügt werden und
|
||||||
so die Namen der Environment-Variablen definieren, mit denen die
|
so die Namen der Environment-Variablen definieren, mit denen die
|
||||||
Tasten (-kombinationen) festgelegt werden:
|
Tasten (-kombinationen) festgelegt werden:
|
||||||
|
|
||||||
Ist "magic_keys" NICHT definiert, so wird nur die in der Environment-
|
Ist "magic_keys" NICHT definiert, so wird nur die in der Environment-
|
||||||
Variablen "key_magic" codierte Tasten (-kombination) geprüft, und
|
Variablen "key_magic" codierte Tasten (-kombination) geprüft, und
|
||||||
ggf. der Inhalt der Environment-Variablen "key_cmd" ausgeführt (ge-
|
ggf. der Inhalt der Environment-Variablen "key_cmd" ausgeführt (ge-
|
||||||
nauer: der Inhalt von "key_cmd" wird der Variablen "preboot" zugewie-
|
nauer: der Inhalt von "key_cmd" wird der Variablen "preboot" zugewie-
|
||||||
sen, die ausgeführt wird, unmittelbar bevor die interaktive Kommando-
|
sen, die ausgeführt wird, unmittelbar bevor die interaktive Kommando-
|
||||||
interpretation beginnt).
|
interpretation beginnt).
|
||||||
|
|
||||||
Enthält "magic_keys" z. B. die Zeichenkette "0123CB*", so werden
|
Enthält "magic_keys" z. B. die Zeichenkette "0123CB*", so werden
|
||||||
nacheinander folgende Aktionen ausgeführt:
|
nacheinander folgende Aktionen ausgeführt:
|
||||||
|
|
||||||
prüfe Tastencode ggf. führe aus Kommando
|
prüfe Tastencode ggf. führe aus Kommando
|
||||||
in Variable in Variable
|
in Variable in Variable
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
key_magic0 ==> key_cmd0
|
key_magic0 ==> key_cmd0
|
||||||
|
@ -55,43 +55,43 @@ nacheinander folgende Aktionen ausgef
|
||||||
key_magic* ==> key_cmd*
|
key_magic* ==> key_cmd*
|
||||||
|
|
||||||
Hinweis: sobald ein aktivierter Tastencode erkannt wurde, wird die
|
Hinweis: sobald ein aktivierter Tastencode erkannt wurde, wird die
|
||||||
Bearbeitung abgebrochen; es wird daher höchstens eines der definier-
|
Bearbeitung abgebrochen; es wird daher höchstens eines der definier-
|
||||||
ten Kommandos ausgeführt, wobei die Priorität durch die Suchreihen-
|
ten Kommandos ausgeführt, wobei die Priorität durch die Suchreihen-
|
||||||
folge festgelegt wird, also durch die Reihenfolge der Zeichen in der
|
folge festgelegt wird, also durch die Reihenfolge der Zeichen in der
|
||||||
Varuiablen "magic_keys".
|
Varuiablen "magic_keys".
|
||||||
|
|
||||||
|
|
||||||
Die Codierung der Tasten, die beim Booten gedrückt werden müssen, um
|
Die Codierung der Tasten, die beim Booten gedrückt werden müssen, um
|
||||||
eine Funktion auszulösen, erfolgt nach der Tastaturtabelle.
|
eine Funktion auszulösen, erfolgt nach der Tastaturtabelle.
|
||||||
|
|
||||||
Die Definitionen
|
Die Definitionen
|
||||||
|
|
||||||
=> setenv key_magic0 3a+3b
|
=> setenv key_magic0 3a+3b
|
||||||
=> setenv key_cmd0 setenv bootdelay 30
|
=> setenv key_cmd0 setenv bootdelay 30
|
||||||
|
|
||||||
bedeuten dementsprechend, daß die Tasten mit den Codes 0x3A (Taste
|
bedeuten dementsprechend, daß die Tasten mit den Codes 0x3A (Taste
|
||||||
"F1") und 0x3B (Taste "F2") gleichzeitig gedrückt werden müssen. Sie
|
"F1") und 0x3B (Taste "F2") gleichzeitig gedrückt werden müssen. Sie
|
||||||
können dort eine beliebige Tastenkombination eintragen (jeweils 2
|
können dort eine beliebige Tastenkombination eintragen (jeweils 2
|
||||||
Zeichen für die Hex-Codes der Tasten, und '+' als Trennzeichen).
|
Zeichen für die Hex-Codes der Tasten, und '+' als Trennzeichen).
|
||||||
|
|
||||||
Wird die eingestellte Tastenkombination erkannt, so wird in U-Boot
|
Wird die eingestellte Tastenkombination erkannt, so wird in U-Boot
|
||||||
noch vor dem Start des "Countdown" und somit vor jedem anderen Kom-
|
noch vor dem Start des "Countdown" und somit vor jedem anderen Kom-
|
||||||
mando das angebene Kommando ausgeführt und somit ein langes Boot-
|
mando das angebene Kommando ausgeführt und somit ein langes Boot-
|
||||||
Delay eingetragen.
|
Delay eingetragen.
|
||||||
|
|
||||||
Praktisch könnten Sie also in U-Boot "bootdelay" auf 0 setzen und
|
Praktisch könnten Sie also in U-Boot "bootdelay" auf 0 setzen und
|
||||||
somit stets ohne jede User-Interaktion automatisch booten, außer,
|
somit stets ohne jede User-Interaktion automatisch booten, außer,
|
||||||
wenn die beiden Tasten "F1" und "F2" beim Booten gedrückt werden:
|
wenn die beiden Tasten "F1" und "F2" beim Booten gedrückt werden:
|
||||||
dann würde ein Boot-Delay von 30 Sekunden eingefügt.
|
dann würde ein Boot-Delay von 30 Sekunden eingefügt.
|
||||||
|
|
||||||
|
|
||||||
Hinweis: dem Zeichen '#' kommt innerhalb von "magic_keys" eine beson-
|
Hinweis: dem Zeichen '#' kommt innerhalb von "magic_keys" eine beson-
|
||||||
dere Bedeutung zu: die dadurch definierte Key-Sequenz schaltet den
|
dere Bedeutung zu: die dadurch definierte Key-Sequenz schaltet den
|
||||||
Monitor in den "Debug-Modus" - das bedeutet zunächst, daß alle weite-
|
Monitor in den "Debug-Modus" - das bedeutet zunächst, daß alle weite-
|
||||||
ren Meldungen von U-Boot über das LCD-Display ausgegeben werden;
|
ren Meldungen von U-Boot über das LCD-Display ausgegeben werden;
|
||||||
außerdem kann man durch das mit dieser Tastenkombination verknüpfte
|
außerdem kann man durch das mit dieser Tastenkombination verknüpfte
|
||||||
Kommando z. B. die Linux-Bootmeldungen ebenfalls auf das LCD-Display
|
Kommando z. B. die Linux-Bootmeldungen ebenfalls auf das LCD-Display
|
||||||
legen, so daß der Boot-Vorgang direkt und ohne weitere Hilfsmittel
|
legen, so daß der Boot-Vorgang direkt und ohne weitere Hilfsmittel
|
||||||
analysiert werden kann.
|
analysiert werden kann.
|
||||||
|
|
||||||
Beispiel:
|
Beispiel:
|
||||||
|
@ -107,20 +107,20 @@ chert:
|
||||||
(6) => setenv bootcmd bootp\;run nfsargs\;run addip\;run addfb\;bootm
|
(6) => setenv bootcmd bootp\;run nfsargs\;run addip\;run addfb\;bootm
|
||||||
|
|
||||||
Hierbei wird die Linux Commandline (in der Variablen "bootargs") im
|
Hierbei wird die Linux Commandline (in der Variablen "bootargs") im
|
||||||
Boot-Kommando "bootcmd" (6) schrittweise zusammengesetzt: zunächst
|
Boot-Kommando "bootcmd" (6) schrittweise zusammengesetzt: zunächst
|
||||||
werden die für Root-Filesystem über NFS erforderlichen Optionen ge-
|
werden die für Root-Filesystem über NFS erforderlichen Optionen ge-
|
||||||
setzt ("run nfsargs", vgl. (3)), dann die Netzwerkkonfiguration an-
|
setzt ("run nfsargs", vgl. (3)), dann die Netzwerkkonfiguration an-
|
||||||
gefügt ("run addip", vgl. (4)), und schließlich die Systemconsole
|
gefügt ("run addip", vgl. (4)), und schließlich die Systemconsole
|
||||||
definiert ("run addfb").
|
definiert ("run addfb").
|
||||||
|
|
||||||
Dabei wird im Normalfall die Definition (5) verwendt; wurde aller-
|
Dabei wird im Normalfall die Definition (5) verwendt; wurde aller-
|
||||||
dings beim Reset die entsprechende Taste gedrückt gehalten, so wird
|
dings beim Reset die entsprechende Taste gedrückt gehalten, so wird
|
||||||
diese Definition bei der Ausführung des in (2) definierten Kommandos
|
diese Definition bei der Ausführung des in (2) definierten Kommandos
|
||||||
überschrieben, so daß Linux die Bootmeldungen auch über das Frame-
|
überschrieben, so daß Linux die Bootmeldungen auch über das Frame-
|
||||||
buffer-Device (=LCD-Display) ausgibt.
|
buffer-Device (=LCD-Display) ausgibt.
|
||||||
|
|
||||||
Beachten Sie die Verdoppelung der '\'-Escapes in der Definition von
|
Beachten Sie die Verdoppelung der '\'-Escapes in der Definition von
|
||||||
"key_cmd#" - diese ist erforderlich, weil der String _zweimal_ inter-
|
"key_cmd#" - diese ist erforderlich, weil der String _zweimal_ inter-
|
||||||
pretiert wird: das erste Mal bei der Eingabe von "key_cmd#", das
|
pretiert wird: das erste Mal bei der Eingabe von "key_cmd#", das
|
||||||
zweite Mal, wenn der String (als Inhalt von "preboot") ausgeführt
|
zweite Mal, wenn der String (als Inhalt von "preboot") ausgeführt
|
||||||
wird.
|
wird.
|
||||||
|
|
|
@ -365,7 +365,7 @@ int board_early_init_f (void)
|
||||||
*
|
*
|
||||||
* This is just a preliminary fix, intended to turn off TENA
|
* This is just a preliminary fix, intended to turn off TENA
|
||||||
* as soon as possible to avoid noise on the network. Once
|
* as soon as possible to avoid noise on the network. Once
|
||||||
* I²C is running we will make sure the interface is
|
* I2C is running we will make sure the interface is
|
||||||
* correctly initialized.
|
* correctly initialized.
|
||||||
*/
|
*/
|
||||||
immr->im_cpm.cp_pbpar &= ~PB_ENET_TENA;
|
immr->im_cpm.cp_pbpar &= ~PB_ENET_TENA;
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
|
|
||||||
/* Mapping:
|
/* Mapping:
|
||||||
* +-------------+------------+------------+--------------------------------+
|
* +-------------+------------+------------+--------------------------------+
|
||||||
* ¦ PCI MemAddr | PCI IOAddr | Local Addr | Device / Function |
|
* | PCI MemAddr | PCI IOAddr | Local Addr | Device / Function |
|
||||||
* +-------------+------------+------------+--------------------------------+
|
* +-------------+------------+------------+--------------------------------+
|
||||||
* | 0x00000000 | | 0xA0000000 | ISA Memory (hard wired) |
|
* | 0x00000000 | | 0xA0000000 | ISA Memory (hard wired) |
|
||||||
* | 0x00FFFFFF | | 0xA0FFFFFF | |
|
* | 0x00FFFFFF | | 0xA0FFFFFF | |
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Stäubli Faverges - <www.staubli.com>
|
* Stäubli Faverges - <www.staubli.com>
|
||||||
* Pierre AUBERT p.aubert@staubli.com
|
* Pierre AUBERT p.aubert@staubli.com
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Porting U-Boot onto RPXClassic LF_BW31 board
|
# Porting U-Boot onto RPXClassic LF_BW31 board
|
||||||
# Written by Pierre AUBERT
|
# Written by Pierre AUBERT
|
||||||
# E-Mail p.aubert@staubli.com
|
# E-Mail p.aubert@staubli.com
|
||||||
# Stäubli Faverges - <www.staubli.com>
|
# Stäubli Faverges - <www.staubli.com>
|
||||||
#
|
#
|
||||||
# Sept. 20 2001
|
# Sept. 20 2001
|
||||||
#
|
#
|
||||||
|
|
|
@ -279,7 +279,7 @@ usbcore: registered new device driver usb
|
||||||
NET: Registered protocol family 2
|
NET: Registered protocol family 2
|
||||||
IP route cache hash table entries: 1024 (order: 0, 4096 bytes) TCP established hash table entries: 1024 (order: 1, 8192 bytes) TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
|
IP route cache hash table entries: 1024 (order: 0, 4096 bytes) TCP established hash table entries: 1024 (order: 1, 8192 bytes) TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
|
||||||
TCP: Hash tables configured (established 1024 bind 1024) TCP reno registered
|
TCP: Hash tables configured (established 1024 bind 1024) TCP reno registered
|
||||||
JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
|
JFFS2 version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
|
||||||
io scheduler noop registered
|
io scheduler noop registered
|
||||||
io scheduler cfq registered (default)
|
io scheduler cfq registered (default)
|
||||||
ColdFire internal UART serial driver version 1.00 ttyS0 at 0xfc060000 (irq = 90) is a builtin ColdFire UART
|
ColdFire internal UART serial driver version 1.00 ttyS0 at 0xfc060000 (irq = 90) is a builtin ColdFire UART
|
||||||
|
|
|
@ -8,7 +8,7 @@ design, which is optimized for high speed throughput between the processor and
|
||||||
the memory, disk drive and Ethernet port subsystems.
|
the memory, disk drive and Ethernet port subsystems.
|
||||||
|
|
||||||
MPC7448hpc2(Taiga) is designed to the micro-ATX chassis, allowing it to be
|
MPC7448hpc2(Taiga) is designed to the micro-ATX chassis, allowing it to be
|
||||||
used in 1U or 2U rack-mount chassis¡¯, as well as in standard ATX/Micro-ATX
|
used in 1U or 2U rack-mount chassis¡¯, as well as in standard ATX/Micro-ATX
|
||||||
chassis.
|
chassis.
|
||||||
|
|
||||||
Building U-Boot
|
Building U-Boot
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) Excito Elektronik i Skåne AB, All rights reserved.
|
* Copyright (C) Excito Elektronik i Skåne AB, All rights reserved.
|
||||||
* Author: Tor Krill <tor@excito.com>
|
* Author: Tor Krill <tor@excito.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) Excito Elektronik i Skåne AB, All rights reserved.
|
* Copyright (C) Excito Elektronik i Skåne AB, All rights reserved.
|
||||||
* Author: Tor Krill <tor@excito.com>
|
* Author: Tor Krill <tor@excito.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or
|
* This program is free software; you can redistribute it and/or
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB <daniel@omicron.se>.
|
* Daniel Engström, Omicron Ceti AB <daniel@omicron.se>.
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
* (C) Copyright 2000-2002
|
* (C) Copyright 2000-2002
|
||||||
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB
|
* Daniel Engström, Omicron Ceti AB
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2003
|
* (C) Copyright 2003
|
||||||
* David Müller ELSOFT AG Switzerland. d.mueller@elsoft.ch
|
* David Müller ELSOFT AG Switzerland. d.mueller@elsoft.ch
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/* ported from ctfb.c (linux kernel):
|
/* ported from ctfb.c (linux kernel):
|
||||||
* Created in Jan - July 2000 by Thomas Höhenleitner <th@visuelle-maschinen.de>
|
* Created in Jan - July 2000 by Thomas Höhenleitner <th@visuelle-maschinen.de>
|
||||||
*
|
*
|
||||||
* Ported to U-Boot:
|
* Ported to U-Boot:
|
||||||
* (C) Copyright 2002 Denis Peter, MPL AG Switzerland
|
* (C) Copyright 2002 Denis Peter, MPL AG Switzerland
|
||||||
|
@ -626,25 +626,25 @@ FindBestPQFittingMN (unsigned int p, unsigned int q, unsigned int mnmin,
|
||||||
|
|
||||||
/* that is the hardware < 69000 we have to manage
|
/* that is the hardware < 69000 we have to manage
|
||||||
+---------+ +-------------------+ +----------------------+ +--+
|
+---------+ +-------------------+ +----------------------+ +--+
|
||||||
| REFCLK |__|NTSC Divisor Select|__|FVCO Reference Divisor|__|÷N|__
|
| REFCLK |__|NTSC Divisor Select|__|FVCO Reference Divisor|__|÷N|__
|
||||||
| 14.3MHz | |(NTSCDS) (÷1, ÷5) | |Select (RDS) (÷1, ÷4) | | | |
|
| 14.3MHz | |(NTSCDS) (÷1, ÷5) | |Select (RDS) (÷1, ÷4) | | | |
|
||||||
+---------+ +-------------------+ +----------------------+ +--+ |
|
+---------+ +-------------------+ +----------------------+ +--+ |
|
||||||
___________________________________________________________________|
|
___________________________________________________________________|
|
||||||
|
|
|
|
||||||
| fvco fout
|
| fvco fout
|
||||||
| +--------+ +------------+ +-----+ +-------------------+ +----+
|
| +--------+ +------------+ +-----+ +-------------------+ +----+
|
||||||
+-| Phase |__|Charge Pump |__| VCO |_____|Post Divisor (PD) |___|CLK |--->
|
+-| Phase |__|Charge Pump |__| VCO |_____|Post Divisor (PD) |___|CLK |--->
|
||||||
+-| Detect | |& Filter VCO| | | | |÷1, 2, 4, 8, 16, 32| | |
|
+-| Detect | |& Filter VCO| | | | |÷1, 2, 4, 8, 16, 32| | |
|
||||||
| +--------+ +------------+ +-----+ | +-------------------+ +----+
|
| +--------+ +------------+ +-----+ | +-------------------+ +----+
|
||||||
| |
|
| |
|
||||||
| +--+ +---------------+ |
|
| +--+ +---------------+ |
|
||||||
|____|÷M|___|VCO Loop Divide|__________|
|
|____|÷M|___|VCO Loop Divide|__________|
|
||||||
| | |(VLD)(÷4, ÷16) |
|
| | |(VLD)(÷4, ÷16) |
|
||||||
+--+ +---------------+
|
+--+ +---------------+
|
||||||
****************************************************************************
|
****************************************************************************
|
||||||
that is the hardware >= 69000 we have to manage
|
that is the hardware >= 69000 we have to manage
|
||||||
+---------+ +--+
|
+---------+ +--+
|
||||||
| REFCLK |__|÷N|__
|
| REFCLK |__|÷N|__
|
||||||
| 14.3MHz | | | |
|
| 14.3MHz | | | |
|
||||||
+---------+ +--+ |
|
+---------+ +--+ |
|
||||||
__________________|
|
__________________|
|
||||||
|
@ -652,12 +652,12 @@ FindBestPQFittingMN (unsigned int p, unsigned int q, unsigned int mnmin,
|
||||||
| fvco fout
|
| fvco fout
|
||||||
| +--------+ +------------+ +-----+ +-------------------+ +----+
|
| +--------+ +------------+ +-----+ +-------------------+ +----+
|
||||||
+-| Phase |__|Charge Pump |__| VCO |_____|Post Divisor (PD) |___|CLK |--->
|
+-| Phase |__|Charge Pump |__| VCO |_____|Post Divisor (PD) |___|CLK |--->
|
||||||
+-| Detect | |& Filter VCO| | | | |÷1, 2, 4, 8, 16, 32| | |
|
+-| Detect | |& Filter VCO| | | | |÷1, 2, 4, 8, 16, 32| | |
|
||||||
| +--------+ +------------+ +-----+ | +-------------------+ +----+
|
| +--------+ +------------+ +-----+ | +-------------------+ +----+
|
||||||
| |
|
| |
|
||||||
| +--+ +---------------+ |
|
| +--+ +---------------+ |
|
||||||
|____|÷M|___|VCO Loop Divide|__________|
|
|____|÷M|___|VCO Loop Divide|__________|
|
||||||
| | |(VLD)(÷1, ÷4) |
|
| | |(VLD)(÷1, ÷4) |
|
||||||
+--+ +---------------+
|
+--+ +---------------+
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Stäubli Faverges - <www.staubli.com>
|
* Stäubli Faverges - <www.staubli.com>
|
||||||
* Pierre AUBERT p.aubert@staubli.com
|
* Pierre AUBERT p.aubert@staubli.com
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Stäubli Faverges - <www.staubli.com>
|
* Stäubli Faverges - <www.staubli.com>
|
||||||
* Pierre AUBERT p.aubert@staubli.com
|
* Pierre AUBERT p.aubert@staubli.com
|
||||||
*
|
*
|
||||||
* (C) Copyright 2005
|
* (C) Copyright 2005
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||||||
#
|
#
|
||||||
# (C) Copyright 2002
|
# (C) Copyright 2002
|
||||||
# Stäubli Faverges - <www.staubli.com>
|
# Stäubli Faverges - <www.staubli.com>
|
||||||
# Pierre AUBERT p.aubert@staubli.com
|
# Pierre AUBERT p.aubert@staubli.com
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Stäubli Faverges - <www.staubli.com>
|
* Stäubli Faverges - <www.staubli.com>
|
||||||
* Pierre AUBERT p.aubert@staubli.com
|
* Pierre AUBERT p.aubert@staubli.com
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Stäubli Faverges - <www.staubli.com>
|
* Stäubli Faverges - <www.staubli.com>
|
||||||
* Pierre AUBERT p.aubert@staubli.com
|
* Pierre AUBERT p.aubert@staubli.com
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Stäubli Faverges - <www.staubli.com>
|
* Stäubli Faverges - <www.staubli.com>
|
||||||
* Pierre AUBERT p.aubert@staubli.com
|
* Pierre AUBERT p.aubert@staubli.com
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Stäubli Faverges - <www.staubli.com>
|
* Stäubli Faverges - <www.staubli.com>
|
||||||
* Pierre AUBERT p.aubert@staubli.com
|
* Pierre AUBERT p.aubert@staubli.com
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Stäubli Faverges - <www.staubli.com>
|
* Stäubli Faverges - <www.staubli.com>
|
||||||
* Pierre AUBERT p.aubert@staubli.com
|
* Pierre AUBERT p.aubert@staubli.com
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Stäubli Faverges - <www.staubli.com>
|
* Stäubli Faverges - <www.staubli.com>
|
||||||
* Pierre AUBERT p.aubert@staubli.com
|
* Pierre AUBERT p.aubert@staubli.com
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Stäubli Faverges - <www.staubli.com>
|
* Stäubli Faverges - <www.staubli.com>
|
||||||
* Pierre AUBERT p.aubert@staubli.com
|
* Pierre AUBERT p.aubert@staubli.com
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Stäubli Faverges - <www.staubli.com>
|
* Stäubli Faverges - <www.staubli.com>
|
||||||
* Pierre AUBERT p.aubert@staubli.com
|
* Pierre AUBERT p.aubert@staubli.com
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Daniel Engström, Omicron Ceti AB <daniel@omicron.se>.
|
* Daniel Engström, Omicron Ceti AB <daniel@omicron.se>.
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
* project.
|
* project.
|
||||||
|
|
|
@ -532,9 +532,9 @@
|
||||||
|
|
||||||
#define CONFIG_SYS_ISA_MEM_BASE_ADDRESS 0x78000000
|
#define CONFIG_SYS_ISA_MEM_BASE_ADDRESS 0x78000000
|
||||||
/*
|
/*
|
||||||
Die Grafik-Treiber greifen über die Adresse in diesem Macro auf den Chip zu.
|
Die Grafik-Treiber greifen über die Adresse in diesem Macro auf den Chip zu.
|
||||||
Das funktioniert bei deren Karten, weil sie eine PCI-Bridge benutzen, die
|
Das funktioniert bei deren Karten, weil sie eine PCI-Bridge benutzen, die
|
||||||
das gleiche Mapping durchführen kann, wie der SC520 (also Aufteilen von IO-Zugriffen
|
das gleiche Mapping durchführen kann, wie der SC520 (also Aufteilen von IO-Zugriffen
|
||||||
auf ISA- und PCI-Zyklen)
|
auf ISA- und PCI-Zyklen)
|
||||||
*/
|
*/
|
||||||
#define CONFIG_SYS_ISA_IO_BASE_ADDRESS 0xE8000000
|
#define CONFIG_SYS_ISA_IO_BASE_ADDRESS 0xE8000000
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Stäubli Faverges - <www.staubli.com>
|
* Stäubli Faverges - <www.staubli.com>
|
||||||
* Pierre AUBERT p.aubert@staubli.com
|
* Pierre AUBERT p.aubert@staubli.com
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
|
|
|
@ -115,7 +115,7 @@ struct mtd_info {
|
||||||
u_int32_t flags;
|
u_int32_t flags;
|
||||||
uint64_t size; /* Total size of the MTD */
|
uint64_t size; /* Total size of the MTD */
|
||||||
|
|
||||||
/* "Major" erase size for the device. Naïve users may take this
|
/* "Major" erase size for the device. Naïve users may take this
|
||||||
* to be the only erase size available, or may use the more detailed
|
* to be the only erase size available, or may use the more detailed
|
||||||
* information below if they desire
|
* information below if they desire
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Stäubli Faverges - <www.staubli.com>
|
* Stäubli Faverges - <www.staubli.com>
|
||||||
* Pierre AUBERT p.aubert@staubli.com
|
* Pierre AUBERT p.aubert@staubli.com
|
||||||
*
|
*
|
||||||
* See file CREDITS for list of people who contributed to this
|
* See file CREDITS for list of people who contributed to this
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* (C) Copyright 2002
|
* (C) Copyright 2002
|
||||||
* Stäubli Faverges - <www.staubli.com>
|
* Stäubli Faverges - <www.staubli.com>
|
||||||
* Pierre AUBERT p.aubert@staubli.com
|
* Pierre AUBERT p.aubert@staubli.com
|
||||||
*
|
*
|
||||||
* (C) Copyright 2005
|
* (C) Copyright 2005
|
||||||
|
|
|
@ -41,7 +41,7 @@ HISTORY of the LZMA SDK
|
||||||
|
|
||||||
4.57 2007-12-12
|
4.57 2007-12-12
|
||||||
-------------------------
|
-------------------------
|
||||||
- Speed optimizations in Ñ++ LZMA Decoder.
|
- Speed optimizations in Ñ++ LZMA Decoder.
|
||||||
- Small changes for more compatibility with some C/C++ compilers.
|
- Small changes for more compatibility with some C/C++ compilers.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,7 @@ phys_size_t initdram(int board_type)
|
||||||
mtsdram(SDRAM0_B0CR, 0x00082001);
|
mtsdram(SDRAM0_B0CR, 0x00082001);
|
||||||
mtsdram(SDRAM0_TR0, 0x41094012);
|
mtsdram(SDRAM0_TR0, 0x41094012);
|
||||||
mtsdram(SDRAM0_TR1, 0x8080083d); /* SS=T2 SL=STAGE 3 CD=1 CT=0x00*/
|
mtsdram(SDRAM0_TR1, 0x8080083d); /* SS=T2 SL=STAGE 3 CD=1 CT=0x00*/
|
||||||
mtsdram(SDRAM0_RTR, 0x04100000); /* Interval 7.8µs @ 133MHz PLB */
|
mtsdram(SDRAM0_RTR, 0x04100000); /* Interval 7.8µs @ 133MHz PLB */
|
||||||
mtsdram(SDRAM0_CFG1, 0x00000000); /* Self-refresh exit, disable PM*/
|
mtsdram(SDRAM0_CFG1, 0x00000000); /* Self-refresh exit, disable PM*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue