| 93c795ae | 25-Aug-2019 |
Carlo Caione <ccaione@baylibre.com> |
amlogic: Fix prefixes in the efuse driver
The efuse driver is hardcoding the GXBB prefix. No need to do that since the driver is shared between multiple SoCs.
Signed-off-by: Carlo Caione <ccaione@b
amlogic: Fix prefixes in the efuse driver
The efuse driver is hardcoding the GXBB prefix. No need to do that since the driver is shared between multiple SoCs.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: I97691b0bbd55170d8216d301a3fc04feb8c2af2e
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 ...
|
| 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 ...
|