summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/patches-3.18/810-BCM63XX-move-kernel-behind-CFE.patch
Commit message (Collapse)AuthorAgeFilesLines
* brcm63xx: use relocate to move the kernel back to start of ramJonas Gorski2015-03-301-29/+0
| | | | | | | | | | | | Appearently the kernel only uses kernel above it, so moving it to an higher address causes a lot of unavailable memory (#19327). Also move the on-flash kernel to 0x80a0000, as newer CFEs don't like uncompressing there (net-booting an ELF kernel is fine, though). Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 45164
* brcm63xx: move bcm963268bu_p300 to dtsJonas Gorski2015-03-251-5/+0
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44987
* brcm63xx: move kernel load address to 8MiBJonas Gorski2015-03-251-0/+34
Fixes boot when uncompressed kernel is > 4 MiB (#19251). Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 44984