This website requires JavaScript.
8163 changed files with
0 additions and
8166 deletions
@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of the coreboot project.
config EC_51NB_NPCE985LA0DX
bool
@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# This file is part of the coreboot project.
ifeq ( $ ( CONFIG_EC_51NB_NPCE985LA0DX ), y )
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
# include <device/pnp.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/*
* ACPI style embedded controller commands
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <console/console.h>
# include <device/device.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# ifndef _EC_ACPI_H
# define _EC_ACPI_H
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
// Scope (EC0)
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
// Scope (EC0)
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/*
* The mainboard must define a PNOT method to handle power
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
// Scope is \_SB.PCI0.LPCB
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# ifndef _EC_COMPAL_ENE932_CHIP_H
# define _EC_COMPAL_ENE932_CHIP_H
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <console/console.h>
# include <device/device.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/*
* EC communication interface for COMPAL ENE932 Embedded Controller .
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# ifndef EC_EC_H
# define EC_EC_H
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
// Scope (EC0)
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Device (ALS)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
// Scope (EC0)
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Device (CREC)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/*
* The mainboard must define a PNOT method to handle power
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/*
* EMEM data may be accessed through port 62/66 or through LPC at 900h.
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Scope (\_SB)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Device (ECPD)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/*
* Chrome OS Embedded Controller interface
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Device (TBMC)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# ifndef EC_GOOGLE_CHROMEEC_CHIP_H
# define EC_GOOGLE_CHROMEEC_CHIP_H
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <console/console.h>
# include <stdint.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <stdint.h>
# include <string.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/*
* Mailbox EC communication interface for Google Chrome Embedded Controller .
@ -1,5 +1,4 @@
/*
* This file is part of the coreboot project .
*
*
* SPDX - License - Identifier : GPL - 2.0 - or - later
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <boardid.h>
# include <ec/google/chromeec/ec.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <console/console.h>
# include <device/i2c_simple.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <arch/io.h>
# include <assert.h>
@ -1,5 +1,4 @@
/*
* This file is part of the coreboot project .
*
*
* SPDX - License - Identifier : GPL - 2.0 - or - later
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <console/console.h>
# include <delay.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
# ifndef __EC_GOOGLE_CHROMEEC_I2C_TUNNEL__
# define __EC_GOOGLE_CHROMEEC_I2C_TUNNEL__
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-or-later */
/* This file is part of the coreboot project. */
# include <acpi/acpi_device.h>
# include <acpi/acpigen.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <acpi/acpi.h>
# include <console/console.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# ifndef _EC_GOOGLE_CHROMEEC_SMM_H
# define _EC_GOOGLE_CHROMEEC_SMM_H
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <bootmode.h>
# include <ec/google/chromeec/ec.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <assert.h>
# include <console/console.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <stdint.h>
# include <string.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <stddef.h>
# include <stdint.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# ifndef EC_GOOGLE_COMMON_MEC_H
# define EC_GOOGLE_COMMON_MEC_H
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Device (AC)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Mutex (BATM, 0)
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/*
* Dynamic Platform Thermal Framework support
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Device (EC0)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Device (WLCO)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Name (RD, 0)
Name (WR, 1)
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/* ACPI_POWER_RECORD */
Name (ECPR, 0)
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Device (LID0)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/* Call from \_SB._PTS() */
Method (PTS, 1, Serialized)
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/* Read Privacy Screen Present */
Method (GPVD, 0, Serialized)
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/* Scope is \_SB.PCI0.LPCB */
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Device (UCSI)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/*
* Intel Virtual Button driver compatible with the driver found in
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <boardid.h>
# include "commands.h"
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <arch/io.h>
# include <endian.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# ifndef EC_GOOGLE_WILCO_BOOTBLOCK_H
# define EC_GOOGLE_WILCO_BOOTBLOCK_H
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <acpi/acpi.h>
# include <acpi/acpi_device.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# ifndef EC_GOOGLE_WILCO_CHIP_H
# define EC_GOOGLE_WILCO_CHIP_H
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <console/console.h>
# include <ec/acpi/ec.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# ifndef EC_GOOGLE_WILCO_COMMANDS_H
# define EC_GOOGLE_WILCO_COMMANDS_H
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# ifndef EC_GOOGLE_WILCO_EC_H
# define EC_GOOGLE_WILCO_EC_H
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <arch/io.h>
# include <console/console.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include "commands.h"
# include "ec.h"
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# ifndef EC_GOOGLE_WILCO_ROMSTAGE_H
# define EC_GOOGLE_WILCO_ROMSTAGE_H
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <acpi/acpi.h>
# include <console/console.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# ifndef EC_GOOGLE_WILCO_SMM_H
# define EC_GOOGLE_WILCO_SMM_H
@ -1,5 +1,4 @@
##
## This file is part of the coreboot project.
##
##
## SPDX-License-Identifier: GPL-2.0-only
@ -1,5 +1,4 @@
##
## This file is part of the coreboot project.
##
##
## SPDX-License-Identifier: GPL-2.0-only
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Name (ACST, 0x01)
Name (SMAR, 0x00)
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Field (ECRM, ByteAcc, NoLock, Preserve)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Device (EC0)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Device (LID)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# ifndef _EC_HP_KBC1126_CHIP_H
# define _EC_HP_KBC1126_CHIP_H
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <arch/io.h>
# include <device/pnp_ops.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <arch/io.h>
# include <console/console.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# ifndef _EC_HP_KBC1126_EC_H
# define _EC_HP_KBC1126_EC_H
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
/*
* Include this file into a mainboard's DSDT _SB device tree and it will
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#ifdef IT8516E_FIRST_DATA
Device (PM1) {
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# ifndef EC_KONTRON_IT8516E_CHIP_H
# define EC_KONTRON_IT8516E_CHIP_H
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <console/console.h>
# include <device/device.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# ifndef EC_KONTRON_IT8516E_EC_H
# define EC_KONTRON_IT8516E_EC_H
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# ifndef EC_KONTRON_KEMPLD_CHIP_H
# define EC_KONTRON_KEMPLD_CHIP_H
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <stdint.h>
# include <arch/io.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# include <console/console.h>
# include <device/device.h>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# ifndef EC_KONTRON_KEMPLD_H
# define EC_KONTRON_KEMPLD_H
@ -1,4 +1,3 @@
/* This file is part of the coreboot project. */
/* SPDX-License-Identifier: GPL-2.0-only */
/*
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
# ifndef EC_KONTRON_KEMPLD_INTERNAL_H
# define EC_KONTRON_KEMPLD_INTERNAL_H
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Field(ERAM, ByteAcc, NoLock, Preserve)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Field(ERAM, ByteAcc, NoLock, Preserve)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Field(ERAM, ByteAcc, NoLock, Preserve)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Device(EC)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Field(ERAM, ByteAcc, NoLock, Preserve)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Field(ERAM, ByteAcc, NoLock, Preserve)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Scope (\_SI)
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
#include <arch/x86/acpi/statdef.asl>
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Method(UCMS, 1, Serialized)
{
@ -1,5 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */
Device (HKEY)
{