Tags: zuma-array/u-boot
Tags
configs: move run setfitconfig inside flash_boot/swu_flash_boot It became common practice within the company for people to boot into swu/recovery from u-boot by typing "run swu_flash_boot". Before this patch fitconfig was not set correctly resulting to Ethernet not working on streamkit1955mk2. Signed-off-by: Radek Dostál <[email protected]>
board: sue: common: device_interface: declare support for new module … …variants [STREAMEIGHT-5914] Detect the variants IE and KE (GPIO3_IO8=1, GPIO3_IO7=1) correctly. Technically it would be L4 but we don't have L4 DTS in the kernel so to keep it simple; let's lie a little and say the module version is 0 (same was done for I/J/K). Signed-off-by: Peter Suti <[email protected]>
board: sue: stream210: add reset_misc() implementation [STREAMEIGHT-7… …175] This was code was taken over from `board/realtek/amebasmart/ameba.c` Signed-off-by: Martin Pietryka <[email protected]>
configs: stream195x: set fdt_high to 0x4f700000 [STREAMEIGHT-6738] This tells u-boot where to load the DTS when booting the fitImage. Jailhouse reserved memory starts at 0x4f700000, so putting it before is fine. This way memory is segmented less. Previously DTS was loaded at 0x5d6aa000. This fragmentation would prevent us to carve out this region for AF. Signed-off-by: Peter Suti <[email protected]>
include: configs: stream1832: enable mdio command Useful for phy bringup. Signed-off-by: Peter Suti <[email protected]>
configs: stream195x: increase bootm size KASAN enabled kernel builds are larger, so they need more space for the bootm command. Signed-off-by: Peter Suti <[email protected]>
board: sue: device_interface: include 0x0FFF correctly in adc_map This value was not detected properly because in get_adc_code() we use < instead of <= for comparision. This is okay, since min value is inclusive in the range while max is exclusive. But on the last value this is no longer true, we need to include the max here as well. This has caused the fill_device_info() to exit early and not detect the module version. Signed-off-by: Peter Suti <[email protected]>
fip: axg: upgrade bl2.bin ddr init from amlogic-dev [SGT-55] StreamUnlimited got ddr init fail in a little chance. Since version is too old, upgrade our latest amlogic-dev ddr init procedure to them. Code base : PD#SWPL-150097 bl2.bin received from Dan Chang via e-mail on 21.03.2024 at 03:52 CET together with binary patch which did not apply, but was used as base of this commit message. Change-Id: Ide819a758892ead3fdff1d3c73d9a2c4c3ecbb64 Signed-off-by: Dan Chang <[email protected]> [polished commit message] Signed-off-by: Radek Dostál <[email protected]>
rtkdrivers: phy-rtk-usb: use calibration data from previous release Realtek reworked the USB calibration and it does not really work on our boards anymore. There is a ticket at Realtek pending for this to provide more information/instructions for calibration. However, for now to make USB work again, we will use the calibration table from the previous release. It was not a table previously, but just code, however this table was "reconstructed" from the previous code flow and works on our board. Signed-off-by: Martin Pietryka <[email protected]>
rtkdrivers: phy-rtk-usb: use calibration data from previous release Realtek reworked the USB calibration and it does not really work on our boards anymore. There is a ticket at Realtek pending for this to provide more information/instructions for calibration. However, for now to make USB work again, we will use the calibration table from the previous release. It was not a table previously, but just code, however this table was "reconstructed" from the previous code flow and works on our board. Signed-off-by: Martin Pietryka <[email protected]>
PreviousNext