Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
25 lines
896 B
ReStructuredText
25 lines
896 B
ReStructuredText
=================================
|
|
Linux on the Nios II architecture
|
|
=================================
|
|
|
|
This is a port of Linux to Nios II (nios2) processor.
|
|
|
|
In order to compile for Nios II, you need a version of GCC with support for the generic
|
|
system call ABI. Please see this link for more information on how compiling and booting
|
|
software for the Nios II platform:
|
|
http://www.rocketboards.org/foswiki/Documentation/NiosIILinuxUserManual
|
|
|
|
For reference, please see the following link:
|
|
http://www.altera.com/literature/lit-nio2.jsp
|
|
|
|
What is Nios II?
|
|
================
|
|
Nios II is a 32-bit embedded-processor architecture designed specifically for the
|
|
Altera family of FPGAs. In order to support Linux, Nios II needs to be configured
|
|
with MMU and hardware multiplier enabled.
|
|
|
|
Nios II ABI
|
|
===========
|
|
Please refer to chapter "Application Binary Interface" in Nios II Processor Reference
|
|
Handbook.
|