Skip to content

Commit 8fdab8a

Browse files
committed
Add support for Implied ApobNvCopy BHD directory entry
1 parent bcd9583 commit 8fdab8a

File tree

3 files changed

+13920
-65
lines changed

3 files changed

+13920
-65
lines changed

etc/turin-cosmo-1.0.0.5.efs.json5

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2487,15 +2487,15 @@
24872487
ConsoleOutControl: {
24882488
abl_console_out_control: {
24892489
enable_console_logging: true,
2490-
enable_mem_flow_logging: true,
2491-
enable_mem_setreg_logging: true,
2490+
enable_mem_flow_logging: false,
2491+
enable_mem_setreg_logging: false,
24922492
enable_mem_getreg_logging: false,
2493-
enable_mem_status_logging: true,
2493+
enable_mem_status_logging: false,
24942494
enable_mem_pmu_logging: true,
24952495
enable_mem_pmu_sram_read_logging: false,
24962496
enable_mem_pmu_sram_write_logging: false,
24972497
enable_mem_test_verbose_logging: false,
2498-
enable_mem_basic_output_logging: true,
2498+
enable_mem_basic_output_logging: false,
24992499
abl_console_port: 128
25002500
},
25012501
abl_breakpoint_control: {
@@ -11064,7 +11064,7 @@
1106411064
},
1106511065
{
1106611066
Byte: {
11067-
FchConsoleOutMode: "Disabled"
11067+
FchConsoleOutMode: "Enabled"
1106811068
}
1106911069
},
1107011070
{
@@ -11568,6 +11568,21 @@
1156811568
type: "ApcbBackup"
1156911569
}
1157011570
},
11571+
{
11572+
source: "Implied",
11573+
target: {
11574+
type: "Apob",
11575+
ram_destination_address: 0x4000000
11576+
}
11577+
},
11578+
{
11579+
source: "Implied",
11580+
target: {
11581+
type: "ApobNvCopy",
11582+
flash_location: 0x7000000,
11583+
size: 0xd0000
11584+
}
11585+
},
1157111586
{
1157211587
source: {
1157311588
BlobFile: "Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin"

0 commit comments

Comments
 (0)