From f1d2fb22a1a29c733a2c3d3bab43bc018c04d0fb Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Fri, 27 Jan 2017 15:36:01 +0200 Subject: rmc: add Minnowboard Turbot board data To be able to detect a Minnowboard Turbot, its fingerprint is needed in the RMC database. This initial commit adds the fingerprint and a simple cmdline entry (KBOOTPARAM) for the board. Signed-off-by: Mikko Ylinen Signed-off-by: California Sullivan --- .../recipes-bsp/rmc/boards/MinnowboardTurbot/KBOOTPARAM | 1 + .../rmc/boards/MinnowboardTurbot/minnowboardturbot.fp | Bin 0 -> 154 bytes 2 files changed, 1 insertion(+) create mode 100644 common/recipes-bsp/rmc/boards/MinnowboardTurbot/KBOOTPARAM create mode 100644 common/recipes-bsp/rmc/boards/MinnowboardTurbot/minnowboardturbot.fp (limited to 'common/recipes-bsp') diff --git a/common/recipes-bsp/rmc/boards/MinnowboardTurbot/KBOOTPARAM b/common/recipes-bsp/rmc/boards/MinnowboardTurbot/KBOOTPARAM new file mode 100644 index 00000000..476b1fbe --- /dev/null +++ b/common/recipes-bsp/rmc/boards/MinnowboardTurbot/KBOOTPARAM @@ -0,0 +1 @@ +console=ttyS0,115200 diff --git a/common/recipes-bsp/rmc/boards/MinnowboardTurbot/minnowboardturbot.fp b/common/recipes-bsp/rmc/boards/MinnowboardTurbot/minnowboardturbot.fp new file mode 100644 index 00000000..9aa145f3 Binary files /dev/null and b/common/recipes-bsp/rmc/boards/MinnowboardTurbot/minnowboardturbot.fp differ -- cgit v1.2.3-54-g00ecf