comparison src/cs/drivers/drv_app/ffs/board/dev.c @ 135:ac4c0a9bc022

FFS dev.c: change from Magnetite for potential future embedded modem products with K5A32xxCTM flash chips
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 20 Dec 2018 04:24:06 +0000
parents 7d50d8d13711
children 7409b22cac61
comparison
equal deleted inserted replaced
134:7d50d8d13711 135:ac4c0a9bc022
409 409
410 /* S71PL-J, currently only theoretical */ 410 /* S71PL-J, currently only theoretical */
411 { &flash_128x64[0], (char *) 0x01800000, MANUFACT_AMD, 0x2100, 411 { &flash_128x64[0], (char *) 0x01800000, MANUFACT_AMD, 0x2100,
412 FFS_DRIVER_AMD, 32 }, 412 FFS_DRIVER_AMD, 32 },
413 413
414 /* K5A32xxCTM from Openmoko */ 414 /*
415 { &flash_16x64[0], (char *) 0x380000, MANUFACT_SAMSUNG, 0x22A0, 415 * K5A32xxCTM from Openmoko, but note our different FFS config:
416 FFS_DRIVER_AMD, 7 }, 416 * if we are going to put this smaller flash chip into our embedded
417 * modem products, let's use it efficiently.
418 */
419 { &flash_16x64[0], (char *) 0x300000, MANUFACT_SAMSUNG, 0x22A0,
420 FFS_DRIVER_AMD, 15 },
417 421
418 #elif defined(CONFIG_TARGET_COMPAL) 422 #elif defined(CONFIG_TARGET_COMPAL)
419 423
420 /* aftermarket FFS configurations for FreeCalypso on Mot C1xx phones */ 424 /* aftermarket FFS configurations for FreeCalypso on Mot C1xx phones */
421 425