aboutsummaryrefslogtreecommitdiff
path: root/configs/rdn1edgex2/grub_config/busybox.cfg
diff options
context:
space:
mode:
authorVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>2019-10-23 16:31:43 +0530
committerThomas Abraham <thomas.abraham@arm.com>2019-12-27 18:14:39 +0530
commit84e98fe0dd3a4fb3c5f81af31278085be172a01a (patch)
tree3bbfd609c34a138d89c5df4e0a743e69f743f9cd /configs/rdn1edgex2/grub_config/busybox.cfg
parenta624befe0c13583c8de1bb145ed787892a5c1f48 (diff)
platform/rdn1edgex2: add build configs for rdn1edge dual chip platform
RdN1Edge platform supports a dual-chip configuration wherein two rdn1edge SoCs are connected through a high speed coherent CCIX link. Add support for building rdn1edge dual chip platform. This dual-chip RDN1Edge platform name is rdn1edgex2 and should be used as the value of the parameter '-p' during build. Change-Id: Ide2709aa7a6dac21b4eb5fbf0f69806f1f5b3464 Signed-off-by: Vijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
Diffstat (limited to 'configs/rdn1edgex2/grub_config/busybox.cfg')
-rw-r--r--configs/rdn1edgex2/grub_config/busybox.cfg11
1 files changed, 11 insertions, 0 deletions
diff --git a/configs/rdn1edgex2/grub_config/busybox.cfg b/configs/rdn1edgex2/grub_config/busybox.cfg
new file mode 100644
index 0000000..f166539
--- /dev/null
+++ b/configs/rdn1edgex2/grub_config/busybox.cfg
@@ -0,0 +1,11 @@
+set debug="loader,mm"
+set term="vt100"
+set default="0"
+set timeout="1"
+
+search --set=root --fs-uuid 535add81-5875-4b4a-b44a-464aee5f5cbd
+
+menuentry 'RD-N1-Edge BusyBox' {
+ linux /Image acpi=force earlycon=pl011,0x7ff80000 root=PARTUUID=9c53a91b-e182-4ff1-aeac-6ee2c432ae94 rootwait verbose debug
+ initrd /ramdisk-busybox.img
+}