- Mar 14, 2016
-
-
Luka Perkov authored
The kernel will automatic attach mtd partitions named 'ubi' to ubi0. Renaming the "root" partition into "ubi" will safe arguments from the kernel cmdline. Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 49014
-
Luka Perkov authored
Also using the new image build step format Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 49013
-
Luka Perkov authored
the kernel tries to use "ubi" or "data" labeled partition to find it's root filesystem. dockstar don't need anymore mtdparts= nor root= bootarguments Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 49011
-
Luka Perkov authored
The new image requires `bootz` because of devicetree appending. To flash a new image boot initramfs: tftpboot 0x800000 openwrt-kirkwood-dockstar-initramfs-kernel.bin bootz 0x800000 # detach if already attached ubidetach -p /dev/$(grep ubi /proc/mtd|awk -F: '{print $1}') # scp openwrt-kirkwood-dockstar-squashfs-factory.bin /tmp ubiformat -f /tmp/openwrt-kirkwood-dockstar-squashfs-factory.bin # attach is important to resize rootfs_data otherwise it wont boot ubiattach -p /dev/$(grep ubi /proc/mtd|awk -F: '{print $1}') Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 49010
-
Luka Perkov authored
depending on KERNEL_IN_UBI, the image.mk will create a ubi volume for the kernel Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 49009
-
Luka Perkov authored
this platform already uses devicetree Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 49008
-
- Mar 11, 2016
-
-
Rafał Miłecki authored
Apart from using our new building system there are 2 more changes: 1) Limit amount of images So far we were generating all standard images (optimized one and two with no loader) for every SUBTARGET. This is not needed, as e.g. the only device requiring gzipped kernel is legacy Huawei E970. 2) Change output names The new image building system requires specifying device name. This forced picking some and resulted in: openwrt-brcm47xx-$(SUBTARGET)-squashfs.trx openwrt-brcm47xx-$(SUBTARGET)-squashfs-gz.trx openwrt-brcm47xx-$(SUBTARGET)-squashfs-noloader-nodictionary.trx becoming: openwrt-brcm47xx-$(SUBTARGET)-standard-squashfs.trx openwrt-brcm47xx-$(SUBTARGET)-standard-noloader-gz-squashfs.trx openwrt-brcm47xx-$(SUBTARGET)-standard-noloader-nodictionarylzma-squashfs.trx Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 49006
-
- Mar 10, 2016
-
-
John Crispin authored
some bit rot was accidentally left-out in r48986, remove it. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 48997
-
John Crispin authored
This patch adds support for GL-MT750. GL-MT750 is powered by MT7620A and MT7610e, dual band 802.11ac, 2.4G 300Mbps and 5G 450Mbps. It has 5 LANs, MMC interface, USB, a lot of IOs and PoE support. SVN-Revision: 48994
-
John Crispin authored
This patch adds support for GL-MT300N. GL-MT300N is powered by MT7620N with 16MB flash, 64MB RAM, 2 LANs, USB, UART, GPIO and PoE support. SVN-Revision: 48993
-
John Crispin authored
This patches adds support for GL-MT300A. GL-MT300A is powered by MT7620A. It has 16MB flash, 128MB RAM, Two LANs, USB, UART and MMC daughter board. SVN-Revision: 48992
-
John Crispin authored
A re-write of the driver based on xway_nand.c and constants as well as the cmd_ctrl() function from the original oxnas_nand.c resulted in a extremely similar looking file (see diffsize), and fixes the issue of NAND not being detected on newer kernels. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 48986
-
John Crispin authored
As usual these patches were extracted from the raspberry repo: https://github.com/raspberrypi/linux/commits/rpi-4.4.y - Disable unused MFD RPISENSE driver. - Disable ethernet HW checksums in order to avoid kernel exceptions. Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 48985
-
John Crispin authored
This patch adds support for Arduino Yun board "WLAN RST" button. Signed-off-by:
Hirokazu MORIKAWA <morikw2@gmail.com> SVN-Revision: 48983
-
John Crispin authored
Looks like the addresses for BCM3368 were wrongly defined when DT support was introduced. Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 48980
-
John Crispin authored
According to the calling convention of the o32 ABI the caller function must reserve stack space for $a0-$a3 registers in case the callee needs to save its arguments. The assembly code of the loader does not reserve stack space for these registers thus when the 'loader_main' function needs to save its arguments, those will be stored in the 'workspace' area instead of the stack. Because the workspace area is also used by other part of the code, the saved register values gets overwritten and this often leads to failed kernel boots. Fix the code to reserve stack space for the registers to avoid this error. Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> [noltari: apply the fix for brcm63xx too] Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 48979
-
John Crispin authored
Signed-off-by:
Micke Prag <micke.prag@telldus.se> SVN-Revision: 48977
-
- Mar 09, 2016
-
-
Rafał Miłecki authored
This only drops WGR614 V9 which has 2 MiB flash and it's unlikely to get any interest. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48975
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48974
-
- Mar 08, 2016
-
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48973
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48972
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48971
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48970
-
John Crispin authored
add support for Planex MZK-WDPR. MZK-WDPR(MZK-WDPR-R01) is internet radio tuner. This patch is "network board" in MZK-WDPR. LCD board is non OpenWrt Platform. Signed-off-by:
YuheiOKAWA <tochiro.srchack@gmail.com> SVN-Revision: 48968
-
John Crispin authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 48967
-
John Crispin authored
As usual these patches were extracted from the raspberry pi repo: https://github.com/raspberrypi/linux/tree/rpi-4.4.y Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 48966
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48963
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48962
-
Rafał Miłecki authored
It seems it still happens on some devices. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48961
-
- Mar 07, 2016
-
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 48960
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48956
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48955
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48954
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48953
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48951
-
Felix Fietkau authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48949
-
Felix Fietkau authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48942
-
Felix Fietkau authored
We are now shipping a DSL firmware, do not set it by default to some file name. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48941
-
Felix Fietkau authored
Complete internal switch initialization for QCA956X. Set default mdio device if the interface mode of GE0 is not SGMII (fix ticket #21520). Signed-off-by:
Weijie Gao <hackpascal@gmail.com> SVN-Revision: 48937
-
- Mar 06, 2016
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48936
-