mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-11 18:35:28 +00:00
Fizz: Add Fizz to flash_ec
This patch also fixes years and board names in the comments. BUG=b:37271713 BRANCH=none TEST=none Change-Id: Ib9595a7e091c70680333a02ba2fdde3f24c0f4e6 Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/475210 Reviewed-by: Nicolas Boichat <drinkcat@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
5a5c38c2e9
commit
81596da3d0
@@ -1,4 +1,4 @@
|
||||
/* Copyright 2016 The Chromium OS Authors. All rights reserved.
|
||||
/* Copyright 2017 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.
|
||||
*
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
/* Copyright 2016 The Chromium OS Authors. All rights reserved.
|
||||
/* Copyright 2017 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.
|
||||
*/
|
||||
|
||||
/* Poppy board-specific configuration */
|
||||
/* Fizz board-specific configuration */
|
||||
|
||||
#include "adc.h"
|
||||
#include "adc_chip.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* Copyright 2016 The Chromium OS Authors. All rights reserved.
|
||||
/* Copyright 2017 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.
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# -*- makefile -*-
|
||||
# Copyright 2016 The Chromium OS Authors. All rights reserved.
|
||||
# Copyright 2017 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.
|
||||
#
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* Copyright 2016 The Chromium OS Authors. All rights reserved.
|
||||
/* Copyright 2017 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.
|
||||
*/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/* -*- mode:c -*-
|
||||
*
|
||||
* Copyright 2016 The Chromium OS Authors. All rights reserved.
|
||||
* Copyright 2017 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.
|
||||
*/
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/* Copyright 2016 The Chromium OS Authors. All rights reserved.
|
||||
/* Copyright 2017 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.
|
||||
*/
|
||||
|
||||
@@ -104,6 +104,7 @@ BOARDS_NPCX_5M6G_JTAG=(
|
||||
|
||||
BOARDS_NPCX_SPI=(
|
||||
eve
|
||||
fizz
|
||||
gru
|
||||
kevin
|
||||
poppy
|
||||
@@ -131,6 +132,7 @@ BOARDS_SPI_1800MV=(
|
||||
|
||||
BOARDS_RAIDEN=(
|
||||
eve
|
||||
fizz
|
||||
gru
|
||||
kevin
|
||||
poppy
|
||||
|
||||
Reference in New Issue
Block a user