aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/bcm47xx/Platform
AgeCommit message (Collapse)AuthorFilesLines
2022-01-02MIPS: new Kconfig option ZBOOT_LOAD_ADDRESSYunQiang Su1-1/+0
If this option is not 0x0, it will be used for zboot load address. Otherwise, the result of calc_vmlinuz_load_addr will be used. The zload-y value for generic are also removed then, as the current value breaks booting on qemu -M boston. The result of calc_vmlinuz_load_addr works well for most of cases. The default value of bcm47xx keeps as it currently. Signed-off-by: YunQiang Su <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
2020-05-13MIPS: Only include the platform file neededThomas Bogendoerfer1-1/+0
Instead of including all Platform files, we simply include the needed one and avoid clashes with makefile variables. Signed-off-by: Thomas Bogendoerfer <[email protected]>
2018-01-24MIPS: bcm47xx: enable ZBOOT supportAaro Koskinen1-0/+1
Enable ZBOOT support. The WRT54GL router's bootloader limits kernel size to 3 MB with the normal load address, which is a bit challenging vmlinux size with modern Linux. A compressed kernel allows booting much bigger kernels. Signed-off-by: Aaro Koskinen <[email protected]> Cc: Ralf Baechle <[email protected]> Cc: Hauke Mehrtens <[email protected]> Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/18492/ Signed-off-by: James Hogan <[email protected]>
2010-08-05MIPS: BCM47xx: Migrate to new platform makefile style.Ralf Baechle1-0/+7
Signed-off-by: Ralf Baechle <[email protected]>