From dd09b059bac9469f813ceb889593052d3ec4beb9 Mon Sep 17 00:00:00 2001 From: Jianxun Zhang Date: Wed, 3 Aug 2016 11:04:18 -0700 Subject: rmc: Add support for the Broxton-m platform Add Broxton-m fingerprint and global kernel bootparam fragment into rmc. Signed-off-by: Jianxun Zhang Reviewed-by: Saul Wold Signed-off-by: Tom Zanussi --- common/recipes-bsp/rmc/boards/broxton-m/KBOOTPARAM | 1 + common/recipes-bsp/rmc/boards/broxton-m/bm.fp | Bin 0 -> 83 bytes 2 files changed, 1 insertion(+) create mode 100644 common/recipes-bsp/rmc/boards/broxton-m/KBOOTPARAM create mode 100755 common/recipes-bsp/rmc/boards/broxton-m/bm.fp diff --git a/common/recipes-bsp/rmc/boards/broxton-m/KBOOTPARAM b/common/recipes-bsp/rmc/boards/broxton-m/KBOOTPARAM new file mode 100644 index 00000000..5ad14b41 --- /dev/null +++ b/common/recipes-bsp/rmc/boards/broxton-m/KBOOTPARAM @@ -0,0 +1 @@ +video=efifb maxcpus=4 noxsave reboot=efi kmemleak=off console=ttyS2,115200 diff --git a/common/recipes-bsp/rmc/boards/broxton-m/bm.fp b/common/recipes-bsp/rmc/boards/broxton-m/bm.fp new file mode 100755 index 00000000..135a7a5d Binary files /dev/null and b/common/recipes-bsp/rmc/boards/broxton-m/bm.fp differ -- cgit v1.2.3-54-g00ecf