Merge "ipq5018: Fix secure_authenticate scm call"

This commit is contained in:
Linux Build Service Account 2020-06-25 15:10:39 -07:00 committed by Gerrit - the friendly Code Review server
commit 2cce43f909
2 changed files with 2 additions and 2 deletions

View file

@ -89,7 +89,7 @@ struct dumpinfo_t dumpinfo_n[] = {
int dump_entries_n = ARRAY_SIZE(dumpinfo_n);
struct dumpinfo_t dumpinfo_s[] = {
{ "EBICS_S0.BIN", 0x40000000, 0xA600000, 0 },
{ "EBICS_S0.BIN", 0x40000000, 0xAC00000, 0 },
{ "EBICS_S1.BIN", CONFIG_TZ_END_ADDR, 0x10000000, 0 },
{ "IMEM.BIN", 0x08600000, 0x00001000, 0 },
{ "NSSUTCM.BIN", 0x08600658, 0x00030000, 0, 1, 0x2000 },

View file

@ -418,7 +418,7 @@
#define CLOCK_UPDATE_TIMEOUT_US 1000
#define KERNEL_AUTH_CMD 0x13
#define SCM_CMD_SEC_AUTH 0x1F
#define SCM_CMD_SEC_AUTH 0x15
#define ARM_PSCI_TZ_FN_BASE 0x84000000
#define ARM_PSCI_TZ_FN(n) (ARM_PSCI_TZ_FN_BASE + (n))