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
7003e4cf
Commit
7003e4cf
authored
9 years ago
by
Tom Rini
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
git://git.denx.de/u-boot-arm
parents
ef1e5710
79ad5cef
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
arch/arm/mach-bcm283x/include/mach/mbox.h
+1
-0
1 addition, 0 deletions
arch/arm/mach-bcm283x/include/mach/mbox.h
board/raspberrypi/rpi/rpi.c
+5
-0
5 additions, 0 deletions
board/raspberrypi/rpi/rpi.c
include/configs/dockstar.h
+2
-2
2 additions, 2 deletions
include/configs/dockstar.h
with
8 additions
and
2 deletions
arch/arm/mach-bcm283x/include/mach/mbox.h
+
1
−
0
View file @
7003e4cf
...
...
@@ -150,6 +150,7 @@ struct bcm2835_mbox_tag_hdr {
#define BCM2835_BOARD_REV_A_PLUS 0x12
#define BCM2835_BOARD_REV_B_PLUS_13 0x13
#define BCM2835_BOARD_REV_CM_14 0x14
#define BCM2835_BOARD_REV_A_PLUS_15 0x15
#endif
struct
bcm2835_mbox_tag_get_board_rev
{
...
...
This diff is collapsed.
Click to expand it.
board/raspberrypi/rpi/rpi.c
+
5
−
0
View file @
7003e4cf
...
...
@@ -176,6 +176,11 @@ static const struct {
"bcm2835-rpi-cm.dtb"
,
false
,
},
[
BCM2835_BOARD_REV_A_PLUS_15
]
=
{
"Model A+"
,
"bcm2835-rpi-a-plus.dtb"
,
false
,
},
#endif
};
...
...
This diff is collapsed.
Click to expand it.
include/configs/dockstar.h
+
2
−
2
View file @
7003e4cf
...
...
@@ -57,8 +57,8 @@
* it has to be rounded to sector size
*/
#define CONFIG_ENV_SIZE 0x20000
/* 128k */
#define CONFIG_ENV_ADDR 0x
6
0000
#define CONFIG_ENV_OFFSET 0x
6
0000
/* env starts here */
#define CONFIG_ENV_ADDR 0x
8
0000
#define CONFIG_ENV_OFFSET 0x
8
0000
/* env starts here */
/*
* Default environment variables
...
...
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