Re: [LEDE-DEV] [PATCH v2] imx6: enable ARM crypto acceleration

2016-09-04 Thread Felix Fietkau
On 2016-09-01 16:10, Koen Vandeputte wrote: Next time, please make sure your changes have a proper Signed-off-by. I forgot to check for that before I pushed the change. - Felix ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradea

Re: [LEDE-DEV] [PATCH 1/4] ar71xx: switch to 24kc

2016-09-04 Thread Milan Knížek
What is the reason we don't tune CPU_TYPE to 74kc for ar71xx? ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH 1/4] ar71xx: switch to 24kc

2016-09-04 Thread Felix Fietkau
On 2016-09-04 22:59, Milan Knížek wrote: > What is the reason we don't tune CPU_TYPE to 74kc for ar71xx? Last time I checked, it hurt 24kc/34kc devices more than it helped 74kc devices. - Felix ___ Lede-dev mailing list Lede-dev@lists.infradead.org htt

Re: [LEDE-DEV] [RFC 3/7] image: pass device blocksize to padjffs2

2016-09-04 Thread Yousong Zhou
On 3 September 2016 at 16:52, Mathias Kresin wrote: > At the moment the padding steps are hardcoded. Especially images for > devices with a 4K sector size can be unnecessarily bloated using the > hardcoded padding steps. > > It has been observed that 192Kb of padding was added to the image of a >

[LEDE-DEV] [PATCH 3/3] ar71xx: add support for Cisco Meraki Z1 Cloud Managed Teleworker Gateway

2016-09-04 Thread Chris Blake
This patch adds support for Cisco's Z1. Detailed instructions for the flashing the device can be found in the OpenWrt wiki: Signed-off-by: Chris Blake --- target/linux/ar71xx/base-files/etc/board.d/01_leds | 4 + .../linux/ar71xx/base-files/etc/board.d/

[LEDE-DEV] [PATCH 1/3] firmware-utils mkmerakifw-old: firmware generator for Z1

2016-09-04 Thread Chris Blake
From: Christian Lamparter This patch adds firmware generation tool for Cisco's Z1 Signed-off-by: Christian Lamparter --- tools/firmware-utils/Makefile | 1 + tools/firmware-utils/src/mkmerakifw-old.c | 369 ++ 2 files changed, 370 insertions(+) create

[LEDE-DEV] [PATCH 2/3] kernel: owl-loader for delayed Atheros ath9k fixup

2016-09-04 Thread Chris Blake
From: Christian Lamparter Some devices (like the Cisco Meraki Z1 Cloud Managed Teleworker Gateway) need to be able to initialize the PCIe wifi device. Normally, this is done during the early stages of booting linux, because the necessary init code is read from the memory mapped SPI and passed to

[LEDE-DEV] [PATCH 0/3] Add support for Cisco Meraki Z1

2016-09-04 Thread Chris Blake
This patch group adds support for the Cisco Meraki Z1 Teleworker Gateway unit. More info can be found at https://wiki.openwrt.org/toh/meraki/z1 Cc: Christian Lamparter Signed-off-by: Chris Blake Chris Blake (1): ar71xx: add support for Cisco Meraki Z1 Cloud Managed Teleworker Gateway Chr

Re: [LEDE-DEV] [RFC 3/7] image: pass device blocksize to padjffs2

2016-09-04 Thread Mathias Kresin
05.09.2016 04:02, Yousong Zhou: On 3 September 2016 at 16:52, Mathias Kresin wrote: At the moment the padding steps are hardcoded. Especially images for devices with a 4K sector size can be unnecessarily bloated using the hardcoded padding steps. It has been observed that 192Kb of padding was