[coreboot-gerrit] Patch merged into coreboot/master: drivers/spi: Add support for Micron N25Q128A

gerrit at coreboot.org gerrit at coreboot.org
Fri Aug 5 07:42:05 CEST 2016


the following patch was just integrated into master:
commit 6c481755c4d3b1f492390030352d3f056c9e13ce
Author: Werner Zeh <werner.zeh at siemens.com>
Date:   Thu Aug 4 08:12:04 2016 +0200

    drivers/spi: Add support for Micron N25Q128A
    
    Although we have already support for the flash chip N25Q128 there is a
    similar type available which has the same geometry and opcodes but
    unfortunately a slightly different device type ID. While the already
    supported N25Q128 has the ID 0xbb18 this one has the ID 0xba18.
    
    To make both types available in the flash support table, use N25Q128A as
    the flash name. This name can be found in the datasheet which can be
    found here:
    https://www.micron.com/~/media/documents/products/data-sheet/nor-flash/serial-nor/n25q/n25q_128mb_3v_65nm.pdf
    
    TEST=Booted and verified that MRC cache could be written
    
    Change-Id: I02a47692efb23a9a06a289c367488abd256b8e0c
    Signed-off-by: Werner Zeh <werner.zeh at siemens.com>
    Reviewed-on: https://review.coreboot.org/16061
    Tested-by: build bot (Jenkins)
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Reviewed-by: Patrick Georgi <pgeorgi at google.com>


See https://review.coreboot.org/16061 for details.

-gerrit



More information about the coreboot-gerrit mailing list