Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SPARC U-Boot Custodian Tree
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
U-Boot
Custodians
SPARC U-Boot Custodian Tree
Commits
e58cf2a0
Commit
e58cf2a0
authored
Feb 27, 2005
by
wdenk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support for SRAM and 2 x Quad UARTs on INKA4x0 board
parent
1968e615
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
CHANGELOG
CHANGELOG
+2
-0
include/configs/inka4x0.h
include/configs/inka4x0.h
+10
-0
No files found.
CHANGELOG
View file @
e58cf2a0
...
...
@@ -2,6 +2,8 @@
Changes for U-Boot 1.1.3:
======================================================================
* Add support for SRAM and 2 x Quad UARTs on INKA4x0 board
* Cleanup USB and partition defines
* Add support for ext2 filesystems and image timestamps to TQM5200 board
...
...
include/configs/inka4x0.h
View file @
e58cf2a0
...
...
@@ -259,6 +259,16 @@
#define CFG_CS0_START CFG_FLASH_BASE
#define CFG_CS0_SIZE CFG_FLASH_SIZE
/* 32Mbit SRAM @0x30000000 */
#define CFG_CS1_START 0x30000000
#define CFG_CS1_SIZE 0x00400000
#define CFG_CS1_CFG 0x31800
/* for pci_clk = 33 MHz */
/* 2 quad UART @0x80000000 (MBAR is relocated to 0xF0000000) */
#define CFG_CS2_START 0x80000000
#define CFG_CS2_SIZE 0x0001000
#define CFG_CS2_CFG 0x21800
/* for pci_clk = 33 MHz */
#define CFG_CS_BURST 0x00000000
#define CFG_CS_DEADCYCLE 0x33333333
...
...
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