You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ipq806x
INAGAKI Hiroshi 250f5ec139 ipq806x: add ramdisk feature
This commits adds the "ramdisk" feature to ipq806x target. The
main driving force behind this decision is to facilitate the
installation of OpenWrt on some locked IPQ806x devices.

Examples:

- NEC Aterm WG2600HP

  The U-Boot on WG2600HP is protected with a password which prevents
  users from gaining access to the u-boot prompt in order to install
  the images from there.

  Therefore, on this device, installing OpenWrt by the user involves
  changing the bootcmd as follows so that WG2600HP downloads and
  executes initramfs image from TFTP server.

  ex.:
    bootcmd="ping ${serverip} && tftpboot 0x44000000 wg2600hp-initramfs.bin; bootipq"

- Buffalo WXR-2533DHP

  The U-Boot on WXR-2533DHP has built-in firmware recovery mode.
  It's activated by holding the "AOSS" button during boot. This
  will trigger the device to download the firmware from an TFTP
  server and booting from it. By using this, the user  can the
  install OpenWrt firmware without having access to the UART
  console.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Signed-off-by: Christian Lamparter <chunkeey@gmail.com> [reworded commit]
6 years ago
..
base-files ipq806x: add ath10k calibration data MAC addresses patching 6 years ago
files-4.14/arch/arm/boot/dts ipq806x: fix and cleanup dts for NEC WG2600HP 6 years ago
image ipq806x: drop kernel/ rootfs partition images for the ZyXEL NBG6817 6 years ago
patches-4.14 kernel: bump 4.14 to 4.14.86 6 years ago
profiles mac80211: fix selecting of ath10k -ct firmware 6 years ago
Makefile ipq806x: add ramdisk feature 6 years ago
config-4.14 kernel: bump 4.14 to 4.14.77 6 years ago