1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-02 14:33:18 +02:00

Add support for the Sharp LH28F008BJT-BTLZ1 chip

Tested by Mattias Mattsson <vitplister@gmail.com> on a PowerPC box.

Corresponding to flashrom svn r1420.

Signed-off-by: Mattias Mattsson <vitplister@gmail.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
Mattias Mattsson
2011-08-25 22:44:11 +00:00
committed by Uwe Hermann
parent 14ab8d456a
commit fca3b012da
3 changed files with 86 additions and 0 deletions

View File

@ -5377,6 +5377,36 @@ const struct flashchip flashchips[] = {
.read = spi_chip_read,
},
{
.vendor = "Sharp",
.name = "LH28F008BJT-BTLZ1",
.bustype = BUS_PARALLEL,
.manufacture_id = SHARP_ID,
.model_id = SHARP_LH28F008BJxxPB,
.total_size = 1024,
.page_size = 64 * 1024,
.tested = TEST_OK_PREW,
.probe = probe_82802ab,
.probe_timing = TIMING_ZERO,
.block_erasers =
{
{
.eraseblocks = {
{8 * 1024, 8},
{64 * 1024, 15}
},
.block_erase = erase_block_82802ab,
}, {
.eraseblocks = { {1024 * 1024, 1} },
.block_erase = erase_sector_49lfxxxc,
}
},
.unlock = unlock_lh28f008bjt,
.write = write_82802ab,
.read = read_memmapped,
.voltage = {2700, 3600},
},
{
.vendor = "Sharp",
.name = "LHF00L04",