summaryrefslogtreecommitdiff
path: root/drivers/serial
diff options
context:
space:
mode:
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-07-18 15:10:37 +0300
committerStefan Roese <sr@denx.de>2016-07-20 12:13:26 +0300
commit55edb9d4d521ff733d217ddf47ad7bf4650676be (patch)
treecc956c224537529302518f2c5c45ea3afcdb1e8d /drivers/serial
parent66669fcf809c1e3ff644b12e04e625d3737ffd8e (diff)
downloadu-boot-55edb9d4d521ff733d217ddf47ad7bf4650676be.tar.xz
mtd: cfi_flash: fix polling for bit XSR.7 on Intel chips
flash_full_status_check() checks bit XSR.7 on Intel chips. This should be done by only checking bit 7 and not by comparing the whole status byte or word with 0x80. This fixes the non-working block erase in the pflash emulation of Qemu when used with the MIPS Malta board. MIPS Malta uses x32 mode to access the pflash device. In x32 mode Qemu mirrors the lower 16 bits of the status word into the upper 16 bits. Thus the CFI driver gets a status word of 0x8080 in x32 mode. If flash_full_status_check() uses flash_isequal(), then it polls for XSR.7 by comparing 0x8080 with 0x80 which never becomes true. Reported-by: Alon Bar-Lev <alon.barlev@gmail.com> Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers/serial')
0 files changed, 0 insertions, 0 deletions