| commit | 0c1737e207955582cf2976e24cb65f7c78b9f1d2 | [log] [tgz] |
|---|---|---|
| author | Helge Deller <deller@gmx.de> | Tue Oct 14 22:48:07 2025 +0200 |
| committer | Helge Deller <deller@gmx.de> | Mon Oct 27 22:13:22 2025 +0100 |
| tree | a22f800a04072c343fb5bab554b5c602823d427d | |
| parent | 008aad460dedd84cc922ceeb9badf37fd71d6136 [diff] |
hw/hppa: Fix firmware end address for LASI chip The base address of a LASI chip on a 715 machine starts at HPA 0xf0100000. Make sure that the firmware does not extend beyond that address, otherwise it's not possible to access the LASI ports. Signed-off-by: Helge Deller <deller@gmx.de> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>