diff options
| author | crgeddes <crgeddes@us.ibm.com> | 2016-07-18 11:26:38 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-07-22 10:20:07 -0400 |
| commit | 88d2ce2f0d934044cb93cc77b95e0d8efc616ae3 (patch) | |
| tree | 7a97ed4f62d56f3c1fbe48f7e0b08f5e7f3a71c2 /src/usr/pnor/HBconfig | |
| parent | c0053e8a52a447a26fcb81ea97855bd67d49c291 (diff) | |
| download | blackbird-hostboot-88d2ce2f0d934044cb93cc77b95e0d8efc616ae3.tar.gz blackbird-hostboot-88d2ce2f0d934044cb93cc77b95e0d8efc616ae3.zip | |
PNOR driver changes for 128MB support
Minimum set of changes to support a 128MB PNOR chip
RTC: 154286
Change-Id: I0e4a5cf5aa06bfe6e8aef65be4ccc180d15a2d01
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27143
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/pnor/HBconfig')
| -rw-r--r-- | src/usr/pnor/HBconfig | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/src/usr/pnor/HBconfig b/src/usr/pnor/HBconfig index fdbd50725..0157eb2c8 100644 --- a/src/usr/pnor/HBconfig +++ b/src/usr/pnor/HBconfig @@ -35,12 +35,25 @@ config ALLOW_MACRONIX_PNOR config PNOR_IS_32MB default n + depends on !PNOR_IS_128MB && !PNOR_IS_64MB help - Size of the attached flash chip is 32MB, if not set then 64MB is default + Size of the attached flash chip is 32MB + +config PNOR_IS_64MB + default y + depends on !PNOR_IS_32MB && !PNOR_IS_128MB + help + Size of the attached flash chip is 64MB + +config PNOR_IS_128MB + default n + depends on !PNOR_IS_32MB && !PNOR_IS_64MB + help + Size of the attached flash chip is 128MB config PNOR_TWO_SIDE_SUPPORT default n - depends on !PNOR_IS_32MB + depends on PNOR_IS_128MB help This is used to turn on/off two sided pnor support |

