]> git.proxmox.com Git - mirror_qemu.git/commit - tests/m25p80-test.c
tests: add a m25p80 test
authorCédric Le Goater <clg@kaod.org>
Mon, 17 Oct 2016 18:22:17 +0000 (19:22 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 17 Oct 2016 18:22:17 +0000 (19:22 +0100)
commit7a2334f7205ca7604dc09b77e74511e96d35686a
tree06e98f1d206a9b7dc671766b9493903f54ed66cd
parent2231f69b4e4523c43aa459cab18ab77c0e29b4d1
tests: add a m25p80 test

This test uses the palmetto platform and the Aspeed SPI controller to
test the m25p80 flash module device model. The flash model is defined
by the platform (n25q256a) and it would be nice to find way to control
it, using a property probably.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1475787271-28794-1-git-send-email-clg@kaod.org
Brainstormed-with: Greg Kurz <groug@kaod.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
tests/Makefile.include
tests/m25p80-test.c [new file with mode: 0644]