Skip to content

Integrate u-boot-seco-mtk/oleksii/seco_v2022.10-eeprom-manager

Commit: clea-os/bsp/mediatek/u-boot-seco-mtk@ee3cabce

[EEPROM][E58] Enable reading eeprom and setting mac address

--

Commit: clea-os/bsp/mediatek/u-boot-seco-mtk@14ffc697

[EEPROM] Implement maximum message size

Mediatek's i2c implementation can read maximum message length of 16 bytes. Account for that and read the eeprom in chunks

--

Commit: clea-os/bsp/mediatek/u-boot-seco-mtk@23c9518d

[EEPROM] Adjust for Mediatek architecture

Due to Mediatek's i2c implementation, a workaroud for probe is required: after probing the actual device, you need to probe any other unused address on the bus. Otherwise, i2c gets stuck

--

Commit: clea-os/bsp/mediatek/u-boot-seco-mtk@491d92a1

GENIO: arm: dts: mt8188: add i2c device node

Add mt8188 i2c device node

Change-Id: I45cc6c211d4d7f966da38049f17a8d73c4b5204b Signed-off-by: Kevin.Shen Kevin.Shen@mediatek.com

--

Commit: clea-os/bsp/mediatek/u-boot-seco-mtk@f433888d

GENIO: arm: dts: mt8370: add i2c device node

Add mt8370 i2c device node

Change-Id: If85747a13c55f2cf39d79006765bff2a07ebdbee Signed-off-by: Kevin.Shen Kevin.Shen@mediatek.com

--

Commit: clea-os/bsp/mediatek/u-boot-seco-mtk@f6dcea05

GENIO: arm: dts: mt8370: add clock device node

Add mt8370 clock device node

Change-Id: Id25624f4e2c8c333f5817d33dbecf39631476807 Signed-off-by: Chris-QJ Chen chris-qj.chen@mediatek.com

--

Commit: clea-os/bsp/mediatek/u-boot-seco-mtk@d3487ca0

GENIO: arm: dts: mt8188: add clock device node

Add mt8188 clock device node

Change-Id: I2f2a31592c40367cf319b99ab02a2d6b24e2b001 Signed-off-by: Chris-QJ Chen chris-qj.chen@mediatek.com

--

Commit: clea-os/bsp/mediatek/u-boot-seco-mtk@4c33ed18

[E58][CONFIG] Add Eeprom Manager to defconfigs

--

Commit: clea-os/bsp/mediatek/u-boot-seco-mtk@ff12440a

[EEPROM] Include Eeprom Manager Kconfig

--

Commit: clea-os/bsp/mediatek/u-boot-seco-mtk@84438d55

[EEPROM] Add common code for Seco Eeprom Manager

Implementation of common code as taken from RK, refers to https://git.seco.com/edgehog/bsp/rockchip/u-boot-seco-rk/-/commit/9efe1b540985b0553c5465be41821a32d3fbf490 and its previous commits

Merge request reports