coreboot version 4.12
-----BEGIN PGP SIGNATURE----- iLUEABMKAB0WIQTrUXGKLSKrHaksdLEfmRtizMklmwUCXrrhlwAKCRAfmRtizMkl mx64AgCeTXvWLAQxtj9Jo5L4/wJon/LnZvmVz5t7nBz5d7owtzoRCw99fZTWoN80 wFjTaOhdyOI/MxOBWdOyeyRPL5XyAf4uFHob85trOJz+yi77/IKb+fh8HFs9btA1 1iLvpaurGnND0Eu3+xYwp7cCb2aOrF7vpWoIWP5TnqkdRa5crknr =+WVU -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQFIBAABCgAyFiEE2gh4/PgGCJ7U/d9Y6Yi0nueKf7EFAl6+5yQUHGplcmVteUBz eXN0ZW03Ni5jb20ACgkQ6Yi0nueKf7G96AgAyhVlbJ1wJrf6CTCjMNkfT3KpkDav 0RljRzbPSf9UAJseBwtjR7l5HyfGKeK82aT955iwGPpLAH2s6/GQHJPRruXvNNz8 2eK4GsfS4MNBPvvaHizcEfDVnpLatWaLzRWOnlI9XvG9T0aI/QECKlV1dlA9olwg xtxAyFRuR3aooHrvIfQxniKigiyRha4o2U5zzjAdAzahrooDvINK6jXSTaXokUO3 M37Xir14nsaAJzqB2Z+xmMUsp9ZyyUtEq511taQQZzrqCmSzmMLhFvHYgr2P0pPq ClFzrX8FpuNZraNA5rnQ5ewQHw6TuXErbnU9vMYGR+aDqBk5B5n65Uu9Bg== =p8t+ -----END PGP SIGNATURE----- Merge tag '4.12' into system76 coreboot version 4.12
This commit is contained in:
commit
ec5cb88ea1
2
3rdparty/libgfxinit
vendored
2
3rdparty/libgfxinit
vendored
@ -1 +1 @@
|
||||
Subproject commit cdbfce275777f2fd142e3a3c73469807a4c40207
|
||||
Subproject commit 2e87c0d40a387c5b1f1afd3ce61ecdc7dad0e3e8
|
1
AUTHORS
1
AUTHORS
@ -51,6 +51,7 @@ David Greenman
|
||||
David Hendricks
|
||||
David Mosberger-Tang
|
||||
David Mueller
|
||||
David S. Peterson
|
||||
Denis 'GNUtoo' Carikli
|
||||
Denis Dowling
|
||||
DENX Software Engineering
|
||||
|
@ -1,18 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreboot project.
|
||||
*
|
||||
* Copyright (C) 2008-2009 coresystems GmbH
|
||||
* Copyright 2013 Google Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
* the Free Software Foundation; version 2 of the License.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
|
||||
#include <arch/io.h>
|
||||
#include <console/console.h>
|
||||
|
@ -1,20 +1,79 @@
|
||||
Upcoming release - coreboot 4.12
|
||||
================================
|
||||
|
||||
The 4.12 release is planned for April 2020
|
||||
coreboot 4.12 was released on May 12th, 2020.
|
||||
|
||||
Update this document with changes that should be in the release
|
||||
notes.
|
||||
* Please use Markdown.
|
||||
* See the past few release notes for the general format.
|
||||
* The chip and board additions and removals will be updated right
|
||||
before the release, so those do not need to be added.
|
||||
Since 4.11 there were 2692 new commits by over 190 developers and of
|
||||
these, 59 contributed for the first time, which is quite an amazing
|
||||
increase.
|
||||
|
||||
Thank you to all developers who again helped made coreboot better
|
||||
than ever, and a big welcome to our new contributors!
|
||||
|
||||
Maintainers
|
||||
-----------
|
||||
|
||||
This release saw some activity on the MAINTAINERS file, showing more
|
||||
persons, teams and companies declare publicly that they intend to
|
||||
take care of mainboards and subsystems.
|
||||
|
||||
To all new maintainers, thanks a lot!
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
Our documentation efforts in the code tree are picking up steam, with
|
||||
some 70 commits in that general area. Everything from typo fixes to
|
||||
documenting mainboard support or coreboot APIs.
|
||||
|
||||
There's still room to improve, but the contributions are getting more
|
||||
and better.
|
||||
|
||||
Hardware support
|
||||
----------------
|
||||
|
||||
The removals due to the announced deprecations as well as the
|
||||
deduplication of boards into variants skew the stats a bit, so at
|
||||
a top level view this is a rare coreboot release in that it removes
|
||||
more boards (51) than it adds (49).
|
||||
|
||||
After accounting for the variant moves the numbers in favor of more
|
||||
hardware supported than the previous version. Besides a whole lot
|
||||
of Chrome OS devices (again), this release features a whole bunch
|
||||
of retrofits for devices originally shipping with non-coreboot OEM
|
||||
firmware, but also support for devices that come with coreboot right
|
||||
out of the box.
|
||||
|
||||
For that, a shout out to System76, Protectli, Libretrend and the
|
||||
Open Compute Project!
|
||||
|
||||
Cleanup
|
||||
--------
|
||||
|
||||
We simplified the header that comes at the top of every file:
|
||||
Instead of a lengthy reference to the license any given file
|
||||
is under, or even the license text itself, we opted for simple
|
||||
[SPDX](https://www.spdx.org) identifiers.
|
||||
|
||||
Since people also handled copyright lines differently, we now opt for
|
||||
collecting authors in AUTHORS and let git history tell the whole story.
|
||||
|
||||
While at it, the content-free "This file is part of this-and-that
|
||||
project" header was also dropped.
|
||||
|
||||
Besides that, there has also been more work to sort out the headers
|
||||
we include across the tree to minimize the code impacting every
|
||||
compilation unit.
|
||||
|
||||
Now that our board-variant mechanism matured, many boards that were
|
||||
individual models so far were converted into variants, making it
|
||||
easier to maintain families of devices.
|
||||
|
||||
Deprecations
|
||||
------------
|
||||
|
||||
For the 4.12 release a few features on x86 became mandatory. These are
|
||||
relocatable ramstage, postcar stage and C_ENVIRONMENT_BOOTBLOCK.
|
||||
relocatable ramstage, postcar stage and C\_ENVIRONMENT\_BOOTBLOCK.
|
||||
|
||||
### Relocatable ramstage
|
||||
|
||||
@ -53,9 +112,8 @@ regions.
|
||||
The following platforms did not implement those feature are dropped
|
||||
from master to allow the master branch to move on:
|
||||
- AMDFAM10
|
||||
- all FSP1.0 platforms: BROADWELL_DE, FSP_BAYTRAIL, RANGELEY
|
||||
- all FSP1.0 platforms: BROADWELL\_DE, FSP\_BAYTRAIL, RANGELEY
|
||||
- VIA VX900
|
||||
- TODO (AMD?)
|
||||
|
||||
In particular on FSP1.0 it is impossible to implement POSTCAR stage.
|
||||
The reason is that FSP1.0 relocates the CAR region to the HOB before
|
||||
@ -67,7 +125,7 @@ there. This solution is deemed too hacky. Maybe a lesson can be
|
||||
learned from this: blobs should not interfere with the execution
|
||||
environment, as this makes proper integration much harder.
|
||||
|
||||
### 4.11_branch
|
||||
### 4.11\_branch
|
||||
|
||||
Given that some platforms supported by FSP1.0 are being produced and
|
||||
popular, the 4.11 release was made into a branch in which further
|
||||
@ -78,6 +136,23 @@ Significant changes
|
||||
|
||||
### SMMSTORE is now production ready
|
||||
|
||||
See [smmstore](../drivers/smmstore.md) for the documentation on the API.
|
||||
See [smmstore](../drivers/smmstore.md) for the documentation on
|
||||
the API, but note that there will be an update to it featuring a
|
||||
much-improved but incompatible API.
|
||||
|
||||
### Add significant changes here
|
||||
### Unit testing infrastructure
|
||||
|
||||
Unit testing of coreboot is now possible in a more structured way, with new
|
||||
build subsystem and adoption of [Cmocka](https://cmocka.org/) framework. Tree
|
||||
has new directory `tests/`, which comprises infrastructure and examples of unit
|
||||
tests. See
|
||||
[Unit testing coreboot](../technotes/2020-03-unit-testing-coreboot.md) for the
|
||||
design document.
|
||||
|
||||
Final Notes
|
||||
-----------
|
||||
|
||||
Your favorite new feature or supported board didn't make it to the
|
||||
release notes? They're maintained collaboratively in the coreboot
|
||||
tree, so when you land something noteworthy don't be shy, contribute
|
||||
to the upcoming release's document in Documentation/releases!
|
||||
|
16
Documentation/releases/coreboot-4.13-relnotes.md
Normal file
16
Documentation/releases/coreboot-4.13-relnotes.md
Normal file
@ -0,0 +1,16 @@
|
||||
Upcoming release - coreboot 4.13
|
||||
================================
|
||||
|
||||
The 4.13 release is planned for November 2020.
|
||||
|
||||
Update this document with changes that should be in the release notes.
|
||||
|
||||
* Please use Markdown.
|
||||
* See the past few release notes for the general format.
|
||||
* The chip and board additions and removals will be updated right
|
||||
before the release, so those do not need to be added.
|
||||
|
||||
Significant changes
|
||||
-------------------
|
||||
|
||||
### Add significant changes here
|
@ -12,6 +12,7 @@ Release notes for previous releases
|
||||
* [4.9 - December 2018](coreboot-4.9-relnotes.md)
|
||||
* [4.10 - July 2019](coreboot-4.10-relnotes.md)
|
||||
* [4.11 - November 2019](coreboot-4.11-relnotes.md)
|
||||
* [4.12 - May 2020](coreboot-4.12-relnotes.md)
|
||||
|
||||
The checklist contains instructions to ensure that a release covers all
|
||||
important things and provides a reliable format for tarballs, branch
|
||||
@ -23,4 +24,4 @@ Upcoming release
|
||||
----------------
|
||||
|
||||
Please add to the release notes as changes are added:
|
||||
* [4.12 - April 2020](coreboot-4.12-relnotes.md)
|
||||
* [4.13 - November 2020](coreboot-4.13-relnotes.md)
|
||||
|
@ -33,6 +33,8 @@
|
||||
- Ultima (Lenovo Yoga 11e G3)
|
||||
- Wizpig
|
||||
- Daisy (Samsung Chromebook (2012))
|
||||
- Deltan
|
||||
- Deltaur
|
||||
- DragonEgg
|
||||
- Drallion
|
||||
- Eve (Google Pixelbook)
|
||||
@ -56,8 +58,10 @@
|
||||
- Rainier
|
||||
- Akemi
|
||||
- Dratini
|
||||
- Duffy
|
||||
- Hatch
|
||||
- Jinlon
|
||||
- Kaisa
|
||||
- Kohaku
|
||||
- Kindred
|
||||
- Helios
|
||||
@ -67,6 +71,7 @@
|
||||
- Puff
|
||||
- Helios_Diskswap
|
||||
- Stryke
|
||||
- Sushi
|
||||
- Guado (ASUS Chromebox CN62)
|
||||
- Jecht
|
||||
- Rikku (Acer Chromebox CXI2)
|
||||
@ -135,6 +140,8 @@
|
||||
- Storm (OnHub Router TGR1900)
|
||||
- Stout (Lenovo Thinkpad X131e Chromebook)
|
||||
- Trogdor
|
||||
- Lazor
|
||||
- Bubs
|
||||
- Veyron_Jaq (Haier Chromebook 11)
|
||||
- Veyron_Jerry (Hisense Chromebook 11)
|
||||
- Veyron_Mighty (Haier Chromebook 11(edu))
|
||||
@ -199,6 +206,7 @@
|
||||
- ThinkPad X1
|
||||
- ThinkPad X230
|
||||
- ThinkPad X230t
|
||||
- ThinkPad X60 / X60s / X60t
|
||||
|
||||
## OpenCellular
|
||||
- Elgon (GBCv2)
|
||||
|
82
LICENSES/retained-copyrights.txt
Normal file
82
LICENSES/retained-copyrights.txt
Normal file
@ -0,0 +1,82 @@
|
||||
Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
|
||||
Copyright 2006-2012 Red Hat, Inc.
|
||||
Copyright © 2006 Intel Corporation
|
||||
Copyright 2010, Google Inc.
|
||||
Copyright 2012, Google Inc.
|
||||
Copyright © 2012 Intel Corporation
|
||||
Copyright 2012 Red Hat Inc.
|
||||
Copyright 2013 Google Inc.
|
||||
Copyright 2014 Google Inc.
|
||||
Copyright 2015 Google Inc.
|
||||
Copyright 2015, Google Inc.
|
||||
Copyright 2016 Jonathan Neuschäfer <j.neuschaefer@gmx.net>
|
||||
Copyright 2016 The Chromium OS Authors. All rights reserved.
|
||||
Copyright 2017 Google Inc.
|
||||
Copyright 2018 Generated Code
|
||||
Copyright 2018-present Facebook, Inc.
|
||||
Copyright 2019 9Elements Agency GmbH <patrick.rudolph@9elements.com>
|
||||
Copyright (C) 2002 David S. Peterson. All rights reserved.
|
||||
Copyright (c) 2003-2016 Cavium Inc. (support@cavium.com). All rights
|
||||
Copyright (c) 2003-2017 Cavium Inc. (support@cavium.com). All rights
|
||||
Copyright (c) 2004, 2008 IBM Corporation
|
||||
Copyright (c) 2005 ASPEED Technology Inc.
|
||||
Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
|
||||
Copyright (c) 2008, 2009 Pattrick Hueper <phueper@hueper.net>
|
||||
Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
Copyright (c) 2008, Google Inc.
|
||||
Copyright (C) 2008 Jordan Crouse <jordan@cosmicpenguin.net>
|
||||
Copyright (c) 2009-2012, Code Aurora Forum. All rights reserved.
|
||||
Copyright (c) 2010-2017, The Regents of the University of California
|
||||
Copyright (c) 2010, Code Aurora Forum. All rights reserved.
|
||||
Copyright (C) 2010 coresystems GmbH
|
||||
Copyright (c) 2010 Per Odlund <per.odlund@armagedon.se>
|
||||
Copyright (c) 2011-2012, Code Aurora Forum. All rights reserved.
|
||||
Copyright (c) 2011-2012 The Linux Foundation. All rights reserved.
|
||||
Copyright (c) 2011-2012, The Linux Foundation. All rights reserved.
|
||||
Copyright (c) 2011 - 2014 The Linux Foundation. All rights reserved.
|
||||
Copyright (c) 2011-2019 The Linux Foundation. All rights reserved.
|
||||
Copyright (c) 2011, Google Inc.
|
||||
Copyright (c) 2012 - 2013, 2015, 2019 The Linux Foundation.
|
||||
Copyright (c) 2012 - 2013, 2015 The Linux Foundation. All rights reserved.
|
||||
Copyright (c) 2012 - 2013 The Linux Foundation. All rights reserved.
|
||||
Copyright (c) 2012-2013 The Linux Foundation. All rights reserved.
|
||||
Copyright (c) 2012, 2016-2017 Advanced Micro Devices, Inc.
|
||||
Copyright (c) 2012, 2016-2019 Advanced Micro Devices, Inc.
|
||||
Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
|
||||
Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.*
|
||||
Copyright (c) 2012, Code Aurora Forum. All rights reserved.
|
||||
Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
|
||||
Copyright (c) 2012 The Linux Foundation. All rights reserved.
|
||||
Copyright (c) 2012 The Linux Foundation. All rights reserved.*
|
||||
Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
|
||||
Copyright (c) 2013-2015 Intel Corporation.
|
||||
Copyright (c) 2013-2017 Intel Corporation.
|
||||
Copyright (C) 2013 Google Inc.
|
||||
Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
|
||||
Copyright (c) 2013 The Linux Foundation. All rights reserved.
|
||||
Copyright (c) 2013, The Regents of the University of California (Regents).
|
||||
Copyright (C) 2014 - 2015, 2019 The Linux Foundation. All rights reserved.
|
||||
Copyright (C) 2014 - 2015 The Linux Foundation. All rights reserved.
|
||||
Copyright (C) 2014 - 2016, 2019 The Linux Foundation. All rights reserved.
|
||||
Copyright (C) 2014 - 2016 The Linux Foundation. All rights reserved.
|
||||
Copyright (c) 2014 Google Inc.
|
||||
Copyright (C) 2014 Google Inc.
|
||||
Copyright (c) 2014 Google Inc. All rights reserved.
|
||||
Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
|
||||
Copyright (C) 2014 The Linux Foundation. All rights reserved.
|
||||
Copyright (C) 2015-2016 Intel Corporation.
|
||||
Copyright (C) 2015-2016, Intel Corporation
|
||||
Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
|
||||
Copyright (C) 2015 Google Inc.
|
||||
Copyright (c) 2015, Intel Corporation. All rights reserved.
|
||||
Copyright (c) 2015 The Chromium OS Authors. All rights reserved.
|
||||
Copyright (C) 2015 The Linux Foundation. All rights reserved.
|
||||
Copyright (c) 2015, The Linux Foundation. All rights reserved.
|
||||
Copyright (C) 2015 Timothy Pearson <tpearson@raptorengineeringinc.com>, Raptor Engineering
|
||||
Copyright (c) 2016, 2018, The Linux Foundation. All rights reserved.
|
||||
Copyright (C) 2016 Google Inc.
|
||||
Copyright (c) 2016, The Regents of the University of California (Regents).
|
||||
Copyright (C) 2018 - 2019 The Linux Foundation. All rights reserved.
|
||||
Copyright (c) 2018, HardenedLinux.
|
||||
Copyright (C) 2018, The Linux Foundation. All rights reserved.
|
||||
Copyright Dave Airlie <airlied@redhat.com>
|
10
MAINTAINERS
10
MAINTAINERS
@ -362,6 +362,16 @@ M: Wim Vervoorn <wvervoorn@eltan.com>
|
||||
S: Maintained
|
||||
F: src/mainboard/facebook/monolith/
|
||||
|
||||
OCP TIOGAPASS MAINBOARD
|
||||
M: Jonathan Zhang <jonzhang@fb.com>
|
||||
M: Reddy Chagam <anjaneya.chagam@intel.com>
|
||||
M: Johnny Lin <Johnny_Lin@wiwynn.com>
|
||||
M: Morgan Jang <Morgan_Jang@wiwynn.com>
|
||||
M: Ryback Hung <<Ryback.Hung@quantatw.com>
|
||||
M: Bryant Ou <Bryant.Ou@quantatw.com>
|
||||
S: Maintained
|
||||
F: src/mainboard/ocp/tiogapass
|
||||
|
||||
PORTWELL PQ-M107 MAINBOARD
|
||||
M: Frans Hendriks <fhendriks@eltan.com>
|
||||
M: Wim Vervoorn <wvervoorn@eltan.com>
|
||||
|
1
Makefile
1
Makefile
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
## Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
|
||||
|
15
Makefile.inc
15
Makefile.inc
@ -1,17 +1,4 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2011 secunet Security Networks AG
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
## the Free Software Foundation; version 2 of the License.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
# SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
ifneq ($(NOCOMPILE),1)
|
||||
GIT:=$(shell git -C "$(top)" rev-parse --git-dir 1>/dev/null 2>&1 \
|
||||
|
13
gnat.adc
13
gnat.adc
@ -1,15 +1,4 @@
|
||||
--
|
||||
-- This file is part of the coreboot project.
|
||||
--
|
||||
-- This program is free software; you can redistribute it and/or modify
|
||||
-- it under the terms of the GNU General Public License as published by
|
||||
-- the Free Software Foundation; version 2 of the License.
|
||||
--
|
||||
-- This program is distributed in the hope that it will be useful,
|
||||
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
-- GNU General Public License for more details.
|
||||
--
|
||||
-- SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
pragma Restrictions (No_Access_Subprograms);
|
||||
pragma Restrictions (No_Allocators);
|
||||
|
@ -1,17 +1,8 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2016 Google Inc.
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
## the Free Software Foundation; version 2 of the License.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
cbfs-files-$(CONFIG_COREINFO_SECONDARY_PAYLOAD) += img/coreinfo
|
||||
img/coreinfo-file := payloads/coreinfo/build/coreinfo.elf
|
||||
|
@ -1,19 +1,9 @@
|
||||
##
|
||||
## This file is part of the coreinfo project.
|
||||
##
|
||||
## Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
## the Free Software Foundation; version 2 of the License.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
#
|
||||
# For a description of the syntax of this configuration file,
|
||||
# see http://lxr.linux.no/source/Documentation/kbuild/kconfig-language.txt.
|
||||
#
|
||||
|
@ -1,18 +1,9 @@
|
||||
##
|
||||
## This file is part of the coreinfo project.
|
||||
##
|
||||
## Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
## Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
## the Free Software Foundation; version 2 of the License.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
src := $(CURDIR)
|
||||
srctree := $(src)
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreinfo project.
|
||||
*
|
||||
* Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreinfo project.
|
||||
*
|
||||
* Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreinfo project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreinfo project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreinfo project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreinfo project.
|
||||
*
|
||||
* It is derived from the x86info project, which is GPLv2-licensed.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreinfo project.
|
||||
*
|
||||
* It is derived from the x86info project, which is GPLv2-licensed.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreinfo project.
|
||||
*
|
||||
* Copyright (C) 2008 Jordan Crouse <jordan@cosmicpenguin.net>
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreinfo project.
|
||||
*
|
||||
* Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreinfo project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreinfo project.
|
||||
*
|
||||
* Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreinfo project.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
11
payloads/external/LinuxBoot/Kconfig
vendored
11
payloads/external/LinuxBoot/Kconfig
vendored
@ -1,17 +1,8 @@
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2017 Facebook Inc.
|
||||
## Copyright (C) 2018 9elements Cyber Security
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
## the Free Software Foundation; version 2 of the License.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
if PAYLOAD_LINUXBOOT
|
||||
|
||||
|
11
payloads/external/LinuxBoot/Kconfig.name
vendored
11
payloads/external/LinuxBoot/Kconfig.name
vendored
@ -1,16 +1,7 @@
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2017 Facebook Inc.
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
## the Free Software Foundation; version 2 of the License.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
config PAYLOAD_LINUXBOOT
|
||||
bool "LinuxBoot"
|
||||
|
11
payloads/external/LinuxBoot/Makefile
vendored
11
payloads/external/LinuxBoot/Makefile
vendored
@ -1,17 +1,8 @@
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2017 Facebook Inc.
|
||||
## Copyright (C) 2018 9elements Cyber Security
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
## the Free Software Foundation; version 2 of the License.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
project_dir=linuxboot
|
||||
kernel_dir=$(project_dir)/kernel
|
||||
|
12
payloads/external/LinuxBoot/targets/linux.mk
vendored
12
payloads/external/LinuxBoot/targets/linux.mk
vendored
@ -1,17 +1,9 @@
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2017 Facebook Inc.
|
||||
## Copyright (C) 2018 9elements Cyber Security
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
## the Free Software Foundation; version 2 of the License.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
SHELL := /bin/bash
|
||||
|
||||
ARCH-$(CONFIG_LINUXBOOT_X86_64)=x86_64
|
||||
|
11
payloads/external/LinuxBoot/targets/u-root.mk
vendored
11
payloads/external/LinuxBoot/targets/u-root.mk
vendored
@ -1,17 +1,8 @@
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2017 Facebook Inc.
|
||||
## Copyright (C) 2018 9elements Cyber Security
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
## the Free Software Foundation; version 2 of the License.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
project_dir=$(shell pwd)/linuxboot
|
||||
go_path_dir=$(project_dir)/go
|
||||
|
12
payloads/external/Makefile.inc
vendored
12
payloads/external/Makefile.inc
vendored
@ -1,22 +1,12 @@
|
||||
################################################################################
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2009-2010 coresystems GmbH
|
||||
## Copyright (C) 2015 Google Inc.
|
||||
## Copyright (C) 2017 Facebook Inc.
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
## the Free Software Foundation; version 2 of the License.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
######################################################################
|
||||
# set up payload config and version files for later inclusion
|
||||
ifeq ($(CONFIG_PAYLOAD_SEABIOS),y)
|
||||
PAYLOAD_CONFIG=payloads/external/SeaBIOS/seabios/.config
|
||||
|
11
payloads/external/Memtest86Plus/Makefile
vendored
11
payloads/external/Memtest86Plus/Makefile
vendored
@ -1,17 +1,8 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2016 Google Inc.
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
## the Free Software Foundation; version 2 of the License.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
TAG-$(CONFIG_MEMTEST_MASTER)=origin/master
|
||||
NAME-$(CONFIG_MEMTEST_MASTER)=Master
|
||||
|
11
payloads/external/U-Boot/Makefile
vendored
11
payloads/external/U-Boot/Makefile
vendored
@ -1,17 +1,8 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2015 Google Inc.
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
## the Free Software Foundation; version 2 of the License.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
# 2019-4 tag
|
||||
STABLE_COMMIT_ID=3c99166441bf3ea325af2da83cfe65430b49c066
|
||||
|
11
payloads/external/Yabits/Makefile
vendored
11
payloads/external/Yabits/Makefile
vendored
@ -1,17 +1,8 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2016 Google Inc.
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
## the Free Software Foundation; version 2 of the License.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
TAG-$(CONFIG_YABITS_MASTER)=origin/master
|
||||
NAME-$(CONFIG_YABITS_MASTER)=Master
|
||||
|
11
payloads/external/iPXE/Kconfig
vendored
11
payloads/external/iPXE/Kconfig
vendored
@ -1,15 +1,6 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
## the Free Software Foundation; version 2 of the License.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
config PXE
|
||||
prompt "Add a PXE ROM"
|
||||
|
11
payloads/external/iPXE/Makefile
vendored
11
payloads/external/iPXE/Makefile
vendored
@ -1,17 +1,8 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2016 Google Inc.
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
## the Free Software Foundation; version 2 of the License.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
# 2019.3 - Last commit of March 2019
|
||||
# When updating, change the name both here and in payloads/external/iPXE/Kconfig
|
||||
|
11
payloads/external/tianocore/Makefile
vendored
11
payloads/external/tianocore/Makefile
vendored
@ -1,17 +1,8 @@
|
||||
##
|
||||
## This file is part of the coreboot project.
|
||||
##
|
||||
## Copyright (C) 2017 Google Inc.
|
||||
##
|
||||
## This program is free software; you can redistribute it and/or modify
|
||||
## it under the terms of the GNU General Public License as published by
|
||||
## the Free Software Foundation; version 2 of the License.
|
||||
##
|
||||
## This program is distributed in the hope that it will be useful,
|
||||
## but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
## GNU General Public License for more details.
|
||||
##
|
||||
## SPDX-License-Identifier: GPL-2.0-only
|
||||
|
||||
# force the shell to bash - the edksetup.sh script doesn't work with dash
|
||||
export SHELL := env bash
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the libpayload project.
|
||||
##
|
||||
## Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
## Copyright (C) 2008 coresystems GmbH
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the libpayload project.
|
||||
##
|
||||
## Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
## Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the libpayload project.
|
||||
##
|
||||
## Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
## Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the libpayload project.
|
||||
##
|
||||
## Copyright (c) 2012 Google Inc.
|
||||
##
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the libpayload project.
|
||||
##
|
||||
## Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
##
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreboot project.
|
||||
*
|
||||
* Copyright 2013 Google Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
* Copyright (C) 2009 coresystems GmbH
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2013 Google, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2014 Google, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright 2013 Google Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright 2013 Google Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2013 Google, Inc.
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2012 Google, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 coresystems GmbH
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the libpayload project.
|
||||
##
|
||||
## Copyright (c) 2012 Google Inc.
|
||||
##
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the libpayload project.
|
||||
##
|
||||
## Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
##
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreboot project.
|
||||
*
|
||||
* Copyright 2013 Google Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
* Copyright (C) 2009 coresystems GmbH
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2013 Google, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2013 Google, Inc.
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the coreboot project.
|
||||
*
|
||||
* Copyright 2014 Google Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2012 Google, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 coresystems GmbH
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the libpayload project.
|
||||
##
|
||||
## Copyright (c) 2012 Google Inc.
|
||||
##
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the libpayload project.
|
||||
##
|
||||
## Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
##
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright 2018 Google LLC
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
* Copyright (C) 2009 coresystems GmbH
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2018 Google LLC
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright 2013 Google Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright 2013 Google Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
* Copyright (C) 2017 Patrick Rudolph <siro@das-labor.org>
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2013 Google, Inc.
|
||||
*
|
||||
|
@ -1,6 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 1991,1992,1993,1997,1998,2003, 2005 Free Software Foundation, Inc.
|
||||
* This file is part of the GNU C Library.
|
||||
* Copyright (c) 2011 The Chromium OS Authors.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
*
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2008 coresystems GmbH
|
||||
*
|
||||
|
@ -1,4 +1,3 @@
|
||||
## This file is part of the libpayload project.
|
||||
##
|
||||
## Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
##
|
||||
|
@ -1,5 +1,4 @@
|
||||
#!/bin/sh
|
||||
## This file is part of the libpayload project.
|
||||
##
|
||||
## Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
##
|
||||
|
@ -1,5 +1,4 @@
|
||||
#!/bin/sh
|
||||
## This file is part of the libpayload project.
|
||||
##
|
||||
## Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
##
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the libpayload project.
|
||||
##
|
||||
## Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
|
||||
##
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* It has originally been taken from the OpenBSD project.
|
||||
*/
|
||||
|
@ -1,5 +1,4 @@
|
||||
##
|
||||
## This file is part of the libpayload project.
|
||||
##
|
||||
## Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
##
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
|
@ -1239,7 +1239,6 @@ NCURSES_EXPORT(int) vsscanf(const char *, const char *, va_list);
|
||||
|
||||
#define KEY_MAX 0777 /* Maximum key value is 0633 */
|
||||
/*
|
||||
* This file is part of ncurses, designed to be appended after curses.h.in
|
||||
* (see that file for the relevant copyright).
|
||||
*/
|
||||
#ifdef _XOPEN_SOURCE_EXTENDED
|
||||
@ -1488,7 +1487,6 @@ extern NCURSES_EXPORT(const char *) _nc_viswibuf(const wint_t *);
|
||||
|
||||
#endif /* _XOPEN_SOURCE_EXTENDED */
|
||||
/*
|
||||
* This file is part of ncurses, designed to be appended after curses.h.in
|
||||
* (see that file for the relevant copyright).
|
||||
*/
|
||||
/* $Id: curses.tail,v 1.14 2006/05/27 16:28:29 tom Exp $ */
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
|
||||
* Copyright (C) 2008 Advanced Micro Devices, Inc.
|
||||
|
@ -1,5 +1,4 @@
|
||||
/*
|
||||
* This file is part of the libpayload project.
|
||||
*
|
||||
* Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
|
||||
*
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user