diff --git a/README.md b/README.md index b9b3599..ffcd3e5 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,9 @@ The firmware package we have started from can be downloaded [here](https://www.n The board configuration has been taken from the chromium project source but is also available in [this repository](https://github.com/MarvellEmbeddedProcessors/u-boot-marvell/tree/u-boot-2013.01-15t1/board/Marvell/mv88f6281gtw_ge) from the SOC vendor tools. + +# bios dump + +We have dumped the SPI flash that most likely contains the BIOS and it went well. We have +also verified we can reliably dump it. As it is now it does not look like the SPI flash +is corrupted or malfunctioning. diff --git a/bios.bin b/bios.bin new file mode 100644 index 0000000..9d378b3 Binary files /dev/null and b/bios.bin differ