From 84e98fe0dd3a4fb3c5f81af31278085be172a01a Mon Sep 17 00:00:00 2001 From: Vijayenthiran Subramaniam Date: Wed, 23 Oct 2019 16:31:43 +0530 Subject: 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 --- configs/rdn1edgex2/grub_config/busybox.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 configs/rdn1edgex2/grub_config/busybox.cfg (limited to 'configs/rdn1edgex2/grub_config/busybox.cfg') 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 +} -- cgit v1.2.3