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/ramips
Piotr Dymacz bc173ddd83 ramips: support dual image feature on ALFA Network boards
New U-Boot version for MediaTek MT76x8/MT762x based ALFA Network boards
includes support for a 'dual image' feature. Users can enable it using
U-Boot environment variable 'dual_image' ('1' -> enabled).

When 'dual image' feature is enabled, U-Boot will modify DTB and divide
the original 'firmware' flash area into two, equal in size and aligned
to 64 KB partitions: 'firmware' and 'backup'. U-Boot will also adjust
size of 'firmware' area to match installed flash chip size.

U-Boot will load kernel from active partition which is marked with env
variable 'bootactive' ('1' -> first partition, '2' -> second partition)
and rename both partitions accordingly ('firmware' <-> 'backup').

There are 3 additional env variables used to control 'dual image' mode:
- bootlimit   - maximum number of unsuccessful boot tries (default: '3')
- bootcount   - current number of boot tries
- bootchanged - flag which informs that active partition was changed; if
                it is set and 'bootcount' reaches 'bootlimit' value,
                U-Boot will start web-based recovery which then updates
                both partitions with provided image

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
5 years ago
..
base-files ramips: split further base-files across subtargets 5 years ago
dts ramips: change status LED of Samsung CY-SWR1100 5 years ago
files-4.14/drivers ramips: ethernet: Replace random_ether_addr with eth_hw_addr_random 5 years ago
image ramips: add usb-ledtrig-usbport to DEVICE_PACKAGES of CY-SWR1100 5 years ago
mt76x8 ramips: support dual image feature on ALFA Network boards 5 years ago
mt7620 ramips: support dual image feature on ALFA Network boards 5 years ago
mt7621 ramips: read label MAC address from flash instead of using phy0/phy1 5 years ago
patches-4.14 kernel: bump 4.14 to 4.14.147 5 years ago
rt288x ramips: remove default case for MAC address assignment 5 years ago
rt305x ramips: read label MAC address from flash instead of using phy0/phy1 5 years ago
rt3883 ramips: improve Samsung CY-SWR1100 support 5 years ago
Makefile ramips: switch to linux 4.14 6 years ago
modules.mk kernel: Fix kmod-regmap split 5 years ago