bmips: enable the data Read Ahead Cache for BMIPS4350
authorDaniel González Cabanelas <dgcbueu@gmail.com>
Sat, 17 Jun 2023 17:34:05 +0000 (19:34 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Mon, 19 Jun 2023 18:42:19 +0000 (20:42 +0200)
commit43746c4c5a85e1762edf383909f1734ad0543825
tree55a49aada68145597830975a59e6d1c83174f121
parent6d3770501d883c3adbfa29b5b4e9451ae84d3ae4
bmips: enable the data Read Ahead Cache for BMIPS4350

The data RAC is left disabled by the bootloader in some SoCs, at least in
the core it boots from. Enabling this feature increases the performance up
to +30% depending on the task.

The kernel enables the whole RAC unconditionally on BMIPS3300 CPUs. Enable
the data RAC in a similar way also for BMIPS4350.

Tested on DGND3700 v1 (BCM6368) and HG556a (BCM6358).

Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com>
(cherry picked from commit 6d1265b14850abaf8980e5cebef3e559b1fdcfb9)
target/linux/bmips/patches-5.15/204-mips-bmips-enable-RAC-on-BMIPS4350.patch [new file with mode: 0644]