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
Felix Fietkau 22d982ea00 ramips: add support for switching between 3-byte and 4-byte addressing on w25q256 flash
On some devices the flash chip needs to be in 3-byte addressing mode during
reboot, otherwise the boot loader will fail to start.
This mode however does not allow regular reads/writes onto the upper 16M
half. W25Q256 has separate read commands for reading from >16M, however
it does not have any separate write commands.
This patch changes the code to leave the chip in 3-byte mode most of the
time and only switch during erase/write cycles that go to >16M
addresses.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years ago
..
imagebuilder imagebuilder: don't rewrite package list output 7 years ago
linux ramips: add support for switching between 3-byte and 4-byte addressing on w25q256 flash 7 years ago
sdk build: get rid of host.mk 7 years ago
toolchain build: get rid of host.mk 7 years ago
Config.in config: set ARCH if powerpc64 is selected in the configuration 7 years ago
Makefile build: make <subdir>/install opt-in, use it for target/ only 7 years ago