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
Reform
reform-boundary-uboot
Commits
79536a6e
Commit
79536a6e
authored
20 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
* Add comment about non-GPL character of standalone applications to
COPYING file * Fix FEC ethernet problem on NSCU board.
parent
4734cb78
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG
+5
-0
5 additions, 0 deletions
CHANGELOG
COPYING
+11
-0
11 additions, 0 deletions
COPYING
include/commproc.h
+1
-1
1 addition, 1 deletion
include/commproc.h
include/configs/NSCU.h
+1
-1
1 addition, 1 deletion
include/configs/NSCU.h
with
18 additions
and
2 deletions
CHANGELOG
+
5
−
0
View file @
79536a6e
...
...
@@ -2,6 +2,11 @@
Changes since U-Boot 1.1.1:
======================================================================
* Add comment about non-GPL character of standalone applications to
COPYING file
* Fix FEC ethernet problem on NSCU board.
* Patch by Gary Jennejohn, 09 Sep 2004:
allow to use USART1 as console port on at91rm9200dk boards
...
...
This diff is collapsed.
Click to expand it.
COPYING
+
11
−
0
View file @
79536a6e
NOTE! This copyright does *not* cover the so-called "standalone"
applications that use U-Boot services by means of the jump table
provided by U-Boot exactly for this purpose - this is merely
considered normal use of U-Boot, and does *not* fall under the
heading of "derived work". Also note that the GPL below is
copyrighted by the Free Software Foundation, but the instance of code
that it refers to (the U-Boot source code) is copyrighted by me and
others who actually wrote it. -- Wolfgang Denk
=======================================================================
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
...
...
This diff is collapsed.
Click to expand it.
include/commproc.h
+
1
−
1
View file @
79536a6e
...
...
@@ -74,7 +74,7 @@
#define CPM_I2C_BASE 0x0820
#define CPM_SPI_BASE 0x0840
#define CPM_FEC_BASE 0x0860
#define CPM_SERIAL2_BASE 0x08
8
0
#define CPM_SERIAL2_BASE 0x08
E
0
#define CPM_SCC_BASE 0x0900
#define CPM_POST_BASE 0x0980
#define CPM_WLKBD_BASE 0x0a00
...
...
This diff is collapsed.
Click to expand it.
include/configs/NSCU.h
+
1
−
1
View file @
79536a6e
...
...
@@ -284,7 +284,7 @@
#define CFG_PCMCIA_IO_SIZE ( 64 << 20 )
#define PCMCIA_MEM_WIN_NO 8
/* override default 4 in pcmcia.h */
#define PCMCIA_SOCKETS_NO 2
/* we have two sockets */
#def
ine
NSCU_OE_INV
1
/* PCMCIA_GCRX_CXOE
i
s inverted on early boards */
#
un
def
NSCU_OE_INV
/* PCMCIA_GCRX_CXOE
wa
s inverted on early boards */
/*-----------------------------------------------------------------------
* IDE/ATA stuff (Supports IDE harddisk on PCMCIA Adapter)
...
...
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