Skip to content

Add a dummy (0xDEADBEEF) reply for the unmapped space, to ensure the WB is never locked

Mathieu Saccani requested to merge no_wb_lock_address into master

The WB gets locked when accessing unmapped space in the VFC-HD_System from 0x040000to 0x7FFFFC. This update add a dummy (0xDEADBEEF) reply for this unmapped space, to ensure the WB is never locked.

Merge request reports