summaryrefslogtreecommitdiff
path: root/board/sklrvp_mchp1723/build.mk
blob: 1a8cf34a09f0f27cae8a27e47b694ee2cca1d893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*- makefile -*-
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
# Intel SKL-RVP fly wired to MEC152x EVB board-specific configuration
#

# the IC is Microchip MEC172x 416 KB total SRAM
# MEC1723SZ variant is 144 pin, loads from external SPI flash
# MEC1727SZ variant is 144 pin, loads from 512KB internal SPI flash
# external SPI is 512KB
# external clock is crystal
CHIP:=mchp
CHIP_FAMILY:=mec172x
CHIP_VARIANT:=mec1723sz
CHIP_SPI_SIZE_KB:=512
BASEBOARD:=intelrvp

board-y=board.o
board-$(CONFIG_BATTERY_SMART)+=battery.o