Module Name: src Committed By: skrll Date: Mon Oct 15 16:54:55 UTC 2018
Modified Files: src/sys/arch/evbarm/armadaxp: armadaxp_start.S src/sys/arch/evbarm/conf: OPENBLOCKS_AX3 std.altera std.amlogic std.armadaxp std.bcm53xx std.beagle std.exynos std.igepv2 std.imx31 std.imx6ul std.imx7 std.kobo std.n900 std.netwalker std.nitrogen6 std.overo std.rpi std.sunxi std.tegra std.ti std.tisdp24xx std.vexpress std.virt std.zynq src/sys/arch/evbarm/imx31: imx31lk_start.S src/sys/arch/evbarm/marvell: marvell_start.S Log Message: Only ent KERNEL_BASE_EXT when we want to change KERNEL_BASE from its default of 0x8000_0000 Don't use KERNEL_BASE_EXT where KERNEL_BASE should be instead. Workaround a as(1) weirdness in armadaxp_start.S To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/armadaxp/armadaxp_start.S cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbarm/conf/OPENBLOCKS_AX3 cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/std.altera \ src/sys/arch/evbarm/conf/std.imx6ul src/sys/arch/evbarm/conf/std.imx7 \ src/sys/arch/evbarm/conf/std.kobo cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbarm/conf/std.amlogic \ src/sys/arch/evbarm/conf/std.armadaxp src/sys/arch/evbarm/conf/std.n900 \ src/sys/arch/evbarm/conf/std.sunxi cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/conf/std.bcm53xx \ src/sys/arch/evbarm/conf/std.beagle cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/conf/std.exynos cvs rdiff -u -r1.9 -r1.10 src/sys/arch/evbarm/conf/std.igepv2 \ src/sys/arch/evbarm/conf/std.overo src/sys/arch/evbarm/conf/std.vexpress cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbarm/conf/std.imx31 \ src/sys/arch/evbarm/conf/std.tisdp24xx cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/conf/std.netwalker cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbarm/conf/std.nitrogen6 cvs rdiff -u -r1.22 -r1.23 src/sys/arch/evbarm/conf/std.rpi cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/conf/std.tegra cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/std.ti cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/std.virt cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/std.zynq cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/imx31/imx31lk_start.S cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbarm/marvell/marvell_start.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.