Home
last modified time | relevance | path

Searched hist:c7e313ae (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/docs/system/arm/
H A Daspeed.rstc7e313ae Tue Jun 06 23:39:39 CDT 2023 Cédric Le Goater <clg@kaod.org> aspeed: Create flash devices only when defaults are enabled

When the -nodefaults option is set, flash devices should be created
with :

-blockdev node-name=fmc0,driver=file,filename=./flash.img \
-device mx66u51235f,cs=0x0,bus=ssi.0,drive=fmc0 \

To be noted that in this case, the ROM will not be installed and the
initial boot sequence (U-Boot loading) will fetch instructions using
SPI transactions which is significantly slower. That's exactly how HW
operates though.

Reviewed-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
/openbmc/qemu/hw/arm/
H A Daspeed.cc7e313ae Tue Jun 06 23:39:39 CDT 2023 Cédric Le Goater <clg@kaod.org> aspeed: Create flash devices only when defaults are enabled

When the -nodefaults option is set, flash devices should be created
with :

-blockdev node-name=fmc0,driver=file,filename=./flash.img \
-device mx66u51235f,cs=0x0,bus=ssi.0,drive=fmc0 \

To be noted that in this case, the ROM will not be installed and the
initial boot sequence (U-Boot loading) will fetch instructions using
SPI transactions which is significantly slower. That's exactly how HW
operates though.

Reviewed-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Cédric Le Goater <clg@kaod.org>