Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
U-Boot
Custodians
RISC-V U-Boot Custodian Tree
Commits
63153492
Commit
63153492
authored
Apr 03, 2005
by
wdenk
Browse files
Patch by David Adair, 27 Oct 2004:
Add missing 440GX SDRAM Controller reset
parent
3ec924a3
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
CHANGELOG
View file @
63153492
...
...
@@ -2,6 +2,9 @@
Changes for U-Boot 1.1.3:
======================================================================
* Patch by David Adair, 27 Oct 2004:
Add missing 440GX SDRAM Controller reset
* Patch by Steven Scholz, 25 Oct 2004:
Declare reset_cpu() in include/common.h instead locally
...
...
cpu/ppc4xx/spd_sdram.c
View file @
63153492
...
...
@@ -772,6 +772,14 @@ long int spd_sdram(void) {
*/
check_volt_type
(
dimm_populated
,
iic0_dimm_addr
,
num_dimm_banks
);
#if defined(CONFIG_440_GX)
/*
* Soft-reset SDRAM controller.
*/
mtsdr
(
sdr_srst
,
SDR0_SRST_DMC
);
mtsdr
(
sdr_srst
,
0x00000000
);
#endif
/*
* program 440GP SDRAM controller options (SDRAM0_CFG0)
*/
...
...
include/ppc440.h
View file @
63153492
This diff is collapsed.
Click to expand it.
net/net.c
View file @
63153492
...
...
@@ -506,8 +506,8 @@ restart:
thand_f
*
x
;
#if defined(CONFIG_MII) || (CONFIG_COMMANDS & CFG_CMD_MII)
# if defined(CFG_FAULT_ECHO_LINK_DOWN) &&
defined
(
CONFIG_STATUS_LED
)
&&
# if defined(CFG_FAULT_ECHO_LINK_DOWN) &&
\
defined(CONFIG_STATUS_LED) &&
\
defined(STATUS_LED_RED)
/*
* Echo the inverted link state to the fault LED.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment