summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/run
Commit message (Collapse)AuthorAgeFilesLines
* platform-v7a: vexpress: use only one core for bareboxMichael Olbrich2019-11-041-0/+1
| | | | | | Barebox does not start with more than one core. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* platform-v7a: enable virtio hardware random number generatorMichael Olbrich2019-09-301-0/+1
| | | | | | | This speeds up the first boot in qemu quite a bit when ssh keys are generated. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* platform-v7a: vexpress: run qemu with CPU 4 coresMichael Olbrich2019-05-201-1/+1
| | | | | | | | Newer versions of qemu can use multiple threads to emulate the CPU cores. This can speed up booting significantly: 22 seconds instead of 34 seconds for multi-user.target on on test machine. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* platform-v7a: silence reason-warning for barebox state dtb entryRobert Schwebel2017-10-271-1/+1
| | | | | | | | | | | As the 'reason' checker analyzes all <*>.dtb files in the imagedir and assumes they are all kernel dtbs, rename the barebox dtb from bb-vexpress-v2p-ca9.dtb to vexpress-v2p-ca9.dtb-bb. This silences a warning that kernel devicetrees should not contain barebox,state nodes. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: barebox: use a separate file name for the barebox DTBJan Luebbe2017-08-181-1/+3
| | | | Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
* platform-v7a: vexpress: adapt run script, generic dtb nameRouven Czerwinski2017-07-041-8/+8
| | | | | | | | | | | | | | | The run script is adapted to the new image names for the vexpress hardware. The devicetree is used by qemu to pass it to barebox. To make the devicetree independend of the actual barebox-version, it is copied to the image directory. Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de> [split from riotboard, improve patch description] Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> [generic dtb name] Signed-off-by: Chris Fiege <c.fiege@pengutronix.de>
* platform-v7a: add ssh forwarderRobert Schwebel2017-06-121-1/+5
| | | | | | | | | | | | This patch makes it possible to have a local ssh forward: if the BSP runs in qemu (started with configs/platform-v7a/run), the SSH port 22 is forwarded to port 4445 on localhost, so you can $ ssh localhost -p 4445 -l root and end up in the DistroKit system. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-v7a: change run script to use new qemu network definitionRobert Schwebel2017-05-161-3/+3
| | | | | | The old vlan=... variant is deprecated with qemu 2.9. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* run: move to new script with plan 9 filesystem supportRobert Schwebel2017-01-061-18/+169
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* platform-beaglebone: rename to platform-v7aRobert Schwebel2016-07-261-0/+21
In the meantime, in addition to beaglebone, this platform supports the other ARMv7 based boards (rpi2, vexpress), so rename it. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>