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:
Jeremy Soller 2020-05-15 13:01:54 -06:00
commit ec5cb88ea1
8424 changed files with 2088 additions and 21797 deletions

2
3rdparty/libgfxinit vendored

@ -1 +1 @@
Subproject commit cdbfce275777f2fd142e3a3c73469807a4c40207 Subproject commit 2e87c0d40a387c5b1f1afd3ce61ecdc7dad0e3e8

View File

@ -51,6 +51,7 @@ David Greenman
David Hendricks David Hendricks
David Mosberger-Tang David Mosberger-Tang
David Mueller David Mueller
David S. Peterson
Denis 'GNUtoo' Carikli Denis 'GNUtoo' Carikli
Denis Dowling Denis Dowling
DENX Software Engineering DENX Software Engineering

View File

@ -1,18 +1,4 @@
/* /* SPDX-License-Identifier: GPL-2.0-only */
* 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.
*/
#include <arch/io.h> #include <arch/io.h>
#include <console/console.h> #include <console/console.h>

View File

@ -1,20 +1,79 @@
Upcoming release - coreboot 4.12 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 Since 4.11 there were 2692 new commits by over 190 developers and of
notes. these, 59 contributed for the first time, which is quite an amazing
* Please use Markdown. increase.
* See the past few release notes for the general format.
* The chip and board additions and removals will be updated right Thank you to all developers who again helped made coreboot better
before the release, so those do not need to be added. 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 Deprecations
------------ ------------
For the 4.12 release a few features on x86 became mandatory. These are 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 ### Relocatable ramstage
@ -53,9 +112,8 @@ regions.
The following platforms did not implement those feature are dropped The following platforms did not implement those feature are dropped
from master to allow the master branch to move on: from master to allow the master branch to move on:
- AMDFAM10 - AMDFAM10
- all FSP1.0 platforms: BROADWELL_DE, FSP_BAYTRAIL, RANGELEY - all FSP1.0 platforms: BROADWELL\_DE, FSP\_BAYTRAIL, RANGELEY
- VIA VX900 - VIA VX900
- TODO (AMD?)
In particular on FSP1.0 it is impossible to implement POSTCAR stage. 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 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 learned from this: blobs should not interfere with the execution
environment, as this makes proper integration much harder. 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 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 popular, the 4.11 release was made into a branch in which further
@ -78,6 +136,23 @@ Significant changes
### SMMSTORE is now production ready ### 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!

View 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

View File

@ -12,6 +12,7 @@ Release notes for previous releases
* [4.9 - December 2018](coreboot-4.9-relnotes.md) * [4.9 - December 2018](coreboot-4.9-relnotes.md)
* [4.10 - July 2019](coreboot-4.10-relnotes.md) * [4.10 - July 2019](coreboot-4.10-relnotes.md)
* [4.11 - November 2019](coreboot-4.11-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 The checklist contains instructions to ensure that a release covers all
important things and provides a reliable format for tarballs, branch 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: 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)

View File

@ -33,6 +33,8 @@
- Ultima (Lenovo Yoga 11e G3) - Ultima (Lenovo Yoga 11e G3)
- Wizpig - Wizpig
- Daisy (Samsung Chromebook (2012)) - Daisy (Samsung Chromebook (2012))
- Deltan
- Deltaur
- DragonEgg - DragonEgg
- Drallion - Drallion
- Eve (Google Pixelbook) - Eve (Google Pixelbook)
@ -56,8 +58,10 @@
- Rainier - Rainier
- Akemi - Akemi
- Dratini - Dratini
- Duffy
- Hatch - Hatch
- Jinlon - Jinlon
- Kaisa
- Kohaku - Kohaku
- Kindred - Kindred
- Helios - Helios
@ -67,6 +71,7 @@
- Puff - Puff
- Helios_Diskswap - Helios_Diskswap
- Stryke - Stryke
- Sushi
- Guado (ASUS Chromebox CN62) - Guado (ASUS Chromebox CN62)
- Jecht - Jecht
- Rikku (Acer Chromebox CXI2) - Rikku (Acer Chromebox CXI2)
@ -135,6 +140,8 @@
- Storm (OnHub Router TGR1900) - Storm (OnHub Router TGR1900)
- Stout (Lenovo Thinkpad X131e Chromebook) - Stout (Lenovo Thinkpad X131e Chromebook)
- Trogdor - Trogdor
- Lazor
- Bubs
- Veyron_Jaq (Haier Chromebook 11) - Veyron_Jaq (Haier Chromebook 11)
- Veyron_Jerry (Hisense Chromebook 11) - Veyron_Jerry (Hisense Chromebook 11)
- Veyron_Mighty (Haier Chromebook 11(edu)) - Veyron_Mighty (Haier Chromebook 11(edu))
@ -199,6 +206,7 @@
- ThinkPad X1 - ThinkPad X1
- ThinkPad X230 - ThinkPad X230
- ThinkPad X230t - ThinkPad X230t
- ThinkPad X60 / X60s / X60t
## OpenCellular ## OpenCellular
- Elgon (GBCv2) - Elgon (GBCv2)

View 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>

View File

@ -362,6 +362,16 @@ M: Wim Vervoorn <wvervoorn@eltan.com>
S: Maintained S: Maintained
F: src/mainboard/facebook/monolith/ 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 PORTWELL PQ-M107 MAINBOARD
M: Frans Hendriks <fhendriks@eltan.com> M: Frans Hendriks <fhendriks@eltan.com>
M: Wim Vervoorn <wvervoorn@eltan.com> M: Wim Vervoorn <wvervoorn@eltan.com>

View File

@ -1,5 +1,4 @@
## ##
## This file is part of the coreboot project.
## ##
## Copyright (C) 2008 Advanced Micro Devices, Inc. ## Copyright (C) 2008 Advanced Micro Devices, Inc.
## Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de> ## Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>

View File

@ -1,17 +1,4 @@
## # SPDX-License-Identifier: GPL-2.0-only
## 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.
##
ifneq ($(NOCOMPILE),1) ifneq ($(NOCOMPILE),1)
GIT:=$(shell git -C "$(top)" rev-parse --git-dir 1>/dev/null 2>&1 \ GIT:=$(shell git -C "$(top)" rev-parse --git-dir 1>/dev/null 2>&1 \

View File

@ -1,15 +1,4 @@
-- -- SPDX-License-Identifier: GPL-2.0-only
-- 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.
--
pragma Restrictions (No_Access_Subprograms); pragma Restrictions (No_Access_Subprograms);
pragma Restrictions (No_Allocators); pragma Restrictions (No_Allocators);

View File

@ -1,17 +1,8 @@
## ##
## This file is part of the coreboot project.
## ##
## Copyright (C) 2016 Google Inc. ## Copyright (C) 2016 Google Inc.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## 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.
##
cbfs-files-$(CONFIG_COREINFO_SECONDARY_PAYLOAD) += img/coreinfo cbfs-files-$(CONFIG_COREINFO_SECONDARY_PAYLOAD) += img/coreinfo
img/coreinfo-file := payloads/coreinfo/build/coreinfo.elf img/coreinfo-file := payloads/coreinfo/build/coreinfo.elf

View File

@ -1,19 +1,9 @@
## ##
## This file is part of the coreinfo project.
## ##
## Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de> ## Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## 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.
##
#
# For a description of the syntax of this configuration file, # For a description of the syntax of this configuration file,
# see http://lxr.linux.no/source/Documentation/kbuild/kconfig-language.txt. # see http://lxr.linux.no/source/Documentation/kbuild/kconfig-language.txt.
# #

View File

@ -1,18 +1,9 @@
## ##
## This file is part of the coreinfo project.
## ##
## Copyright (C) 2008 Advanced Micro Devices, Inc. ## Copyright (C) 2008 Advanced Micro Devices, Inc.
## Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de> ## Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## 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.
##
src := $(CURDIR) src := $(CURDIR)
srctree := $(src) srctree := $(src)

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the coreinfo project.
* *
* Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de> * Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the coreinfo project.
* *
* Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de> * Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the coreinfo project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the coreinfo project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the coreinfo project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the coreinfo project.
* *
* It is derived from the x86info project, which is GPLv2-licensed. * It is derived from the x86info project, which is GPLv2-licensed.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the coreinfo project.
* *
* It is derived from the x86info project, which is GPLv2-licensed. * It is derived from the x86info project, which is GPLv2-licensed.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the coreinfo project.
* *
* Copyright (C) 2008 Jordan Crouse <jordan@cosmicpenguin.net> * Copyright (C) 2008 Jordan Crouse <jordan@cosmicpenguin.net>
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the coreinfo project.
* *
* Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de> * Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the coreinfo project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the coreinfo project.
* *
* Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de> * Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the coreinfo project.
* *
* This program is free software; you can redistribute it and/or modify * 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 * it under the terms of the GNU General Public License as published by

View File

@ -1,17 +1,8 @@
## This file is part of the coreboot project.
## ##
## Copyright (C) 2017 Facebook Inc. ## Copyright (C) 2017 Facebook Inc.
## Copyright (C) 2018 9elements Cyber Security ## Copyright (C) 2018 9elements Cyber Security
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## 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.
##
if PAYLOAD_LINUXBOOT if PAYLOAD_LINUXBOOT

View File

@ -1,16 +1,7 @@
## This file is part of the coreboot project.
## ##
## Copyright (C) 2017 Facebook Inc. ## Copyright (C) 2017 Facebook Inc.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## 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.
##
config PAYLOAD_LINUXBOOT config PAYLOAD_LINUXBOOT
bool "LinuxBoot" bool "LinuxBoot"

View File

@ -1,17 +1,8 @@
## This file is part of the coreboot project.
## ##
## Copyright (C) 2017 Facebook Inc. ## Copyright (C) 2017 Facebook Inc.
## Copyright (C) 2018 9elements Cyber Security ## Copyright (C) 2018 9elements Cyber Security
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## 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.
##
project_dir=linuxboot project_dir=linuxboot
kernel_dir=$(project_dir)/kernel kernel_dir=$(project_dir)/kernel

View File

@ -1,17 +1,9 @@
## This file is part of the coreboot project.
## ##
## Copyright (C) 2017 Facebook Inc. ## Copyright (C) 2017 Facebook Inc.
## Copyright (C) 2018 9elements Cyber Security ## Copyright (C) 2018 9elements Cyber Security
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## 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.
##
SHELL := /bin/bash SHELL := /bin/bash
ARCH-$(CONFIG_LINUXBOOT_X86_64)=x86_64 ARCH-$(CONFIG_LINUXBOOT_X86_64)=x86_64

View File

@ -1,17 +1,8 @@
## This file is part of the coreboot project.
## ##
## Copyright (C) 2017 Facebook Inc. ## Copyright (C) 2017 Facebook Inc.
## Copyright (C) 2018 9elements Cyber Security ## Copyright (C) 2018 9elements Cyber Security
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## 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.
##
project_dir=$(shell pwd)/linuxboot project_dir=$(shell pwd)/linuxboot
go_path_dir=$(project_dir)/go go_path_dir=$(project_dir)/go

View File

@ -1,22 +1,12 @@
################################################################################ ################################################################################
## ##
## This file is part of the coreboot project.
## ##
## Copyright (C) 2009-2010 coresystems GmbH ## Copyright (C) 2009-2010 coresystems GmbH
## Copyright (C) 2015 Google Inc. ## Copyright (C) 2015 Google Inc.
## Copyright (C) 2017 Facebook Inc. ## Copyright (C) 2017 Facebook Inc.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## 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.
##
######################################################################
# set up payload config and version files for later inclusion # set up payload config and version files for later inclusion
ifeq ($(CONFIG_PAYLOAD_SEABIOS),y) ifeq ($(CONFIG_PAYLOAD_SEABIOS),y)
PAYLOAD_CONFIG=payloads/external/SeaBIOS/seabios/.config PAYLOAD_CONFIG=payloads/external/SeaBIOS/seabios/.config

View File

@ -1,17 +1,8 @@
## ##
## This file is part of the coreboot project.
## ##
## Copyright (C) 2016 Google Inc. ## Copyright (C) 2016 Google Inc.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## 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.
##
TAG-$(CONFIG_MEMTEST_MASTER)=origin/master TAG-$(CONFIG_MEMTEST_MASTER)=origin/master
NAME-$(CONFIG_MEMTEST_MASTER)=Master NAME-$(CONFIG_MEMTEST_MASTER)=Master

View File

@ -1,17 +1,8 @@
## ##
## This file is part of the coreboot project.
## ##
## Copyright (C) 2015 Google Inc. ## Copyright (C) 2015 Google Inc.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## 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.
##
# 2019-4 tag # 2019-4 tag
STABLE_COMMIT_ID=3c99166441bf3ea325af2da83cfe65430b49c066 STABLE_COMMIT_ID=3c99166441bf3ea325af2da83cfe65430b49c066

View File

@ -1,17 +1,8 @@
## ##
## This file is part of the coreboot project.
## ##
## Copyright (C) 2016 Google Inc. ## Copyright (C) 2016 Google Inc.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## 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.
##
TAG-$(CONFIG_YABITS_MASTER)=origin/master TAG-$(CONFIG_YABITS_MASTER)=origin/master
NAME-$(CONFIG_YABITS_MASTER)=Master NAME-$(CONFIG_YABITS_MASTER)=Master

View File

@ -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 config PXE
prompt "Add a PXE ROM" prompt "Add a PXE ROM"

View File

@ -1,17 +1,8 @@
## ##
## This file is part of the coreboot project.
## ##
## Copyright (C) 2016 Google Inc. ## Copyright (C) 2016 Google Inc.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## 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.
##
# 2019.3 - Last commit of March 2019 # 2019.3 - Last commit of March 2019
# When updating, change the name both here and in payloads/external/iPXE/Kconfig # When updating, change the name both here and in payloads/external/iPXE/Kconfig

View File

@ -1,17 +1,8 @@
## ##
## This file is part of the coreboot project.
## ##
## Copyright (C) 2017 Google Inc. ## Copyright (C) 2017 Google Inc.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## 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.
##
# force the shell to bash - the edksetup.sh script doesn't work with dash # force the shell to bash - the edksetup.sh script doesn't work with dash
export SHELL := env bash export SHELL := env bash

View File

@ -1,5 +1,4 @@
## ##
## This file is part of the libpayload project.
## ##
## Copyright (C) 2008 Advanced Micro Devices, Inc. ## Copyright (C) 2008 Advanced Micro Devices, Inc.
## Copyright (C) 2008 coresystems GmbH ## Copyright (C) 2008 coresystems GmbH

View File

@ -1,5 +1,4 @@
## ##
## This file is part of the libpayload project.
## ##
## Copyright (C) 2008 Advanced Micro Devices, Inc. ## Copyright (C) 2008 Advanced Micro Devices, Inc.
## Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de> ## Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>

View File

@ -1,5 +1,4 @@
## ##
## This file is part of the libpayload project.
## ##
## Copyright (C) 2008 Advanced Micro Devices, Inc. ## Copyright (C) 2008 Advanced Micro Devices, Inc.
## Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de> ## Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>

View File

@ -1,5 +1,4 @@
## ##
## This file is part of the libpayload project.
## ##
## Copyright (c) 2012 Google Inc. ## Copyright (c) 2012 Google Inc.
## ##

View File

@ -1,5 +1,4 @@
## ##
## This file is part of the libpayload project.
## ##
## Copyright (C) 2008 Advanced Micro Devices, Inc. ## Copyright (C) 2008 Advanced Micro Devices, Inc.
## ##

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the coreboot project.
* *
* Copyright 2013 Google Inc. * Copyright 2013 Google Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* Copyright (C) 2009 coresystems GmbH * Copyright (C) 2009 coresystems GmbH

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2013 Google, Inc. * Copyright (C) 2013 Google, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2014 Google, Inc. * Copyright (C) 2014 Google, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright 2013 Google Inc. * Copyright 2013 Google Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright 2013 Google Inc. * Copyright 2013 Google Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2013 Google, Inc. * Copyright (C) 2013 Google, Inc.
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2012 Google, Inc. * Copyright (C) 2012 Google, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 coresystems GmbH * Copyright (C) 2008 coresystems GmbH
* *

View File

@ -1,5 +1,4 @@
## ##
## This file is part of the libpayload project.
## ##
## Copyright (c) 2012 Google Inc. ## Copyright (c) 2012 Google Inc.
## ##

View File

@ -1,5 +1,4 @@
## ##
## This file is part of the libpayload project.
## ##
## Copyright (C) 2008 Advanced Micro Devices, Inc. ## Copyright (C) 2008 Advanced Micro Devices, Inc.
## ##

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the coreboot project.
* *
* Copyright 2013 Google Inc. * Copyright 2013 Google Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* Copyright (C) 2009 coresystems GmbH * Copyright (C) 2009 coresystems GmbH

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2013 Google, Inc. * Copyright (C) 2013 Google, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright 2014 Google Inc. * Copyright 2014 Google Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright 2014 Google Inc. * Copyright 2014 Google Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2013 Google, Inc. * Copyright (C) 2013 Google, Inc.
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the coreboot project.
* *
* Copyright 2014 Google Inc. * Copyright 2014 Google Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2012 Google, Inc. * Copyright (C) 2012 Google, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 coresystems GmbH * Copyright (C) 2008 coresystems GmbH
* *

View File

@ -1,5 +1,4 @@
## ##
## This file is part of the libpayload project.
## ##
## Copyright (c) 2012 Google Inc. ## Copyright (c) 2012 Google Inc.
## ##

View File

@ -1,5 +1,4 @@
## ##
## This file is part of the libpayload project.
## ##
## Copyright (C) 2008 Advanced Micro Devices, Inc. ## Copyright (C) 2008 Advanced Micro Devices, Inc.
## ##

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright 2018 Google LLC * Copyright 2018 Google LLC
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* Copyright (C) 2009 coresystems GmbH * Copyright (C) 2009 coresystems GmbH

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2018 Google LLC * Copyright (C) 2018 Google LLC
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright 2013 Google Inc. * Copyright 2013 Google Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright 2013 Google Inc. * Copyright 2013 Google Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* Copyright (C) 2017 Patrick Rudolph <siro@das-labor.org> * Copyright (C) 2017 Patrick Rudolph <siro@das-labor.org>

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2013 Google, Inc. * Copyright (C) 2013 Google, Inc.
* *

View File

@ -1,6 +1,5 @@
/* /*
* Copyright (C) 1991,1992,1993,1997,1998,2003, 2005 Free Software Foundation, Inc. * 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. * Copyright (c) 2011 The Chromium OS Authors.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.
* *

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2008 coresystems GmbH * Copyright (C) 2008 coresystems GmbH
* *

View File

@ -1,4 +1,3 @@
## This file is part of the libpayload project.
## ##
## Copyright (C) 2008 Advanced Micro Devices, Inc. ## Copyright (C) 2008 Advanced Micro Devices, Inc.
## ##

View File

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
## This file is part of the libpayload project.
## ##
## Copyright (C) 2008 Advanced Micro Devices, Inc. ## Copyright (C) 2008 Advanced Micro Devices, Inc.
## ##

View File

@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
## This file is part of the libpayload project.
## ##
## Copyright (C) 2008 Advanced Micro Devices, Inc. ## Copyright (C) 2008 Advanced Micro Devices, Inc.
## ##

View File

@ -1,5 +1,4 @@
## ##
## This file is part of the libpayload project.
## ##
## Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de> ## Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
## ##

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* It has originally been taken from the OpenBSD project. * It has originally been taken from the OpenBSD project.
*/ */

View File

@ -1,5 +1,4 @@
## ##
## This file is part of the libpayload project.
## ##
## Copyright (C) 2008 Advanced Micro Devices, Inc. ## Copyright (C) 2008 Advanced Micro Devices, Inc.
## ##

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de> * Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.

View File

@ -1239,7 +1239,6 @@ NCURSES_EXPORT(int) vsscanf(const char *, const char *, va_list);
#define KEY_MAX 0777 /* Maximum key value is 0633 */ #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). * (see that file for the relevant copyright).
*/ */
#ifdef _XOPEN_SOURCE_EXTENDED #ifdef _XOPEN_SOURCE_EXTENDED
@ -1488,7 +1487,6 @@ extern NCURSES_EXPORT(const char *) _nc_viswibuf(const wint_t *);
#endif /* _XOPEN_SOURCE_EXTENDED */ #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). * (see that file for the relevant copyright).
*/ */
/* $Id: curses.tail,v 1.14 2006/05/27 16:28:29 tom Exp $ */ /* $Id: curses.tail,v 1.14 2006/05/27 16:28:29 tom Exp $ */

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de> * Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de>
* Copyright (C) 2008 Advanced Micro Devices, Inc. * Copyright (C) 2008 Advanced Micro Devices, Inc.

View File

@ -1,5 +1,4 @@
/* /*
* This file is part of the libpayload project.
* *
* Copyright (C) 2007 Uwe Hermann <uwe@hermann-uwe.de> * 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