diff options
author | Joel Stanley <joel@jms.id.au> | 2016-09-15 16:18:06 +0930 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-09-15 17:30:42 +1000 |
commit | de71e5925693f29cb3b086055c7d68b4ccba1dde (patch) | |
tree | cd655c6b6329e0df061aff3cc169e1e2b2500144 /hw/ast-bmc | |
parent | 40dc0645205540f2f8d64da6ba9811e9e2ac4eb1 (diff) | |
download | skiboot-de71e5925693f29cb3b086055c7d68b4ccba1dde.zip skiboot-de71e5925693f29cb3b086055c7d68b4ccba1dde.tar.gz skiboot-de71e5925693f29cb3b086055c7d68b4ccba1dde.tar.bz2 |
libflash: add 128MB MX66L1G45G part
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/ast-bmc')
-rw-r--r-- | hw/ast-bmc/ast-sf-ctrl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ast-bmc/ast-sf-ctrl.c b/hw/ast-bmc/ast-sf-ctrl.c index bf42d32..bc877d7 100644 --- a/hw/ast-bmc/ast-sf-ctrl.c +++ b/hw/ast-bmc/ast-sf-ctrl.c @@ -693,6 +693,7 @@ static int ast_sf_setup(struct spi_flash_ctrl *ctrl, uint32_t *tsize) case 0xc22018: /* MX25L12835F */ case 0xc22019: /* MX25L25635F */ case 0xc2201a: /* MX66L51235F */ + case 0xc2201b: /* MX66L1G45G */ return ast_sf_setup_macronix(ct, info); case 0xef4018: /* W25Q128BV */ return ast_sf_setup_winbond(ct, info); |