IABSD.fr/ports/sysutils/u-boot

Branch :


Log

Author Commit Date CI Message
77f7cc9c 2019-07-12 20:49:33 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
e20b4978 2019-04-09 22:32:48 Fix U-Boot's EFI boot support on 32-bit platforms. One issue is that the page mask that removes the lower bits was based on 1UL, which is only 32-bit on ARMv7. Thus on machines with 4GiB memory or more the addresses are truncated and never end up in the EFI memory map. The second issue is that on 32-bit systems a function that returns a 64- bit integer through a pointer was given a pointer to an address that can only hold 32-bit values, causing a data abort. The second issue was fixed in U-Boot 2019.04. ok phessler@ naddy@
0f32a296 2019-02-07 20:50:18 atf-allwinner and u-boot-pinebook were forks, adding support for hardware until it could be upstreamed. Well, the support has been upstreamed, so we can retire these in favour of arm-trusted-firmware and u-boot-aarch64. tested by me on an original pinebook, and by patrick@ on a 1080p pinebook. discussed with patrick@ and jsg@ OK sthen@
17057563 2019-02-07 07:29:04 Switch from Allwinner's ATF to the official ARM Trusted Firmware repository. There has been plenty of upstreaming effort which improves support for devices like the Pinebook.
4f7676fb 2019-01-20 11:51:02 Build the am335x_evm target which outputs a FIT image including device trees for multiple am335x boards including the BeagleBone Black. The am335x_boneblack target has been removed in the U-Boot repository and will not be in the next major release. Continue building it till then.
732eca27 2019-01-19 11:27:05 Add arch/arm/mach-rockchip/make_fit_atf.py to MODPY_ADJ_FILES to fix build of u-boot-aarch64 after firefly-rk3399 addition. Reported by nigel@
6fad32c6 2019-01-17 20:41:47 Add firefly-rk3399 target. The serial console speed for this target is set to 115200 which matches the arm-trusted-firmware default and is much more usable than 1500000 that upstream uses. ok jsg@
76185d0d 2019-01-15 14:20:09 add BananaPi M2 Zero I'm playing with. tweaks and OK jsg@ (maintainer)
135db213 2019-01-15 05:44:18 update to U-Boot 2019.01 Add pinebook and pine64-lts targets. This conflicts with sysutils/u-boot-pinebook though that port can be removed now the pinebook changes are finally in a mainline U-Boot release.
a954eafe 2018-11-18 01:49:46 Don't include obsolete malloc.h header. Reported and diagnosed by naddy@, not noticed here as I still had an old malloc.h header that should have been removed.