commit | dec286dd7d7b1aae486a05069a80b8791ab0ba55 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@st.com> | Tue Jun 04 18:02:37 2019 +0200 |
committer | Yann Gautier <yann.gautier@st.com> | Mon Sep 02 17:49:30 2019 +0200 |
tree | 0d06f3661b63686cc3d04f229c043f2f25d1fbcc | |
parent | 73680c230f8503a8e0f625834bc987b90e065b03 [diff] [blame] |
stm32mp1: print information about SoC This information is located in DBGMCU registers. Change-Id: I480aa046fed9992e3d9665b1f0520bc4b6cfdf30 Signed-off-by: Yann Gautier <yann.gautier@st.com>
diff --git a/plat/st/stm32mp1/bl2_plat_setup.c b/plat/st/stm32mp1/bl2_plat_setup.c index 7de264b..1926be3 100644 --- a/plat/st/stm32mp1/bl2_plat_setup.c +++ b/plat/st/stm32mp1/bl2_plat_setup.c
@@ -272,6 +272,8 @@ panic(); } + stm32mp_print_cpuinfo(); + board_model = dt_get_board_model(); if (board_model != NULL) { NOTICE("Model: %s\n", board_model);