aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-sunxi
Commit message (Collapse)AuthorAgeFilesLines
* sunxi: uboot-sunxi: update to 2016.11Zoltan HERPAI2016-12-2720-9326/+26
| | | | | | | | | | While at it: - refresh Theobroma patches - refresh patches - delete obsolete/upstreamed patches - add support for Merrii A80 board Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
* uboot-sunxi: fix default config for OLIMEX A13 SOM (FS#239)Jo-Philipp Wich2016-11-2320-134/+58
| | | | | | | | | | | | | | | | | | The current uboot default config for the A13 SOM erroneously enables support for the AXP209 power regulator IC which is not present on the board. This superfluous support module sets an incorrect initial clock frequency and confuses the kernel, ultimately leading to a boot failure later on. Properly disable the PMIC support and enable the EHCI support by translating the deprecated SYS_EXTRA_OPTIONS values into proper SUNXI_NO_PMIC and USB_EHCI_HCD symbols respectively. Also rename 002-add-olimex-a13-som.diff to 002-add-olimex-a13-som.patch and refresh the remaining patches of the series while we're at it. Reported-by: Mario Fischer <mario-fischer@web.de> Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* packages: uboot-sunxi: add support for Orange Pi 2Mike Qin2016-07-213-151/+280
| | | | Signed-off-by: Mike Qin <Fengling.Qin@gmail.com>
* package: uboot-sunxi: various changesZoltan HERPAI2016-03-2925-210/+9835
| | | | | | | | | | | | | | - bump to 2016.03 - add bugfixes related to 2016.03 update - sync DTS files with mainline - add support for non-standard uEnv.txt - add initial support for Theobroma A31-yQ7 devboard Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@49089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* packages: uboot-sunxi: fix SATA powerup on BananaproZoltan HERPAI2016-02-021-0/+25
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48619 3c298f89-4303-0410-b956-a3cf2f4a3e73
* packages: bump uboot-sunxi to 2016.01Zoltan HERPAI2016-01-152-31/+3
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48252 3c298f89-4303-0410-b956-a3cf2f4a3e73
* packages: bump uboot-sunxi to 2016.01-rc3, along with H3 PSCI/SMP patchesZoltan HERPAI2016-01-086-2/+211
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48154 3c298f89-4303-0410-b956-a3cf2f4a3e73
* packages: bump uboot-sunxi to enable H3 supportZoltan HERPAI2015-12-224-330/+14
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47959 3c298f89-4303-0410-b956-a3cf2f4a3e73
* packages: uboot-sunxi: update Lamobo R1 patchZoltan HERPAI2015-11-191-177/+185
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47516 3c298f89-4303-0410-b956-a3cf2f4a3e73
* packages: uboot-sunxi: fix mmc transfer timeout for slow sdcards.Zoltan HERPAI2015-09-131-0/+42
| | | | | | | | | | This should fix a issue reported in ticket #20387. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46894 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: fix uboot install locationZoltan HERPAI2015-08-151-7/+7
| | | | | | | | | | | | Install uboot files to KERNEL_BUILD_DIR instead of BIN_DIR to fix ImageBuilder. Similar fixes are necessary for many (all?) other uboot targets. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* packages: uboot-sunxi: bump to 2015.07Zoltan HERPAI2015-07-319-215/+313
| | | | | | | | | | | - switch to using kernel-supplied dtc - refresh olimex-a13-som and lamobo-r1 patches (compile-tested only) Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* packages: uboot-sunxi: add support for Lamobo R1Zoltan HERPAI2015-01-202-0/+29
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44067 3c298f89-4303-0410-b956-a3cf2f4a3e73
* packages: uboot-sunxi: fix GMAC TX delay for BananapiZoltan HERPAI2015-01-201-0/+24
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44066 3c298f89-4303-0410-b956-a3cf2f4a3e73
* packages: uboot-sunxi: uEnv is used as a script rather than default envZoltan HERPAI2015-01-191-5/+6
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44048 3c298f89-4303-0410-b956-a3cf2f4a3e73
* packages: uboot-sunxi: re-add Olimex A13 SOM which went AWOL in u-boot trunkZoltan HERPAI2015-01-182-2/+73
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44039 3c298f89-4303-0410-b956-a3cf2f4a3e73
* packages: uboot-sunxi: remove unused Hackberry targetZoltan HERPAI2015-01-181-5/+0
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44038 3c298f89-4303-0410-b956-a3cf2f4a3e73
* packages: update uboot-sunxi to 2015.01Zoltan HERPAI2015-01-182-25008/+4
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44035 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] uboot-sunxi: fix bananapro target, update patchZoltan HERPAI2015-01-101-1/+1
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43921 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] uboot-sunxi: various updatesZoltan HERPAI2015-01-097-11525/+25118
| | | | | | | | | | | - use mainline uboot-sunxi version (2015.01-rc3) - add support for Bananapro Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uboot-*: update license info in uboot packagesLuka Perkov2014-11-291-0/+3
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43429 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-sunxi: add support for Olimex A20-OLinuXino-LIMENicolas Thill2014-11-061-0/+5
| | | | | | Signed-off-by: Nicolas Thill <nico@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-sunxi: cosmetic changesNicolas Thill2014-11-061-13/+24
| | | | | | | | | | This will ease adding new targets and updating: * split UBOOTS var into multiple lines * remove version from TITLE Signed-off-by: Nicolas Thill <nico@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43187 3c298f89-4303-0410-b956-a3cf2f4a3e73
* license info - revert r43155John Crispin2014-11-031-3/+0
| | | | | | | | turns out that r43155 adds duplicate info. Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43167 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add more license tags with SPDX identifiersJohn Crispin2014-11-031-0/+3
| | | | | | | | | | | | | | | | | | Note, that licensing stuff is a nightmare: many packages does not clearly state their licenses, and often multiple source files are simply copied together - each with different licensing information in the file headers. I tried hard to ensure, that the license information extracted into the OpenWRT's makefiles fit the "spirit" of the packages, e.g. such small packages which come without a dedicated source archive "inherites" the OpenWRT's own license in my opinion. However, I can not garantee that I always picked the correct information and/or did not miss license information. Signed-off-by: Michael Heimpold <mhei@heimpold.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43155 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-sunxi: add support for Olimex A13 SOMZoltan HERPAI2014-09-281-1/+5
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42692 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-sunxi: add patch to fix gmac reliability issue on bananapiZoltan HERPAI2014-09-281-0/+20
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42691 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-sunxi: add PSCI support for bringing up secondary core on A20Zoltan HERPAI2014-09-171-0/+1495
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42587 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-sunxi: bump to 2014.04Zoltan HERPAI2014-09-064-4357/+3439
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42422 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-sunxi: add bananapi supportZoltan HERPAI2014-06-012-1/+96
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-sunxi: update pcDuino3 configZoltan HERPAI2014-05-061-3/+3
| | | | | | | | | | | - beef up memory clock to 480 - fix network config Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40714 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-sunxi: add support for LinkSprite pcDuino v3 (a20)Zoltan HERPAI2014-04-303-1/+62
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-sunxi: bump u-boot versionZoltan HERPAI2014-03-056-242/+10786
| | | | | | | | | | | | - update u-boot to 2014.01-rc1 - smp support on a20 Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39779 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uboot-sunxi: various fixesZoltan HERPAI2014-02-053-0/+166
| | | | | | | | | | | - update A10-Lime support - fix MMC on sun5i with initializing PLL6 correctly Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39470 3c298f89-4303-0410-b956-a3cf2f4a3e73
* sunxi: boot changesZoltan HERPAI2014-01-312-2/+9
| | | | | | | | | | | | | - Added uEnv.txt to facilitate automatic boot. - Cosmetic fix in u-boot Makefile - Don't force command line arguments Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39438 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] uboot-sunxi: - add support for CubietruckZoltan HERPAI2014-01-121-5/+9
| | | | | | | | | | - cosmetic change: have the options listed alphabetically Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39261 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] uboot-sunxi: add support for Olinuxino A10 LIMEZoltan HERPAI2014-01-112-3/+68
| | | | | | | | | Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39221 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uboot-sunxi]: add support for pcDuino boardZoltan HERPAI2014-01-041-1/+5
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39192 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uboot-sunxi]: update versionZoltan HERPAI2014-01-041-1/+1
| | | | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39191 3c298f89-4303-0410-b956-a3cf2f4a3e73
* FPU type should not interfere with the ABI selection.Imre Kaloz2013-11-291-1/+1
| | | | | | | | | | Also make sure we either do real soft-float or hard-float on ARM, with the right options. Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38943 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package]: uboot-sunxi: add U-boot builds for a couple sunxi boardsZoltan HERPAI2013-11-131-0/+107
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38785 3c298f89-4303-0410-b956-a3cf2f4a3e73