Add status report submission from aturner@
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a472ce3b87
commit
52914213d1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45251
1 changed files with 46 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
?>
|
||||
|
||||
<p>Thanks to all the reporters for the excellent work! This
|
||||
report contains 2 entries and we hope you enjoy reading it.</p>
|
||||
report contains 3 entries and we hope you enjoy reading it.</p>
|
||||
|
||||
<p>The deadline for submissions covering between July and
|
||||
September 2014 is October 7th, 2014.</p>
|
||||
|
@ -168,4 +168,49 @@
|
|||
<p>These projects are sponsored by iXsystems, Inc.</p>
|
||||
</body>
|
||||
</project>
|
||||
|
||||
<project cat="arch">
|
||||
<title>FreeBSD/arm64</title>
|
||||
|
||||
<contact>
|
||||
<person>
|
||||
<name>
|
||||
<given>Andrew</given>
|
||||
<common>Turner</common>
|
||||
</name>
|
||||
<email>andrew@FreeBSD.org</email>
|
||||
</person>
|
||||
</contact>
|
||||
|
||||
<links>
|
||||
<url href="http://svnweb.freebsd.org/base/projects/arm64/" />
|
||||
</links>
|
||||
|
||||
<body>
|
||||
<p>Arm64 is the name of the in-progress port of &os; to the
|
||||
ARMv8 CPU when it is in AArch64 mode. Until recently, all ARM
|
||||
CPU designs were 32-bit only. With the introduction of the
|
||||
ARMv8 architecture, ARM has added a new 64-bit mode. This new
|
||||
mode has been named AArch64.</p>
|
||||
|
||||
<p>Booting &os; on the ARM Foundation Model has made a lot of
|
||||
progress since the last status report. An initial pmap
|
||||
implementation has been written. With this &os; is able to
|
||||
enter the Machine Independent boot code. The required autoconf
|
||||
functions have been added allowing &os; to start scheduling
|
||||
tasks. Finally the cpu_switch and copystr functions were
|
||||
added. With these two &os; will boot to the mountroot
|
||||
prompt.</p>
|
||||
|
||||
<p>Work has started on supporting exceptions, including
|
||||
interrupts. This will start to allow more developers to start
|
||||
working on device drivers.</p>
|
||||
</body>
|
||||
|
||||
<help>
|
||||
<task>Finish exception and interrupt handling</task>
|
||||
<task>Read the Device Tree or ACPI tables from UEFI</task>
|
||||
<task>Test on real hardware</task>
|
||||
</help>
|
||||
</project>
|
||||
</report>
|
||||
|
|
Loading…
Reference in a new issue