Skip to content

Commit 2e58add

Browse files
committed
unlock_region: Add VBox ID
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
1 parent f86f295 commit 2e58add

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unlock_region.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ int unlock_bios_region(void)
268268
status = unlock_piix4_pam();
269269
break;
270270
case 0x29C0: /* Q35 (QEMU) */
271+
case 0x29E0: /* X38/X48 (VirtualBox) */
271272
status = unlock_q35_pam();
272273
break;
273274
default:

0 commit comments

Comments
 (0)