File tree 33 files changed +33
-227
lines changed
33 files changed +33
-227
lines changed Original file line number Diff line number Diff line change 3
3
tables from coreboot and install.
4
4
5
5
Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
6
- This program and the accompanying materials
7
- are licensed and made available under the terms and conditions of the BSD License
8
- which accompanies this distribution. The full text of the license may be found at
9
- http://opensource.org/licenses/bsd-license.php.
10
-
11
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
6
+ SPDX-License-Identifier: BSD-2-Clause-Patent
13
7
14
8
**/
15
9
#include "CbSupportDxe.h"
Original file line number Diff line number Diff line change 2
2
The header file of Coreboot Support DXE.
3
3
4
4
Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
5
- This program and the accompanying materials
6
- are licensed and made available under the terms and conditions of the BSD License
7
- which accompanies this distribution. The full text of the license may be found at
8
- http://opensource.org/licenses/bsd-license.php
9
-
10
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5
+ SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
13
7
**/
14
8
#ifndef __DXE_COREBOOT_SUPPORT_H__
Original file line number Diff line number Diff line change 5
5
#
6
6
# Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>
7
7
#
8
- # This program and the accompanying materials
9
- # are licensed and made available under the terms and conditions of the BSD License
10
- # which accompanies this distribution. The full text of the license may be found at
11
- # http://opensource.org/licenses/bsd-license.php.
12
- # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13
- # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
8
+ # SPDX-License-Identifier: BSD-2-Clause-Patent
14
9
#
15
10
##
16
11
Original file line number Diff line number Diff line change 3
3
This file contains the main entrypoint of the PEIM.
4
4
5
5
Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
6
- This program and the accompanying materials
7
- are licensed and made available under the terms and conditions of the BSD License
8
- which accompanies this distribution. The full text of the license may be found at
9
- http://opensource.org/licenses/bsd-license.php
10
-
11
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
6
+ SPDX-License-Identifier: BSD-2-Clause-Patent
13
7
14
8
**/
15
9
#include "CbSupportPei.h"
Original file line number Diff line number Diff line change 2
2
The header file of Coreboot Support PEIM.
3
3
4
4
Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
5
- This program and the accompanying materials
6
- are licensed and made available under the terms and conditions of the BSD License
7
- which accompanies this distribution. The full text of the license may be found at
8
- http://opensource.org/licenses/bsd-license.php
9
-
10
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5
+ SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 6
6
#
7
7
# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
8
8
#
9
- # This program and the accompanying materials
10
- # are licensed and made available under the terms and conditions of the BSD License
11
- # which accompanies this distribution. The full text of the license may be found at
12
- # http://opensource.org/licenses/bsd-license.php.
13
- # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14
- # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
9
+ # SPDX-License-Identifier: BSD-2-Clause-Patent
15
10
#
16
11
##
17
12
Original file line number Diff line number Diff line change 4
4
# Provides drivers and definitions to support coreboot in EDKII bios.
5
5
#
6
6
# Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
7
- # This program and the accompanying materials are licensed and made available under
8
- # the terms and conditions of the BSD License that accompanies this distribution.
9
- # The full text of the license may be found at
10
- # http://opensource.org/licenses/bsd-license.php.
11
- #
12
- # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13
- # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
7
+ # SPDX-License-Identifier: BSD-2-Clause-Patent
14
8
#
15
9
##
16
10
Original file line number Diff line number Diff line change 2
2
Coreboot PEI module include file.
3
3
4
4
Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
5
- This program and the accompanying materials
6
- are licensed and made available under the terms and conditions of the BSD License
7
- which accompanies this distribution. The full text of the license may be found at
8
- http://opensource.org/licenses/bsd-license.php
9
-
10
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5
+ SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 2
2
This file defines the hob structure for board related information from acpi table
3
3
4
4
Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
5
- This program and the accompanying materials
6
- are licensed and made available under the terms and conditions of the BSD License
7
- which accompanies this distribution. The full text of the license may be found at
8
- http://opensource.org/licenses/bsd-license.php.
9
-
10
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5
+ SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 2
2
This file defines the hob structure for frame buffer device.
3
3
4
4
Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
5
- This program and the accompanying materials
6
- are licensed and made available under the terms and conditions of the BSD License
7
- which accompanies this distribution. The full text of the license may be found at
8
- http://opensource.org/licenses/bsd-license.php.
9
-
10
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5
+ SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 2
2
This file defines the hob structure for system tables like ACPI, SMBIOS tables.
3
3
4
4
Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
5
- This program and the accompanying materials
6
- are licensed and made available under the terms and conditions of the BSD License
7
- which accompanies this distribution. The full text of the license may be found at
8
- http://opensource.org/licenses/bsd-license.php.
9
-
10
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5
+ SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 3
3
information.
4
4
5
5
Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
6
- This program and the accompanying materials
7
- are licensed and made available under the terms and conditions of the BSD License
8
- which accompanies this distribution. The full text of the license may be found at
9
- http://opensource.org/licenses/bsd-license.php
10
-
11
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
6
+ SPDX-License-Identifier: BSD-2-Clause-Patent
13
7
14
8
**/
15
9
#include <Guid/FrameBufferInfoGuid.h>
Original file line number Diff line number Diff line change 4
4
platform features.
5
5
6
6
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
7
- This program and the accompanying materials are licensed and made available under
8
- the terms and conditions of the BSD License that accompanies this distribution.
9
- The full text of the license may be found at
10
- http://opensource.org/licenses/bsd-license.php.
11
-
12
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
7
+ SPDX-License-Identifier: BSD-2-Clause-Patent
14
8
15
9
**/
16
10
Original file line number Diff line number Diff line change 3
3
4
4
(C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>
5
5
Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>
6
- This program and the accompanying materials
7
- are licensed and made available under the terms and conditions of the BSD License
8
- which accompanies this distribution. The full text of the license may be found at
9
- http://opensource.org/licenses/bsd-license.php
10
-
11
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
6
+ SPDX-License-Identifier: BSD-2-Clause-Patent
13
7
14
8
**/
15
9
Original file line number Diff line number Diff line change 2
2
# SerialPortLib instance for 16550 UART.
3
3
#
4
4
# Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>
5
- # This program and the accompanying materials
6
- # are licensed and made available under the terms and conditions of the BSD License
7
- # which accompanies this distribution. The full text of the license may be found at
8
- # http://opensource.org/licenses/bsd-license.php
9
- #
10
- # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5
+ # SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
#
13
7
##
14
8
Original file line number Diff line number Diff line change 5
5
//
6
6
// Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
7
7
//
8
- // This program and the accompanying materials
9
- // are licensed and made available under the terms and conditions of the BSD License
10
- // which accompanies this distribution. The full text of the license may be found at
11
- // http://opensource.org/licenses/bsd-license.php
12
- //
13
- // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14
- // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
8
+ // SPDX-License-Identifier: BSD-2-Clause-Patent
15
9
//
16
10
// **/
17
11
Original file line number Diff line number Diff line change 3
3
information.
4
4
5
5
Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.<BR>
6
- This program and the accompanying materials
7
- are licensed and made available under the terms and conditions of the BSD License
8
- which accompanies this distribution. The full text of the license may be found at
9
- http://opensource.org/licenses/bsd-license.php
10
-
11
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
6
+ SPDX-License-Identifier: BSD-2-Clause-Patent
13
7
14
8
**/
15
9
Original file line number Diff line number Diff line change 2
2
# Coreboot Table Parse Library.
3
3
#
4
4
# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
5
- # This program and the accompanying materials
6
- # are licensed and made available under the terms and conditions of the BSD License
7
- # which accompanies this distribution. The full text of the license may be found at
8
- # http://opensource.org/licenses/bsd-license.php
9
- #
10
- # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5
+ # SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
#
13
7
##
14
8
Original file line number Diff line number Diff line change 2
2
Include all platform specific features which can be customized by IBV/OEM.
3
3
4
4
Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
5
- This program and the accompanying materials
6
- are licensed and made available under the terms and conditions of the BSD License
7
- which accompanies this distribution. The full text of the license may be found at
8
- http://opensource.org/licenses/bsd-license.php
9
-
10
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5
+ SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 2
2
# Include all platform specific features which can be customized by IBV/OEM.
3
3
#
4
4
# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
5
- # This program and the accompanying materials
6
- # are licensed and made available under the terms and conditions of the BSD License
7
- # which accompanies this distribution. The full text of the license may be found at
8
- # http://opensource.org/licenses/bsd-license.php
9
- #
10
- # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11
- # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5
+ # SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
#
13
7
##
14
8
Original file line number Diff line number Diff line change 3
3
//
4
4
// Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
5
5
//
6
- // This program and the accompanying materials
7
- // are licensed and made available under the terms and conditions of the BSD License
8
- // which accompanies this distribution. The full text of the license may be found at
9
- // http://opensource.org/licenses/bsd-license.php
10
- // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11
- // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
6
+ // SPDX-License-Identifier: BSD-2-Clause-Patent
12
7
//
13
8
// **/
14
9
Original file line number Diff line number Diff line change 2
2
UEFI Component Name(2) protocol implementation for Sata Controller driver.
3
3
4
4
Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
5
- This program and the accompanying materials
6
- are licensed and made available under the terms and conditions of the BSD License
7
- which accompanies this distribution. The full text of the license may be found at
8
- http://opensource.org/licenses/bsd-license.php.
9
-
10
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5
+ SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 2
2
This driver module produces IDE_CONTROLLER_INIT protocol for Sata Controllers.
3
3
4
4
Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
5
- This program and the accompanying materials
6
- are licensed and made available under the terms and conditions of the BSD License
7
- which accompanies this distribution. The full text of the license may be found at
8
- http://opensource.org/licenses/bsd-license.php
9
-
10
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5
+ SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 2
2
Header file for Sata Controller driver.
3
3
4
4
Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
5
- This program and the accompanying materials
6
- are licensed and made available under the terms and conditions of the BSD License
7
- which accompanies this distribution. The full text of the license may be found at
8
- http://opensource.org/licenses/bsd-license.php
9
-
10
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5
+ SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
13
7
**/
14
8
Original file line number Diff line number Diff line change 3
3
# Component description file for the Sata Controller driver.
4
4
#
5
5
# Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
6
- # This program and the accompanying materials
7
- # are licensed and made available under the terms and conditions of the BSD License
8
- # which accompanies this distribution. The full text of the license may be found at
9
- # http://opensource.org/licenses/bsd-license.php
10
- #
11
- # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12
- # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
6
+ # SPDX-License-Identifier: BSD-2-Clause-Patent
13
7
#
14
8
##
15
9
Original file line number Diff line number Diff line change 2
2
Locate the entry point for the PEI Core
3
3
4
4
Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>
5
- This program and the accompanying materials
6
- are licensed and made available under the terms and conditions of the BSD License
7
- which accompanies this distribution. The full text of the license may be found at
8
- http://opensource.org/licenses/bsd-license.php
9
-
10
- THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11
- WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
5
+ SPDX-License-Identifier: BSD-2-Clause-Patent
12
6
13
7
**/
14
8
You can’t perform that action at this time.
0 commit comments