summaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-oxnas
Commit message (Collapse)AuthorAgeFilesLines
* uboot-oxnas: fix build error on non-linux systemsFelix Fietkau2016-07-191-0/+52
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* uboot-oxnas: fix typo leading to tool not being builtJohn Crispin2016-02-251-1/+1
| | | | | | | | Fixes #21907 Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 48764
* uboot-oxnas: fix build with gcc-5Hauke Mehrtens2015-11-202-6/+88
| | | | | | | | This backports a patch from upstream u-boot to make it compile with gcc-5. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47535
* uboot-oxnas: install u-boot.bin also to KERNEL_BUILD_DIRJohn Crispin2014-12-121-0/+2
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43662
* uboot-oxnas: adjust digtial drive strength of IC+ phyJohn Crispin2014-12-031-1/+14
| | | | | | | | This is what the vendor bootloader does on KD20. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43509
* uboot-oxnas: re-add IC+ phy driverJohn Crispin2014-12-032-0/+130
| | | | | | | | | | | | | | | KD20 got an IC+ phy, without the driver the phy is not properly initialized resulting in ethernet not working unless being already initialized by the vendor loader. upstream commit 368b4d2b49bbbf379d9334747fbbd2aaaafe4356 drivers: net: remove dead drivers removed icplus.c due to the lack of in-tree users. Partially revert that commit adding back the IC+ driver. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43508
* uboot-oxnas: bump to U-Boot 2014.10John Crispin2014-12-0210-65/+133
| | | | | | | | A few trivial changes were needed to adapt to upstream framework changes. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43499
* uboot-*: update license info in uboot packagesLuka Perkov2014-11-291-0/+3
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 43429
* add uboot-oxnasJohn Crispin2014-11-2629-0/+4262
This adds support for the oxnas target in U-Boot 2014.04 History can be found at https://github.com/kref/u-boot-oxnas up to 2013.10 changes from 2013.10 to 2014.04 can be followed at https://gitorious.org/openwrt-oxnas Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43389