Mauro Carvalho Chehab | 32fc3cd | 2019-07-26 09:51:24 -0300 | [diff] [blame] | 1 | ============== |
Jonas Bonn | 6162576 | 2011-06-04 22:45:16 +0300 | [diff] [blame] | 2 | OpenRISC Linux |
| 3 | ============== |
| 4 | |
| 5 | This is a port of Linux to the OpenRISC class of microprocessors; the initial |
| 6 | target architecture, specifically, is the 32-bit OpenRISC 1000 family (or1k). |
| 7 | |
| 8 | For information about OpenRISC processors and ongoing development: |
| 9 | |
Mauro Carvalho Chehab | 32fc3cd | 2019-07-26 09:51:24 -0300 | [diff] [blame] | 10 | ======= ============================= |
Alexander A. Klimov | f33d407 | 2020-07-10 08:20:19 +0200 | [diff] [blame] | 11 | website https://openrisc.io |
Stafford Horne | e4082de | 2017-10-21 22:39:09 +0900 | [diff] [blame] | 12 | email openrisc@lists.librecores.org |
Mauro Carvalho Chehab | 32fc3cd | 2019-07-26 09:51:24 -0300 | [diff] [blame] | 13 | ======= ============================= |
Jonas Bonn | 6162576 | 2011-06-04 22:45:16 +0300 | [diff] [blame] | 14 | |
| 15 | --------------------------------------------------------------------- |
| 16 | |
| 17 | Build instructions for OpenRISC toolchain and Linux |
| 18 | =================================================== |
| 19 | |
| 20 | In order to build and run Linux for OpenRISC, you'll need at least a basic |
| 21 | toolchain and, perhaps, the architectural simulator. Steps to get these bits |
| 22 | in place are outlined here. |
| 23 | |
Stafford Horne | e4082de | 2017-10-21 22:39:09 +0900 | [diff] [blame] | 24 | 1) Toolchain |
Jonas Bonn | 6162576 | 2011-06-04 22:45:16 +0300 | [diff] [blame] | 25 | |
Stafford Horne | e4082de | 2017-10-21 22:39:09 +0900 | [diff] [blame] | 26 | Toolchain binaries can be obtained from openrisc.io or our github releases page. |
| 27 | Instructions for building the different toolchains can be found on openrisc.io |
| 28 | or Stafford's toolchain build and release scripts. |
Jonas Bonn | 6162576 | 2011-06-04 22:45:16 +0300 | [diff] [blame] | 29 | |
Mauro Carvalho Chehab | 32fc3cd | 2019-07-26 09:51:24 -0300 | [diff] [blame] | 30 | ========== ================================================= |
Stafford Horne | e4082de | 2017-10-21 22:39:09 +0900 | [diff] [blame] | 31 | binaries https://github.com/openrisc/or1k-gcc/releases |
| 32 | toolchains https://openrisc.io/software |
| 33 | building https://github.com/stffrdhrn/or1k-toolchain-build |
Mauro Carvalho Chehab | 32fc3cd | 2019-07-26 09:51:24 -0300 | [diff] [blame] | 34 | ========== ================================================= |
Jonas Bonn | 6162576 | 2011-06-04 22:45:16 +0300 | [diff] [blame] | 35 | |
Stafford Horne | e4082de | 2017-10-21 22:39:09 +0900 | [diff] [blame] | 36 | 2) Building |
Jonas Bonn | 6162576 | 2011-06-04 22:45:16 +0300 | [diff] [blame] | 37 | |
Mauro Carvalho Chehab | 32fc3cd | 2019-07-26 09:51:24 -0300 | [diff] [blame] | 38 | Build the Linux kernel as usual:: |
Jonas Bonn | 6162576 | 2011-06-04 22:45:16 +0300 | [diff] [blame] | 39 | |
Krzysztof Kozlowski | a6c5729 | 2020-01-31 09:28:33 +0100 | [diff] [blame] | 40 | make ARCH=openrisc CROSS_COMPILE="or1k-linux-" defconfig |
| 41 | make ARCH=openrisc CROSS_COMPILE="or1k-linux-" |
Jonas Bonn | 6162576 | 2011-06-04 22:45:16 +0300 | [diff] [blame] | 42 | |
Stafford Horne | e4082de | 2017-10-21 22:39:09 +0900 | [diff] [blame] | 43 | 3) Running on FPGA (optional) |
Jonas Bonn | 6162576 | 2011-06-04 22:45:16 +0300 | [diff] [blame] | 44 | |
Stafford Horne | e4082de | 2017-10-21 22:39:09 +0900 | [diff] [blame] | 45 | The OpenRISC community typically uses FuseSoC to manage building and programming |
| 46 | an SoC into an FPGA. The below is an example of programming a De0 Nano |
| 47 | development board with the OpenRISC SoC. During the build FPGA RTL is code |
| 48 | downloaded from the FuseSoC IP cores repository and built using the FPGA vendor |
| 49 | tools. Binaries are loaded onto the board with openocd. |
Jonas Bonn | 6162576 | 2011-06-04 22:45:16 +0300 | [diff] [blame] | 50 | |
Mauro Carvalho Chehab | 32fc3cd | 2019-07-26 09:51:24 -0300 | [diff] [blame] | 51 | :: |
| 52 | |
Stafford Horne | e4082de | 2017-10-21 22:39:09 +0900 | [diff] [blame] | 53 | git clone https://github.com/olofk/fusesoc |
| 54 | cd fusesoc |
| 55 | sudo pip install -e . |
| 56 | |
| 57 | fusesoc init |
| 58 | fusesoc build de0_nano |
| 59 | fusesoc pgm de0_nano |
| 60 | |
| 61 | openocd -f interface/altera-usb-blaster.cfg \ |
| 62 | -f board/or1k_generic.cfg |
| 63 | |
| 64 | telnet localhost 4444 |
| 65 | > init |
| 66 | > halt; load_image vmlinux ; reset |
| 67 | |
| 68 | 4) Running on a Simulator (optional) |
| 69 | |
| 70 | QEMU is a processor emulator which we recommend for simulating the OpenRISC |
| 71 | platform. Please follow the OpenRISC instructions on the QEMU website to get |
| 72 | Linux running on QEMU. You can build QEMU yourself, but your Linux distribution |
| 73 | likely provides binary packages to support OpenRISC. |
| 74 | |
Mauro Carvalho Chehab | 32fc3cd | 2019-07-26 09:51:24 -0300 | [diff] [blame] | 75 | ============= ====================================================== |
Stafford Horne | e4082de | 2017-10-21 22:39:09 +0900 | [diff] [blame] | 76 | qemu openrisc https://wiki.qemu.org/Documentation/Platforms/OpenRISC |
Mauro Carvalho Chehab | 32fc3cd | 2019-07-26 09:51:24 -0300 | [diff] [blame] | 77 | ============= ====================================================== |
Jonas Bonn | 6162576 | 2011-06-04 22:45:16 +0300 | [diff] [blame] | 78 | |
| 79 | --------------------------------------------------------------------- |
| 80 | |
| 81 | Terminology |
| 82 | =========== |
| 83 | |
| 84 | In the code, the following particles are used on symbols to limit the scope |
| 85 | to more or less specific processor implementations: |
| 86 | |
Mauro Carvalho Chehab | 32fc3cd | 2019-07-26 09:51:24 -0300 | [diff] [blame] | 87 | ========= ======================================= |
Jonas Bonn | 6162576 | 2011-06-04 22:45:16 +0300 | [diff] [blame] | 88 | openrisc: the OpenRISC class of processors |
| 89 | or1k: the OpenRISC 1000 family of processors |
| 90 | or1200: the OpenRISC 1200 processor |
Mauro Carvalho Chehab | 32fc3cd | 2019-07-26 09:51:24 -0300 | [diff] [blame] | 91 | ========= ======================================= |
Jonas Bonn | 6162576 | 2011-06-04 22:45:16 +0300 | [diff] [blame] | 92 | |
| 93 | --------------------------------------------------------------------- |
| 94 | |
| 95 | History |
| 96 | ======== |
| 97 | |
Mauro Carvalho Chehab | 32fc3cd | 2019-07-26 09:51:24 -0300 | [diff] [blame] | 98 | 18-11-2003 Matjaz Breskvar (phoenix@bsemi.com) |
Jonas Bonn | 6162576 | 2011-06-04 22:45:16 +0300 | [diff] [blame] | 99 | initial port of linux to OpenRISC/or32 architecture. |
| 100 | all the core stuff is implemented and seams usable. |
| 101 | |
Mauro Carvalho Chehab | 32fc3cd | 2019-07-26 09:51:24 -0300 | [diff] [blame] | 102 | 08-12-2003 Matjaz Breskvar (phoenix@bsemi.com) |
Jonas Bonn | 6162576 | 2011-06-04 22:45:16 +0300 | [diff] [blame] | 103 | complete change of TLB miss handling. |
| 104 | rewrite of exceptions handling. |
| 105 | fully functional sash-3.6 in default initrd. |
| 106 | a much improved version with changes all around. |
| 107 | |
Mauro Carvalho Chehab | 32fc3cd | 2019-07-26 09:51:24 -0300 | [diff] [blame] | 108 | 10-04-2004 Matjaz Breskvar (phoenix@bsemi.com) |
Jonas Bonn | 6162576 | 2011-06-04 22:45:16 +0300 | [diff] [blame] | 109 | alot of bugfixes all over. |
| 110 | ethernet support, functional http and telnet servers. |
| 111 | running many standard linux apps. |
| 112 | |
Mauro Carvalho Chehab | 32fc3cd | 2019-07-26 09:51:24 -0300 | [diff] [blame] | 113 | 26-06-2004 Matjaz Breskvar (phoenix@bsemi.com) |
Jonas Bonn | 6162576 | 2011-06-04 22:45:16 +0300 | [diff] [blame] | 114 | port to 2.6.x |
| 115 | |
Mauro Carvalho Chehab | 32fc3cd | 2019-07-26 09:51:24 -0300 | [diff] [blame] | 116 | 30-11-2004 Matjaz Breskvar (phoenix@bsemi.com) |
Jonas Bonn | 6162576 | 2011-06-04 22:45:16 +0300 | [diff] [blame] | 117 | lots of bugfixes and enhancments. |
| 118 | added opencores framebuffer driver. |
| 119 | |
Mauro Carvalho Chehab | 32fc3cd | 2019-07-26 09:51:24 -0300 | [diff] [blame] | 120 | 09-10-2010 Jonas Bonn (jonas@southpole.se) |
Jonas Bonn | 6162576 | 2011-06-04 22:45:16 +0300 | [diff] [blame] | 121 | major rewrite to bring up to par with upstream Linux 2.6.36 |