openwrt/target/linux
Hauke Mehrtens da43069f5b brcm47xx: relocate loader to higher address
The boot process on a WRT54GL works the following way:
1. CFE gets loaded by the boot rom from flash
2. CFE loads the loader from the flash and gzip uncompresses it
3. CFE starts the loader
4. The loader stores the FW arguments and relocates itself to
   BZ_TEXT_START (now 0x80600000)
5. The loader reads the Linux image from flash
6. The loader lzma decompresses the Linux image to LOADADDR (0x80001000)
7. The loader executes the uncompress Linux image at LOADADDR

The BZ_TEXT_START was set to 0x80400000 before. When the kernel gets
uncompressed and is bigger than BZ_TEXT_START - LOADADDR it overwrote
the loader which was currently uncompressing it and made the board
crash. Increase the BZ_TEXT_START my 2 MB to have more space for the
kernel. Even on 16MB RAM devices the memory goes till 0x80FFFFFF so this
should not be a problem.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2018-01-06 00:40:00 +01:00
..
adm5120 Mark targets using kernel 3.18 as source-only 2017-02-17 06:58:33 +01:00
adm8668 Mark targets using kernel 3.18 as source-only 2017-02-17 06:58:33 +01:00
apm821xx kernel: update 4.4 to 4.4.86 2017-09-04 14:41:56 +02:00
ar7 ar7: add NULL clock fix send upstream 2017-07-29 09:24:47 +02:00
ar71xx kernel: bump 4.4 to 4.4.107 2017-12-23 09:42:33 +01:00
arc770 arc770: only calculate entry point address when necessary 2017-03-01 20:37:37 +01:00
archs38 archs38: only calculate entry point address when necessary 2017-03-01 20:37:37 +01:00
arm64 Revert "arm64: boot-wrapper: Add mirror" 2016-12-22 21:08:17 +01:00
armvirt armvirt: add kernel config change missing from 0d44f0cb 2017-01-13 11:05:32 +01:00
at91 kernel: remove ubifs xz decompression support 2017-01-09 14:07:06 +01:00
ath25 kernel: backport MIPS changes introducing a separate IRQ stack 2017-01-15 18:25:54 +01:00
au1000 Mark targets using kernel 3.18 as source-only 2017-02-17 06:58:33 +01:00
bcm53xx bcm53xx: suppress osafeloader info error messages during flashing 2017-12-13 14:15:09 +01:00
brcm47xx brcm47xx: relocate loader to higher address 2018-01-06 00:40:00 +01:00
brcm63xx brcm63xx: add NULL clock fix send upstream 2017-07-29 09:24:55 +02:00
brcm2708 kernel: bump 4.4 to 4.4.107 2017-12-23 09:42:33 +01:00
cns3xxx kernel: bump 4.4 to 4.4.103 for 17.01 2017-12-12 11:10:47 +01:00
gemini kernel: bump 4.4 to 4.4.102 2017-11-26 15:10:36 +01:00
generic kernel: bump 4.4 to 4.4.108 for 17.01 2017-12-30 00:36:25 +01:00
imx6 kernel: bump 4.4 to 4.4.108 for 17.01 2017-12-30 00:36:25 +01:00
ipq806x kernel: bump 4.4 to 4.4.102 2017-11-26 15:10:36 +01:00
ixp4xx kernel: bump 4.4 to 4.4.107 2017-12-23 09:42:33 +01:00
kirkwood kirkwood: fix include in etc/board.d/02_network 2017-03-01 20:37:37 +01:00
lantiq kernel: bump 4.4 to 4.4.107 2017-12-23 09:42:33 +01:00
layerscape kernel: update kernel 4.4 to version 4.4.79 2017-07-28 23:49:35 +02:00
malta malta: mark as source-only to avoid wasting build resources 2017-01-24 13:35:47 +01:00
mcs814x Mark targets using kernel 3.18 as source-only 2017-02-17 06:58:33 +01:00
mediatek kernel: bump 4.4 to 4.4.107 2017-12-23 09:42:33 +01:00
mpc85xx kernel: remove DEVMEM/DEVKMEM platform overrides 2017-01-10 13:48:53 +01:00
mvebu kernel: bump 4.4 to 4.4.102 2017-11-26 15:10:36 +01:00
mxs mxs: remove stale references to obsolete kernel module packages 2017-01-28 20:32:39 +01:00
octeon octeon: only copy sysupgrade file if present 2017-02-15 09:37:15 +01:00
omap omap: build various core drivers into the kernel instead of packaging them 2017-01-10 13:44:26 +01:00
omap24xx kernel: clean up usb gadget support 2016-09-15 13:11:21 +02:00
orion kernel: remove DEVMEM/DEVKMEM platform overrides 2017-01-10 13:48:53 +01:00
oxnas kernel: bump 4.4 to 4.4.107 2017-12-23 09:42:33 +01:00
ppc40x build: fix subtarget descriptions 2016-09-04 13:35:11 +02:00
ppc44x ppc44x: mark as broken 2017-01-10 12:49:34 +01:00
ramips ramips: fix widora neo diag led 2017-12-29 22:33:46 +01:00
rb532 rb532: enable high-res timers, refresh kernel config 2017-12-13 15:55:55 +01:00
sunxi kernel: remove out of tree direct-io disable hack 2017-12-13 12:57:41 +01:00
uml uml: mark as source-only 2017-01-24 13:35:47 +01:00
x86 x86: keep /boot mounted for kexec 2017-12-13 15:24:47 +01:00
xburst xburst: enable high-res timers, refresh kernel config 2017-12-13 15:55:45 +01:00
zynq kernel: remove out of tree direct-io disable hack 2017-12-13 12:57:41 +01:00
Makefile