-
Notifications
You must be signed in to change notification settings - Fork 280
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit 0c01dbefba45a08c47f8538d5a071a0fba6b7e83 Author: popcornmix <[email protected]> Date: Wed Dec 11 15:30:08 2019 +0000 and include firmware for RPI4 Firmware has bee updated to support mainline linux kernels as described in raspberrypi/linux#3237
- Loading branch information
Showing
18 changed files
with
33 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: mk.generic,v 1.8 2019/04/14 07:57:51 skrll Exp $ | ||
# $NetBSD: mk.generic,v 1.9 2019/12/16 11:00:30 skrll Exp $ | ||
|
||
.include "$S/arch/arm/nvidia/tegra_xusb-fw.mk" | ||
|
||
|
@@ -17,16 +17,11 @@ MKUBOOTIMAGEARGS= -A arm -T kernel_noload -O linux -C none | |
MKUBOOTIMAGEARGS+= -e 0 | ||
MKUBOOTIMAGEARGS+= -n "NetBSD/${BOARDTYPE:U${MACHINE_ARCH}} ${_OSRELEASE}" | ||
|
||
MKKNLIMG= ${THISARM}/compile/rpi-mkknlimg.sh | ||
|
||
SYSTEM_LD_TAIL_EXTRA+=; \ | ||
echo ${OBJCOPY} -S -O binary $@ [email protected]; \ | ||
${OBJCOPY} -S -O binary $@ [email protected]; \ | ||
echo ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} [email protected] [email protected]; \ | ||
${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} [email protected] [email protected]; \ | ||
echo ${MKKNLIMG} [email protected] [email protected]; \ | ||
${HOST_SH} ${MKKNLIMG} [email protected] [email protected]; | ||
|
||
EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.bin@} | ||
EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.ub@} | ||
echo ${OBJCOPY} -S -O binary $@ [email protected]; \ | ||
${OBJCOPY} -S -O binary $@ [email protected]; \ | ||
echo ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} [email protected] [email protected]; \ | ||
${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} [email protected] [email protected] | ||
|
||
EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.img@} | ||
EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.ub@} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: mk.generic64,v 1.4 2019/12/04 11:25:04 jmcneill Exp $ | ||
# $NetBSD: mk.generic64,v 1.5 2019/12/16 11:00:30 skrll Exp $ | ||
|
||
SYSTEM_FIRST_OBJ= start.o | ||
SYSTEM_FIRST_SFILE= ${ARM}/aarch64/start.S | ||
|
@@ -8,14 +8,11 @@ _OSRELEASE!= ${HOST_SH} $S/conf/osrelease.sh | |
BOARDTYPE= evbarm64 | ||
|
||
MKUBOOTIMAGEARGS= -f arm64 -u -a 0x200000 | ||
MKKNLIMG= ${THISARM}/compile/rpi-mkknlimg.sh | ||
|
||
SYSTEM_LD_TAIL_EXTRA+= && \ | ||
echo ${OBJCOPY} -S -O binary $@ [email protected] && \ | ||
${OBJCOPY} -S -O binary $@ [email protected] && \ | ||
echo ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} [email protected] [email protected] && \ | ||
${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} [email protected] [email protected] && \ | ||
echo ${MKKNLIMG} [email protected] [email protected] && \ | ||
${HOST_SH} ${MKKNLIMG} [email protected] [email protected] | ||
echo ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} [email protected] [email protected] && \ | ||
${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS} [email protected] [email protected] | ||
|
||
EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.img@} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# $NetBSD: mk.rpi,v 1.6 2018/10/18 09:01:54 skrll Exp $ | ||
# $NetBSD: mk.rpi,v 1.7 2019/12/16 11:00:30 skrll Exp $ | ||
|
||
SYSTEM_FIRST_OBJ= armv6_start.o | ||
SYSTEM_FIRST_SFILE= ${ARM}/arm/armv6_start.S | ||
|
@@ -8,12 +8,8 @@ _OSRELEASE!= ${HOST_SH} $S/conf/osrelease.sh | |
KERNEL_BASE_PHYS=0x00008000 | ||
KERNEL_BASE_VIRT=0x80008000 | ||
|
||
MKKNLIMG= ${THISARM}/compile/rpi-mkknlimg.sh | ||
|
||
SYSTEM_LD_TAIL_EXTRA+=; \ | ||
echo ${OBJCOPY} -S -O binary $@ [email protected]; \ | ||
${OBJCOPY} -S -O binary $@ [email protected]; \ | ||
echo ${MKKNLIMG} [email protected] [email protected]; \ | ||
${HOST_SH} ${MKKNLIMG} [email protected] [email protected]; | ||
${OBJCOPY} -S -O binary $@ [email protected]; | ||
|
||
EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.img@} | ||
EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.bin@} |