Zoltan HERPAI
eae6003174
sunxi: switch to kernel 4.14
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
7 years ago
Hauke Mehrtens
24c2f5125e
sunxi: Add A64 support with cortex53 subtarget
...
This adds initial support for the A64 Allwinner SoC to LEDE.
It will be build in the new cortexa53 subtarget.
Currently it only supports the pine64 and the image is able to boot on
this SoC.
Camera, Ethernet, HDMI and other parts are currently not working.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years ago
Hauke Mehrtens
41e7d2e2e8
sunxi: split into cortex A8 and A7 subtarget
...
Now we can activate some compiler optimizations for the cortex A7.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years ago
Hauke Mehrtens
ea9fab904b
sunxi: add support for kernel 4.9
...
Most of the patches were backpoprts from the mainline kernel and are
integrated upstream now.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years ago
Matthias Schiffer
ce06d2bd01
sunxi: sysupgrade: sync with x86
...
sunxi sysupgrade was based on the x86 implementation; sync fixes and other
changes from the current x86 version:
x86: fix sysupgrades on disks with 4k block size
x86: sysupgrade: move partition table change check to platform_check_image
x86: sysupgrade: refactor platform_do_upgrade
x86: sysupgrade: explicitly rescan disk after writing partition table
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
8 years ago
Matthias Schiffer
be40d0a144
sunxi: clean up modules definitions
...
Module definitions for kmod-wdt-sunxi and kmod-eeprom-sunxi are removed
(wdt-sunxi was builtin anyways; nvmem-sunxi, which is the new name of
eeprom-sunxi is changed to builtin). As kmod-eeprom-sunxi was specified
in DEFAULT_PACKAGES, but not available on kernel 4.4, it was breaking the
image builder.
Support for kmod-sunxi-ir is added for kernel 4.4 (it is unclear why it
was disable before, it builds fine with with kernel 4.4).
Condtionals only relevant for pre-4.4 kernels are removed from modules.mk,
as sunxi does't support older kernels anymore.
Fixes FS#755.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
8 years ago
Yousong Zhou
8a2c56ca03
sunxi: make sdcard image with squashfs as rootfs
...
Two things that need to be noted
- There is no partition type id allocated for squashfs yet. In the
case of sunxi, any non-zero value should work and we keep it 83 (the
value for ext4)
- Remaining spare space within the rootfs partition, not the entire
sdcard space will be formated as either f2fs or ext4 and mounted as
overlay to serve the role of rootfs_data.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
8 years ago
Zoltan Herpai
8ebc9e7539
sunxi: bump to 4.4
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48620
9 years ago
Zoltan Herpai
a9c21dd395
sunxi: add support for Orange Pi Plus (H3)
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48618
9 years ago
Zoltan Herpai
e0d332cdbe
sunxi: bump to 4.1
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 46705
9 years ago
Jo-Philipp Wich
dcd7479a99
sunxi: correct default package selection, fixes imagebuilder
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45839
10 years ago
Zoltan Herpai
1e0c22507a
sunxi: bump kernel to 3.18 - refresh patches - add bananapro, cubietruck, mele_m9 support
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 43900
10 years ago
Felix Fietkau
c288d2d6d9
kernel: makefiles: make use of new var KERNEL_PATCHVER
...
replace all occurences of LINUX_VERSION with the cleaner
approach. future kernel upgrades must mostly touch only
one file. the only platform left is netlogic, because it
uses a intermediate kernel 3.14.16
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 43047
10 years ago
Felix Fietkau
f35da063bc
targets: remove useless quotes around KERNELNAME
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42780
10 years ago
Luka Perkov
02629d8f87
kernel: update 3.14 to 3.14.18
...
Targets were build tested and patches are refreshed.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 42463
10 years ago
Zoltan Herpai
044bf28357
sunxi: bump kernel to 3.14.16
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42425
10 years ago
Imre Kaloz
b8e295aa7b
upgrade 3.13 targets to 3.13.7
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 40022
11 years ago
Imre Kaloz
af63cdf87a
upgrade 3.13 targets to 3.13.2, refresh patches
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org
SVN-Revision: 39582
11 years ago
Zoltan Herpai
2fd373f046
sunxi: bump target to 3.13.1
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39511
11 years ago
Zoltan Herpai
d0a757147b
sunxi: various changes - rename hstimer DT on sun5i to avoid confusion - add Cubietruck support - select watchdog by default - select rtc in profiles where appropriate - cosmetic changes
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39263
11 years ago
Zoltan Herpai
9808a0830b
sunxi: move sunxi-sid (security ID) off to module
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39196
11 years ago
Zoltan Herpai
1ffc2deed4
sunxi: move rtc off to module
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 39195
11 years ago
Imre Kaloz
e504547e4c
upgrade 3.12 targets to 3.12.5
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 39055
11 years ago
Zoltan Herpai
f58bfd1df4
sunxi: rework target - update kernel to 3.12 - add patches for clocks, i2c, usb, sid, rtc - support common image for A10/A13/A20 - add support for a couple boards - most drivers are configured into the kernel as of now
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 38811
11 years ago
Gabor Juhos
35656042f1
kernel: update 3.10 to 3.10.18
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38652
11 years ago
Luka Perkov
cb07269988
sunxi: add new target
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38651
11 years ago
Luka Perkov
da224973af
imx6: drop unused variable from Makefile
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38650
11 years ago
Gabor Juhos
b6b06000eb
kernel: update 3.10 to 3.10.17
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38506
11 years ago
Luka Perkov
ee5b7c2859
imx6: reorganize build system
...
Changes include:
* switching to profiles
* adding ubifs support
* building image for GW54XX board
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38441
11 years ago
Luka Perkov
59eb6137dd
build: drop FIT option until we actually need it
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38439
11 years ago
Luka Perkov
0102284bbd
imx6: enable FIT images
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38432
11 years ago
Hauke Mehrtens
81e2f00367
kernel: update kernel to 3.10.15
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38384
11 years ago
Luka Perkov
8f1499c448
imx6: add default profile
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38282
11 years ago
Luka Perkov
03051c1442
imx6: enable thermal module by default
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38231
11 years ago
Gabor Juhos
9c8a5ef115
kernel: update 3.10 to 3.10.13
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38228
11 years ago
Luka Perkov
4fa3e3aae9
build: fix typo
...
vfp3 should be named vfpv3
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38222
11 years ago
Felix Fietkau
c8609ab4f8
build: unify arm target cflags
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38211
11 years ago
Gabor Juhos
554772a665
kernel: update 3.10 to 3.10.12
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38000
11 years ago
Gabor Juhos
d120ec18b2
kernel: update 3.10 to 3.10.10
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37890
11 years ago
Luka Perkov
18a767156e
imx6: add uboot-envtools to default packages
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37859
11 years ago
Gabor Juhos
043edd8074
kernel: update 3.10 to 3.10.9
...
Also refresh 3.10 patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37832
11 years ago
Luka Perkov
acb9bc0f5e
kernel: remove imx-sdma-fw because of license issues
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37755
11 years ago
Luka Perkov
3258334e79
imx6: use kmod-imx-sdma-fw-imx6 by default
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37754
11 years ago
Felix Fietkau
28d03a9983
kernel: update remaning platforms accidentally left out of r37617
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37619
11 years ago
Luka Perkov
d6a23e1ae9
imx6: update default packages
...
SVN-Revision: 37582
11 years ago
Gabor Juhos
e9688455f6
kernel: update 3.10 to 3.10.3
...
Also refresh 3.10 patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37546
11 years ago
Gabor Juhos
ef944dcb85
kernel: update 3.10 to 3.10.2
...
Also refresh 3.10 patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37502
11 years ago
Hauke Mehrtens
06accca1d7
kernel: update to kernel 3.10.1 and refresh patches
...
SVN-Revision: 37275
12 years ago
Jonas Gorski
96f8c15a36
kernel: update linux 3.10 to 3.10 final
...
3.10 final is out, so refresh patches and add md5sum.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37116
12 years ago
Luka Perkov
4b21af4268
imx6: add new target
...
SVN-Revision: 36753
12 years ago