- Feb 13, 2024
-
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Feb 08, 2024
-
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
- Feb 06, 2024
-
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Feb 05, 2024
-
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Jan 29, 2024
-
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Jan 26, 2024
-
-
Martyn Welch authored
The Raspberry Pi environment appears to now be being automatically escaped, however we are already manually escaping in places that results in unexpected double escaping and breakage during macro expansion: [ 1979s] include/generated/environment.h:1:296: error: expected ‘}’ before ‘extlinux’ [ 1979s] 1 | #define CONFIG_EXTRA_ENV_TEXT ... ...boot_syslinux_conf \\"extlinux/extlinux... [ 1979s] | ^~~~~~~~ Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
- Jan 24, 2024
-
-
Martyn Welch authored
Merge remote-tracking branch 'origin/apertis/v2025dev1' into proposed-updates/debian/trixie/c62abb52
-
-
- Oct 02, 2023
-
-
Detlev Casanova authored
The detection of the RCar model is not as easy as expected. Add some information on what is supported and what is not. Also specify upstream status. Signed-off-by:
Detlev Casanova <detlev.casanova@collabora.com>
- Jul 27, 2023
-
-
Ritesh Raj Sarraf authored
- Jun 15, 2023
-
-
Vignesh Raman authored
We do not use u-boot-qemu targets. Signed-off-by:
Vignesh Raman <vignesh.raman@collabora.com> Signed-off-by:
Denis Pynkin <denis.pynkin@collabora.com>
- Jun 12, 2023
-
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
- May 22, 2023
-
- Apr 12, 2023
-
-
Detlev Casanova authored
Signed-off-by:
Detlev Casanova <detlev.casanova@collabora.com>
-
Detlev Casanova authored
-
Detlev Casanova authored
The patch is needed to make sure that the reserved memory regions are transfered to the linux FDT. Signed-off-by:
Detlev Casanova <detlev.casanova@collabora.com>
-
Detlev Casanova authored
Signed-off-by:
Detlev Casanova <detlev.casanova@collabora.com>
- Apr 05, 2023
-
-
Thomas Mittelstädt authored
d/patches: pxeboot: Variable for size of initrd set to get zboot working at distroboot cmd Signed-off-by:
mtt2hi <thomas.mittelstaedt@de.bosch.com>
- Apr 03, 2023
-
-
Thomas Mittelstädt authored
Signed-off-by:
mtt2hi <thomas.mittelstaedt@de.bosch.com>
- Mar 24, 2023
-
-
Detlev Casanova authored
Signed-off-by:
Detlev Casanova <detlev.casanova@collabora.com>
- Jan 19, 2023
-
-
Walter Lozano authored
Signed-off-by:
Walter Lozano <walter.lozano@collabora.com>
-
In commit d0399a46e7cda63c07e3eb8558bef84cfb068028, the device tree was synchronized from linux and the aliases were dropped. They need to be kept so that the mmc cards are in the right order. Without the aliases, u-boot reports: MMC: FSL_SDHC: 2, FSL_SDHC: 3 With the aliases, u-boot reports: MMC: FSL_SDHC: 0, FSL_SDHC: 1 The upstream linux device tree does not contain the same aliases than u-boot (It keeps the devices order with /dev/mmcblk2 and /dev/mmcblk3). Because this board has been using different aliases in u-boot and linux, a imx6q-sabrelite-u-boot.dtsi file is added to be automatically included in imx6q-sabrelite.dts. This way, linux and u-boot each keep their own aliases and there is no breakage and current installations. This should never be done for new boards as we want to keep linux and u-boot with the same aliases as much as possible. This patch is only necessary to avoid breaking existing setups. Signed-off-by:
Detlev Casanova <detlev.casanova@collabora.com>
-
Martyn Welch authored
Boot it failing due to device tree allocation errors: Working FDT set to 88000000 Loading Ramdisk to 8d70f000, end 8ffff88c ... OK ERROR: reserving fdt memory region failed (addr=9e780000 size=80000 flags=4) ERROR: reserving fdt memory region failed (addr=9e800000 size=1800000 flags=4) ERROR: reserving fdt memory region failed (addr=9db00000 size=c00000 flags=4) ERROR: Failed to allocate 0x9560 bytes below 0x90000000. device tree - allocation error FDT creation failed! Integrate changes required to fix this. Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>
-
Martyn Welch authored
A number of changes have been upstreamed for am625 since the v2023.01 U-Boot release and we have ported extra support from the vendor kernel to support operation in Apertis: - Synced DT files with linux kernel (tag v6.0.3) - Add support for USB - Add SPI and SPI flash support - Enabled Ethernet support - Switched to upstreamed distroboot support - Add support for DFU booting - Clean up the defconfig - Set USB PID to same value as used by boot ROM - Increase size of images decompressable with bootm Signed-off-by:
Martyn Welch <martyn.welch@collabora.com>