Skip to content

Commit

Permalink
Enable shared processor mode in vector 5
Browse files Browse the repository at this point in the history
This patch is to update the vector 5 which is troubling some
machines to bootup properly in shared processor mode.

Signed-off-by: Avnish Chouhan <[email protected]>
(cherry picked from commit 30d2ee836649386a336f9437c8a149c8e642a46b)
  • Loading branch information
AvnishChouhan-IBM authored and frozencemetery committed Feb 6, 2023
1 parent a6587a5 commit 7e309d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grub-core/kern/ieee1275/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ grub_ieee1275_ibm_cas (void)
.vec4 = 0x0001, // set required minimum capacity % to the lowest value
.vec5_size = 1 + sizeof(struct option_vector5) - 2,
.vec5 = {
0, 0, 0, 0, 0, 0, 0, 0, 256
0, 192, 0, 128, 0, 0, 0, 0, 256
}
};

Expand Down

0 comments on commit 7e309d1

Please sign in to comment.