mb/google/brox/var/caboc: Update LAN LED behavior
Value is from vendor, change to 0x0807 the LED behavior meets spec:
LED0: Green when connected.
LED2: Blink amber when active.
BUG:b=437217680
TEST=emerge-brox coreboot
Check firmware log output
[DEBUG] r8168: Customized LED 0x807
[DEBUG] r8168: read back LED setting as 0x807
Verified the LED behavior of LAN actions meets spec.
Change-Id: I37a3c62b38cd7a3a23b4f8a9c3cb2432393c7a27
Signed-off-by: Tony Huang <tony-huang@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/88720
Reviewed-by: Eric Lai <ericllai@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
This commit is contained in:
parent
e5ff7cb186
commit
25e0a4642c
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ chip soc/intel/alderlake
|
|||
.flags = PCIE_RP_LTR | PCIE_RP_AER,
|
||||
}"
|
||||
chip drivers/net
|
||||
register "customized_leds" = "0x05af"
|
||||
register "customized_leds" = "0x0807"
|
||||
register "device_index" = "0"
|
||||
register "enable_aspm_l1_2" = "1"
|
||||
register "add_acpi_dma_property" = "true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue