blob: ab6128e14b77cb18768affb0ed24c8684a753a66 [file] [log] [blame]
target_cpu = "x64"
fuchsia_packages = []
board_packages = [
# Include all drivers for now.
"garnet/packages/prod/drivers",
]
# Fuchsia does not have a deterministic ordering for bringing up PCI devices, so the
# /dev/class/ethernet/xxx paths have no well-defined mapping to the ports on the front of the
# device.
# In order for netbooting and loglistener to work, we need to let netsvc know which path corresponds
# to the left-most ethernet port.
_toulouse_cmdline_args = [
"kernel.serial=legacy",
"netsvc.interface=/dev/sys/pci/00:1f.6/e1000/ethernet",
]
kernel_cmdline_args = _toulouse_cmdline_args
zedboot_cmdline_args = _toulouse_cmdline_args