Skip to content

Commit 1884bb0

Browse files
jsun26intelwenlingz
authored andcommitted
HV: modify HV RAM and serial config for apl-nuc
- To support grub multiboot for nuc6cayh, we should put hv ram start at a suitable address; - Enable HSUART controller at PCI 0:18.0 as HV serail port; Tracked-On: #3214 Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
1 parent f18dfcf commit 1884bb0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# Generated by Kconfiglib (https://github.com/ulfalizer/Kconfiglib)
22
CONFIG_BOARD="nuc6cayh"
3-
CONFIG_SERIAL_LEGACY=y
3+
# There is no ready-made serial connector on NUC6CAYH, but developer could
4+
# enable HSUART at PCI 0:18.0 by soldering Tx/Rx wires from M.2 connector;
5+
CONFIG_SERIAL_PCI=y
6+
CONFIG_SERIAL_PCI_BDF="0:18.0"
7+
CONFIG_HV_RAM_START=0x12200000

0 commit comments

Comments
 (0)