aboutsummaryrefslogtreecommitdiff
path: root/hw/phb3.c
diff options
context:
space:
mode:
authorRyan Grimm <grimm@linux.vnet.ibm.com>2014-07-07 22:13:46 -0500
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-07-08 14:59:54 +1000
commit496c56017cde6f546b784c47c5a0239e694be896 (patch)
treeecb2123ad1dd745bede7fcd664925e79d21e9a46 /hw/phb3.c
parent0afb82c5adad3c217a94a7eb825948205b6cc8bf (diff)
downloadskiboot-496c56017cde6f546b784c47c5a0239e694be896.zip
skiboot-496c56017cde6f546b784c47c5a0239e694be896.tar.gz
skiboot-496c56017cde6f546b784c47c5a0239e694be896.tar.bz2
phb3: Increase size allotted for capp microcode.
Current microcode lid ~37k. Must have grown. Without this size increase, only the partial lid is in memory. [ BenH: Bumped from 64k to 128k to get some margin ] Signed-off-by: Ryan Grimm <grimm@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'hw/phb3.c')
-rw-r--r--hw/phb3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/phb3.c b/hw/phb3.c
index a1b78b1..fc0b6d8 100644
--- a/hw/phb3.c
+++ b/hw/phb3.c
@@ -2570,7 +2570,7 @@ static int64_t phb3_get_diag_data(struct phb *phb,
static uint64_t capp_fsp_lid_load(struct phb3 *p)
{
#define CAPP_UCODE_MURANO_21 0x80a02001
-#define CAPP_UCODE_MAX_SIZE 0x4000
+#define CAPP_UCODE_MAX_SIZE 0x20000
uint32_t lid_no;
void *data;
size_t size;