Up to [cvs.NetBSD.org] / src / sys / stand / efiboot / bootarm
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9 / (download) - annotate - [select for diffs], Sat Apr 2 11:16:08 2022 UTC (10 months ago) by skrll
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
bouyer-sunxi-drm-base,
bouyer-sunxi-drm,
HEAD
Changes since 1.8: +4 -1
lines
Diff to previous 1.8 (colored)
Update to support EFI runtime outside the kernel virtual address space by creating an EFI RT pmap that can be activated / deactivated when required. Adds support for EFI RT to ARM_MMU_EXTENDED (ASID) 32-bit Arm machines. On Arm64 the usage of pmapboot_enter is reduced and the mappings are created much later in the boot process -- now in cpu_startup_hook. Backward compatiblity for KVA mapped RT from old bootaa64.efi is maintained. Adding support to other platforms should be easier as a result.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Oct 6 10:15:20 2021 UTC (15 months, 3 weeks ago) by jmcneill
Branch: MAIN
Changes since 1.7: +3 -1
lines
Diff to previous 1.7 (colored)
Fix bootarm build.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Oct 6 10:13:20 2021 UTC (15 months, 3 weeks ago) by jmcneill
Branch: MAIN
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
efiboot: Make FDT support optional on a per-arch basis.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Sep 8 15:36:37 2020 UTC (2 years, 4 months ago) by jmcneill
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base,
thorpej-i2c-spi-conf2,
thorpej-i2c-spi-conf-base,
thorpej-i2c-spi-conf,
thorpej-futex2-base,
thorpej-futex2,
thorpej-futex-base,
thorpej-futex,
thorpej-cfargs2-base,
thorpej-cfargs2,
thorpej-cfargs-base,
thorpej-cfargs,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Changes since 1.5: +5 -3
lines
Diff to previous 1.5 (colored)
Be explicit about building for little endian. This allows efiboot to be built with the armv7be toolchain.
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jun 21 17:24:26 2020 UTC (2 years, 7 months ago) by jmcneill
Branch: MAIN
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Add module support.
Revision 1.1.4.4 / (download) - annotate - [select for diffs], Mon Apr 13 08:05:20 2020 UTC (2 years, 9 months ago) by martin
Branch: phil-wifi
Changes since 1.1.4.3: +1 -1
lines
Diff to previous 1.1.4.3 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
Mostly merge changes from HEAD upto 20200411
Revision 1.1.4.3 / (download) - annotate - [select for diffs], Wed Apr 8 14:09:03 2020 UTC (2 years, 9 months ago) by martin
Branch: phil-wifi
Changes since 1.1.4.2: +3 -3
lines
Diff to previous 1.1.4.2 (colored) to branchpoint 1.1 (colored)
Merge changes from current as of 20200406
Revision 1.1.6.1 / (download) - annotate - [select for diffs], Sun Jan 26 11:21:59 2020 UTC (3 years ago) by martin
Branch: netbsd-9
CVS Tags: netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored) next main 1.2 (colored)
Pull up following revision(s) (requested by jmcneill in ticket #653): sys/stand/efiboot/prompt.c: revision 1.6 sys/stand/efiboot/boot.c: revision 1.20 sys/stand/efiboot/bootarm/Makefile: revision 1.4 sys/stand/efiboot/efiacpi.c: revision 1.6 sys/stand/efiboot/exec.c: revision 1.13 sys/stand/efiboot/Makefile.efiboot: revision 1.10 sys/stand/efiboot/bootaa64/Makefile: revision 1.7 Fix for disappearing counters on graphics consoles Hide the twiddle while loading efiboot plist Clean up the banner so it fits in 80 columns and add some extra details to the "version" command output.
Revision 1.3.2.1 / (download) - annotate - [select for diffs], Sat Jan 25 22:38:53 2020 UTC (3 years ago) by ad
Branch: ad-namecache
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored) next main 1.4 (colored)
Sync with head.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 25 11:24:20 2020 UTC (3 years ago) by jmcneill
Branch: MAIN
CVS Tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
is-mlppp-base,
is-mlppp,
bouyer-xenpvh-base2,
bouyer-xenpvh-base1,
bouyer-xenpvh-base,
bouyer-xenpvh,
ad-namecache-base3,
ad-namecache-base2
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Clean up the banner so it fits in 80 columns and add some extra details to the "version" command output.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Jan 3 11:44:33 2020 UTC (3 years ago) by skrll
Branch: MAIN
CVS Tags: ad-namecache-base1,
ad-namecache-base
Branch point for: ad-namecache
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Add -mfloat-abi=soft so that gcc 8 doesn't emit FP instructions. This fixes bootarm.efi compiled by gcc 8.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Sep 23 13:42:37 2019 UTC (3 years, 4 months ago) by christos
Branch: MAIN
CVS Tags: phil-wifi-20191119
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Consistently use ${RELEASEDIR}/${RELEASEMACHINE} instead of ${RELEASEDIR}/${MACHINE} (Paul Ripke)
Revision 1.1.4.2 / (download) - annotate - [select for diffs], Mon Jun 10 22:09:56 2019 UTC (3 years, 7 months ago) by christos
Branch: phil-wifi
Changes since 1.1.4.1: +20 -0
lines
Diff to previous 1.1.4.1 (colored) to branchpoint 1.1 (colored)
Sync with HEAD
Revision 1.1.4.1, Sat Mar 30 12:48:50 2019 UTC (3 years, 10 months ago) by christos
Branch: phil-wifi
Changes since 1.1: +0 -20
lines
FILE REMOVED
file Makefile was added on branch phil-wifi on 2019-06-10 22:09:56 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Sat Mar 30 12:48:50 2019 UTC (3 years, 10 months ago) by jmcneill
Branch: MAIN
CVS Tags: phil-wifi-20190609,
netbsd-9-base,
netbsd-9-0-RC1,
isaki-audio2-base,
isaki-audio2
Branch point for: phil-wifi,
netbsd-9
Add efiboot support for 32-bit ARM targets.