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:
Tony Huang 2025-08-08 11:52:18 +08:00 committed by Matt DeVillier
commit 25e0a4642c

View file

@ -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"