qti/sc7180: Fix GIC-600 support settingThe patch adding platform support for sc7180 landed around roughly thesame time as the patch that changed GICV3_IMPL to GICV3_SUPPORT_GIC600.Thus the sc7180
qti/sc7180: Fix GIC-600 support settingThe patch adding platform support for sc7180 landed around roughly thesame time as the patch that changed GICV3_IMPL to GICV3_SUPPORT_GIC600.Thus the sc7180 Makefile is still using the old variable name which nowno longer does anything, and it hangs on boot due to the lacking GIC-600support. This patch fixes the issue.Signed-off-by: Julius Werner <jwerner@chromium.org>Change-Id: Id76ada1445c3c5ac9a5a3697b4e749088b89d796
show more ...
plat: qti: Fix build failureFixed build failure due to the commit:905f93c77 by removingthe inclusion of non-existent 'stdinit.h' file.Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>C
plat: qti: Fix build failureFixed build failure due to the commit:905f93c77 by removingthe inclusion of non-existent 'stdinit.h' file.Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>Change-Id: I8e3ca69c016b7a2354c58c4d384a492631c36286
qti: Add RNG driverThis patch adds RNG driver and use it to generate random number for stackprotection.Change-Id: I73d79e68d08b5aa902dc7fad48e17a03f996178dSigned-off-by: Saurabh Gorecha <sgorec
qti: Add RNG driverThis patch adds RNG driver and use it to generate random number for stackprotection.Change-Id: I73d79e68d08b5aa902dc7fad48e17a03f996178dSigned-off-by: Saurabh Gorecha <sgorecha@codeaurora.org>
sc7180 platform supportAdding support for QTI CHIP SC7180 on ATFChange-Id: I0d82d3a378036003fbd0bc4784f61464bb76ea82Signed-off-by: Saurabh Gorecha <sgorecha@codeaurora.org>Co-authored-by: Mauli
sc7180 platform supportAdding support for QTI CHIP SC7180 on ATFChange-Id: I0d82d3a378036003fbd0bc4784f61464bb76ea82Signed-off-by: Saurabh Gorecha <sgorecha@codeaurora.org>Co-authored-by: Maulik Shah <mkshah@codeaurora.org>
1234