[pull] master from coolsnowwolf:master - #2018
Open
pull[bot] wants to merge 11 commits into
Open
Conversation
Enable CONFIG_NVMEM_BLOCK to support block devices in dts, used for reading nvmem. Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
This commit adds support for Askey SBE1V1K. Device specification -------------------- SoC: Qualcomm IPQ9570 RAM: Micron (2GB) Flash: 8GB eMMC Ethernet: 1x 10G RTL8261BE 1x 2.5G QCA8081 2x 1G QCA8075 Wi-Fi: QCN6214 2.4GHz 4x4 QCN6274 5GHz 4x4 QCN6274 6GHz 4x4 LEDs: 1 LED, power/status Buttons: 1 reset USB ports: none Bootloader: U-Boot 1.0.9 [spf12.2_CSU2] (Jun 28 2024 - 17:47:10 +0000) Installation (serial required): **NOTE** This procedure requires glitching the eMMC. It is very possible that you may damage or corrupt your bootloader in doing so. Proceed with caution, and always make a full eMMC backup! **NOTE** If the bootloader has trouble accessing eMMC due to glitching it, any U-Boot env updates are written directly to the start of flash, overwriting the bootloader. For this reason, it is strongly NOT recommended to make any persistent U-Boot env changes from U-Boot itself; do this in Linux. - Open the chasis and connect to the serial port. - While booting, short eMMC CLK to UART VCC during FIT image load to enter U-Boot. - setenv ipaddr 192.168.1.1 - setenv serverip 192.168.1.2 **NOTE** DO NOT SAVE THE ENV - Set your PC IP address to 192.168.1.2 and host the initramfs on a tftp server. - tftpboot 0x44000000 initramfs.itb - bootm 0x44000000 If you get an error and it reboots, try loading to 0x80000000. In the initramfs: - fw_setenv bootargs 'console=ttyMSM0,115200n8 rootwait root=/dev/mmcblk0p27' - fw_setenv bootcmd 'echo "Hit ctrl+c for shell..."; if sleep 3; then run do_boot; else do_nothing; fi;' - fw_setenv do_boot 'mmc read 0x44000000 0x00014022 0x3800; bootm 0x44000000' - Install a sysupgrade U-Boot hardcodes the bootargs to reset on each boot, which is why it is necessary for the bootcmd to override them. Thankfully, the vendor did not bother to secure U-Boot any further. As long as the vendor software does not boot, the U-Boot env will stay. If a vendor image boots, the U-Boot env will revert to default. The vendor U-Boot also ignores bootdelay, which is why we add a dummy sleep to allow the user time to drop into a shell without needing to glitch any more. Co-authored-by: Kenneth Kasilag <kenneth@kasilag.me> Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Drop source-only from qualcommbe target as we have some supported devices now. Signed-off-by: Andrew LaMarche <andrewjlamarche@gmail.com>
Sync the qca-wireless source revision and add the Askey SBE1V1K QCN9274 board data from firmware_qca-wireless PR #123. Signed-off-by: coolsnowwolf <coolsnowwolf@gmail.com>
Signed-off-by: coolsnowwolf <coolsnowwolf@gmail.com>
…EN7571/EN7581/AN7583 GPON/XPON MAC and PHY(s)
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )