mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
Merge "fix(gicv3): wait rwp when gicr_ctrl.enablelpis from 1 to 0" into integration
This commit is contained in:
commit
862521bb12
1 changed files with 2 additions and 0 deletions
|
@ -686,6 +686,8 @@ void gicv3_rdistif_init_restore(unsigned int proc_num,
|
|||
gicr_write_ctlr(gicr_base,
|
||||
rdist_ctx->gicr_ctlr & ~(GICR_CTLR_EN_LPIS_BIT));
|
||||
|
||||
gicr_wait_for_pending_write(gicr_base);
|
||||
|
||||
/* Restore registers' content */
|
||||
gicr_write_propbaser(gicr_base, rdist_ctx->gicr_propbaser);
|
||||
gicr_write_pendbaser(gicr_base, rdist_ctx->gicr_pendbaser);
|
||||
|
|
Loading…
Add table
Reference in a new issue