summaryrefslogtreecommitdiff
path: root/libre/uboot4extlinux-am335x
AgeCommit message (Collapse)Author
2019-11-11libre: uboot4extlinux-am335x: update to 2019.10Denis 'GNUtoo' Carikli
Other changes - Added support to the chiliboard - extlinux.conf: - Added the initramfs in the example configuration - Added rootwait parameter in case the rootfs takes time to appear Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-03-09libre: uboot4extlinux-am335x: fix typoDenis 'GNUtoo' Carikli
Booting was tested on a beaglebone green both with a microSD and the internal eMMC. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-03-09libre: uboot4extlinux-am335x: fix filesystem corruptionDenis 'GNUtoo' Carikli
Before that u-boot.img was to be located at 384k on the microSD, as CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR defaults to 0x300. CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR states: Address on the MMC to load U-Boot from, when the MMC is being used in raw mode. Units: MMC sectors (1 sector = 512 bytes). However since once built, u-boot.img size was 692k, it went over the 1MB empty space that is usually created when parititoning block devices, effectively corrupting the first partition. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-03-08libre: uboot4extlinux-am335x: merge uEnv in extlinux.confDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
2019-02-27libre: uboot4extlinux-am335x: sync with sunxi and update to 2019.01Denis 'GNUtoo' Carikli
0001-parabola-arm-modifications.patch was removed because: - CONFIG_DISTRO_DEFAULTS=y is in am335x_evm_defconfig - #include <config_distro_bootcmd.h> is in am335x_evm.h More details are available in doc/README.distro in the u-boot source code. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>