-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test/approvals: Add approvals for CI
Signed-off-by: Filip Gołaś <[email protected]>
- Loading branch information
1 parent
0c5160b
commit e501dad
Showing
38 changed files
with
152 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
dcu - Dasharo Configuration Utility | ||
|
||
Usage: | ||
dcu COMMAND | ||
dcu [COMMAND] --help | -h | ||
dcu --version | -v | ||
|
||
Commands: | ||
mac Get/set MAC address in a firmware image | ||
smbios Edit SMBIOS data in a firmware image | ||
logo Insert custom logo boot splash into firmware image | ||
variable Edit Dasharo configuration variables | ||
|
||
Options: | ||
--help, -h | ||
Show this help | ||
|
||
--version, -v | ||
Show version number | ||
|
||
Examples: | ||
dcu setmac coreboot.rom 12:34:45:56:78:9A | ||
dcu smbios coreboot.rom -u 96bcfa1a-42b4-6717-a44c-d8bbc18cbea4 -s D07229051 | ||
dcu logo coreboot.rom -l bootsplash.bmp | ||
dcu variable coreboot.rom --get EnableWifiBt |
2 changes: 2 additions & 0 deletions
2
.../_dcu_logo_data_work_protectli_vault_cml_v1_2_0_rc1_vp46xx_rom_l_data_work_bootsplash_bmp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Setting ./data/work/bootsplash.bmp as custom logo | ||
Success |
1 change: 1 addition & 0 deletions
1
...ovals/_dcu_logo_data_work_protectli_vault_cml_v1_2_0_rc1_vp46xx_rom_l_data_work_dummy_pdf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Invalid or unsupported logo file format |
2 changes: 2 additions & 0 deletions
2
.../approvals/_dcu_logo_data_work_protectli_vault_kbl_v1_0_14_rom_l_data_work_bootsplash_bmp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
BOOTSPLASH region not found | ||
Customizable logo not supported by the ./data/work/protectli_vault_kbl_v1.0.14.rom image |
22 changes: 22 additions & 0 deletions
22
test/approvals/_dcu_mac_data_work_novacustom_v540tu_mtl_v0_9_0_gbe_rom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Using */data/work/novacustom_v540tu_mtl_v0.9.0_gbe.rom | ||
Part 0: | ||
MAC: 12:34:56:78:9a:bc | ||
0000000 3412 7856 bc9a 0801 ffff 1014 0001 0084 | ||
0000010 ffff ffff 10c3 0000 8086 550a 0000 0000 | ||
0000020 0000 0000 8000 a705 3030 1600 0000 0c00 | ||
0000030 18f4 0a02 0843 0113 550a baad 550a 550b | ||
0000040 baad 550a baad 550a 0000 8000 4e00 0886 | ||
0000050 0000 0000 0007 a000 0020 0000 0e00 0000 | ||
0000060 0100 4000 1228 4007 ffff ffff ffff ffff | ||
0000070 ffff ffff ffff ffff ffff 0200 ffff ba41 | ||
Part 1: | ||
MAC: 12:34:56:78:9a:bc | ||
0000000 3412 7856 bc9a 0801 ffff 1014 0001 0084 | ||
0000010 ffff ffff 10c3 0000 8086 550a 0000 0000 | ||
0000020 0000 0000 8000 a705 3030 1600 0000 0c00 | ||
0000030 18f4 0a02 0843 0113 550a baad 550a 550b | ||
0000040 baad 550a baad 550a 0000 8000 4e00 0886 | ||
0000050 0000 0000 0007 a000 0020 0000 0e00 0000 | ||
0000060 0100 4000 1228 4007 ffff ffff ffff ffff | ||
0000070 ffff ffff ffff ffff ffff 0200 ffff ba41 | ||
Success |
4 changes: 4 additions & 0 deletions
4
test/approvals/_dcu_mac_data_work_novacustom_v540tu_mtl_v0_9_0_gbe_rom_set_00_00_00_00_00_00
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Using */data/work/novacustom_v540tu_mtl_v0.9.0_gbe.rom | ||
Copying region 0 to region 1 | ||
Bad MAC address | ||
Operation canceled |
5 changes: 5 additions & 0 deletions
5
test/approvals/_dcu_mac_data_work_novacustom_v540tu_mtl_v0_9_0_gbe_rom_set_12_34_56_78_9A_BC
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Using */data/work/novacustom_v540tu_mtl_v0.9.0_gbe.rom | ||
Copying region 0 to region 1 | ||
Warning: No platform specified. Output may be incomplete | ||
Moving */data/work/novacustom_v540tu_mtl_v0.9.0_gbe.rom.new to */data/work/novacustom_v540tu_mtl_v0.9.0_gbe.rom | ||
Success |
23 changes: 23 additions & 0 deletions
23
test/approvals/_dcu_mac_data_work_novacustom_v540tu_mtl_v0_9_0_rom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Using */data/work/novacustom_v540tu_mtl_v0.9.0.rom | ||
BAD checksum in part 0 | ||
BAD checksum in part 1 | ||
Part 0: | ||
MAC: ff:ff:ff:ff:ff:ff | ||
0000000 ffff ffff ffff ffff ffff ffff ffff ffff | ||
0000010 ffff ffff ffff ffff ffff ffff ffff ffff | ||
0000020 ffff ffff ffff ffff ffff ffff ffff ffff | ||
0000030 ffff ffff ffff ffff ffff ffff ffff ffff | ||
0000040 ffff ffff ffff ffff ffff ffff ffff ffff | ||
0000050 ffff ffff ffff ffff ffff ffff ffff ffff | ||
0000060 ffff ffff ffff ffff ffff ffff ffff ffff | ||
0000070 ffff ffff ffff ffff ffff ffff ffff ffff | ||
Part 1: | ||
MAC: ff:ff:ff:ff:ff:ff | ||
0000000 ffff ffff ffff ffff ffff ffff ffff ffff | ||
0000010 ffff ffff ffff ffff ffff ffff ffff ffff | ||
0000020 ffff ffff ffff ffff ffff ffff ffff ffff | ||
0000030 ffff ffff ffff ffff ffff ffff ffff ffff | ||
0000040 ffff ffff ffff ffff ffff ffff ffff ffff | ||
0000050 ffff ffff ffff ffff ffff ffff ffff ffff | ||
0000060 ffff ffff ffff ffff ffff ffff ffff ffff | ||
0000070 ffff ffff ffff ffff ffff ffff ffff ffff |
8 changes: 8 additions & 0 deletions
8
test/approvals/_dcu_mac_data_work_novacustom_v540tu_mtl_v0_9_0_rom_set_12_34_56_78_9A_BC
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Using */data/work/novacustom_v540tu_mtl_v0.9.0.rom | ||
BAD checksum in part 0 | ||
Operation canceled | ||
Failed to copy region 0 to region 1 | ||
BAD checksum in part 1 | ||
Operation canceled | ||
Failed to copy region 1 to region 0 | ||
Both regions are invalid, aborting |
2 changes: 2 additions & 0 deletions
2
test/approvals/_dcu_mac_data_work_protectli_vault_cml_v1_2_0_rc1_vp46xx_rom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Using */data/work/protectli_vault_cml_v1.2.0-rc1_vp46xx.rom | ||
Managing the MAC address in this binary is currently not supported |
3 changes: 3 additions & 0 deletions
3
test/approvals/_dcu_smbios_data_work_novacustom_nv4x_adl_v1_6_0_rom_s_D07229051
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Will modify ./data/work/novacustom_nv4x_adl_v1.6.0.rom | ||
|
||
Configurable Serial Number not supported by the coreboot image |
3 changes: 3 additions & 0 deletions
3
...ta_work_novacustom_nv4x_adl_v1_6_0_rom_s_D07229051_u_96bcfa1a_42b4_6717_a44c_d8bbc18cbea4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Will modify ./data/work/novacustom_nv4x_adl_v1.6.0.rom | ||
|
||
Configurable UUID not supported by the coreboot image |
3 changes: 3 additions & 0 deletions
3
...cu_smbios_data_work_novacustom_nv4x_adl_v1_6_0_rom_u_96bcfa1a_42b4_6717_a44c_d8bbc18cbea4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Will modify ./data/work/novacustom_nv4x_adl_v1.6.0.rom | ||
|
||
Configurable UUID not supported by the coreboot image |
4 changes: 4 additions & 0 deletions
4
test/approvals/_dcu_smbios_data_work_protectli_vault_cml_v1_2_0_rc1_vp46xx_rom_s_D07229051
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Will modify ./data/work/protectli_vault_cml_v1.2.0-rc1_vp46xx.rom | ||
|
||
Setting Serial Number to D07229051 | ||
Success |
6 changes: 6 additions & 0 deletions
6
...tectli_vault_cml_v1_2_0_rc1_vp46xx_rom_s_D07229051_u_96bcfa1a_42b4_6717_a44c_d8bbc18cbea4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Will modify ./data/work/protectli_vault_cml_v1.2.0-rc1_vp46xx.rom | ||
|
||
Setting System UUID to 96bcfa1a-42b4-6717-a44c-d8bbc18cbea4 | ||
Success | ||
Setting Serial Number to D07229051 | ||
Success |
4 changes: 4 additions & 0 deletions
4
...ata_work_protectli_vault_cml_v1_2_0_rc1_vp46xx_rom_u_96bcfa1a_42b4_6717_a44c_d8bbc18cbea4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Will modify ./data/work/protectli_vault_cml_v1.2.0-rc1_vp46xx.rom | ||
|
||
Setting System UUID to 96bcfa1a-42b4-6717-a44c-d8bbc18cbea4 | ||
Success |
3 changes: 3 additions & 0 deletions
3
test/approvals/_dcu_smbios_data_work_protectli_vault_cml_v1_2_0_rc1_vp46xx_rom_u_dead_beef
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Will modify ./data/work/protectli_vault_cml_v1.2.0-rc1_vp46xx.rom | ||
|
||
Invalid UUID format |
1 change: 1 addition & 0 deletions
1
..._variable_data_work_FanCurvePerformance_novacustom_nv4x_adl_v1_6_0_rom_get_FanCurveOption
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Performance |
1 change: 1 addition & 0 deletions
1
...k_FanCurvePerformance_novacustom_nv4x_adl_v1_6_0_rom_set_FanCurveOption_value_Performance
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Successfully set variable FanCurveOption in the variable store. |
1 change: 1 addition & 0 deletions
1
...rk_FanCurvePerormance_novacustom_nv4x_adl_v1_6_0_rom_set_FanCurveOption_value_InvalidMode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Value InvalidMode is out of range (expected one of: Silent / Performance) |
1 change: 1 addition & 0 deletions
1
.../_dcu_variable_data_work_FanCurveSilent_novacustom_nv4x_adl_v1_6_0_rom_get_FanCurveOption
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Silent |
1 change: 1 addition & 0 deletions
1
...e_data_work_FanCurveSilent_novacustom_nv4x_adl_v1_6_0_rom_set_FanCurveOption_value_Silent
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Successfully set variable FanCurveOption in the variable store. |
1 change: 1 addition & 0 deletions
1
...ovals/_dcu_variable_data_work_MeModeDisabledHAP_novacustom_nv4x_adl_v1_6_0_rom_get_MeMode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Disabled (HAP) |
1 change: 1 addition & 0 deletions
1
...data_work_MeModeDisabledHAP_novacustom_nv4x_adl_v1_6_0_rom_set_MeMode_value_Disabled_HAP_
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Successfully set variable MeMode in the variable store. |
1 change: 1 addition & 0 deletions
1
...e_data_work_MeModeDisabledHAP_novacustom_nv4x_adl_v1_6_0_rom_set_MeMode_value_InvalidMode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Value InvalidMode is out of range (expected one of: Enabled / Disabled (Soft) / Disabled (HAP)) |
1 change: 1 addition & 0 deletions
1
...vals/_dcu_variable_data_work_MeModeDisabledSoft_novacustom_nv4x_adl_v1_6_0_rom_get_MeMode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Disabled (Soft) |
1 change: 1 addition & 0 deletions
1
...ta_work_MeModeDisabledSoft_novacustom_nv4x_adl_v1_6_0_rom_set_MeMode_value_Disabled_Soft_
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Successfully set variable MeMode in the variable store. |
1 change: 1 addition & 0 deletions
1
...approvals/_dcu_variable_data_work_MeModeEnabled_novacustom_nv4x_adl_v1_6_0_rom_get_MeMode
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Enabled |
1 change: 1 addition & 0 deletions
1
..._variable_data_work_MeModeEnabled_novacustom_nv4x_adl_v1_6_0_rom_set_MeMode_value_Enabled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Successfully set variable MeMode in the variable store. |
1 change: 1 addition & 0 deletions
1
..._data_work_SerialRedirectionDisabled_novacustom_nv4x_adl_v1_6_0_rom_get_SerialRedirection
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Disabled |
1 change: 1 addition & 0 deletions
1
...alRedirectionDisabled_novacustom_nv4x_adl_v1_6_0_rom_set_SerialRedirection_value_Disabled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Successfully set variable SerialRedirection in the variable store. |
1 change: 1 addition & 0 deletions
1
...e_data_work_SerialRedirectionEnabled_novacustom_nv4x_adl_v1_6_0_rom_get_SerialRedirection
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Enabled |
1 change: 1 addition & 0 deletions
1
...rialRedirectionEnabled_novacustom_nv4x_adl_v1_6_0_rom_set_SerialRedirection_value_Enabled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Successfully set variable SerialRedirection in the variable store. |
1 change: 1 addition & 0 deletions
1
...irectionEnabled_novacustom_nv4x_adl_v1_6_0_rom_set_SerialRedirection_value_EnabledInvalid
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Value EnabledInvalid is out of range (expected one of: Disabled / Enabled) |
4 changes: 4 additions & 0 deletions
4
test/approvals/_dcu_variable_data_work_novacustom_nv4x_adl_v1_6_0_rom_get_SerialRedirection
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
No firmware volume header present | ||
No valid firmware volume was found | ||
Failed to find variable store in "./data/work/novacustom_nv4x_adl_v1.6.0.rom" | ||
Variable store was not initialized yet. You need to set some variable first via --set option. (error code: 1) |
1 change: 1 addition & 0 deletions
1
...iable_data_work_novacustom_nv4x_adl_v1_6_0_rom_set_SerialRedirectionInvalid_value_Enabled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Failed to parse type: unknown |
10 changes: 10 additions & 0 deletions
10
...dcu_variable_data_work_novacustom_nv4x_adl_v1_6_0_rom_set_SerialRedirection_value_Enabled
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
No firmware volume header present | ||
No valid firmware volume was found | ||
|
||
The variable store has not been found in the ROM image | ||
and is about to be initialized. This situation is normal | ||
for a release image, as the variable store is usually | ||
initialized on the first boot of the platform. | ||
|
||
Successfully created variable store in "./data/work/novacustom_nv4x_adl_v1.6.0.rom" | ||
Successfully set variable SerialRedirection in the variable store. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters