summaryrefslogtreecommitdiff
path: root/SOFTWARE
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2015-11-10 16:37:04 +0000
committerRyan Harkin <ryan.harkin@linaro.org>2015-11-12 17:51:36 +0000
commit57cf9f78ef1a4c1686c838dcc3f910edb0bc0acb (patch)
tree37f59d224c686512aa508e17261d9919d60e8ea1 /SOFTWARE
parentfec31e7c243fdaf4a15221366e9aac75f4ec16a0 (diff)
Add startup.nsh to images.txt
startup.nsh can be used by UEFI Shell to auto-start a kernel. The example startup.nsh included is configured to start up a Linaro kernel with the ARM Development Platform Software releases. Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'SOFTWARE')
-rw-r--r--SOFTWARE/startup.nsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/SOFTWARE/startup.nsh b/SOFTWARE/startup.nsh
new file mode 100644
index 0000000..c5df665
--- /dev/null
+++ b/SOFTWARE/startup.nsh
@@ -0,0 +1,4 @@
+echo -off
+echo Juno startup.nsh from NOR flash
+echo Example command to start the kernel:
+echo norkern dtb=board.dtb initrd=ramdisk.img console=ttyAMA0,115200n8 root=/dev/sda2 rw rootwait earlyprintk=pl011,0x7ff80000 debug user_debug=31 androidboot.hardware=juno loglevel=9 sky2.mac_address=0xAA,0xBB,0xCC,0xDD,0xEE,0xFF