Zheng Bao ([email protected]) just uploaded a new patch set to gerrit, which 
you can find at http://review.coreboot.org/1971

-gerrit

commit 85cc324fd5ea369d5ada7feb9c3538e76a594227
Author: Zheng Bao <[email protected]>
Date:   Thu Dec 6 11:30:33 2012 +0800

    driver/spi: Add support of MX25L3235D
    
    Tested on Thatcher.
    
    Change-Id: I648171ba0d03be1e984c182f6d0f082241e3f51c
    Signed-off-by: Zheng Bao <[email protected]>
    Signed-off-by: zbao <[email protected]>
---
 src/drivers/spi/macronix.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/src/drivers/spi/macronix.c b/src/drivers/spi/macronix.c
index f9138e1..332de23 100644
--- a/src/drivers/spi/macronix.c
+++ b/src/drivers/spi/macronix.c
@@ -87,6 +87,14 @@ static const struct macronix_spi_flash_params 
macronix_spi_flash_table[] = {
                .name = "MX25L3205D",
        },
        {
+               .idcode = 0x5e16,
+               .page_size = 256,
+               .pages_per_sector = 16,
+               .sectors_per_block = 16,
+               .nr_blocks = 64,
+               .name = "MX25L3235D", /* MX25L3225D/MX25L3235D/MX25L3237D */
+       },
+       {
                .idcode = 0x2017,
                .page_size = 256,
                .pages_per_sector = 16,

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to