Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jack Humbert
reform-boundary-uboot
Commits
2a9e02ea
Commit
2a9e02ea
authored
22 years ago
by
Stefan Roese
Browse files
Options
Downloads
Patches
Plain Diff
CPCIISER4 configuration updated.
parent
d7787c6e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG
+3
-0
3 additions, 0 deletions
CHANGELOG
include/configs/CPCIISER4.h
+8
-7
8 additions, 7 deletions
include/configs/CPCIISER4.h
with
11 additions
and
7 deletions
CHANGELOG
+
3
−
0
View file @
2a9e02ea
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
Changes since U-Boot 0.2.1:
Changes since U-Boot 0.2.1:
======================================================================
======================================================================
* Patch by Stefan Roese, 18 Feb 2003:
CPCIISER4 configuration updated.
* Patch by Stefan Roese, 17 Feb 2003:
* Patch by Stefan Roese, 17 Feb 2003:
Fixed bug in ext. serial clock setup on PPC405 (since PPC440 port).
Fixed bug in ext. serial clock setup on PPC405 (since PPC440 port).
...
...
This diff is collapsed.
Click to expand it.
include/configs/CPCIISER4.h
+
8
−
7
View file @
2a9e02ea
/*
/*
* (C) Copyright 2001
* (C) Copyright 2001
-2003
* Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com
* Stefan Roese, esd gmbh germany, stefan.roese@esd-electronics.com
*
*
* See file CREDITS for list of people who contributed to this
* See file CREDITS for list of people who contributed to this
...
@@ -56,6 +56,7 @@
...
@@ -56,6 +56,7 @@
#define CONFIG_COMMANDS ( CONFIG_CMD_DFL | \
#define CONFIG_COMMANDS ( CONFIG_CMD_DFL | \
CFG_CMD_PCI | \
CFG_CMD_PCI | \
CFG_CMD_IRQ | \
CFG_CMD_IRQ | \
CFG_CMD_MII | \
CFG_CMD_ELF | \
CFG_CMD_ELF | \
CFG_CMD_EEPROM )
CFG_CMD_EEPROM )
...
@@ -223,13 +224,13 @@
...
@@ -223,13 +224,13 @@
/*-----------------------------------------------------------------------
/*-----------------------------------------------------------------------
* Definitions for initial stack pointer and data area (in DPRAM)
* Definitions for initial stack pointer and data area (in DPRAM)
*/
*/
#define CFG_INIT_RAM_ADDR 0x00df0000
/* inside of SDRAM */
#define CFG_INIT_DCACHE_CS 7
/* use cs # 7 for data cache memory */
#define CFG_INIT_RAM_END 0x0f00
/* End of used area in RAM */
#define CFG_INIT_RAM_ADDR 0x40000000
/* use data cache */
#define CFG_GBL_DATA_SIZE 64
/* size in bytes reserved for initial data */
#define CFG_INIT_RAM_END 0x2000
/* End of used area in RAM */
#define CFG_GBL_DATA_SIZE 128
/* size in bytes reserved for initial data */
#define CFG_GBL_DATA_OFFSET (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
#define CFG_GBL_DATA_OFFSET (CFG_INIT_RAM_END - CFG_GBL_DATA_SIZE)
#define CFG_INIT_SP_OFFSET CFG_GBL_DATA_OFFSET
#define CFG_INIT_SP_OFFSET CFG_GBL_DATA_OFFSET
/*
/*
* Internal Definitions
* Internal Definitions
*
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment