Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
0e935f00
"vscode:/vscode.git/clone" did not exist on "6150015cfccdf7e60b5e54684e91bd4f454ac401"
Commit
0e935f00
authored
Oct 13, 2020
by
Alexei Fedorov
Committed by
TrustedFirmware Code Review
Oct 13, 2020
Browse files
Merge "stm32mp1: support of STM32MP15x Rev.Z" into integration
parents
cb57306f
ffb3f277
Changes
2
Hide whitespace changes
Inline
Side-by-side
plat/st/stm32mp1/stm32mp1_def.h
View file @
0e935f00
...
@@ -39,6 +39,7 @@
...
@@ -39,6 +39,7 @@
#define STM32MP151A_PART_NB U(0x0500002F)
#define STM32MP151A_PART_NB U(0x0500002F)
#define STM32MP1_REV_B U(0x2000)
#define STM32MP1_REV_B U(0x2000)
#define STM32MP1_REV_Z U(0x2001)
/*******************************************************************************
/*******************************************************************************
* PACKAGE ID
* PACKAGE ID
...
...
plat/st/stm32mp1/stm32mp1_private.c
View file @
0e935f00
...
@@ -261,6 +261,9 @@ void stm32mp_print_cpuinfo(void)
...
@@ -261,6 +261,9 @@ void stm32mp_print_cpuinfo(void)
case
STM32MP1_REV_B
:
case
STM32MP1_REV_B
:
cpu_r
=
"B"
;
cpu_r
=
"B"
;
break
;
break
;
case
STM32MP1_REV_Z
:
cpu_r
=
"Z"
;
break
;
default:
default:
cpu_r
=
"?"
;
cpu_r
=
"?"
;
break
;
break
;
...
...
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