bdk: ccplex: add no rst vector lock & powergating

Allow not locking the reset vectors and launch a new payload after powergating ccplex.
This commit is contained in:
CTCaer
2024-03-13 01:37:52 +02:00
parent 82925845e3
commit fb31cb2926
3 changed files with 72 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
/*
* Copyright (c) 2018 naehrwert
* Copyright (c) 2018 balika011
* Copyright (c) 2018-2022 CTCaer
* Copyright (c) 2018-2024 CTCaer
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
@@ -94,7 +94,7 @@ void smmu_enable()
if (smmu_used)
return;
ccplex_boot_cpu0((u32)smmu_payload);
ccplex_boot_cpu0((u32)smmu_payload, true);
smmu_used = true;
msleep(150);