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
696f81f9
Commit
696f81f9
authored
11 years ago
by
Taras Kondratiuk
Committed by
Tom Rini
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ARM: OMAP4470: Add OMAP4470 identification
Signed-off-by:
Taras Kondratiuk
<
taras@ti.com
>
parent
5b47f2d9
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
arch/arm/cpu/armv7/omap4/hwinit.c
+3
-0
3 additions, 0 deletions
arch/arm/cpu/armv7/omap4/hwinit.c
arch/arm/include/asm/arch-omap4/omap.h
+1
-0
1 addition, 0 deletions
arch/arm/include/asm/arch-omap4/omap.h
arch/arm/include/asm/omap_common.h
+1
-0
1 addition, 0 deletions
arch/arm/include/asm/omap_common.h
with
5 additions
and
0 deletions
arch/arm/cpu/armv7/omap4/hwinit.c
+
3
−
0
View file @
696f81f9
...
@@ -138,6 +138,9 @@ void init_omap_revision(void)
...
@@ -138,6 +138,9 @@ void init_omap_revision(void)
break
;
break
;
case
MIDR_CORTEX_A9_R2P10
:
case
MIDR_CORTEX_A9_R2P10
:
switch
(
readl
(
CONTROL_ID_CODE
))
{
switch
(
readl
(
CONTROL_ID_CODE
))
{
case
OMAP4470_CONTROL_ID_CODE_ES1_0
:
*
omap_si_rev
=
OMAP4470_ES1_0
;
break
;
case
OMAP4460_CONTROL_ID_CODE_ES1_1
:
case
OMAP4460_CONTROL_ID_CODE_ES1_1
:
*
omap_si_rev
=
OMAP4460_ES1_1
;
*
omap_si_rev
=
OMAP4460_ES1_1
;
break
;
break
;
...
...
This diff is collapsed.
Click to expand it.
arch/arm/include/asm/arch-omap4/omap.h
+
1
−
0
View file @
696f81f9
...
@@ -41,6 +41,7 @@
...
@@ -41,6 +41,7 @@
#define OMAP4_CONTROL_ID_CODE_ES2_3 0x6B95C02F
#define OMAP4_CONTROL_ID_CODE_ES2_3 0x6B95C02F
#define OMAP4460_CONTROL_ID_CODE_ES1_0 0x0B94E02F
#define OMAP4460_CONTROL_ID_CODE_ES1_0 0x0B94E02F
#define OMAP4460_CONTROL_ID_CODE_ES1_1 0x2B94E02F
#define OMAP4460_CONTROL_ID_CODE_ES1_1 0x2B94E02F
#define OMAP4470_CONTROL_ID_CODE_ES1_0 0x0B97502F
/* UART */
/* UART */
#define UART1_BASE (OMAP44XX_L4_PER_BASE + 0x6a000)
#define UART1_BASE (OMAP44XX_L4_PER_BASE + 0x6a000)
...
...
This diff is collapsed.
Click to expand it.
arch/arm/include/asm/omap_common.h
+
1
−
0
View file @
696f81f9
...
@@ -622,6 +622,7 @@ static inline u8 is_omap54xx(void)
...
@@ -622,6 +622,7 @@ static inline u8 is_omap54xx(void)
#define OMAP4430_ES2_3 0x44300230
#define OMAP4430_ES2_3 0x44300230
#define OMAP4460_ES1_0 0x44600100
#define OMAP4460_ES1_0 0x44600100
#define OMAP4460_ES1_1 0x44600110
#define OMAP4460_ES1_1 0x44600110
#define OMAP4470_ES1_0 0x44700100
/* omap5 */
/* omap5 */
#define OMAP5430_SILICON_ID_INVALID 0
#define OMAP5430_SILICON_ID_INVALID 0
...
...
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