| #
1ac928ce |
| 13-Sep-2019 |
Soby Mathew <soby.mathew@arm.com> |
Merge "amlogic: console: Move console driver to common directory" into integration
|
| #
a759d345 |
| 05-Sep-2019 |
Carlo Caione <ccaione@baylibre.com> |
amlogic: console: Move console driver to common directory
The code managing the console is the same for all the platforms currently supported. Since it is unlikely to change in the future move the c
amlogic: console: Move console driver to common directory
The code managing the console is the same for all the platforms currently supported. Since it is unlikely to change in the future move the code to an external file in the common directory.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: I6df555ea82d483b4f08a4a1e2cb0a7488fbaa015
show more ...
|
| #
9af73b36 |
| 12-Sep-2019 |
Soby Mathew <soby.mathew@arm.com> |
Merge changes from topic "amlogic-refactoring" into integration
* changes: amlogic: Fix includes order amlogic: Fix header guards amlogic: Fix prefixes in the SoC specific files amlogic: Fix
Merge changes from topic "amlogic-refactoring" into integration
* changes: amlogic: Fix includes order amlogic: Fix header guards amlogic: Fix prefixes in the SoC specific files amlogic: Fix prefixes in the PM code amlogic: Fix prefixes in the SCPI related code amlogic: Fix prefixes in the MHU code amlogic: Fix prefixes in the SIP/SVC code amlogic: Fix prefixes in the thermal driver amlogic: Fix prefixes in the private header file amlogic: Fix prefixes in the efuse driver amlogic: Fix prefixes in the platform macros file amlogic: Fix prefixes in the helpers file amlogic: Rework Makefiles amlogic: Move the SIP SVC code to common directory amlogic: Move topology file to common directory amlogic: Move thermal code to common directory amlogic: Move MHU code to common directory amlogic: Move efuse code to common directory amlogic: Move platform macros assembly file to common directory amlogic: Introduce unified private header file amlogic: Move SCPI code to common directory amlogic: Move the SHA256 DMA driver to common directory amlogic: Move assembly helpers to common directory amlogic: Introduce directory parameters in the makefiles meson: Rename platform directory to amlogic
show more ...
|
| #
b5621874 |
| 03-Sep-2019 |
Carlo Caione <ccaione@baylibre.com> |
amlogic: Fix includes order
As part of the code refactoring fix the order of the include files across all the source files.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: Ice72f687cc
amlogic: Fix includes order
As part of the code refactoring fix the order of the include files across all the source files.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: Ice72f687cc26ee881a9051168149467688100cfb
show more ...
|
| #
9158854a |
| 28-Aug-2019 |
Carlo Caione <ccaione@baylibre.com> |
amlogic: Fix prefixes in the SoC specific files
Remove the GXBB prefix where needed and add SoC specific prefixes for GXBB/GXL.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: Ic3eb3a
amlogic: Fix prefixes in the SoC specific files
Remove the GXBB prefix where needed and add SoC specific prefixes for GXBB/GXL.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: Ic3eb3a77ca2d9c779a9dee5cee786e9c16ecdb27
show more ...
|
| #
010fdc1b |
| 25-Aug-2019 |
Carlo Caione <ccaione@baylibre.com> |
amlogic: Fix prefixes in the private header file
The header file is shared between all the SoCs. Better avoiding hardcoding the SoC name in the function names.
Signed-off-by: Carlo Caione <ccaione@
amlogic: Fix prefixes in the private header file
The header file is shared between all the SoCs. Better avoiding hardcoding the SoC name in the function names.
Signed-off-by: Carlo Caione <ccaione@baylibre.com> Change-Id: I9074871bd1ed8a702c1a656e0f50f2d3c6cb0425
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 ...
|
| #
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 ...
|