| 821781f3 | 24-Aug-2019 |
Carlo Caione <ccaione@baylibre.com> |
amlogic: Fix prefixes in the platform macros file
Fixing at the same time the related register names.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: Ib1130d50abe6088f1c0826878d1ae454
amlogic: Fix prefixes in the platform macros file
Fixing at the same time the related register names.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: Ib1130d50abe6088f1c0826878d1ae454a0f23008
show more ...
|
| f681c676 | 24-Aug-2019 |
Carlo Caione <ccaione@baylibre.com> |
amlogic: Fix prefixes in the helpers file
The code is the common directory is now generic, no need to have the SoC prefix hardcoded in the function names.
Signed-off-by: Carlo Caione <ccaione@bayli
amlogic: Fix prefixes in the helpers file
The code is the common directory is now generic, no need to have the SoC prefix hardcoded in the function names.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: Ied3a5e506b9abd4c2d6f893bafef50019bff24f1
show more ...
|
| fab69512 | 24-Aug-2019 |
Carlo Caione <ccaione@baylibre.com> |
amlogic: Rework Makefiles
Now that every piece is in place, the makefiles can be refactored and slightly beautified removing useless and redundant parts.
Signed-off-by: Carlo Caione <ccaione@baylib
amlogic: Rework Makefiles
Now that every piece is in place, the makefiles can be refactored and slightly beautified removing useless and redundant parts.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: If74e1909df52d475cf4b0dfed819d07d3a4c85b9
show more ...
|
| 35aee24e | 24-Aug-2019 |
Carlo Caione <ccaione@baylibre.com> |
amlogic: Move the SIP SVC code to common directory
The code is the same between GXBB and GXL. Move it to the common source directory.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: I
amlogic: Move the SIP SVC code to common directory
The code is the same between GXBB and GXL. Move it to the common source directory.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: I875689a6fd029971aa755fc2725217e90ed06b6c
show more ...
|
| 261e7fd7 | 24-Aug-2019 |
Carlo Caione <ccaione@baylibre.com> |
amlogic: Move topology file to common directory
As done already for multiple files, move the topology file to the common directory.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: Iac
amlogic: Move topology file to common directory
As done already for multiple files, move the topology file to the common directory.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: Iaca357a089593ad58c35c05c929239132249dcda
show more ...
|
| cd94cc40 | 24-Aug-2019 |
Carlo Caione <ccaione@baylibre.com> |
amlogic: Move thermal code to common directory
As for most of the Amlogic code, this is common between the Amlogic SoCs. Move the code to the common directory.
Signed-off-by: Carlo Caione <ccaione@
amlogic: Move thermal code to common directory
As for most of the Amlogic code, this is common between the Amlogic SoCs. Move the code to the common directory.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: Id3f0073ff1f0b9ddbe964f80303323ee4a2f27b0
show more ...
|
| 6f3b0dc4 | 24-Aug-2019 |
Carlo Caione <ccaione@baylibre.com> |
amlogic: Move MHU code to common directory
The MHU code is shared between all the supported platforms. Move it to the common directory instead.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Ch
amlogic: Move MHU code to common directory
The MHU code is shared between all the supported platforms. Move it to the common directory instead.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: Iaf53122866eae85c13f772927d16836dcfa877a3
show more ...
|
| d498d249 | 24-Aug-2019 |
Carlo Caione <ccaione@baylibre.com> |
amlogic: Move efuse code to common directory
The efuse code is the same between GXL and GXBB. Move the code to common directory.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: Ie37f2
amlogic: Move efuse code to common directory
The efuse code is the same between GXL and GXBB. Move the code to common directory.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: Ie37f21d1907a36292724f1fb645a78041fe4a6b3
show more ...
|
| 5b743698 | 24-Aug-2019 |
Carlo Caione <ccaione@baylibre.com> |
amlogic: Move platform macros assembly file to common directory
The platform macros are shared between all the SoCs. Move it to common directory.
Signed-off-by: Carlo Caione <ccaione@baylibre.com>
amlogic: Move platform macros assembly file to common directory
The platform macros are shared between all the SoCs. Move it to common directory.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: Ia04c3ffe4d7b068aa701268ed99f69995d8db92b
show more ...
|
| e26864af | 24-Aug-2019 |
Carlo Caione <ccaione@baylibre.com> |
amlogic: Introduce unified private header file
Now that also the SHA256 DMA driver is shared between all the SoCs, we can have one single private platform header file.
Signed-off-by: Carlo Caione <
amlogic: Introduce unified private header file
Now that also the SHA256 DMA driver is shared between all the SoCs, we can have one single private platform header file.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: I77d51915f9d8233aeceeed66ed1f491573402cfc
show more ...
|
| 69b315aa | 24-Aug-2019 |
Carlo Caione <ccaione@baylibre.com> |
amlogic: Move SCPI code to common directory
The SCPI code is the same between GXBB and GXL. No need to have it replicated for each SoCs. Move it to the common directory.
Signed-off-by: Carlo Caione
amlogic: Move SCPI code to common directory
The SCPI code is the same between GXBB and GXL. No need to have it replicated for each SoCs. Move it to the common directory.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: I7e416caf1e9538b3ce7702c0363ee00a054e2451
show more ...
|
| 01b2a7fc | 24-Aug-2019 |
Carlo Caione <ccaione@baylibre.com> |
amlogic: Move the SHA256 DMA driver to common directory
The SHA256 DMA driver can be used by multiple SoCs. Move it to the common directory.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Chang
amlogic: Move the SHA256 DMA driver to common directory
The SHA256 DMA driver can be used by multiple SoCs. Move it to the common directory.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: I96319eeeeeebd503ef0dcb07c0e4ff6a67afeaa5
show more ...
|
| 40fac1ab | 23-Aug-2019 |
Carlo Caione <ccaione@baylibre.com> |
amlogic: Move assembly helpers to common directory
The assembly helpers are common to all the amlogic SoCs. Move the .S file to the common directory.
Signed-off-by: Carlo Caione <ccaione@baylibre.c
amlogic: Move assembly helpers to common directory
The assembly helpers are common to all the amlogic SoCs. Move the .S file to the common directory.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: I0d8616a7ae22dbcb14848cefd0149b6bb5814ea6
show more ...
|
| 1b250198 | 23-Aug-2019 |
Carlo Caione <ccaione@baylibre.com> |
amlogic: Introduce directory parameters in the makefiles
Make the platform name a parameter for the source directories. Besides a cosmetic fix, this is going to be helpful when reusing the same Make
amlogic: Introduce directory parameters in the makefiles
Make the platform name a parameter for the source directories. Besides a cosmetic fix, this is going to be helpful when reusing the same Makefile for different SoCs.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: I307897a21800cca8ad68a5ab8972d27e9356ff2a
show more ...
|
| 4a079c75 | 23-Aug-2019 |
Carlo Caione <ccaione@baylibre.com> |
meson: Rename platform directory to amlogic
Meson is the internal code name for the SoC family. The correct name for the platform should be Amlogic. Change the name of the platform directory.
Signe
meson: Rename platform directory to amlogic
Meson is the internal code name for the SoC family. The correct name for the platform should be Amlogic. Change the name of the platform directory.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: Icc140e1ea137f12117acbf64c7dcb1a8b66b345d
show more ...
|
| 5dbdf8e4 | 05-Sep-2019 |
Sandrine Bailleux <sandrine.bailleux@arm.com> |
Merge "intel: stratix10: Fix reliance on hard coded clock information" into integration |
| 6be8b610 | 04-Sep-2019 |
zelalem-aweke <zelalem.aweke@arm.com> |
doc: Updated user guide with new Mbed TLS version number
Signed-off-by: zelalem-aweke <zelalem.aweke@arm.com> Change-Id: Ib12ecc0b283274c74cdfa57caf9e1a105dce3afe |
| 948a0c0d | 04-Sep-2019 |
Masahiro Yamada <yamada.masahiro@socionext.com> |
mbedtls: use #include <...> instead of "..."
The #include "mbedtls/check_config.h" directive first searches for the header in the relative path to mbedtls_config.h, i.e. include/drivers/auth/mbedtls
mbedtls: use #include <...> instead of "..."
The #include "mbedtls/check_config.h" directive first searches for the header in the relative path to mbedtls_config.h, i.e. include/drivers/auth/mbedtls/mbedtls/check_config.h
Obviously, it does not exist since check_config.h is located in the mbedtls project.
It is more sensible to use #include <...> form.
Change-Id: If72a71381f84e7748a2c9f07dd1176559d9bb1d2 Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
show more ...
|
| e4893286 | 03-Sep-2019 |
Alexei Fedorov <Alexei.Fedorov@arm.com> |
Merge "uniphier: set CONSOLE_FLAG_TRANSLATE_CRLF and clean up console driver" into integration |
| abfd5719 | 23-Jul-2019 |
Masahiro Yamada <yamada.masahiro@socionext.com> |
uniphier: set CONSOLE_FLAG_TRANSLATE_CRLF and clean up console driver
This console driver sends '\r' before 'n', not after. It works, but the convention is "\r\n" (i.e. CRLF)
Instead of fixing it i
uniphier: set CONSOLE_FLAG_TRANSLATE_CRLF and clean up console driver
This console driver sends '\r' before 'n', not after. It works, but the convention is "\r\n" (i.e. CRLF)
Instead of fixing it in the driver, set CONSOLE_FLAG_TRANSLATE_CRLF to leave it to the framework.
Change-Id: I2154e29313739a40dff70cfb5c0f8989136d4ad2 Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
show more ...
|
| d9d803e0 | 11-Jun-2019 |
Yann Gautier <yann.gautier@st.com> |
mmc: stm32_sdmmc2: correctly manage block size
DBLOCKSIZE should be filled such as the data size is 2^DBLOCKSIZE. Hence it is calculated with __builtin_ctz.
Change-Id: Id6b5ff9b594afc4fc523a388011b
mmc: stm32_sdmmc2: correctly manage block size
DBLOCKSIZE should be filled such as the data size is 2^DBLOCKSIZE. Hence it is calculated with __builtin_ctz.
Change-Id: Id6b5ff9b594afc4fc523a388011beed307e6abd1 Signed-off-by: Yann Gautier <yann.gautier@st.com>
show more ...
|
| 2c2c9f1e | 28-May-2019 |
Yann Gautier <yann.gautier@st.com> |
mmc: stm32_sdmmc2: manage max-frequency property from DT
If the max-frequency property is provided in the device tree mmc node, it should be managed. The max allowed frequency will be the min betwee
mmc: stm32_sdmmc2: manage max-frequency property from DT
If the max-frequency property is provided in the device tree mmc node, it should be managed. The max allowed frequency will be the min between this property value and what the card can support.
Change-Id: I885b676c3300d2670a0fe4c6ecab87758b5893ad Signed-off-by: Yann Gautier <yann.gautier@st.com>
show more ...
|
| 1e919529 | 19-Apr-2019 |
Yann Gautier <yann.gautier@st.com> |
stm32mp1: move check_header() to common code
This function can be used on several stm32mp devices, it is then moved in plat/st/common/stm32mp_common.c.
Change-Id: I862debe39604410f71a9ddc2871302636
stm32mp1: move check_header() to common code
This function can be used on several stm32mp devices, it is then moved in plat/st/common/stm32mp_common.c.
Change-Id: I862debe39604410f71a9ddc28713026362e9ecda Signed-off-by: Yann Gautier <yann.gautier@st.com>
show more ...
|
| 083bca22 | 24-Apr-2019 |
Yann Gautier <yann.gautier@st.com> |
stm32mp1: keep console during runtime
The runtime console is only kept in DEBUG configuration.
Change-Id: I0447dfcacb9a63a12bcdab7c55584d70c3220e5b Signed-off-by: Yann Gautier <yann.gautier@st.com> |
| 02f5d820 | 11-Jul-2019 |
Yann Gautier <yann.gautier@st.com> |
stm32mp1: sp_min: initialize MMU and cache earlier
This change enhances performance and security in BL32 stage.
Change-Id: I64df5995fc6b04f6cf42d6a00a6d3d0f602b5407 Signed-off-by: Yann Gautier <yan
stm32mp1: sp_min: initialize MMU and cache earlier
This change enhances performance and security in BL32 stage.
Change-Id: I64df5995fc6b04f6cf42d6a00a6d3d0f602b5407 Signed-off-by: Yann Gautier <yann.gautier@st.com>
show more ...
|