blob: 265dd17a8cc83c7f9892408d929957130c3eefc9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
device: 0.773
graphic: 0.537
other: 0.515
semantic: 0.457
files: 0.348
network: 0.281
performance: 0.163
vnc: 0.163
socket: 0.157
boot: 0.125
debug: 0.080
permissions: 0.049
PID: 0.034
KVM: 0.011
Micron Xccela (MT35x) NOR Flash wrong implementation in `hw/block/m25p80.c`
Additional information:
I see that in the fork they introduced a new entry - `MAN_MICRON_OCTAL`: - https://github.com/Xilinx/qemu/blob/master/hw/block/m25p80.c
Would be nice to make it more generic, probably to call just `MAN_MICRON` and set octal mode like quad mode in other flash implementations - via the configuration register flags, especially since they could be enabled and disabled on the fly.
Also the 256 configuration registers: https://github.com/Xilinx/qemu/commit/9b2fe1e36bfd8849bb3538161279cdff6efea325
cc @alistair23
|