ACK: [PATCH] ACPICA: Update to version 20210105
ivanhu
ivan.hu at canonical.com
Wed Jan 6 06:08:27 UTC 2021
On 1/6/21 5:44 AM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Changes in this release of ACPICA are detailed at the following
> link on the ACPICA developer mailing list:
>
> https://lists.acpica.org/hyperkitty/list/devel@acpica.org/thread/DMGHQ5MI4MFNW6YSXAW43FO6IVXL6VBY/
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> src/acpica/source/common/acfileio.c | 2 +-
> src/acpica/source/common/acgetline.c | 2 +-
> src/acpica/source/common/adfile.c | 2 +-
> src/acpica/source/common/adisasm.c | 2 +-
> src/acpica/source/common/adwalk.c | 2 +-
> src/acpica/source/common/ahids.c | 2 +-
> src/acpica/source/common/ahpredef.c | 2 +-
> src/acpica/source/common/ahtable.c | 4 +-
> src/acpica/source/common/ahuuids.c | 2 +-
> src/acpica/source/common/cmfsize.c | 2 +-
> src/acpica/source/common/dmextern.c | 2 +-
> src/acpica/source/common/dmrestag.c | 2 +-
> src/acpica/source/common/dmswitch.c | 2 +-
> src/acpica/source/common/dmtable.c | 4 +-
> src/acpica/source/common/dmtables.c | 2 +-
> src/acpica/source/common/dmtbdump.c | 2 +-
> src/acpica/source/common/dmtbdump1.c | 2 +-
> src/acpica/source/common/dmtbdump2.c | 55 +------------------
> src/acpica/source/common/dmtbdump3.c | 55 +------------------
> src/acpica/source/common/dmtbinfo.c | 2 +-
> src/acpica/source/common/dmtbinfo1.c | 2 +-
> src/acpica/source/common/dmtbinfo2.c | 24 +-------
> src/acpica/source/common/dmtbinfo3.c | 23 +-------
> src/acpica/source/common/getopt.c | 2 +-
> src/acpica/source/compiler/aslallocate.c | 2 +-
> src/acpica/source/compiler/aslanalyze.c | 2 +-
> src/acpica/source/compiler/aslascii.c | 2 +-
> src/acpica/source/compiler/aslbtypes.c | 2 +-
> src/acpica/source/compiler/aslcache.c | 2 +-
> src/acpica/source/compiler/aslcodegen.c | 2 +-
> src/acpica/source/compiler/aslcompile.c | 2 +-
> src/acpica/source/compiler/aslcompiler.h | 2 +-
> src/acpica/source/compiler/aslcompiler.l | 2 +-
> src/acpica/source/compiler/aslcstyle.y | 2 +-
> src/acpica/source/compiler/asldebug.c | 2 +-
> src/acpica/source/compiler/asldefine.h | 2 +-
> src/acpica/source/compiler/aslerror.c | 2 +-
> src/acpica/source/compiler/aslexternal.c | 2 +-
> src/acpica/source/compiler/aslfileio.c | 2 +-
> src/acpica/source/compiler/aslfiles.c | 2 +-
> src/acpica/source/compiler/aslfold.c | 2 +-
> src/acpica/source/compiler/aslglobal.h | 2 +-
> src/acpica/source/compiler/aslhelp.c | 2 +-
> src/acpica/source/compiler/aslhelpers.y | 2 +-
> src/acpica/source/compiler/aslhex.c | 2 +-
> src/acpica/source/compiler/aslkeywords.y | 2 +-
> src/acpica/source/compiler/asllength.c | 2 +-
> src/acpica/source/compiler/asllisting.c | 2 +-
> src/acpica/source/compiler/asllistsup.c | 2 +-
> src/acpica/source/compiler/aslload.c | 2 +-
> src/acpica/source/compiler/asllookup.c | 2 +-
> src/acpica/source/compiler/aslmain.c | 2 +-
> src/acpica/source/compiler/aslmap.c | 2 +-
> src/acpica/source/compiler/aslmapenter.c | 2 +-
> src/acpica/source/compiler/aslmapoutput.c | 2 +-
> src/acpica/source/compiler/aslmaputils.c | 2 +-
> src/acpica/source/compiler/aslmessages.c | 2 +-
> src/acpica/source/compiler/aslmessages.h | 2 +-
> src/acpica/source/compiler/aslmethod.c | 2 +-
> src/acpica/source/compiler/aslnamesp.c | 2 +-
> src/acpica/source/compiler/asloffset.c | 2 +-
> src/acpica/source/compiler/aslopcodes.c | 2 +-
> src/acpica/source/compiler/asloperands.c | 2 +-
> src/acpica/source/compiler/aslopt.c | 2 +-
> src/acpica/source/compiler/asloptions.c | 2 +-
> src/acpica/source/compiler/aslparseop.c | 2 +-
> src/acpica/source/compiler/aslparser.y | 2 +-
> src/acpica/source/compiler/aslpld.c | 2 +-
> src/acpica/source/compiler/aslpredef.c | 2 +-
> src/acpica/source/compiler/aslprepkg.c | 2 +-
> src/acpica/source/compiler/aslprimaries.y | 2 +-
> src/acpica/source/compiler/aslprintf.c | 2 +-
> src/acpica/source/compiler/aslprune.c | 2 +-
> src/acpica/source/compiler/aslresource.c | 2 +-
> src/acpica/source/compiler/aslresources.y | 2 +-
> src/acpica/source/compiler/aslrestype1.c | 2 +-
> src/acpica/source/compiler/aslrestype1i.c | 2 +-
> src/acpica/source/compiler/aslrestype2.c | 2 +-
> src/acpica/source/compiler/aslrestype2d.c | 2 +-
> src/acpica/source/compiler/aslrestype2e.c | 2 +-
> src/acpica/source/compiler/aslrestype2q.c | 2 +-
> src/acpica/source/compiler/aslrestype2s.c | 2 +-
> src/acpica/source/compiler/aslrestype2w.c | 2 +-
> src/acpica/source/compiler/aslrules.y | 2 +-
> src/acpica/source/compiler/aslstartup.c | 2 +-
> src/acpica/source/compiler/aslstubs.c | 2 +-
> src/acpica/source/compiler/aslsupport.l | 2 +-
> src/acpica/source/compiler/aslsupport.y | 2 +-
> src/acpica/source/compiler/asltokens.y | 2 +-
> src/acpica/source/compiler/asltransform.c | 2 +-
> src/acpica/source/compiler/asltree.c | 2 +-
> src/acpica/source/compiler/asltypes.h | 2 +-
> src/acpica/source/compiler/asltypes.y | 2 +-
> src/acpica/source/compiler/aslutils.c | 2 +-
> src/acpica/source/compiler/asluuid.c | 2 +-
> src/acpica/source/compiler/aslwalks.c | 2 +-
> src/acpica/source/compiler/aslxref.c | 2 +-
> src/acpica/source/compiler/aslxrefout.c | 2 +-
> src/acpica/source/compiler/cvcompiler.c | 2 +-
> src/acpica/source/compiler/cvdisasm.c | 2 +-
> src/acpica/source/compiler/cvparser.c | 2 +-
> src/acpica/source/compiler/dtcompile.c | 2 +-
> src/acpica/source/compiler/dtcompiler.h | 12 +---
> src/acpica/source/compiler/dtcompilerparser.l | 2 +-
> src/acpica/source/compiler/dtcompilerparser.y | 2 +-
> src/acpica/source/compiler/dtexpress.c | 2 +-
> src/acpica/source/compiler/dtfield.c | 2 +-
> src/acpica/source/compiler/dtio.c | 2 +-
> src/acpica/source/compiler/dtparser.l | 2 +-
> src/acpica/source/compiler/dtparser.y | 2 +-
> src/acpica/source/compiler/dtsubtable.c | 2 +-
> src/acpica/source/compiler/dttable.c | 2 +-
> src/acpica/source/compiler/dttable1.c | 2 +-
> src/acpica/source/compiler/dttable2.c | 52 +-----------------
> src/acpica/source/compiler/dttemplate.c | 2 +-
> src/acpica/source/compiler/dttemplate.h | 29 +---------
> src/acpica/source/compiler/dtutils.c | 2 +-
> src/acpica/source/compiler/preprocess.h | 2 +-
> src/acpica/source/compiler/prexpress.c | 2 +-
> src/acpica/source/compiler/prmacros.c | 2 +-
> src/acpica/source/compiler/prparser.l | 2 +-
> src/acpica/source/compiler/prparser.y | 2 +-
> src/acpica/source/compiler/prscan.c | 2 +-
> src/acpica/source/compiler/prutils.c | 2 +-
> .../source/components/debugger/dbcmds.c | 2 +-
> .../source/components/debugger/dbconvert.c | 2 +-
> .../source/components/debugger/dbdisply.c | 2 +-
> .../source/components/debugger/dbexec.c | 2 +-
> .../source/components/debugger/dbfileio.c | 2 +-
> .../source/components/debugger/dbhistry.c | 2 +-
> .../source/components/debugger/dbinput.c | 2 +-
> .../source/components/debugger/dbmethod.c | 2 +-
> .../source/components/debugger/dbnames.c | 2 +-
> .../source/components/debugger/dbobject.c | 2 +-
> .../source/components/debugger/dbstats.c | 2 +-
> .../source/components/debugger/dbtest.c | 2 +-
> .../source/components/debugger/dbutils.c | 2 +-
> .../source/components/debugger/dbxface.c | 2 +-
> .../source/components/disassembler/dmbuffer.c | 2 +-
> .../source/components/disassembler/dmcstyle.c | 2 +-
> .../components/disassembler/dmdeferred.c | 2 +-
> .../source/components/disassembler/dmnames.c | 2 +-
> .../source/components/disassembler/dmopcode.c | 2 +-
> .../source/components/disassembler/dmresrc.c | 2 +-
> .../source/components/disassembler/dmresrcl.c | 2 +-
> .../components/disassembler/dmresrcl2.c | 2 +-
> .../source/components/disassembler/dmresrcs.c | 2 +-
> .../source/components/disassembler/dmutils.c | 2 +-
> .../source/components/disassembler/dmwalk.c | 2 +-
> .../source/components/dispatcher/dsargs.c | 2 +-
> .../source/components/dispatcher/dscontrol.c | 2 +-
> .../source/components/dispatcher/dsdebug.c | 2 +-
> .../source/components/dispatcher/dsfield.c | 2 +-
> .../source/components/dispatcher/dsinit.c | 2 +-
> .../source/components/dispatcher/dsmethod.c | 2 +-
> .../source/components/dispatcher/dsmthdat.c | 2 +-
> .../source/components/dispatcher/dsobject.c | 2 +-
> .../source/components/dispatcher/dsopcode.c | 2 +-
> .../source/components/dispatcher/dspkginit.c | 2 +-
> .../source/components/dispatcher/dsutils.c | 2 +-
> .../source/components/dispatcher/dswexec.c | 2 +-
> .../source/components/dispatcher/dswload.c | 2 +-
> .../source/components/dispatcher/dswload2.c | 2 +-
> .../source/components/dispatcher/dswscope.c | 2 +-
> .../source/components/dispatcher/dswstate.c | 2 +-
> src/acpica/source/components/events/evevent.c | 2 +-
> src/acpica/source/components/events/evglock.c | 2 +-
> src/acpica/source/components/events/evgpe.c | 2 +-
> .../source/components/events/evgpeblk.c | 2 +-
> .../source/components/events/evgpeinit.c | 2 +-
> .../source/components/events/evgpeutil.c | 2 +-
> .../source/components/events/evhandler.c | 2 +-
> src/acpica/source/components/events/evmisc.c | 2 +-
> .../source/components/events/evregion.c | 2 +-
> .../source/components/events/evrgnini.c | 2 +-
> src/acpica/source/components/events/evsci.c | 2 +-
> src/acpica/source/components/events/evxface.c | 2 +-
> .../source/components/events/evxfevnt.c | 2 +-
> src/acpica/source/components/events/evxfgpe.c | 2 +-
> .../source/components/events/evxfregn.c | 2 +-
> .../source/components/executer/exconcat.c | 2 +-
> .../source/components/executer/exconfig.c | 2 +-
> .../source/components/executer/exconvrt.c | 2 +-
> .../source/components/executer/excreate.c | 2 +-
> .../source/components/executer/exdebug.c | 2 +-
> .../source/components/executer/exdump.c | 2 +-
> .../source/components/executer/exfield.c | 2 +-
> .../source/components/executer/exfldio.c | 2 +-
> .../source/components/executer/exmisc.c | 2 +-
> .../source/components/executer/exmutex.c | 2 +-
> .../source/components/executer/exnames.c | 2 +-
> .../source/components/executer/exoparg1.c | 2 +-
> .../source/components/executer/exoparg2.c | 2 +-
> .../source/components/executer/exoparg3.c | 2 +-
> .../source/components/executer/exoparg6.c | 2 +-
> .../source/components/executer/exprep.c | 2 +-
> .../source/components/executer/exregion.c | 2 +-
> .../source/components/executer/exresnte.c | 2 +-
> .../source/components/executer/exresolv.c | 2 +-
> .../source/components/executer/exresop.c | 2 +-
> .../source/components/executer/exserial.c | 2 +-
> .../source/components/executer/exstore.c | 2 +-
> .../source/components/executer/exstoren.c | 2 +-
> .../source/components/executer/exstorob.c | 2 +-
> .../source/components/executer/exsystem.c | 2 +-
> .../source/components/executer/extrace.c | 2 +-
> .../source/components/executer/exutils.c | 2 +-
> .../source/components/hardware/hwacpi.c | 2 +-
> .../source/components/hardware/hwesleep.c | 2 +-
> src/acpica/source/components/hardware/hwgpe.c | 2 +-
> src/acpica/source/components/hardware/hwpci.c | 2 +-
> .../source/components/hardware/hwregs.c | 2 +-
> .../source/components/hardware/hwsleep.c | 2 +-
> .../source/components/hardware/hwvalid.c | 2 +-
> .../source/components/hardware/hwxface.c | 2 +-
> .../source/components/hardware/hwxfsleep.c | 2 +-
> .../source/components/namespace/nsaccess.c | 2 +-
> .../source/components/namespace/nsalloc.c | 2 +-
> .../source/components/namespace/nsarguments.c | 2 +-
> .../source/components/namespace/nsconvert.c | 2 +-
> .../source/components/namespace/nsdump.c | 2 +-
> .../source/components/namespace/nsdumpdv.c | 2 +-
> .../source/components/namespace/nseval.c | 2 +-
> .../source/components/namespace/nsinit.c | 2 +-
> .../source/components/namespace/nsload.c | 2 +-
> .../source/components/namespace/nsnames.c | 2 +-
> .../source/components/namespace/nsobject.c | 2 +-
> .../source/components/namespace/nsparse.c | 2 +-
> .../source/components/namespace/nspredef.c | 2 +-
> .../source/components/namespace/nsprepkg.c | 2 +-
> .../source/components/namespace/nsrepair.c | 2 +-
> .../source/components/namespace/nsrepair2.c | 2 +-
> .../source/components/namespace/nssearch.c | 2 +-
> .../source/components/namespace/nsutils.c | 2 +-
> .../source/components/namespace/nswalk.c | 2 +-
> .../source/components/namespace/nsxfeval.c | 2 +-
> .../source/components/namespace/nsxfname.c | 2 +-
> .../source/components/namespace/nsxfobj.c | 2 +-
> src/acpica/source/components/parser/psargs.c | 2 +-
> src/acpica/source/components/parser/psloop.c | 2 +-
> .../source/components/parser/psobject.c | 2 +-
> .../source/components/parser/psopcode.c | 2 +-
> .../source/components/parser/psopinfo.c | 2 +-
> src/acpica/source/components/parser/psparse.c | 2 +-
> src/acpica/source/components/parser/psscope.c | 2 +-
> src/acpica/source/components/parser/pstree.c | 2 +-
> src/acpica/source/components/parser/psutils.c | 2 +-
> src/acpica/source/components/parser/pswalk.c | 2 +-
> src/acpica/source/components/parser/psxface.c | 2 +-
> .../source/components/resources/rsaddr.c | 2 +-
> .../source/components/resources/rscalc.c | 2 +-
> .../source/components/resources/rscreate.c | 2 +-
> .../source/components/resources/rsdump.c | 2 +-
> .../source/components/resources/rsdumpinfo.c | 2 +-
> .../source/components/resources/rsinfo.c | 2 +-
> src/acpica/source/components/resources/rsio.c | 2 +-
> .../source/components/resources/rsirq.c | 2 +-
> .../source/components/resources/rslist.c | 2 +-
> .../source/components/resources/rsmemory.c | 2 +-
> .../source/components/resources/rsmisc.c | 2 +-
> .../source/components/resources/rsserial.c | 2 +-
> .../source/components/resources/rsutils.c | 2 +-
> .../source/components/resources/rsxface.c | 2 +-
> src/acpica/source/components/tables/tbdata.c | 2 +-
> src/acpica/source/components/tables/tbfadt.c | 2 +-
> src/acpica/source/components/tables/tbfind.c | 2 +-
> .../source/components/tables/tbinstal.c | 2 +-
> src/acpica/source/components/tables/tbprint.c | 2 +-
> src/acpica/source/components/tables/tbutils.c | 2 +-
> src/acpica/source/components/tables/tbxface.c | 2 +-
> .../source/components/tables/tbxfload.c | 2 +-
> .../source/components/tables/tbxfroot.c | 2 +-
> .../source/components/utilities/utaddress.c | 2 +-
> .../source/components/utilities/utalloc.c | 2 +-
> .../source/components/utilities/utascii.c | 2 +-
> .../source/components/utilities/utbuffer.c | 2 +-
> .../source/components/utilities/utcache.c | 2 +-
> .../source/components/utilities/utcopy.c | 2 +-
> .../source/components/utilities/utdebug.c | 2 +-
> .../source/components/utilities/utdecode.c | 2 +-
> .../source/components/utilities/utdelete.c | 2 +-
> .../source/components/utilities/uterror.c | 2 +-
> .../source/components/utilities/uteval.c | 2 +-
> .../source/components/utilities/utexcep.c | 2 +-
> .../source/components/utilities/utglobal.c | 2 +-
> .../source/components/utilities/uthex.c | 2 +-
> .../source/components/utilities/utids.c | 2 +-
> .../source/components/utilities/utinit.c | 2 +-
> .../source/components/utilities/utlock.c | 2 +-
> .../source/components/utilities/utmath.c | 2 +-
> .../source/components/utilities/utmisc.c | 2 +-
> .../source/components/utilities/utmutex.c | 2 +-
> .../source/components/utilities/utnonansi.c | 2 +-
> .../source/components/utilities/utobject.c | 2 +-
> .../source/components/utilities/utosi.c | 2 +-
> .../source/components/utilities/utownerid.c | 2 +-
> .../source/components/utilities/utpredef.c | 2 +-
> .../source/components/utilities/utresdecode.c | 2 +-
> .../source/components/utilities/utresrc.c | 2 +-
> .../source/components/utilities/utstate.c | 2 +-
> .../source/components/utilities/utstring.c | 2 +-
> .../source/components/utilities/utstrsuppt.c | 2 +-
> .../source/components/utilities/utstrtoul64.c | 2 +-
> .../source/components/utilities/uttrack.c | 2 +-
> .../source/components/utilities/utuuid.c | 2 +-
> .../source/components/utilities/utxface.c | 2 +-
> .../source/components/utilities/utxferror.c | 2 +-
> .../source/components/utilities/utxfinit.c | 2 +-
> src/acpica/source/include/acapps.h | 4 +-
> src/acpica/source/include/acbuffer.h | 2 +-
> src/acpica/source/include/accommon.h | 2 +-
> src/acpica/source/include/acconfig.h | 2 +-
> src/acpica/source/include/acconvert.h | 2 +-
> src/acpica/source/include/acdebug.h | 2 +-
> src/acpica/source/include/acdisasm.h | 14 +----
> src/acpica/source/include/acdispat.h | 2 +-
> src/acpica/source/include/acevents.h | 2 +-
> src/acpica/source/include/acexcep.h | 2 +-
> src/acpica/source/include/acglobal.h | 2 +-
> src/acpica/source/include/achware.h | 2 +-
> src/acpica/source/include/acinterp.h | 2 +-
> src/acpica/source/include/aclocal.h | 2 +-
> src/acpica/source/include/acmacros.h | 2 +-
> src/acpica/source/include/acnames.h | 2 +-
> src/acpica/source/include/acnamesp.h | 2 +-
> src/acpica/source/include/acobject.h | 2 +-
> src/acpica/source/include/acopcode.h | 2 +-
> src/acpica/source/include/acoutput.h | 2 +-
> src/acpica/source/include/acparser.h | 2 +-
> src/acpica/source/include/acpi.h | 2 +-
> src/acpica/source/include/acpiosxf.h | 2 +-
> src/acpica/source/include/acpixf.h | 4 +-
> src/acpica/source/include/acpredef.h | 2 +-
> src/acpica/source/include/acresrc.h | 2 +-
> src/acpica/source/include/acrestyp.h | 2 +-
> src/acpica/source/include/acstruct.h | 2 +-
> src/acpica/source/include/actables.h | 2 +-
> src/acpica/source/include/actbinfo.h | 4 +-
> src/acpica/source/include/actbl.h | 2 +-
> src/acpica/source/include/actbl1.h | 2 +-
> src/acpica/source/include/actbl2.h | 31 +----------
> src/acpica/source/include/actbl3.h | 30 +---------
> src/acpica/source/include/actypes.h | 2 +-
> src/acpica/source/include/acutils.h | 2 +-
> src/acpica/source/include/acuuid.h | 2 +-
> src/acpica/source/include/amlcode.h | 2 +-
> src/acpica/source/include/amlresrc.h | 2 +-
> src/acpica/source/include/platform/acenv.h | 2 +-
> src/acpica/source/include/platform/acenvex.h | 2 +-
> src/acpica/source/include/platform/acgcc.h | 2 +-
> src/acpica/source/include/platform/acgccex.h | 2 +-
> src/acpica/source/include/platform/aclinux.h | 2 +-
> .../source/include/platform/aclinuxex.h | 2 +-
> .../os_specific/service_layers/osunixxf.c | 2 +-
> src/acpica/source/tools/acpiexec/aecommon.h | 2 +-
> .../source/tools/acpiexec/aeexception.c | 2 +-
> src/acpica/source/tools/acpiexec/aehandlers.c | 2 +-
> src/acpica/source/tools/acpiexec/aeinitfile.c | 2 +-
> src/acpica/source/tools/acpiexec/aeinstall.c | 2 +-
> src/acpica/source/tools/acpiexec/aeregion.c | 2 +-
> 360 files changed, 362 insertions(+), 673 deletions(-)
>
> diff --git a/src/acpica/source/common/acfileio.c b/src/acpica/source/common/acfileio.c
> index 64339c6e..628cf7a4 100644
> --- a/src/acpica/source/common/acfileio.c
> +++ b/src/acpica/source/common/acfileio.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/common/acgetline.c b/src/acpica/source/common/acgetline.c
> index e1ddaa69..88479d61 100644
> --- a/src/acpica/source/common/acgetline.c
> +++ b/src/acpica/source/common/acgetline.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/common/adfile.c b/src/acpica/source/common/adfile.c
> index f5063a3f..db6bcabc 100644
> --- a/src/acpica/source/common/adfile.c
> +++ b/src/acpica/source/common/adfile.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/common/adisasm.c b/src/acpica/source/common/adisasm.c
> index 015765ff..27a175a6 100644
> --- a/src/acpica/source/common/adisasm.c
> +++ b/src/acpica/source/common/adisasm.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/common/adwalk.c b/src/acpica/source/common/adwalk.c
> index 008c95c2..c4d149e3 100644
> --- a/src/acpica/source/common/adwalk.c
> +++ b/src/acpica/source/common/adwalk.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/common/ahids.c b/src/acpica/source/common/ahids.c
> index 38515a01..1e6edaf7 100644
> --- a/src/acpica/source/common/ahids.c
> +++ b/src/acpica/source/common/ahids.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/common/ahpredef.c b/src/acpica/source/common/ahpredef.c
> index 182a83ad..e6e2ffc7 100644
> --- a/src/acpica/source/common/ahpredef.c
> +++ b/src/acpica/source/common/ahpredef.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/common/ahtable.c b/src/acpica/source/common/ahtable.c
> index 32d5dedb..ac3c416b 100644
> --- a/src/acpica/source/common/ahtable.c
> +++ b/src/acpica/source/common/ahtable.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> @@ -229,7 +229,6 @@ const AH_TABLE AcpiGbl_SupportedTables[] =
> {ACPI_SIG_MPST, "Memory Power State Table"},
> {ACPI_SIG_MSCT, "Maximum System Characteristics Table"},
> {ACPI_SIG_MSDM, "Microsoft Data Management table"},
> - {ACPI_SIG_MTMR, "MID Timer Table"},
> {ACPI_SIG_NFIT, "NVDIMM Firmware Interface Table"},
> {ACPI_SIG_PCCT, "Platform Communications Channel Table"},
> {ACPI_SIG_PDTT, "Platform Debug Trigger Table"},
> @@ -252,7 +251,6 @@ const AH_TABLE AcpiGbl_SupportedTables[] =
> {ACPI_SIG_TCPA, "Trusted Computing Platform Alliance table"},
> {ACPI_SIG_TPM2, "Trusted Platform Module hardware interface table"},
> {ACPI_SIG_UEFI, "UEFI Boot Optimization Table"},
> - {ACPI_SIG_VRTC, "Virtual Real-Time Clock Table"},
> {ACPI_SIG_WAET, "Windows ACPI Emulated Devices Table"},
> {ACPI_SIG_WDAT, "Watchdog Action Table"},
> {ACPI_SIG_WDDT, "Watchdog Description Table"},
> diff --git a/src/acpica/source/common/ahuuids.c b/src/acpica/source/common/ahuuids.c
> index 326ea3b3..427f9169 100644
> --- a/src/acpica/source/common/ahuuids.c
> +++ b/src/acpica/source/common/ahuuids.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/common/cmfsize.c b/src/acpica/source/common/cmfsize.c
> index 553e9a9e..e0c66e31 100644
> --- a/src/acpica/source/common/cmfsize.c
> +++ b/src/acpica/source/common/cmfsize.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/common/dmextern.c b/src/acpica/source/common/dmextern.c
> index e9d81b63..36d58600 100644
> --- a/src/acpica/source/common/dmextern.c
> +++ b/src/acpica/source/common/dmextern.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/common/dmrestag.c b/src/acpica/source/common/dmrestag.c
> index fe6e7414..d8a04406 100644
> --- a/src/acpica/source/common/dmrestag.c
> +++ b/src/acpica/source/common/dmrestag.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/common/dmswitch.c b/src/acpica/source/common/dmswitch.c
> index 5c49de10..2b894c65 100644
> --- a/src/acpica/source/common/dmswitch.c
> +++ b/src/acpica/source/common/dmswitch.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/common/dmtable.c b/src/acpica/source/common/dmtable.c
> index 5896b2f2..3e4c6c34 100644
> --- a/src/acpica/source/common/dmtable.c
> +++ b/src/acpica/source/common/dmtable.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> @@ -509,7 +509,6 @@ const ACPI_DMTABLE_DATA AcpiDmTableData[] =
> {ACPI_SIG_MPST, AcpiDmTableInfoMpst, AcpiDmDumpMpst, DtCompileMpst, TemplateMpst},
> {ACPI_SIG_MSCT, NULL, AcpiDmDumpMsct, DtCompileMsct, TemplateMsct},
> {ACPI_SIG_MSDM, NULL, AcpiDmDumpSlic, DtCompileSlic, TemplateMsdm},
> - {ACPI_SIG_MTMR, NULL, AcpiDmDumpMtmr, DtCompileMtmr, TemplateMtmr},
> {ACPI_SIG_NFIT, AcpiDmTableInfoNfit, AcpiDmDumpNfit, DtCompileNfit, TemplateNfit},
> {ACPI_SIG_PCCT, AcpiDmTableInfoPcct, AcpiDmDumpPcct, DtCompilePcct, TemplatePcct},
> {ACPI_SIG_PDTT, AcpiDmTableInfoPdtt, AcpiDmDumpPdtt, DtCompilePdtt, TemplatePdtt},
> @@ -530,7 +529,6 @@ const ACPI_DMTABLE_DATA AcpiDmTableData[] =
> {ACPI_SIG_TCPA, NULL, AcpiDmDumpTcpa, DtCompileTcpa, TemplateTcpa},
> {ACPI_SIG_TPM2, AcpiDmTableInfoTpm2, AcpiDmDumpTpm2, DtCompileTpm2, TemplateTpm2},
> {ACPI_SIG_UEFI, AcpiDmTableInfoUefi, NULL, DtCompileUefi, TemplateUefi},
> - {ACPI_SIG_VRTC, AcpiDmTableInfoVrtc, AcpiDmDumpVrtc, DtCompileVrtc, TemplateVrtc},
> {ACPI_SIG_WAET, AcpiDmTableInfoWaet, NULL, NULL, TemplateWaet},
> {ACPI_SIG_WDAT, NULL, AcpiDmDumpWdat, DtCompileWdat, TemplateWdat},
> {ACPI_SIG_WDDT, AcpiDmTableInfoWddt, NULL, NULL, TemplateWddt},
> diff --git a/src/acpica/source/common/dmtables.c b/src/acpica/source/common/dmtables.c
> index ee18d26c..fa04e0c8 100644
> --- a/src/acpica/source/common/dmtables.c
> +++ b/src/acpica/source/common/dmtables.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/common/dmtbdump.c b/src/acpica/source/common/dmtbdump.c
> index d62cfdbd..abeb06fa 100644
> --- a/src/acpica/source/common/dmtbdump.c
> +++ b/src/acpica/source/common/dmtbdump.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/common/dmtbdump1.c b/src/acpica/source/common/dmtbdump1.c
> index 0219dd2d..72d667e9 100644
> --- a/src/acpica/source/common/dmtbdump1.c
> +++ b/src/acpica/source/common/dmtbdump1.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/common/dmtbdump2.c b/src/acpica/source/common/dmtbdump2.c
> index 45484825..b8ece375 100644
> --- a/src/acpica/source/common/dmtbdump2.c
> +++ b/src/acpica/source/common/dmtbdump2.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> @@ -1114,59 +1114,6 @@ AcpiDmDumpMsct (
> }
>
>
> -/*******************************************************************************
> - *
> - * FUNCTION: AcpiDmDumpMtmr
> - *
> - * PARAMETERS: Table - A MTMR table
> - *
> - * RETURN: None
> - *
> - * DESCRIPTION: Format the contents of a MTMR
> - *
> - ******************************************************************************/
> -
> -void
> -AcpiDmDumpMtmr (
> - ACPI_TABLE_HEADER *Table)
> -{
> - ACPI_STATUS Status;
> - UINT32 Offset = sizeof (ACPI_TABLE_MTMR);
> - ACPI_MTMR_ENTRY *Subtable;
> -
> -
> - /* Main table */
> -
> - Status = AcpiDmDumpTable (Table->Length, 0, Table, 0, AcpiDmTableInfoMtmr);
> - if (ACPI_FAILURE (Status))
> - {
> - return;
> - }
> -
> - /* Subtables */
> -
> - Subtable = ACPI_ADD_PTR (ACPI_MTMR_ENTRY, Table, Offset);
> - while (Offset < Table->Length)
> - {
> - /* Common subtable header */
> -
> - AcpiOsPrintf ("\n");
> - Status = AcpiDmDumpTable (Table->Length, Offset, Subtable,
> - sizeof (ACPI_MTMR_ENTRY), AcpiDmTableInfoMtmr0);
> - if (ACPI_FAILURE (Status))
> - {
> - return;
> - }
> -
> - /* Point to next subtable */
> -
> - Offset += sizeof (ACPI_MTMR_ENTRY);
> - Subtable = ACPI_ADD_PTR (ACPI_MTMR_ENTRY, Subtable,
> - sizeof (ACPI_MTMR_ENTRY));
> - }
> -}
> -
> -
> /*******************************************************************************
> *
> * FUNCTION: AcpiDmDumpNfit
> diff --git a/src/acpica/source/common/dmtbdump3.c b/src/acpica/source/common/dmtbdump3.c
> index 7c6d2848..fde8f7a8 100644
> --- a/src/acpica/source/common/dmtbdump3.c
> +++ b/src/acpica/source/common/dmtbdump3.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> @@ -601,59 +601,6 @@ AcpiDmDumpTpm2 (
> }
>
>
> -/*******************************************************************************
> - *
> - * FUNCTION: AcpiDmDumpVrtc
> - *
> - * PARAMETERS: Table - A VRTC table
> - *
> - * RETURN: None
> - *
> - * DESCRIPTION: Format the contents of a VRTC
> - *
> - ******************************************************************************/
> -
> -void
> -AcpiDmDumpVrtc (
> - ACPI_TABLE_HEADER *Table)
> -{
> - ACPI_STATUS Status;
> - UINT32 Offset = sizeof (ACPI_TABLE_VRTC);
> - ACPI_VRTC_ENTRY *Subtable;
> -
> -
> - /* Main table */
> -
> - Status = AcpiDmDumpTable (Table->Length, 0, Table, 0, AcpiDmTableInfoVrtc);
> - if (ACPI_FAILURE (Status))
> - {
> - return;
> - }
> -
> - /* Subtables */
> -
> - Subtable = ACPI_ADD_PTR (ACPI_VRTC_ENTRY, Table, Offset);
> - while (Offset < Table->Length)
> - {
> - /* Common subtable header */
> -
> - AcpiOsPrintf ("\n");
> - Status = AcpiDmDumpTable (Table->Length, Offset, Subtable,
> - sizeof (ACPI_VRTC_ENTRY), AcpiDmTableInfoVrtc0);
> - if (ACPI_FAILURE (Status))
> - {
> - return;
> - }
> -
> - /* Point to next subtable */
> -
> - Offset += sizeof (ACPI_VRTC_ENTRY);
> - Subtable = ACPI_ADD_PTR (ACPI_VRTC_ENTRY, Subtable,
> - sizeof (ACPI_VRTC_ENTRY));
> - }
> -}
> -
> -
> /*******************************************************************************
> *
> * FUNCTION: AcpiDmDumpWdat
> diff --git a/src/acpica/source/common/dmtbinfo.c b/src/acpica/source/common/dmtbinfo.c
> index ed9dd1bc..347f9d36 100644
> --- a/src/acpica/source/common/dmtbinfo.c
> +++ b/src/acpica/source/common/dmtbinfo.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/common/dmtbinfo1.c b/src/acpica/source/common/dmtbinfo1.c
> index 750e29d5..5931c01e 100644
> --- a/src/acpica/source/common/dmtbinfo1.c
> +++ b/src/acpica/source/common/dmtbinfo1.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/common/dmtbinfo2.c b/src/acpica/source/common/dmtbinfo2.c
> index c000a921..0d61cb7a 100644
> --- a/src/acpica/source/common/dmtbinfo2.c
> +++ b/src/acpica/source/common/dmtbinfo2.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> @@ -909,28 +909,6 @@ ACPI_DMTABLE_INFO AcpiDmTableInfoMsct0[] =
> };
>
>
> -/*******************************************************************************
> - *
> - * MTMR - MID Timer Table
> - *
> - ******************************************************************************/
> -
> -ACPI_DMTABLE_INFO AcpiDmTableInfoMtmr[] =
> -{
> - ACPI_DMT_TERMINATOR
> -};
> -
> -/* MTMR Subtables - MTMR Entry */
> -
> -ACPI_DMTABLE_INFO AcpiDmTableInfoMtmr0[] =
> -{
> - {ACPI_DMT_GAS, ACPI_MTMR0_OFFSET (PhysicalAddress), "PhysicalAddress", 0},
> - {ACPI_DMT_UINT32, ACPI_MTMR0_OFFSET (Frequency), "Frequency", 0},
> - {ACPI_DMT_UINT32, ACPI_MTMR0_OFFSET (Irq), "IRQ", 0},
> - ACPI_DMT_TERMINATOR
> -};
> -
> -
> /*******************************************************************************
> *
> * NFIT - NVDIMM Firmware Interface Table and Subtables - (ACPI 6.0)
> diff --git a/src/acpica/source/common/dmtbinfo3.c b/src/acpica/source/common/dmtbinfo3.c
> index f4092c24..99661d06 100644
> --- a/src/acpica/source/common/dmtbinfo3.c
> +++ b/src/acpica/source/common/dmtbinfo3.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> @@ -526,27 +526,6 @@ ACPI_DMTABLE_INFO AcpiDmTableInfoUefi[] =
> };
>
>
> -/*******************************************************************************
> - *
> - * VRTC - Virtual Real Time Clock Table
> - *
> - ******************************************************************************/
> -
> -ACPI_DMTABLE_INFO AcpiDmTableInfoVrtc[] =
> -{
> - ACPI_DMT_TERMINATOR
> -};
> -
> -/* VRTC Subtables - VRTC Entry */
> -
> -ACPI_DMTABLE_INFO AcpiDmTableInfoVrtc0[] =
> -{
> - {ACPI_DMT_GAS, ACPI_VRTC0_OFFSET (PhysicalAddress), "PhysicalAddress", 0},
> - {ACPI_DMT_UINT32, ACPI_VRTC0_OFFSET (Irq), "IRQ", 0},
> - ACPI_DMT_TERMINATOR
> -};
> -
> -
> /*******************************************************************************
> *
> * WAET - Windows ACPI Emulated devices Table
> diff --git a/src/acpica/source/common/getopt.c b/src/acpica/source/common/getopt.c
> index ca8e04a1..766ab8e3 100644
> --- a/src/acpica/source/common/getopt.c
> +++ b/src/acpica/source/common/getopt.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslallocate.c b/src/acpica/source/compiler/aslallocate.c
> index e0187bfc..4007687b 100644
> --- a/src/acpica/source/compiler/aslallocate.c
> +++ b/src/acpica/source/compiler/aslallocate.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslanalyze.c b/src/acpica/source/compiler/aslanalyze.c
> index d2c40eab..c54ff8a2 100644
> --- a/src/acpica/source/compiler/aslanalyze.c
> +++ b/src/acpica/source/compiler/aslanalyze.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslascii.c b/src/acpica/source/compiler/aslascii.c
> index c4d250ed..d02ca80c 100644
> --- a/src/acpica/source/compiler/aslascii.c
> +++ b/src/acpica/source/compiler/aslascii.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslbtypes.c b/src/acpica/source/compiler/aslbtypes.c
> index 4e579c7e..ebb798a7 100644
> --- a/src/acpica/source/compiler/aslbtypes.c
> +++ b/src/acpica/source/compiler/aslbtypes.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslcache.c b/src/acpica/source/compiler/aslcache.c
> index 3de3bbf5..51e6f4c4 100644
> --- a/src/acpica/source/compiler/aslcache.c
> +++ b/src/acpica/source/compiler/aslcache.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslcodegen.c b/src/acpica/source/compiler/aslcodegen.c
> index ba0384e8..75788689 100644
> --- a/src/acpica/source/compiler/aslcodegen.c
> +++ b/src/acpica/source/compiler/aslcodegen.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslcompile.c b/src/acpica/source/compiler/aslcompile.c
> index 787a5444..ffb7496d 100644
> --- a/src/acpica/source/compiler/aslcompile.c
> +++ b/src/acpica/source/compiler/aslcompile.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslcompiler.h b/src/acpica/source/compiler/aslcompiler.h
> index 82d777d8..3cd56d1f 100644
> --- a/src/acpica/source/compiler/aslcompiler.h
> +++ b/src/acpica/source/compiler/aslcompiler.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslcompiler.l b/src/acpica/source/compiler/aslcompiler.l
> index f77dfc0d..629b9972 100644
> --- a/src/acpica/source/compiler/aslcompiler.l
> +++ b/src/acpica/source/compiler/aslcompiler.l
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslcstyle.y b/src/acpica/source/compiler/aslcstyle.y
> index 6e73c703..2f032fac 100644
> --- a/src/acpica/source/compiler/aslcstyle.y
> +++ b/src/acpica/source/compiler/aslcstyle.y
> @@ -9,7 +9,7 @@ NoEcho('
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/asldebug.c b/src/acpica/source/compiler/asldebug.c
> index 9c02257e..636fe051 100644
> --- a/src/acpica/source/compiler/asldebug.c
> +++ b/src/acpica/source/compiler/asldebug.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/asldefine.h b/src/acpica/source/compiler/asldefine.h
> index 2627a58a..9149ff60 100644
> --- a/src/acpica/source/compiler/asldefine.h
> +++ b/src/acpica/source/compiler/asldefine.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslerror.c b/src/acpica/source/compiler/aslerror.c
> index 51c8c9b2..6c684f2f 100644
> --- a/src/acpica/source/compiler/aslerror.c
> +++ b/src/acpica/source/compiler/aslerror.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslexternal.c b/src/acpica/source/compiler/aslexternal.c
> index a05ba118..80edfd2b 100644
> --- a/src/acpica/source/compiler/aslexternal.c
> +++ b/src/acpica/source/compiler/aslexternal.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslfileio.c b/src/acpica/source/compiler/aslfileio.c
> index 60b911b2..a55b2dbc 100644
> --- a/src/acpica/source/compiler/aslfileio.c
> +++ b/src/acpica/source/compiler/aslfileio.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslfiles.c b/src/acpica/source/compiler/aslfiles.c
> index 097aa71a..a93417c6 100644
> --- a/src/acpica/source/compiler/aslfiles.c
> +++ b/src/acpica/source/compiler/aslfiles.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslfold.c b/src/acpica/source/compiler/aslfold.c
> index 6bb4cde8..d9cc8803 100644
> --- a/src/acpica/source/compiler/aslfold.c
> +++ b/src/acpica/source/compiler/aslfold.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslglobal.h b/src/acpica/source/compiler/aslglobal.h
> index 231ed876..540d7dd9 100644
> --- a/src/acpica/source/compiler/aslglobal.h
> +++ b/src/acpica/source/compiler/aslglobal.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslhelp.c b/src/acpica/source/compiler/aslhelp.c
> index 97a2ab05..3131b9db 100644
> --- a/src/acpica/source/compiler/aslhelp.c
> +++ b/src/acpica/source/compiler/aslhelp.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslhelpers.y b/src/acpica/source/compiler/aslhelpers.y
> index fbee34c5..0b302904 100644
> --- a/src/acpica/source/compiler/aslhelpers.y
> +++ b/src/acpica/source/compiler/aslhelpers.y
> @@ -9,7 +9,7 @@ NoEcho('
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslhex.c b/src/acpica/source/compiler/aslhex.c
> index af0c8d94..95b364ff 100644
> --- a/src/acpica/source/compiler/aslhex.c
> +++ b/src/acpica/source/compiler/aslhex.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslkeywords.y b/src/acpica/source/compiler/aslkeywords.y
> index 8b456229..54314e64 100644
> --- a/src/acpica/source/compiler/aslkeywords.y
> +++ b/src/acpica/source/compiler/aslkeywords.y
> @@ -9,7 +9,7 @@ NoEcho('
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/asllength.c b/src/acpica/source/compiler/asllength.c
> index 6cd714a9..a2a55094 100644
> --- a/src/acpica/source/compiler/asllength.c
> +++ b/src/acpica/source/compiler/asllength.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/asllisting.c b/src/acpica/source/compiler/asllisting.c
> index 0fa4047a..6ed16139 100644
> --- a/src/acpica/source/compiler/asllisting.c
> +++ b/src/acpica/source/compiler/asllisting.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/asllistsup.c b/src/acpica/source/compiler/asllistsup.c
> index dcd04cd0..60d30423 100644
> --- a/src/acpica/source/compiler/asllistsup.c
> +++ b/src/acpica/source/compiler/asllistsup.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslload.c b/src/acpica/source/compiler/aslload.c
> index c9fae99a..f73135f3 100644
> --- a/src/acpica/source/compiler/aslload.c
> +++ b/src/acpica/source/compiler/aslload.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/asllookup.c b/src/acpica/source/compiler/asllookup.c
> index b74d8049..50f087d7 100644
> --- a/src/acpica/source/compiler/asllookup.c
> +++ b/src/acpica/source/compiler/asllookup.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslmain.c b/src/acpica/source/compiler/aslmain.c
> index 7db26d12..1df36a2b 100644
> --- a/src/acpica/source/compiler/aslmain.c
> +++ b/src/acpica/source/compiler/aslmain.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslmap.c b/src/acpica/source/compiler/aslmap.c
> index 9a3ea588..ed27a155 100644
> --- a/src/acpica/source/compiler/aslmap.c
> +++ b/src/acpica/source/compiler/aslmap.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslmapenter.c b/src/acpica/source/compiler/aslmapenter.c
> index 36b76566..7ade1a31 100644
> --- a/src/acpica/source/compiler/aslmapenter.c
> +++ b/src/acpica/source/compiler/aslmapenter.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslmapoutput.c b/src/acpica/source/compiler/aslmapoutput.c
> index 7cde08c2..0fe7b117 100644
> --- a/src/acpica/source/compiler/aslmapoutput.c
> +++ b/src/acpica/source/compiler/aslmapoutput.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslmaputils.c b/src/acpica/source/compiler/aslmaputils.c
> index 49cff797..c376bc0a 100644
> --- a/src/acpica/source/compiler/aslmaputils.c
> +++ b/src/acpica/source/compiler/aslmaputils.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslmessages.c b/src/acpica/source/compiler/aslmessages.c
> index d883bc58..87ebc48e 100644
> --- a/src/acpica/source/compiler/aslmessages.c
> +++ b/src/acpica/source/compiler/aslmessages.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslmessages.h b/src/acpica/source/compiler/aslmessages.h
> index 2313d212..a4842cdf 100644
> --- a/src/acpica/source/compiler/aslmessages.h
> +++ b/src/acpica/source/compiler/aslmessages.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslmethod.c b/src/acpica/source/compiler/aslmethod.c
> index 9f5b753b..e9aa7f2d 100644
> --- a/src/acpica/source/compiler/aslmethod.c
> +++ b/src/acpica/source/compiler/aslmethod.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslnamesp.c b/src/acpica/source/compiler/aslnamesp.c
> index 0a099a0b..7dc9ed7e 100644
> --- a/src/acpica/source/compiler/aslnamesp.c
> +++ b/src/acpica/source/compiler/aslnamesp.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/asloffset.c b/src/acpica/source/compiler/asloffset.c
> index 65cdffc8..5f2661e4 100644
> --- a/src/acpica/source/compiler/asloffset.c
> +++ b/src/acpica/source/compiler/asloffset.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslopcodes.c b/src/acpica/source/compiler/aslopcodes.c
> index b2a02365..f5cb0214 100644
> --- a/src/acpica/source/compiler/aslopcodes.c
> +++ b/src/acpica/source/compiler/aslopcodes.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/asloperands.c b/src/acpica/source/compiler/asloperands.c
> index ac2ea1fb..bd4a4d85 100644
> --- a/src/acpica/source/compiler/asloperands.c
> +++ b/src/acpica/source/compiler/asloperands.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslopt.c b/src/acpica/source/compiler/aslopt.c
> index 88f9a291..0246b312 100644
> --- a/src/acpica/source/compiler/aslopt.c
> +++ b/src/acpica/source/compiler/aslopt.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/asloptions.c b/src/acpica/source/compiler/asloptions.c
> index 4bf9465b..ab9daa40 100644
> --- a/src/acpica/source/compiler/asloptions.c
> +++ b/src/acpica/source/compiler/asloptions.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslparseop.c b/src/acpica/source/compiler/aslparseop.c
> index 6b17689d..92eeb0fb 100644
> --- a/src/acpica/source/compiler/aslparseop.c
> +++ b/src/acpica/source/compiler/aslparseop.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslparser.y b/src/acpica/source/compiler/aslparser.y
> index 5faccae3..c91acedf 100644
> --- a/src/acpica/source/compiler/aslparser.y
> +++ b/src/acpica/source/compiler/aslparser.y
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslpld.c b/src/acpica/source/compiler/aslpld.c
> index 730976bd..0939c5c6 100644
> --- a/src/acpica/source/compiler/aslpld.c
> +++ b/src/acpica/source/compiler/aslpld.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslpredef.c b/src/acpica/source/compiler/aslpredef.c
> index 1ee4fd49..aa1a9570 100644
> --- a/src/acpica/source/compiler/aslpredef.c
> +++ b/src/acpica/source/compiler/aslpredef.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslprepkg.c b/src/acpica/source/compiler/aslprepkg.c
> index 35b947c8..380c48b0 100644
> --- a/src/acpica/source/compiler/aslprepkg.c
> +++ b/src/acpica/source/compiler/aslprepkg.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslprimaries.y b/src/acpica/source/compiler/aslprimaries.y
> index 68fdbe84..dd1310b0 100644
> --- a/src/acpica/source/compiler/aslprimaries.y
> +++ b/src/acpica/source/compiler/aslprimaries.y
> @@ -11,7 +11,7 @@ NoEcho('
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslprintf.c b/src/acpica/source/compiler/aslprintf.c
> index a7859f43..62d411e1 100644
> --- a/src/acpica/source/compiler/aslprintf.c
> +++ b/src/acpica/source/compiler/aslprintf.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslprune.c b/src/acpica/source/compiler/aslprune.c
> index 580a6ada..78b2e34f 100644
> --- a/src/acpica/source/compiler/aslprune.c
> +++ b/src/acpica/source/compiler/aslprune.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslresource.c b/src/acpica/source/compiler/aslresource.c
> index d1936a5b..434a74c6 100644
> --- a/src/acpica/source/compiler/aslresource.c
> +++ b/src/acpica/source/compiler/aslresource.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslresources.y b/src/acpica/source/compiler/aslresources.y
> index 4faba90b..00a0958b 100644
> --- a/src/acpica/source/compiler/aslresources.y
> +++ b/src/acpica/source/compiler/aslresources.y
> @@ -11,7 +11,7 @@ NoEcho('
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslrestype1.c b/src/acpica/source/compiler/aslrestype1.c
> index 4dff4607..6751444a 100644
> --- a/src/acpica/source/compiler/aslrestype1.c
> +++ b/src/acpica/source/compiler/aslrestype1.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslrestype1i.c b/src/acpica/source/compiler/aslrestype1i.c
> index 9e9bc209..c880a740 100644
> --- a/src/acpica/source/compiler/aslrestype1i.c
> +++ b/src/acpica/source/compiler/aslrestype1i.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslrestype2.c b/src/acpica/source/compiler/aslrestype2.c
> index 93236853..4c308aaa 100644
> --- a/src/acpica/source/compiler/aslrestype2.c
> +++ b/src/acpica/source/compiler/aslrestype2.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslrestype2d.c b/src/acpica/source/compiler/aslrestype2d.c
> index 394530ae..c1cafe20 100644
> --- a/src/acpica/source/compiler/aslrestype2d.c
> +++ b/src/acpica/source/compiler/aslrestype2d.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslrestype2e.c b/src/acpica/source/compiler/aslrestype2e.c
> index b188994d..63db7852 100644
> --- a/src/acpica/source/compiler/aslrestype2e.c
> +++ b/src/acpica/source/compiler/aslrestype2e.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslrestype2q.c b/src/acpica/source/compiler/aslrestype2q.c
> index 02db0ab3..ec64da2b 100644
> --- a/src/acpica/source/compiler/aslrestype2q.c
> +++ b/src/acpica/source/compiler/aslrestype2q.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslrestype2s.c b/src/acpica/source/compiler/aslrestype2s.c
> index c075c89c..8539edea 100644
> --- a/src/acpica/source/compiler/aslrestype2s.c
> +++ b/src/acpica/source/compiler/aslrestype2s.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslrestype2w.c b/src/acpica/source/compiler/aslrestype2w.c
> index b2113f4c..3c3fed7b 100644
> --- a/src/acpica/source/compiler/aslrestype2w.c
> +++ b/src/acpica/source/compiler/aslrestype2w.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslrules.y b/src/acpica/source/compiler/aslrules.y
> index e7e678d2..a944308e 100644
> --- a/src/acpica/source/compiler/aslrules.y
> +++ b/src/acpica/source/compiler/aslrules.y
> @@ -11,7 +11,7 @@ NoEcho('
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslstartup.c b/src/acpica/source/compiler/aslstartup.c
> index 522bca57..97881e14 100644
> --- a/src/acpica/source/compiler/aslstartup.c
> +++ b/src/acpica/source/compiler/aslstartup.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslstubs.c b/src/acpica/source/compiler/aslstubs.c
> index b4d609bf..be3337ab 100644
> --- a/src/acpica/source/compiler/aslstubs.c
> +++ b/src/acpica/source/compiler/aslstubs.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslsupport.l b/src/acpica/source/compiler/aslsupport.l
> index 282e4fbe..a507e99b 100644
> --- a/src/acpica/source/compiler/aslsupport.l
> +++ b/src/acpica/source/compiler/aslsupport.l
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslsupport.y b/src/acpica/source/compiler/aslsupport.y
> index 84aec3a3..dfc427a9 100644
> --- a/src/acpica/source/compiler/aslsupport.y
> +++ b/src/acpica/source/compiler/aslsupport.y
> @@ -9,7 +9,7 @@ NoEcho('
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/asltokens.y b/src/acpica/source/compiler/asltokens.y
> index 49c060a5..788f4b8c 100644
> --- a/src/acpica/source/compiler/asltokens.y
> +++ b/src/acpica/source/compiler/asltokens.y
> @@ -9,7 +9,7 @@ NoEcho('
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/asltransform.c b/src/acpica/source/compiler/asltransform.c
> index 67adf82e..dcab8b39 100644
> --- a/src/acpica/source/compiler/asltransform.c
> +++ b/src/acpica/source/compiler/asltransform.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/asltree.c b/src/acpica/source/compiler/asltree.c
> index 2e9bc086..91db420f 100644
> --- a/src/acpica/source/compiler/asltree.c
> +++ b/src/acpica/source/compiler/asltree.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/asltypes.h b/src/acpica/source/compiler/asltypes.h
> index 33c547e4..760995f5 100644
> --- a/src/acpica/source/compiler/asltypes.h
> +++ b/src/acpica/source/compiler/asltypes.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/asltypes.y b/src/acpica/source/compiler/asltypes.y
> index 5c07c5df..b68ca665 100644
> --- a/src/acpica/source/compiler/asltypes.y
> +++ b/src/acpica/source/compiler/asltypes.y
> @@ -9,7 +9,7 @@ NoEcho('
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslutils.c b/src/acpica/source/compiler/aslutils.c
> index 16fad627..5dee45d9 100644
> --- a/src/acpica/source/compiler/aslutils.c
> +++ b/src/acpica/source/compiler/aslutils.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/asluuid.c b/src/acpica/source/compiler/asluuid.c
> index bbfaa549..c8dd4a46 100644
> --- a/src/acpica/source/compiler/asluuid.c
> +++ b/src/acpica/source/compiler/asluuid.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslwalks.c b/src/acpica/source/compiler/aslwalks.c
> index 66e70264..8ee5122c 100644
> --- a/src/acpica/source/compiler/aslwalks.c
> +++ b/src/acpica/source/compiler/aslwalks.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslxref.c b/src/acpica/source/compiler/aslxref.c
> index 163799a8..ef99a971 100644
> --- a/src/acpica/source/compiler/aslxref.c
> +++ b/src/acpica/source/compiler/aslxref.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/aslxrefout.c b/src/acpica/source/compiler/aslxrefout.c
> index 64ccabf8..843504a0 100644
> --- a/src/acpica/source/compiler/aslxrefout.c
> +++ b/src/acpica/source/compiler/aslxrefout.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/cvcompiler.c b/src/acpica/source/compiler/cvcompiler.c
> index 4102a6a7..633a31d8 100644
> --- a/src/acpica/source/compiler/cvcompiler.c
> +++ b/src/acpica/source/compiler/cvcompiler.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/cvdisasm.c b/src/acpica/source/compiler/cvdisasm.c
> index db17867d..be3378ba 100644
> --- a/src/acpica/source/compiler/cvdisasm.c
> +++ b/src/acpica/source/compiler/cvdisasm.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/cvparser.c b/src/acpica/source/compiler/cvparser.c
> index 370b8036..62d981fb 100644
> --- a/src/acpica/source/compiler/cvparser.c
> +++ b/src/acpica/source/compiler/cvparser.c
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/dtcompile.c b/src/acpica/source/compiler/dtcompile.c
> index 7f47e062..84d8e5c1 100644
> --- a/src/acpica/source/compiler/dtcompile.c
> +++ b/src/acpica/source/compiler/dtcompile.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/dtcompiler.h b/src/acpica/source/compiler/dtcompiler.h
> index 18de92ff..7bc403eb 100644
> --- a/src/acpica/source/compiler/dtcompiler.h
> +++ b/src/acpica/source/compiler/dtcompiler.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> @@ -645,10 +645,6 @@ ACPI_STATUS
> DtCompileMsct (
> void **PFieldList);
>
> -ACPI_STATUS
> -DtCompileMtmr (
> - void **PFieldList);
> -
> ACPI_STATUS
> DtCompileNfit (
> void **PFieldList);
> @@ -709,10 +705,6 @@ ACPI_STATUS
> DtCompileUefi (
> void **PFieldList);
>
> -ACPI_STATUS
> -DtCompileVrtc (
> - void **PFieldList);
> -
> ACPI_STATUS
> DtCompileWdat (
> void **PFieldList);
> @@ -765,7 +757,6 @@ extern const unsigned char TemplateMchi[];
> extern const unsigned char TemplateMpst[];
> extern const unsigned char TemplateMsct[];
> extern const unsigned char TemplateMsdm[];
> -extern const unsigned char TemplateMtmr[];
> extern const unsigned char TemplateNfit[];
> extern const unsigned char TemplatePcct[];
> extern const unsigned char TemplatePdtt[];
> @@ -786,7 +777,6 @@ extern const unsigned char TemplateStao[];
> extern const unsigned char TemplateTcpa[];
> extern const unsigned char TemplateTpm2[];
> extern const unsigned char TemplateUefi[];
> -extern const unsigned char TemplateVrtc[];
> extern const unsigned char TemplateWaet[];
> extern const unsigned char TemplateWdat[];
> extern const unsigned char TemplateWddt[];
> diff --git a/src/acpica/source/compiler/dtcompilerparser.l b/src/acpica/source/compiler/dtcompilerparser.l
> index ecc07c48..bd128bed 100644
> --- a/src/acpica/source/compiler/dtcompilerparser.l
> +++ b/src/acpica/source/compiler/dtcompilerparser.l
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2018, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/dtcompilerparser.y b/src/acpica/source/compiler/dtcompilerparser.y
> index e97e2a90..3b1a67a0 100644
> --- a/src/acpica/source/compiler/dtcompilerparser.y
> +++ b/src/acpica/source/compiler/dtcompilerparser.y
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2018, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/dtexpress.c b/src/acpica/source/compiler/dtexpress.c
> index 026bf7aa..c9705c9d 100644
> --- a/src/acpica/source/compiler/dtexpress.c
> +++ b/src/acpica/source/compiler/dtexpress.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/dtfield.c b/src/acpica/source/compiler/dtfield.c
> index 9a5729cf..ee7788e3 100644
> --- a/src/acpica/source/compiler/dtfield.c
> +++ b/src/acpica/source/compiler/dtfield.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/dtio.c b/src/acpica/source/compiler/dtio.c
> index 3a509b29..781b2b8a 100644
> --- a/src/acpica/source/compiler/dtio.c
> +++ b/src/acpica/source/compiler/dtio.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/dtparser.l b/src/acpica/source/compiler/dtparser.l
> index 631921df..9d2e3afe 100644
> --- a/src/acpica/source/compiler/dtparser.l
> +++ b/src/acpica/source/compiler/dtparser.l
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/dtparser.y b/src/acpica/source/compiler/dtparser.y
> index 55c5b821..1b6f6df6 100644
> --- a/src/acpica/source/compiler/dtparser.y
> +++ b/src/acpica/source/compiler/dtparser.y
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/dtsubtable.c b/src/acpica/source/compiler/dtsubtable.c
> index 8d4a2e45..6ea538e6 100644
> --- a/src/acpica/source/compiler/dtsubtable.c
> +++ b/src/acpica/source/compiler/dtsubtable.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/dttable.c b/src/acpica/source/compiler/dttable.c
> index 78393b01..702c83ee 100644
> --- a/src/acpica/source/compiler/dttable.c
> +++ b/src/acpica/source/compiler/dttable.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/dttable1.c b/src/acpica/source/compiler/dttable1.c
> index 33df4dc2..286ecaa7 100644
> --- a/src/acpica/source/compiler/dttable1.c
> +++ b/src/acpica/source/compiler/dttable1.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/dttable2.c b/src/acpica/source/compiler/dttable2.c
> index 48b05edd..732635bf 100644
> --- a/src/acpica/source/compiler/dttable2.c
> +++ b/src/acpica/source/compiler/dttable2.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> @@ -574,31 +574,6 @@ DtCompileMsct (
> }
>
>
> -/******************************************************************************
> - *
> - * FUNCTION: DtCompileMtmr
> - *
> - * PARAMETERS: List - Current field list pointer
> - *
> - * RETURN: Status
> - *
> - * DESCRIPTION: Compile MTMR.
> - *
> - *****************************************************************************/
> -
> -ACPI_STATUS
> -DtCompileMtmr (
> - void **List)
> -{
> - ACPI_STATUS Status;
> -
> -
> - Status = DtCompileTwoSubtables (List,
> - AcpiDmTableInfoMtmr, AcpiDmTableInfoMtmr0);
> - return (Status);
> -}
> -
> -
> /******************************************************************************
> *
> * FUNCTION: DtCompileNfit
> @@ -2162,31 +2137,6 @@ DtCompileUefi (
> }
>
>
> -/******************************************************************************
> - *
> - * FUNCTION: DtCompileVrtc
> - *
> - * PARAMETERS: List - Current field list pointer
> - *
> - * RETURN: Status
> - *
> - * DESCRIPTION: Compile VRTC.
> - *
> - *****************************************************************************/
> -
> -ACPI_STATUS
> -DtCompileVrtc (
> - void **List)
> -{
> - ACPI_STATUS Status;
> -
> -
> - Status = DtCompileTwoSubtables (List,
> - AcpiDmTableInfoVrtc, AcpiDmTableInfoVrtc0);
> - return (Status);
> -}
> -
> -
> /******************************************************************************
> *
> * FUNCTION: DtCompileWdat
> diff --git a/src/acpica/source/compiler/dttemplate.c b/src/acpica/source/compiler/dttemplate.c
> index 2262c745..8154abb5 100644
> --- a/src/acpica/source/compiler/dttemplate.c
> +++ b/src/acpica/source/compiler/dttemplate.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/dttemplate.h b/src/acpica/source/compiler/dttemplate.h
> index 4849adf4..ddbcce8a 100644
> --- a/src/acpica/source/compiler/dttemplate.h
> +++ b/src/acpica/source/compiler/dttemplate.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> @@ -1006,20 +1006,6 @@ const unsigned char TemplateNfit[] =
> 0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00 /* 00000178 "........" */
> };
>
> -const unsigned char TemplateMtmr[] =
> -{
> - 0x4D,0x54,0x4D,0x52,0x4C,0x00,0x00,0x00, /* 00000000 "MTMRL..." */
> - 0x01,0xB0,0x49,0x4E,0x54,0x45,0x4C,0x20, /* 00000008 "..INTEL " */
> - 0x54,0x45,0x4D,0x50,0x4C,0x41,0x54,0x45, /* 00000010 "TEMPLATE" */
> - 0x03,0x00,0x00,0x00,0x49,0x4E,0x54,0x4C, /* 00000018 "....INTL" */
> - 0x17,0x01,0x13,0x20,0x00,0x20,0x00,0x03, /* 00000020 "... . .." */
> - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 00000028 "........" */
> - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 00000030 "........" */
> - 0x00,0x20,0x00,0x03,0x00,0x00,0x00,0x00, /* 00000038 ". ......" */
> - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 00000040 "........" */
> - 0x00,0x00,0x00,0x00 /* 00000048 "...." */
> -};
> -
> const unsigned char TemplatePcct[] =
> {
> 0x50,0x43,0x43,0x54,0x4e,0x02,0x00,0x00, /* 00000000 "PCCTN..." */
> @@ -1464,19 +1450,6 @@ const unsigned char TemplateUefi[] =
> 0x0C,0x0D,0x0E,0x0F,0x00,0x00 /* 00000030 "......" */
> };
>
> -const unsigned char TemplateVrtc[] =
> -{
> - 0x56,0x52,0x54,0x43,0x44,0x00,0x00,0x00, /* 00000000 "VRTCD..." */
> - 0x01,0xEF,0x49,0x4E,0x54,0x45,0x4C,0x20, /* 00000008 "..INTEL " */
> - 0x54,0x45,0x4D,0x50,0x4C,0x41,0x54,0x45, /* 00000010 "TEMPLATE" */
> - 0x03,0x00,0x00,0x00,0x49,0x4E,0x54,0x4C, /* 00000018 "....INTL" */
> - 0x17,0x01,0x13,0x20,0x00,0x08,0x00,0x00, /* 00000020 "... ...." */
> - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 00000028 "........" */
> - 0x00,0x00,0x00,0x00,0x00,0x08,0x00,0x00, /* 00000030 "........" */
> - 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 00000038 "........" */
> - 0x00,0x00,0x00,0x00 /* 00000040 "...." */
> -};
> -
> const unsigned char TemplateWaet[] =
> {
> 0x57,0x41,0x45,0x54,0x28,0x00,0x00,0x00, /* 00000000 "WAET(..." */
> diff --git a/src/acpica/source/compiler/dtutils.c b/src/acpica/source/compiler/dtutils.c
> index 55093a76..a508b51c 100644
> --- a/src/acpica/source/compiler/dtutils.c
> +++ b/src/acpica/source/compiler/dtutils.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/preprocess.h b/src/acpica/source/compiler/preprocess.h
> index e625b076..6343a49c 100644
> --- a/src/acpica/source/compiler/preprocess.h
> +++ b/src/acpica/source/compiler/preprocess.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/prexpress.c b/src/acpica/source/compiler/prexpress.c
> index e3a101eb..db2e76ec 100644
> --- a/src/acpica/source/compiler/prexpress.c
> +++ b/src/acpica/source/compiler/prexpress.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/prmacros.c b/src/acpica/source/compiler/prmacros.c
> index 2ded5d56..ab1255f6 100644
> --- a/src/acpica/source/compiler/prmacros.c
> +++ b/src/acpica/source/compiler/prmacros.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/prparser.l b/src/acpica/source/compiler/prparser.l
> index 8752d3fc..febcc319 100644
> --- a/src/acpica/source/compiler/prparser.l
> +++ b/src/acpica/source/compiler/prparser.l
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/prparser.y b/src/acpica/source/compiler/prparser.y
> index f0113751..f7e052d9 100644
> --- a/src/acpica/source/compiler/prparser.y
> +++ b/src/acpica/source/compiler/prparser.y
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/prscan.c b/src/acpica/source/compiler/prscan.c
> index 346ee70c..7672ef89 100644
> --- a/src/acpica/source/compiler/prscan.c
> +++ b/src/acpica/source/compiler/prscan.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/compiler/prutils.c b/src/acpica/source/compiler/prutils.c
> index ab6eeba5..e793b4c4 100644
> --- a/src/acpica/source/compiler/prutils.c
> +++ b/src/acpica/source/compiler/prutils.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/debugger/dbcmds.c b/src/acpica/source/components/debugger/dbcmds.c
> index 1272dbd6..1b10f161 100644
> --- a/src/acpica/source/components/debugger/dbcmds.c
> +++ b/src/acpica/source/components/debugger/dbcmds.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/debugger/dbconvert.c b/src/acpica/source/components/debugger/dbconvert.c
> index 87a937d8..55307d08 100644
> --- a/src/acpica/source/components/debugger/dbconvert.c
> +++ b/src/acpica/source/components/debugger/dbconvert.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/debugger/dbdisply.c b/src/acpica/source/components/debugger/dbdisply.c
> index 75e3e6f8..b434cdc6 100644
> --- a/src/acpica/source/components/debugger/dbdisply.c
> +++ b/src/acpica/source/components/debugger/dbdisply.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/debugger/dbexec.c b/src/acpica/source/components/debugger/dbexec.c
> index 5fd05f5a..26cc73f9 100644
> --- a/src/acpica/source/components/debugger/dbexec.c
> +++ b/src/acpica/source/components/debugger/dbexec.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/debugger/dbfileio.c b/src/acpica/source/components/debugger/dbfileio.c
> index 5a51ac77..70b9650a 100644
> --- a/src/acpica/source/components/debugger/dbfileio.c
> +++ b/src/acpica/source/components/debugger/dbfileio.c
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/debugger/dbhistry.c b/src/acpica/source/components/debugger/dbhistry.c
> index b9b2ed87..d5ae07f9 100644
> --- a/src/acpica/source/components/debugger/dbhistry.c
> +++ b/src/acpica/source/components/debugger/dbhistry.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/debugger/dbinput.c b/src/acpica/source/components/debugger/dbinput.c
> index 15e9f351..d0b77e77 100644
> --- a/src/acpica/source/components/debugger/dbinput.c
> +++ b/src/acpica/source/components/debugger/dbinput.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/debugger/dbmethod.c b/src/acpica/source/components/debugger/dbmethod.c
> index d259a3ef..4e9a8b53 100644
> --- a/src/acpica/source/components/debugger/dbmethod.c
> +++ b/src/acpica/source/components/debugger/dbmethod.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/debugger/dbnames.c b/src/acpica/source/components/debugger/dbnames.c
> index f680e1e7..b7b45ecf 100644
> --- a/src/acpica/source/components/debugger/dbnames.c
> +++ b/src/acpica/source/components/debugger/dbnames.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/debugger/dbobject.c b/src/acpica/source/components/debugger/dbobject.c
> index a5af85d6..5b98319a 100644
> --- a/src/acpica/source/components/debugger/dbobject.c
> +++ b/src/acpica/source/components/debugger/dbobject.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/debugger/dbstats.c b/src/acpica/source/components/debugger/dbstats.c
> index 258e2ebc..7cca32f7 100644
> --- a/src/acpica/source/components/debugger/dbstats.c
> +++ b/src/acpica/source/components/debugger/dbstats.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/debugger/dbtest.c b/src/acpica/source/components/debugger/dbtest.c
> index 56d3cd74..cb9c7214 100644
> --- a/src/acpica/source/components/debugger/dbtest.c
> +++ b/src/acpica/source/components/debugger/dbtest.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/debugger/dbutils.c b/src/acpica/source/components/debugger/dbutils.c
> index 128304e9..338d1fc2 100644
> --- a/src/acpica/source/components/debugger/dbutils.c
> +++ b/src/acpica/source/components/debugger/dbutils.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/debugger/dbxface.c b/src/acpica/source/components/debugger/dbxface.c
> index f84db8c9..472e30df 100644
> --- a/src/acpica/source/components/debugger/dbxface.c
> +++ b/src/acpica/source/components/debugger/dbxface.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/disassembler/dmbuffer.c b/src/acpica/source/components/disassembler/dmbuffer.c
> index 810f727f..208fb84f 100644
> --- a/src/acpica/source/components/disassembler/dmbuffer.c
> +++ b/src/acpica/source/components/disassembler/dmbuffer.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/disassembler/dmcstyle.c b/src/acpica/source/components/disassembler/dmcstyle.c
> index c8541aaf..991b8714 100644
> --- a/src/acpica/source/components/disassembler/dmcstyle.c
> +++ b/src/acpica/source/components/disassembler/dmcstyle.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/disassembler/dmdeferred.c b/src/acpica/source/components/disassembler/dmdeferred.c
> index d947d011..23e1c58f 100644
> --- a/src/acpica/source/components/disassembler/dmdeferred.c
> +++ b/src/acpica/source/components/disassembler/dmdeferred.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/disassembler/dmnames.c b/src/acpica/source/components/disassembler/dmnames.c
> index c596ab42..85da9964 100644
> --- a/src/acpica/source/components/disassembler/dmnames.c
> +++ b/src/acpica/source/components/disassembler/dmnames.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/disassembler/dmopcode.c b/src/acpica/source/components/disassembler/dmopcode.c
> index 1372a0f2..80cf72f9 100644
> --- a/src/acpica/source/components/disassembler/dmopcode.c
> +++ b/src/acpica/source/components/disassembler/dmopcode.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/disassembler/dmresrc.c b/src/acpica/source/components/disassembler/dmresrc.c
> index a3403322..12cf5e6b 100644
> --- a/src/acpica/source/components/disassembler/dmresrc.c
> +++ b/src/acpica/source/components/disassembler/dmresrc.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/disassembler/dmresrcl.c b/src/acpica/source/components/disassembler/dmresrcl.c
> index e9d391df..b30316b8 100644
> --- a/src/acpica/source/components/disassembler/dmresrcl.c
> +++ b/src/acpica/source/components/disassembler/dmresrcl.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/disassembler/dmresrcl2.c b/src/acpica/source/components/disassembler/dmresrcl2.c
> index a2a85dfd..e98a15db 100644
> --- a/src/acpica/source/components/disassembler/dmresrcl2.c
> +++ b/src/acpica/source/components/disassembler/dmresrcl2.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/disassembler/dmresrcs.c b/src/acpica/source/components/disassembler/dmresrcs.c
> index 5f5c7eda..f323329f 100644
> --- a/src/acpica/source/components/disassembler/dmresrcs.c
> +++ b/src/acpica/source/components/disassembler/dmresrcs.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/disassembler/dmutils.c b/src/acpica/source/components/disassembler/dmutils.c
> index 22c201a8..1c1e400e 100644
> --- a/src/acpica/source/components/disassembler/dmutils.c
> +++ b/src/acpica/source/components/disassembler/dmutils.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/disassembler/dmwalk.c b/src/acpica/source/components/disassembler/dmwalk.c
> index 2359468f..75d75eab 100644
> --- a/src/acpica/source/components/disassembler/dmwalk.c
> +++ b/src/acpica/source/components/disassembler/dmwalk.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/dispatcher/dsargs.c b/src/acpica/source/components/dispatcher/dsargs.c
> index 22823d7f..4a24160c 100644
> --- a/src/acpica/source/components/dispatcher/dsargs.c
> +++ b/src/acpica/source/components/dispatcher/dsargs.c
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/dispatcher/dscontrol.c b/src/acpica/source/components/dispatcher/dscontrol.c
> index 32632c54..8b860a55 100644
> --- a/src/acpica/source/components/dispatcher/dscontrol.c
> +++ b/src/acpica/source/components/dispatcher/dscontrol.c
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/dispatcher/dsdebug.c b/src/acpica/source/components/dispatcher/dsdebug.c
> index 68d3fc2f..26504c5a 100644
> --- a/src/acpica/source/components/dispatcher/dsdebug.c
> +++ b/src/acpica/source/components/dispatcher/dsdebug.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/dispatcher/dsfield.c b/src/acpica/source/components/dispatcher/dsfield.c
> index f4199078..90f895b7 100644
> --- a/src/acpica/source/components/dispatcher/dsfield.c
> +++ b/src/acpica/source/components/dispatcher/dsfield.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/dispatcher/dsinit.c b/src/acpica/source/components/dispatcher/dsinit.c
> index 45f861c8..82857cb6 100644
> --- a/src/acpica/source/components/dispatcher/dsinit.c
> +++ b/src/acpica/source/components/dispatcher/dsinit.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/dispatcher/dsmethod.c b/src/acpica/source/components/dispatcher/dsmethod.c
> index 43d6ee1a..fd56bd50 100644
> --- a/src/acpica/source/components/dispatcher/dsmethod.c
> +++ b/src/acpica/source/components/dispatcher/dsmethod.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/dispatcher/dsmthdat.c b/src/acpica/source/components/dispatcher/dsmthdat.c
> index 5f06cb90..ab0a9d11 100644
> --- a/src/acpica/source/components/dispatcher/dsmthdat.c
> +++ b/src/acpica/source/components/dispatcher/dsmthdat.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/dispatcher/dsobject.c b/src/acpica/source/components/dispatcher/dsobject.c
> index 0bd9c39e..20dd20c1 100644
> --- a/src/acpica/source/components/dispatcher/dsobject.c
> +++ b/src/acpica/source/components/dispatcher/dsobject.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/dispatcher/dsopcode.c b/src/acpica/source/components/dispatcher/dsopcode.c
> index a4e97b2c..153cd89a 100644
> --- a/src/acpica/source/components/dispatcher/dsopcode.c
> +++ b/src/acpica/source/components/dispatcher/dsopcode.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/dispatcher/dspkginit.c b/src/acpica/source/components/dispatcher/dspkginit.c
> index 6e2ede02..06c03414 100644
> --- a/src/acpica/source/components/dispatcher/dspkginit.c
> +++ b/src/acpica/source/components/dispatcher/dspkginit.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/dispatcher/dsutils.c b/src/acpica/source/components/dispatcher/dsutils.c
> index 3334c0a6..0bb4fb2d 100644
> --- a/src/acpica/source/components/dispatcher/dsutils.c
> +++ b/src/acpica/source/components/dispatcher/dsutils.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/dispatcher/dswexec.c b/src/acpica/source/components/dispatcher/dswexec.c
> index 87e692a0..addc06e1 100644
> --- a/src/acpica/source/components/dispatcher/dswexec.c
> +++ b/src/acpica/source/components/dispatcher/dswexec.c
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/dispatcher/dswload.c b/src/acpica/source/components/dispatcher/dswload.c
> index be2f4a2b..a9b22dd1 100644
> --- a/src/acpica/source/components/dispatcher/dswload.c
> +++ b/src/acpica/source/components/dispatcher/dswload.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/dispatcher/dswload2.c b/src/acpica/source/components/dispatcher/dswload2.c
> index 76148af3..0311d0d9 100644
> --- a/src/acpica/source/components/dispatcher/dswload2.c
> +++ b/src/acpica/source/components/dispatcher/dswload2.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/dispatcher/dswscope.c b/src/acpica/source/components/dispatcher/dswscope.c
> index b1bc7de8..bc360b66 100644
> --- a/src/acpica/source/components/dispatcher/dswscope.c
> +++ b/src/acpica/source/components/dispatcher/dswscope.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/dispatcher/dswstate.c b/src/acpica/source/components/dispatcher/dswstate.c
> index a523e548..9f79601f 100644
> --- a/src/acpica/source/components/dispatcher/dswstate.c
> +++ b/src/acpica/source/components/dispatcher/dswstate.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/events/evevent.c b/src/acpica/source/components/events/evevent.c
> index 0afc7473..b9359608 100644
> --- a/src/acpica/source/components/events/evevent.c
> +++ b/src/acpica/source/components/events/evevent.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/events/evglock.c b/src/acpica/source/components/events/evglock.c
> index c4704fb1..1eb740d9 100644
> --- a/src/acpica/source/components/events/evglock.c
> +++ b/src/acpica/source/components/events/evglock.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/events/evgpe.c b/src/acpica/source/components/events/evgpe.c
> index c9906f92..45c506ab 100644
> --- a/src/acpica/source/components/events/evgpe.c
> +++ b/src/acpica/source/components/events/evgpe.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/events/evgpeblk.c b/src/acpica/source/components/events/evgpeblk.c
> index 5a601df5..03bb0b05 100644
> --- a/src/acpica/source/components/events/evgpeblk.c
> +++ b/src/acpica/source/components/events/evgpeblk.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/events/evgpeinit.c b/src/acpica/source/components/events/evgpeinit.c
> index 46df5c59..7a41fae0 100644
> --- a/src/acpica/source/components/events/evgpeinit.c
> +++ b/src/acpica/source/components/events/evgpeinit.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/events/evgpeutil.c b/src/acpica/source/components/events/evgpeutil.c
> index d38c0ae5..679ca698 100644
> --- a/src/acpica/source/components/events/evgpeutil.c
> +++ b/src/acpica/source/components/events/evgpeutil.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/events/evhandler.c b/src/acpica/source/components/events/evhandler.c
> index 4140aaba..9faccba3 100644
> --- a/src/acpica/source/components/events/evhandler.c
> +++ b/src/acpica/source/components/events/evhandler.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/events/evmisc.c b/src/acpica/source/components/events/evmisc.c
> index 85fa57b0..5052a1fd 100644
> --- a/src/acpica/source/components/events/evmisc.c
> +++ b/src/acpica/source/components/events/evmisc.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/events/evregion.c b/src/acpica/source/components/events/evregion.c
> index a62d1c26..4f5bb7e0 100644
> --- a/src/acpica/source/components/events/evregion.c
> +++ b/src/acpica/source/components/events/evregion.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/events/evrgnini.c b/src/acpica/source/components/events/evrgnini.c
> index a58765e3..9327d8f7 100644
> --- a/src/acpica/source/components/events/evrgnini.c
> +++ b/src/acpica/source/components/events/evrgnini.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/events/evsci.c b/src/acpica/source/components/events/evsci.c
> index 37cf3fd0..47ac23f8 100644
> --- a/src/acpica/source/components/events/evsci.c
> +++ b/src/acpica/source/components/events/evsci.c
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/events/evxface.c b/src/acpica/source/components/events/evxface.c
> index a66aba66..01d5f00f 100644
> --- a/src/acpica/source/components/events/evxface.c
> +++ b/src/acpica/source/components/events/evxface.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/events/evxfevnt.c b/src/acpica/source/components/events/evxfevnt.c
> index 5c53aa8a..a3454711 100644
> --- a/src/acpica/source/components/events/evxfevnt.c
> +++ b/src/acpica/source/components/events/evxfevnt.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/events/evxfgpe.c b/src/acpica/source/components/events/evxfgpe.c
> index d652c29f..1fe27e75 100644
> --- a/src/acpica/source/components/events/evxfgpe.c
> +++ b/src/acpica/source/components/events/evxfgpe.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/events/evxfregn.c b/src/acpica/source/components/events/evxfregn.c
> index 17e0c492..9113d8a2 100644
> --- a/src/acpica/source/components/events/evxfregn.c
> +++ b/src/acpica/source/components/events/evxfregn.c
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exconcat.c b/src/acpica/source/components/executer/exconcat.c
> index 14abc690..bd7374e8 100644
> --- a/src/acpica/source/components/executer/exconcat.c
> +++ b/src/acpica/source/components/executer/exconcat.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exconfig.c b/src/acpica/source/components/executer/exconfig.c
> index a46b7d21..301e8830 100644
> --- a/src/acpica/source/components/executer/exconfig.c
> +++ b/src/acpica/source/components/executer/exconfig.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exconvrt.c b/src/acpica/source/components/executer/exconvrt.c
> index 95d27390..4f6077ff 100644
> --- a/src/acpica/source/components/executer/exconvrt.c
> +++ b/src/acpica/source/components/executer/exconvrt.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/excreate.c b/src/acpica/source/components/executer/excreate.c
> index 5a98d4a6..8afae43c 100644
> --- a/src/acpica/source/components/executer/excreate.c
> +++ b/src/acpica/source/components/executer/excreate.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exdebug.c b/src/acpica/source/components/executer/exdebug.c
> index 30848726..39fc7352 100644
> --- a/src/acpica/source/components/executer/exdebug.c
> +++ b/src/acpica/source/components/executer/exdebug.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exdump.c b/src/acpica/source/components/executer/exdump.c
> index fc7c992a..b14cfe84 100644
> --- a/src/acpica/source/components/executer/exdump.c
> +++ b/src/acpica/source/components/executer/exdump.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exfield.c b/src/acpica/source/components/executer/exfield.c
> index 897c2d47..585d21cc 100644
> --- a/src/acpica/source/components/executer/exfield.c
> +++ b/src/acpica/source/components/executer/exfield.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exfldio.c b/src/acpica/source/components/executer/exfldio.c
> index 64be8bf1..6a5a5fe1 100644
> --- a/src/acpica/source/components/executer/exfldio.c
> +++ b/src/acpica/source/components/executer/exfldio.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exmisc.c b/src/acpica/source/components/executer/exmisc.c
> index cec395df..220417b9 100644
> --- a/src/acpica/source/components/executer/exmisc.c
> +++ b/src/acpica/source/components/executer/exmisc.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exmutex.c b/src/acpica/source/components/executer/exmutex.c
> index 4673b10c..010f5bdd 100644
> --- a/src/acpica/source/components/executer/exmutex.c
> +++ b/src/acpica/source/components/executer/exmutex.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exnames.c b/src/acpica/source/components/executer/exnames.c
> index 20c8efae..02590728 100644
> --- a/src/acpica/source/components/executer/exnames.c
> +++ b/src/acpica/source/components/executer/exnames.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exoparg1.c b/src/acpica/source/components/executer/exoparg1.c
> index fa1f8ede..bf40b697 100644
> --- a/src/acpica/source/components/executer/exoparg1.c
> +++ b/src/acpica/source/components/executer/exoparg1.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exoparg2.c b/src/acpica/source/components/executer/exoparg2.c
> index 5f46f803..d1fc7c11 100644
> --- a/src/acpica/source/components/executer/exoparg2.c
> +++ b/src/acpica/source/components/executer/exoparg2.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exoparg3.c b/src/acpica/source/components/executer/exoparg3.c
> index d4b1dff9..02e73bd4 100644
> --- a/src/acpica/source/components/executer/exoparg3.c
> +++ b/src/acpica/source/components/executer/exoparg3.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exoparg6.c b/src/acpica/source/components/executer/exoparg6.c
> index 549c0bc1..23f8e295 100644
> --- a/src/acpica/source/components/executer/exoparg6.c
> +++ b/src/acpica/source/components/executer/exoparg6.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exprep.c b/src/acpica/source/components/executer/exprep.c
> index 3074366d..c7b55c54 100644
> --- a/src/acpica/source/components/executer/exprep.c
> +++ b/src/acpica/source/components/executer/exprep.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exregion.c b/src/acpica/source/components/executer/exregion.c
> index 0985e7a5..2f49eb0a 100644
> --- a/src/acpica/source/components/executer/exregion.c
> +++ b/src/acpica/source/components/executer/exregion.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exresnte.c b/src/acpica/source/components/executer/exresnte.c
> index 064d843e..445a1b5e 100644
> --- a/src/acpica/source/components/executer/exresnte.c
> +++ b/src/acpica/source/components/executer/exresnte.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exresolv.c b/src/acpica/source/components/executer/exresolv.c
> index e4df17a8..78b26041 100644
> --- a/src/acpica/source/components/executer/exresolv.c
> +++ b/src/acpica/source/components/executer/exresolv.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exresop.c b/src/acpica/source/components/executer/exresop.c
> index b0d1c740..619da90f 100644
> --- a/src/acpica/source/components/executer/exresop.c
> +++ b/src/acpica/source/components/executer/exresop.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exserial.c b/src/acpica/source/components/executer/exserial.c
> index 9d5e5587..69ce5316 100644
> --- a/src/acpica/source/components/executer/exserial.c
> +++ b/src/acpica/source/components/executer/exserial.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exstore.c b/src/acpica/source/components/executer/exstore.c
> index d6b9143b..79564db3 100644
> --- a/src/acpica/source/components/executer/exstore.c
> +++ b/src/acpica/source/components/executer/exstore.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exstoren.c b/src/acpica/source/components/executer/exstoren.c
> index db3c8d9e..f43e67cd 100644
> --- a/src/acpica/source/components/executer/exstoren.c
> +++ b/src/acpica/source/components/executer/exstoren.c
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exstorob.c b/src/acpica/source/components/executer/exstorob.c
> index edad3c44..1ed93734 100644
> --- a/src/acpica/source/components/executer/exstorob.c
> +++ b/src/acpica/source/components/executer/exstorob.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exsystem.c b/src/acpica/source/components/executer/exsystem.c
> index f10cc1c0..cf10a5e7 100644
> --- a/src/acpica/source/components/executer/exsystem.c
> +++ b/src/acpica/source/components/executer/exsystem.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/extrace.c b/src/acpica/source/components/executer/extrace.c
> index 8cb487e1..22c2b8bb 100644
> --- a/src/acpica/source/components/executer/extrace.c
> +++ b/src/acpica/source/components/executer/extrace.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/executer/exutils.c b/src/acpica/source/components/executer/exutils.c
> index d7357e35..86114c8e 100644
> --- a/src/acpica/source/components/executer/exutils.c
> +++ b/src/acpica/source/components/executer/exutils.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/hardware/hwacpi.c b/src/acpica/source/components/hardware/hwacpi.c
> index 2459b345..71b71cbc 100644
> --- a/src/acpica/source/components/hardware/hwacpi.c
> +++ b/src/acpica/source/components/hardware/hwacpi.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/hardware/hwesleep.c b/src/acpica/source/components/hardware/hwesleep.c
> index 0e10e2ad..fcc28581 100644
> --- a/src/acpica/source/components/hardware/hwesleep.c
> +++ b/src/acpica/source/components/hardware/hwesleep.c
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/hardware/hwgpe.c b/src/acpica/source/components/hardware/hwgpe.c
> index c7b7a469..bf333a3f 100644
> --- a/src/acpica/source/components/hardware/hwgpe.c
> +++ b/src/acpica/source/components/hardware/hwgpe.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/hardware/hwpci.c b/src/acpica/source/components/hardware/hwpci.c
> index ab2f5c1b..1b0721e3 100644
> --- a/src/acpica/source/components/hardware/hwpci.c
> +++ b/src/acpica/source/components/hardware/hwpci.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/hardware/hwregs.c b/src/acpica/source/components/hardware/hwregs.c
> index c38f752a..712a0887 100644
> --- a/src/acpica/source/components/hardware/hwregs.c
> +++ b/src/acpica/source/components/hardware/hwregs.c
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/hardware/hwsleep.c b/src/acpica/source/components/hardware/hwsleep.c
> index d503f1cf..d85d0478 100644
> --- a/src/acpica/source/components/hardware/hwsleep.c
> +++ b/src/acpica/source/components/hardware/hwsleep.c
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/hardware/hwvalid.c b/src/acpica/source/components/hardware/hwvalid.c
> index d296d1b8..96b5ac7e 100644
> --- a/src/acpica/source/components/hardware/hwvalid.c
> +++ b/src/acpica/source/components/hardware/hwvalid.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/hardware/hwxface.c b/src/acpica/source/components/hardware/hwxface.c
> index 342b5f18..5daed99a 100644
> --- a/src/acpica/source/components/hardware/hwxface.c
> +++ b/src/acpica/source/components/hardware/hwxface.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/hardware/hwxfsleep.c b/src/acpica/source/components/hardware/hwxfsleep.c
> index 06462185..26b48ccb 100644
> --- a/src/acpica/source/components/hardware/hwxfsleep.c
> +++ b/src/acpica/source/components/hardware/hwxfsleep.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nsaccess.c b/src/acpica/source/components/namespace/nsaccess.c
> index f9227ee4..c332896f 100644
> --- a/src/acpica/source/components/namespace/nsaccess.c
> +++ b/src/acpica/source/components/namespace/nsaccess.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nsalloc.c b/src/acpica/source/components/namespace/nsalloc.c
> index e7564871..1deb87c6 100644
> --- a/src/acpica/source/components/namespace/nsalloc.c
> +++ b/src/acpica/source/components/namespace/nsalloc.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nsarguments.c b/src/acpica/source/components/namespace/nsarguments.c
> index 1a2d1099..fe511565 100644
> --- a/src/acpica/source/components/namespace/nsarguments.c
> +++ b/src/acpica/source/components/namespace/nsarguments.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nsconvert.c b/src/acpica/source/components/namespace/nsconvert.c
> index dc913661..7d68386d 100644
> --- a/src/acpica/source/components/namespace/nsconvert.c
> +++ b/src/acpica/source/components/namespace/nsconvert.c
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nsdump.c b/src/acpica/source/components/namespace/nsdump.c
> index cfde13b5..63a449ab 100644
> --- a/src/acpica/source/components/namespace/nsdump.c
> +++ b/src/acpica/source/components/namespace/nsdump.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nsdumpdv.c b/src/acpica/source/components/namespace/nsdumpdv.c
> index 97f0bc8c..55ab899d 100644
> --- a/src/acpica/source/components/namespace/nsdumpdv.c
> +++ b/src/acpica/source/components/namespace/nsdumpdv.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nseval.c b/src/acpica/source/components/namespace/nseval.c
> index f16dadd4..1b80202b 100644
> --- a/src/acpica/source/components/namespace/nseval.c
> +++ b/src/acpica/source/components/namespace/nseval.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nsinit.c b/src/acpica/source/components/namespace/nsinit.c
> index 4a83f3da..cc15644f 100644
> --- a/src/acpica/source/components/namespace/nsinit.c
> +++ b/src/acpica/source/components/namespace/nsinit.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nsload.c b/src/acpica/source/components/namespace/nsload.c
> index bea0ae43..0a368ab3 100644
> --- a/src/acpica/source/components/namespace/nsload.c
> +++ b/src/acpica/source/components/namespace/nsload.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nsnames.c b/src/acpica/source/components/namespace/nsnames.c
> index a27a87f0..4c0f6991 100644
> --- a/src/acpica/source/components/namespace/nsnames.c
> +++ b/src/acpica/source/components/namespace/nsnames.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nsobject.c b/src/acpica/source/components/namespace/nsobject.c
> index 6de2a297..529d816f 100644
> --- a/src/acpica/source/components/namespace/nsobject.c
> +++ b/src/acpica/source/components/namespace/nsobject.c
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nsparse.c b/src/acpica/source/components/namespace/nsparse.c
> index f10db0e4..5f7973aa 100644
> --- a/src/acpica/source/components/namespace/nsparse.c
> +++ b/src/acpica/source/components/namespace/nsparse.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nspredef.c b/src/acpica/source/components/namespace/nspredef.c
> index 7f7965f2..410eaeb0 100644
> --- a/src/acpica/source/components/namespace/nspredef.c
> +++ b/src/acpica/source/components/namespace/nspredef.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nsprepkg.c b/src/acpica/source/components/namespace/nsprepkg.c
> index 689d2c16..e56bcb5d 100644
> --- a/src/acpica/source/components/namespace/nsprepkg.c
> +++ b/src/acpica/source/components/namespace/nsprepkg.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nsrepair.c b/src/acpica/source/components/namespace/nsrepair.c
> index fa198603..24094714 100644
> --- a/src/acpica/source/components/namespace/nsrepair.c
> +++ b/src/acpica/source/components/namespace/nsrepair.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nsrepair2.c b/src/acpica/source/components/namespace/nsrepair2.c
> index 57c229a8..8ec425ee 100644
> --- a/src/acpica/source/components/namespace/nsrepair2.c
> +++ b/src/acpica/source/components/namespace/nsrepair2.c
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nssearch.c b/src/acpica/source/components/namespace/nssearch.c
> index f4b2e71e..408a38e6 100644
> --- a/src/acpica/source/components/namespace/nssearch.c
> +++ b/src/acpica/source/components/namespace/nssearch.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nsutils.c b/src/acpica/source/components/namespace/nsutils.c
> index 6df0d087..1ce7fe40 100644
> --- a/src/acpica/source/components/namespace/nsutils.c
> +++ b/src/acpica/source/components/namespace/nsutils.c
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nswalk.c b/src/acpica/source/components/namespace/nswalk.c
> index 3772b09d..50c5ed5b 100644
> --- a/src/acpica/source/components/namespace/nswalk.c
> +++ b/src/acpica/source/components/namespace/nswalk.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nsxfeval.c b/src/acpica/source/components/namespace/nsxfeval.c
> index ee7334ec..b067f6e8 100644
> --- a/src/acpica/source/components/namespace/nsxfeval.c
> +++ b/src/acpica/source/components/namespace/nsxfeval.c
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nsxfname.c b/src/acpica/source/components/namespace/nsxfname.c
> index 53a2f4bf..7a7393b6 100644
> --- a/src/acpica/source/components/namespace/nsxfname.c
> +++ b/src/acpica/source/components/namespace/nsxfname.c
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/namespace/nsxfobj.c b/src/acpica/source/components/namespace/nsxfobj.c
> index de793323..fb08e76f 100644
> --- a/src/acpica/source/components/namespace/nsxfobj.c
> +++ b/src/acpica/source/components/namespace/nsxfobj.c
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/parser/psargs.c b/src/acpica/source/components/parser/psargs.c
> index fb12620c..895feba0 100644
> --- a/src/acpica/source/components/parser/psargs.c
> +++ b/src/acpica/source/components/parser/psargs.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/parser/psloop.c b/src/acpica/source/components/parser/psloop.c
> index 6ccac910..478256f2 100644
> --- a/src/acpica/source/components/parser/psloop.c
> +++ b/src/acpica/source/components/parser/psloop.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/parser/psobject.c b/src/acpica/source/components/parser/psobject.c
> index 43915897..c0c3e965 100644
> --- a/src/acpica/source/components/parser/psobject.c
> +++ b/src/acpica/source/components/parser/psobject.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/parser/psopcode.c b/src/acpica/source/components/parser/psopcode.c
> index fdea6b56..4f153303 100644
> --- a/src/acpica/source/components/parser/psopcode.c
> +++ b/src/acpica/source/components/parser/psopcode.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/parser/psopinfo.c b/src/acpica/source/components/parser/psopinfo.c
> index f631f089..30447c78 100644
> --- a/src/acpica/source/components/parser/psopinfo.c
> +++ b/src/acpica/source/components/parser/psopinfo.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/parser/psparse.c b/src/acpica/source/components/parser/psparse.c
> index 16458bc3..3b2a3c4c 100644
> --- a/src/acpica/source/components/parser/psparse.c
> +++ b/src/acpica/source/components/parser/psparse.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/parser/psscope.c b/src/acpica/source/components/parser/psscope.c
> index aae7b1ba..cbe575dc 100644
> --- a/src/acpica/source/components/parser/psscope.c
> +++ b/src/acpica/source/components/parser/psscope.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/parser/pstree.c b/src/acpica/source/components/parser/pstree.c
> index 1ec1f92e..7f92b773 100644
> --- a/src/acpica/source/components/parser/pstree.c
> +++ b/src/acpica/source/components/parser/pstree.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/parser/psutils.c b/src/acpica/source/components/parser/psutils.c
> index faff3f26..223f68db 100644
> --- a/src/acpica/source/components/parser/psutils.c
> +++ b/src/acpica/source/components/parser/psutils.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/parser/pswalk.c b/src/acpica/source/components/parser/pswalk.c
> index cb0ecbee..0d5b78dd 100644
> --- a/src/acpica/source/components/parser/pswalk.c
> +++ b/src/acpica/source/components/parser/pswalk.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/parser/psxface.c b/src/acpica/source/components/parser/psxface.c
> index 9e9a8acb..102033fe 100644
> --- a/src/acpica/source/components/parser/psxface.c
> +++ b/src/acpica/source/components/parser/psxface.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/resources/rsaddr.c b/src/acpica/source/components/resources/rsaddr.c
> index d1d34817..06f8c44a 100644
> --- a/src/acpica/source/components/resources/rsaddr.c
> +++ b/src/acpica/source/components/resources/rsaddr.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/resources/rscalc.c b/src/acpica/source/components/resources/rscalc.c
> index 4b050b90..d435323f 100644
> --- a/src/acpica/source/components/resources/rscalc.c
> +++ b/src/acpica/source/components/resources/rscalc.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/resources/rscreate.c b/src/acpica/source/components/resources/rscreate.c
> index c0348b94..8443d752 100644
> --- a/src/acpica/source/components/resources/rscreate.c
> +++ b/src/acpica/source/components/resources/rscreate.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/resources/rsdump.c b/src/acpica/source/components/resources/rsdump.c
> index 6d556645..7f597f16 100644
> --- a/src/acpica/source/components/resources/rsdump.c
> +++ b/src/acpica/source/components/resources/rsdump.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/resources/rsdumpinfo.c b/src/acpica/source/components/resources/rsdumpinfo.c
> index 5d32516d..f1688120 100644
> --- a/src/acpica/source/components/resources/rsdumpinfo.c
> +++ b/src/acpica/source/components/resources/rsdumpinfo.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/resources/rsinfo.c b/src/acpica/source/components/resources/rsinfo.c
> index cba09fc4..b3a7180a 100644
> --- a/src/acpica/source/components/resources/rsinfo.c
> +++ b/src/acpica/source/components/resources/rsinfo.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/resources/rsio.c b/src/acpica/source/components/resources/rsio.c
> index bd2cdabb..4be6a7d1 100644
> --- a/src/acpica/source/components/resources/rsio.c
> +++ b/src/acpica/source/components/resources/rsio.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/resources/rsirq.c b/src/acpica/source/components/resources/rsirq.c
> index 30f0abfb..1a44bdbe 100644
> --- a/src/acpica/source/components/resources/rsirq.c
> +++ b/src/acpica/source/components/resources/rsirq.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/resources/rslist.c b/src/acpica/source/components/resources/rslist.c
> index c78cfd01..4ee8aa63 100644
> --- a/src/acpica/source/components/resources/rslist.c
> +++ b/src/acpica/source/components/resources/rslist.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/resources/rsmemory.c b/src/acpica/source/components/resources/rsmemory.c
> index 1bc0e2ec..e5562a04 100644
> --- a/src/acpica/source/components/resources/rsmemory.c
> +++ b/src/acpica/source/components/resources/rsmemory.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/resources/rsmisc.c b/src/acpica/source/components/resources/rsmisc.c
> index 900d370f..31a7d9ee 100644
> --- a/src/acpica/source/components/resources/rsmisc.c
> +++ b/src/acpica/source/components/resources/rsmisc.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/resources/rsserial.c b/src/acpica/source/components/resources/rsserial.c
> index 8f1920c7..2df8eb77 100644
> --- a/src/acpica/source/components/resources/rsserial.c
> +++ b/src/acpica/source/components/resources/rsserial.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/resources/rsutils.c b/src/acpica/source/components/resources/rsutils.c
> index ec8a3217..6aa28337 100644
> --- a/src/acpica/source/components/resources/rsutils.c
> +++ b/src/acpica/source/components/resources/rsutils.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/resources/rsxface.c b/src/acpica/source/components/resources/rsxface.c
> index e11cf600..3f055af4 100644
> --- a/src/acpica/source/components/resources/rsxface.c
> +++ b/src/acpica/source/components/resources/rsxface.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/tables/tbdata.c b/src/acpica/source/components/tables/tbdata.c
> index 154b967b..522234d9 100644
> --- a/src/acpica/source/components/tables/tbdata.c
> +++ b/src/acpica/source/components/tables/tbdata.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/tables/tbfadt.c b/src/acpica/source/components/tables/tbfadt.c
> index 3147e832..8196e7af 100644
> --- a/src/acpica/source/components/tables/tbfadt.c
> +++ b/src/acpica/source/components/tables/tbfadt.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/tables/tbfind.c b/src/acpica/source/components/tables/tbfind.c
> index 5ed6a71b..1bc21b3e 100644
> --- a/src/acpica/source/components/tables/tbfind.c
> +++ b/src/acpica/source/components/tables/tbfind.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/tables/tbinstal.c b/src/acpica/source/components/tables/tbinstal.c
> index 0df61084..dcbb2a74 100644
> --- a/src/acpica/source/components/tables/tbinstal.c
> +++ b/src/acpica/source/components/tables/tbinstal.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/tables/tbprint.c b/src/acpica/source/components/tables/tbprint.c
> index 8eb30f8c..392ff95a 100644
> --- a/src/acpica/source/components/tables/tbprint.c
> +++ b/src/acpica/source/components/tables/tbprint.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/tables/tbutils.c b/src/acpica/source/components/tables/tbutils.c
> index c1866918..6316f258 100644
> --- a/src/acpica/source/components/tables/tbutils.c
> +++ b/src/acpica/source/components/tables/tbutils.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/tables/tbxface.c b/src/acpica/source/components/tables/tbxface.c
> index 682cb5a8..d861d9e6 100644
> --- a/src/acpica/source/components/tables/tbxface.c
> +++ b/src/acpica/source/components/tables/tbxface.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/tables/tbxfload.c b/src/acpica/source/components/tables/tbxfload.c
> index b886e8c4..046487ba 100644
> --- a/src/acpica/source/components/tables/tbxfload.c
> +++ b/src/acpica/source/components/tables/tbxfload.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/tables/tbxfroot.c b/src/acpica/source/components/tables/tbxfroot.c
> index 5fa5a6ef..ed33c9b6 100644
> --- a/src/acpica/source/components/tables/tbxfroot.c
> +++ b/src/acpica/source/components/tables/tbxfroot.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utaddress.c b/src/acpica/source/components/utilities/utaddress.c
> index ff7f540a..92039cfa 100644
> --- a/src/acpica/source/components/utilities/utaddress.c
> +++ b/src/acpica/source/components/utilities/utaddress.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utalloc.c b/src/acpica/source/components/utilities/utalloc.c
> index 4ff85feb..276a5319 100644
> --- a/src/acpica/source/components/utilities/utalloc.c
> +++ b/src/acpica/source/components/utilities/utalloc.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utascii.c b/src/acpica/source/components/utilities/utascii.c
> index c28e8947..a375e44d 100644
> --- a/src/acpica/source/components/utilities/utascii.c
> +++ b/src/acpica/source/components/utilities/utascii.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utbuffer.c b/src/acpica/source/components/utilities/utbuffer.c
> index 5d68e3ce..214ff20b 100644
> --- a/src/acpica/source/components/utilities/utbuffer.c
> +++ b/src/acpica/source/components/utilities/utbuffer.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utcache.c b/src/acpica/source/components/utilities/utcache.c
> index 7f3a73a7..4e5de96f 100644
> --- a/src/acpica/source/components/utilities/utcache.c
> +++ b/src/acpica/source/components/utilities/utcache.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utcopy.c b/src/acpica/source/components/utilities/utcopy.c
> index 37ff888e..32941648 100644
> --- a/src/acpica/source/components/utilities/utcopy.c
> +++ b/src/acpica/source/components/utilities/utcopy.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utdebug.c b/src/acpica/source/components/utilities/utdebug.c
> index 16696b1f..6d8ab27b 100644
> --- a/src/acpica/source/components/utilities/utdebug.c
> +++ b/src/acpica/source/components/utilities/utdebug.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utdecode.c b/src/acpica/source/components/utilities/utdecode.c
> index d7f2b5cc..11818b4f 100644
> --- a/src/acpica/source/components/utilities/utdecode.c
> +++ b/src/acpica/source/components/utilities/utdecode.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utdelete.c b/src/acpica/source/components/utilities/utdelete.c
> index 0e0500a0..2cf71aee 100644
> --- a/src/acpica/source/components/utilities/utdelete.c
> +++ b/src/acpica/source/components/utilities/utdelete.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/uterror.c b/src/acpica/source/components/utilities/uterror.c
> index af412bef..51ce8d59 100644
> --- a/src/acpica/source/components/utilities/uterror.c
> +++ b/src/acpica/source/components/utilities/uterror.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/uteval.c b/src/acpica/source/components/utilities/uteval.c
> index 92316f71..9e30ee8d 100644
> --- a/src/acpica/source/components/utilities/uteval.c
> +++ b/src/acpica/source/components/utilities/uteval.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utexcep.c b/src/acpica/source/components/utilities/utexcep.c
> index 221e1fe2..4e7e3f55 100644
> --- a/src/acpica/source/components/utilities/utexcep.c
> +++ b/src/acpica/source/components/utilities/utexcep.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utglobal.c b/src/acpica/source/components/utilities/utglobal.c
> index 806a9406..65189ff2 100644
> --- a/src/acpica/source/components/utilities/utglobal.c
> +++ b/src/acpica/source/components/utilities/utglobal.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/uthex.c b/src/acpica/source/components/utilities/uthex.c
> index a922cb48..5cbc8fa6 100644
> --- a/src/acpica/source/components/utilities/uthex.c
> +++ b/src/acpica/source/components/utilities/uthex.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utids.c b/src/acpica/source/components/utilities/utids.c
> index 34ae697a..4ef4fcca 100644
> --- a/src/acpica/source/components/utilities/utids.c
> +++ b/src/acpica/source/components/utilities/utids.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utinit.c b/src/acpica/source/components/utilities/utinit.c
> index 87b3b5e5..27f1e37b 100644
> --- a/src/acpica/source/components/utilities/utinit.c
> +++ b/src/acpica/source/components/utilities/utinit.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utlock.c b/src/acpica/source/components/utilities/utlock.c
> index 7ab4eb74..a1501189 100644
> --- a/src/acpica/source/components/utilities/utlock.c
> +++ b/src/acpica/source/components/utilities/utlock.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utmath.c b/src/acpica/source/components/utilities/utmath.c
> index b736d835..2580cb6e 100644
> --- a/src/acpica/source/components/utilities/utmath.c
> +++ b/src/acpica/source/components/utilities/utmath.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utmisc.c b/src/acpica/source/components/utilities/utmisc.c
> index 84fbfb31..f2db74e8 100644
> --- a/src/acpica/source/components/utilities/utmisc.c
> +++ b/src/acpica/source/components/utilities/utmisc.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utmutex.c b/src/acpica/source/components/utilities/utmutex.c
> index 8bdfbd3c..b723f5b2 100644
> --- a/src/acpica/source/components/utilities/utmutex.c
> +++ b/src/acpica/source/components/utilities/utmutex.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utnonansi.c b/src/acpica/source/components/utilities/utnonansi.c
> index b16b1f07..cf3763bc 100644
> --- a/src/acpica/source/components/utilities/utnonansi.c
> +++ b/src/acpica/source/components/utilities/utnonansi.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utobject.c b/src/acpica/source/components/utilities/utobject.c
> index 71244e51..8b3dcd5f 100644
> --- a/src/acpica/source/components/utilities/utobject.c
> +++ b/src/acpica/source/components/utilities/utobject.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utosi.c b/src/acpica/source/components/utilities/utosi.c
> index e5d782d9..61867f71 100644
> --- a/src/acpica/source/components/utilities/utosi.c
> +++ b/src/acpica/source/components/utilities/utosi.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utownerid.c b/src/acpica/source/components/utilities/utownerid.c
> index dd880f86..2bea3e57 100644
> --- a/src/acpica/source/components/utilities/utownerid.c
> +++ b/src/acpica/source/components/utilities/utownerid.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utpredef.c b/src/acpica/source/components/utilities/utpredef.c
> index d6d98d0f..c9a830c2 100644
> --- a/src/acpica/source/components/utilities/utpredef.c
> +++ b/src/acpica/source/components/utilities/utpredef.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utresdecode.c b/src/acpica/source/components/utilities/utresdecode.c
> index 80d6a80e..e7c10afa 100644
> --- a/src/acpica/source/components/utilities/utresdecode.c
> +++ b/src/acpica/source/components/utilities/utresdecode.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utresrc.c b/src/acpica/source/components/utilities/utresrc.c
> index 56d9abf1..b7c4aace 100644
> --- a/src/acpica/source/components/utilities/utresrc.c
> +++ b/src/acpica/source/components/utilities/utresrc.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utstate.c b/src/acpica/source/components/utilities/utstate.c
> index 21105320..ac85c002 100644
> --- a/src/acpica/source/components/utilities/utstate.c
> +++ b/src/acpica/source/components/utilities/utstate.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utstring.c b/src/acpica/source/components/utilities/utstring.c
> index f2d6ad7f..5218ebab 100644
> --- a/src/acpica/source/components/utilities/utstring.c
> +++ b/src/acpica/source/components/utilities/utstring.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utstrsuppt.c b/src/acpica/source/components/utilities/utstrsuppt.c
> index c0ea0495..f2a02eab 100644
> --- a/src/acpica/source/components/utilities/utstrsuppt.c
> +++ b/src/acpica/source/components/utilities/utstrsuppt.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utstrtoul64.c b/src/acpica/source/components/utilities/utstrtoul64.c
> index 9815d373..6a121c73 100644
> --- a/src/acpica/source/components/utilities/utstrtoul64.c
> +++ b/src/acpica/source/components/utilities/utstrtoul64.c
> @@ -9,7 +9,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/uttrack.c b/src/acpica/source/components/utilities/uttrack.c
> index c4f890a2..b7928b15 100644
> --- a/src/acpica/source/components/utilities/uttrack.c
> +++ b/src/acpica/source/components/utilities/uttrack.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utuuid.c b/src/acpica/source/components/utilities/utuuid.c
> index ebcb07b6..97ae40be 100644
> --- a/src/acpica/source/components/utilities/utuuid.c
> +++ b/src/acpica/source/components/utilities/utuuid.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utxface.c b/src/acpica/source/components/utilities/utxface.c
> index 917a56f5..227d18ca 100644
> --- a/src/acpica/source/components/utilities/utxface.c
> +++ b/src/acpica/source/components/utilities/utxface.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utxferror.c b/src/acpica/source/components/utilities/utxferror.c
> index 6aadf7ec..0c6b1c76 100644
> --- a/src/acpica/source/components/utilities/utxferror.c
> +++ b/src/acpica/source/components/utilities/utxferror.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/components/utilities/utxfinit.c b/src/acpica/source/components/utilities/utxfinit.c
> index 1a731e02..15756cb7 100644
> --- a/src/acpica/source/components/utilities/utxfinit.c
> +++ b/src/acpica/source/components/utilities/utxfinit.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acapps.h b/src/acpica/source/include/acapps.h
> index c17e5748..3f1833c5 100644
> --- a/src/acpica/source/include/acapps.h
> +++ b/src/acpica/source/include/acapps.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> @@ -159,7 +159,7 @@
> /* Common info for tool signons */
>
> #define ACPICA_NAME "Intel ACPI Component Architecture"
> -#define ACPICA_COPYRIGHT "Copyright (c) 2000 - 2020 Intel Corporation"
> +#define ACPICA_COPYRIGHT "Copyright (c) 2000 - 2021 Intel Corporation"
>
> #if ACPI_MACHINE_WIDTH == 64
> #define ACPI_WIDTH " (64-bit version)"
> diff --git a/src/acpica/source/include/acbuffer.h b/src/acpica/source/include/acbuffer.h
> index b27868af..3c541751 100644
> --- a/src/acpica/source/include/acbuffer.h
> +++ b/src/acpica/source/include/acbuffer.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/accommon.h b/src/acpica/source/include/accommon.h
> index 8aa37717..4ef3f5bc 100644
> --- a/src/acpica/source/include/accommon.h
> +++ b/src/acpica/source/include/accommon.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acconfig.h b/src/acpica/source/include/acconfig.h
> index d717aa52..b320a97e 100644
> --- a/src/acpica/source/include/acconfig.h
> +++ b/src/acpica/source/include/acconfig.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acconvert.h b/src/acpica/source/include/acconvert.h
> index 0962a164..b654b18b 100644
> --- a/src/acpica/source/include/acconvert.h
> +++ b/src/acpica/source/include/acconvert.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acdebug.h b/src/acpica/source/include/acdebug.h
> index 41f87320..434745d1 100644
> --- a/src/acpica/source/include/acdebug.h
> +++ b/src/acpica/source/include/acdebug.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acdisasm.h b/src/acpica/source/include/acdisasm.h
> index d0ffe390..94c002da 100644
> --- a/src/acpica/source/include/acdisasm.h
> +++ b/src/acpica/source/include/acdisasm.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> @@ -493,8 +493,6 @@ extern ACPI_DMTABLE_INFO AcpiDmTableInfoMpst1[];
> extern ACPI_DMTABLE_INFO AcpiDmTableInfoMpst2[];
> extern ACPI_DMTABLE_INFO AcpiDmTableInfoMsct[];
> extern ACPI_DMTABLE_INFO AcpiDmTableInfoMsct0[];
> -extern ACPI_DMTABLE_INFO AcpiDmTableInfoMtmr[];
> -extern ACPI_DMTABLE_INFO AcpiDmTableInfoMtmr0[];
> extern ACPI_DMTABLE_INFO AcpiDmTableInfoNfit[];
> extern ACPI_DMTABLE_INFO AcpiDmTableInfoNfitHdr[];
> extern ACPI_DMTABLE_INFO AcpiDmTableInfoNfit0[];
> @@ -567,8 +565,6 @@ extern ACPI_DMTABLE_INFO AcpiDmTableInfoTpm211[];
> extern ACPI_DMTABLE_INFO AcpiDmTableInfoTpm23[];
> extern ACPI_DMTABLE_INFO AcpiDmTableInfoTpm23a[];
> extern ACPI_DMTABLE_INFO AcpiDmTableInfoUefi[];
> -extern ACPI_DMTABLE_INFO AcpiDmTableInfoVrtc[];
> -extern ACPI_DMTABLE_INFO AcpiDmTableInfoVrtc0[];
> extern ACPI_DMTABLE_INFO AcpiDmTableInfoWaet[];
> extern ACPI_DMTABLE_INFO AcpiDmTableInfoWdat[];
> extern ACPI_DMTABLE_INFO AcpiDmTableInfoWdat0[];
> @@ -720,10 +716,6 @@ void
> AcpiDmDumpMsct (
> ACPI_TABLE_HEADER *Table);
>
> -void
> -AcpiDmDumpMtmr (
> - ACPI_TABLE_HEADER *Table);
> -
> void
> AcpiDmDumpNfit (
> ACPI_TABLE_HEADER *Table);
> @@ -784,10 +776,6 @@ void
> AcpiDmDumpTpm2 (
> ACPI_TABLE_HEADER *Table);
>
> -void
> -AcpiDmDumpVrtc (
> - ACPI_TABLE_HEADER *Table);
> -
> void
> AcpiDmDumpWdat (
> ACPI_TABLE_HEADER *Table);
> diff --git a/src/acpica/source/include/acdispat.h b/src/acpica/source/include/acdispat.h
> index 23004eb1..2047779f 100644
> --- a/src/acpica/source/include/acdispat.h
> +++ b/src/acpica/source/include/acdispat.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acevents.h b/src/acpica/source/include/acevents.h
> index 81d9df10..77475ac9 100644
> --- a/src/acpica/source/include/acevents.h
> +++ b/src/acpica/source/include/acevents.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acexcep.h b/src/acpica/source/include/acexcep.h
> index 8cbd7549..6312602e 100644
> --- a/src/acpica/source/include/acexcep.h
> +++ b/src/acpica/source/include/acexcep.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acglobal.h b/src/acpica/source/include/acglobal.h
> index a45ece02..c2107df0 100644
> --- a/src/acpica/source/include/acglobal.h
> +++ b/src/acpica/source/include/acglobal.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/achware.h b/src/acpica/source/include/achware.h
> index 9ff14d95..994e9767 100644
> --- a/src/acpica/source/include/achware.h
> +++ b/src/acpica/source/include/achware.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acinterp.h b/src/acpica/source/include/acinterp.h
> index d5abafca..c6e27cc2 100644
> --- a/src/acpica/source/include/acinterp.h
> +++ b/src/acpica/source/include/acinterp.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/aclocal.h b/src/acpica/source/include/aclocal.h
> index 2c5af2dd..e4f46b88 100644
> --- a/src/acpica/source/include/aclocal.h
> +++ b/src/acpica/source/include/aclocal.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acmacros.h b/src/acpica/source/include/acmacros.h
> index 71cd18e2..a7a79fc8 100644
> --- a/src/acpica/source/include/acmacros.h
> +++ b/src/acpica/source/include/acmacros.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acnames.h b/src/acpica/source/include/acnames.h
> index 571394c1..5e762906 100644
> --- a/src/acpica/source/include/acnames.h
> +++ b/src/acpica/source/include/acnames.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acnamesp.h b/src/acpica/source/include/acnamesp.h
> index 48b36593..2edd99d7 100644
> --- a/src/acpica/source/include/acnamesp.h
> +++ b/src/acpica/source/include/acnamesp.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acobject.h b/src/acpica/source/include/acobject.h
> index 26a4bc35..f047efb8 100644
> --- a/src/acpica/source/include/acobject.h
> +++ b/src/acpica/source/include/acobject.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acopcode.h b/src/acpica/source/include/acopcode.h
> index 6602a631..91cce057 100644
> --- a/src/acpica/source/include/acopcode.h
> +++ b/src/acpica/source/include/acopcode.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acoutput.h b/src/acpica/source/include/acoutput.h
> index e67f1520..1d6aacca 100644
> --- a/src/acpica/source/include/acoutput.h
> +++ b/src/acpica/source/include/acoutput.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acparser.h b/src/acpica/source/include/acparser.h
> index f3551bea..94674d8c 100644
> --- a/src/acpica/source/include/acparser.h
> +++ b/src/acpica/source/include/acparser.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acpi.h b/src/acpica/source/include/acpi.h
> index 866b8c1b..0a50a443 100644
> --- a/src/acpica/source/include/acpi.h
> +++ b/src/acpica/source/include/acpi.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acpiosxf.h b/src/acpica/source/include/acpiosxf.h
> index b1007f5b..af90cb9c 100644
> --- a/src/acpica/source/include/acpiosxf.h
> +++ b/src/acpica/source/include/acpiosxf.h
> @@ -10,7 +10,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acpixf.h b/src/acpica/source/include/acpixf.h
> index 866f22f9..cb24eb4e 100644
> --- a/src/acpica/source/include/acpixf.h
> +++ b/src/acpica/source/include/acpixf.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> @@ -154,7 +154,7 @@
>
> /* Current ACPICA subsystem version in YYYYMMDD format */
>
> -#define ACPI_CA_VERSION 0x20201217
> +#define ACPI_CA_VERSION 0x20210105
>
> #include "acconfig.h"
> #include "actypes.h"
> diff --git a/src/acpica/source/include/acpredef.h b/src/acpica/source/include/acpredef.h
> index 2564fa55..22aece65 100644
> --- a/src/acpica/source/include/acpredef.h
> +++ b/src/acpica/source/include/acpredef.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acresrc.h b/src/acpica/source/include/acresrc.h
> index ef1c5eda..082918d7 100644
> --- a/src/acpica/source/include/acresrc.h
> +++ b/src/acpica/source/include/acresrc.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acrestyp.h b/src/acpica/source/include/acrestyp.h
> index 9415736b..d2cd4c4d 100644
> --- a/src/acpica/source/include/acrestyp.h
> +++ b/src/acpica/source/include/acrestyp.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acstruct.h b/src/acpica/source/include/acstruct.h
> index 039792f0..c07a319d 100644
> --- a/src/acpica/source/include/acstruct.h
> +++ b/src/acpica/source/include/acstruct.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/actables.h b/src/acpica/source/include/actables.h
> index f230bd69..038085c8 100644
> --- a/src/acpica/source/include/actables.h
> +++ b/src/acpica/source/include/actables.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/actbinfo.h b/src/acpica/source/include/actbinfo.h
> index 59c38a29..b10cc9ef 100644
> --- a/src/acpica/source/include/actbinfo.h
> +++ b/src/acpica/source/include/actbinfo.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> @@ -297,7 +297,6 @@
> #define ACPI_MPST1_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_MPST_DATA_HDR,f)
> #define ACPI_MPST2_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_MPST_POWER_DATA,f)
> #define ACPI_MSCT0_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_MSCT_PROXIMITY,f)
> -#define ACPI_MTMR0_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_MTMR_ENTRY,f)
> #define ACPI_NFITH_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_NFIT_HEADER,f)
> #define ACPI_NFIT0_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_NFIT_SYSTEM_ADDRESS,f)
> #define ACPI_NFIT1_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_NFIT_MEMORY_MAP,f)
> @@ -342,7 +341,6 @@
> #define ACPI_TPM2A_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TPM2_TRAILER,f)
> #define ACPI_TPM211_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TPM2_ARM_SMC,f)
> #define ACPI_TPM23A_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TPM23_TRAILER,f)
> -#define ACPI_VRTC0_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_VRTC_ENTRY,f)
> #define ACPI_WDAT0_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_WDAT_ENTRY,f)
>
> /*
> diff --git a/src/acpica/source/include/actbl.h b/src/acpica/source/include/actbl.h
> index cb3641be..f70f1b59 100644
> --- a/src/acpica/source/include/actbl.h
> +++ b/src/acpica/source/include/actbl.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/actbl1.h b/src/acpica/source/include/actbl1.h
> index 47e5f059..5f54ecc0 100644
> --- a/src/acpica/source/include/actbl1.h
> +++ b/src/acpica/source/include/actbl1.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/actbl2.h b/src/acpica/source/include/actbl2.h
> index 2f1dd299..82096fe9 100644
> --- a/src/acpica/source/include/actbl2.h
> +++ b/src/acpica/source/include/actbl2.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> @@ -177,7 +177,6 @@
> #define ACPI_SIG_MPST "MPST" /* Memory Power State Table */
> #define ACPI_SIG_MSCT "MSCT" /* Maximum System Characteristics Table */
> #define ACPI_SIG_MSDM "MSDM" /* Microsoft Data Management Table */
> -#define ACPI_SIG_MTMR "MTMR" /* MID Timer table */
> #define ACPI_SIG_NFIT "NFIT" /* NVDIMM Firmware Interface Table */
> #define ACPI_SIG_PCCT "PCCT" /* Platform Communications Channel Table */
> #define ACPI_SIG_PDTT "PDTT" /* Platform Debug Trigger Table */
> @@ -1244,34 +1243,6 @@ typedef struct acpi_table_msdm
> } ACPI_TABLE_MSDM;
>
>
> -/*******************************************************************************
> - *
> - * MTMR - MID Timer Table
> - * Version 1
> - *
> - * Conforms to "Simple Firmware Interface Specification",
> - * Draft 0.8.2, Oct 19, 2010
> - * NOTE: The ACPI MTMR is equivalent to the SFI MTMR table.
> - *
> - ******************************************************************************/
> -
> -typedef struct acpi_table_mtmr
> -{
> - ACPI_TABLE_HEADER Header; /* Common ACPI table header */
> -
> -} ACPI_TABLE_MTMR;
> -
> -/* MTMR entry */
> -
> -typedef struct acpi_mtmr_entry
> -{
> - ACPI_GENERIC_ADDRESS PhysicalAddress;
> - UINT32 Frequency;
> - UINT32 Irq;
> -
> -} ACPI_MTMR_ENTRY;
> -
> -
> /*******************************************************************************
> *
> * NFIT - NVDIMM Interface Table (ACPI 6.0+)
> diff --git a/src/acpica/source/include/actbl3.h b/src/acpica/source/include/actbl3.h
> index 74d4648a..1c79143b 100644
> --- a/src/acpica/source/include/actbl3.h
> +++ b/src/acpica/source/include/actbl3.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> @@ -177,7 +177,6 @@
> #define ACPI_SIG_TCPA "TCPA" /* Trusted Computing Platform Alliance table */
> #define ACPI_SIG_TPM2 "TPM2" /* Trusted Platform Module 2.0 H/W interface table */
> #define ACPI_SIG_UEFI "UEFI" /* Uefi Boot Optimization Table */
> -#define ACPI_SIG_VRTC "VRTC" /* Virtual Real Time Clock Table */
> #define ACPI_SIG_WAET "WAET" /* Windows ACPI Emulated devices Table */
> #define ACPI_SIG_WDAT "WDAT" /* Watchdog Action Table */
> #define ACPI_SIG_WDDT "WDDT" /* Watchdog Timer Description Table */
> @@ -683,33 +682,6 @@ typedef struct acpi_table_uefi
> } ACPI_TABLE_UEFI;
>
>
> -/*******************************************************************************
> - *
> - * VRTC - Virtual Real Time Clock Table
> - * Version 1
> - *
> - * Conforms to "Simple Firmware Interface Specification",
> - * Draft 0.8.2, Oct 19, 2010
> - * NOTE: The ACPI VRTC is equivalent to The SFI MRTC table.
> - *
> - ******************************************************************************/
> -
> -typedef struct acpi_table_vrtc
> -{
> - ACPI_TABLE_HEADER Header; /* Common ACPI table header */
> -
> -} ACPI_TABLE_VRTC;
> -
> -/* VRTC entry */
> -
> -typedef struct acpi_vrtc_entry
> -{
> - ACPI_GENERIC_ADDRESS PhysicalAddress;
> - UINT32 Irq;
> -
> -} ACPI_VRTC_ENTRY;
> -
> -
> /*******************************************************************************
> *
> * WAET - Windows ACPI Emulated devices Table
> diff --git a/src/acpica/source/include/actypes.h b/src/acpica/source/include/actypes.h
> index 1f0a189a..e98e636a 100644
> --- a/src/acpica/source/include/actypes.h
> +++ b/src/acpica/source/include/actypes.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acutils.h b/src/acpica/source/include/acutils.h
> index aec52ba3..b520f641 100644
> --- a/src/acpica/source/include/acutils.h
> +++ b/src/acpica/source/include/acutils.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/acuuid.h b/src/acpica/source/include/acuuid.h
> index f11b3536..72b253a4 100644
> --- a/src/acpica/source/include/acuuid.h
> +++ b/src/acpica/source/include/acuuid.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/amlcode.h b/src/acpica/source/include/amlcode.h
> index 798031ae..f7ad22a1 100644
> --- a/src/acpica/source/include/amlcode.h
> +++ b/src/acpica/source/include/amlcode.h
> @@ -10,7 +10,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/amlresrc.h b/src/acpica/source/include/amlresrc.h
> index aeb2d9a9..094ab1d9 100644
> --- a/src/acpica/source/include/amlresrc.h
> +++ b/src/acpica/source/include/amlresrc.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/platform/acenv.h b/src/acpica/source/include/platform/acenv.h
> index 15f0c1e8..740d4495 100644
> --- a/src/acpica/source/include/platform/acenv.h
> +++ b/src/acpica/source/include/platform/acenv.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/platform/acenvex.h b/src/acpica/source/include/platform/acenvex.h
> index 2b778cc1..42bb4901 100644
> --- a/src/acpica/source/include/platform/acenvex.h
> +++ b/src/acpica/source/include/platform/acenvex.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/platform/acgcc.h b/src/acpica/source/include/platform/acgcc.h
> index 87433325..57c61717 100644
> --- a/src/acpica/source/include/platform/acgcc.h
> +++ b/src/acpica/source/include/platform/acgcc.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/platform/acgccex.h b/src/acpica/source/include/platform/acgccex.h
> index 1567cedf..61d42852 100644
> --- a/src/acpica/source/include/platform/acgccex.h
> +++ b/src/acpica/source/include/platform/acgccex.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/platform/aclinux.h b/src/acpica/source/include/platform/aclinux.h
> index ff859c49..17fd5113 100644
> --- a/src/acpica/source/include/platform/aclinux.h
> +++ b/src/acpica/source/include/platform/aclinux.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/include/platform/aclinuxex.h b/src/acpica/source/include/platform/aclinuxex.h
> index 0a884ac7..f88559d2 100644
> --- a/src/acpica/source/include/platform/aclinuxex.h
> +++ b/src/acpica/source/include/platform/aclinuxex.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/os_specific/service_layers/osunixxf.c b/src/acpica/source/os_specific/service_layers/osunixxf.c
> index 358a8b88..33fbb0ce 100644
> --- a/src/acpica/source/os_specific/service_layers/osunixxf.c
> +++ b/src/acpica/source/os_specific/service_layers/osunixxf.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/tools/acpiexec/aecommon.h b/src/acpica/source/tools/acpiexec/aecommon.h
> index 9dbb3fac..c325d8f3 100644
> --- a/src/acpica/source/tools/acpiexec/aecommon.h
> +++ b/src/acpica/source/tools/acpiexec/aecommon.h
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/tools/acpiexec/aeexception.c b/src/acpica/source/tools/acpiexec/aeexception.c
> index 0e7a274f..df35aa86 100644
> --- a/src/acpica/source/tools/acpiexec/aeexception.c
> +++ b/src/acpica/source/tools/acpiexec/aeexception.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/tools/acpiexec/aehandlers.c b/src/acpica/source/tools/acpiexec/aehandlers.c
> index a9bcf981..a1abdddd 100644
> --- a/src/acpica/source/tools/acpiexec/aehandlers.c
> +++ b/src/acpica/source/tools/acpiexec/aehandlers.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/tools/acpiexec/aeinitfile.c b/src/acpica/source/tools/acpiexec/aeinitfile.c
> index ce758ed1..d568b50e 100644
> --- a/src/acpica/source/tools/acpiexec/aeinitfile.c
> +++ b/src/acpica/source/tools/acpiexec/aeinitfile.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/tools/acpiexec/aeinstall.c b/src/acpica/source/tools/acpiexec/aeinstall.c
> index 037f54e8..e39c683d 100644
> --- a/src/acpica/source/tools/acpiexec/aeinstall.c
> +++ b/src/acpica/source/tools/acpiexec/aeinstall.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
> diff --git a/src/acpica/source/tools/acpiexec/aeregion.c b/src/acpica/source/tools/acpiexec/aeregion.c
> index edec2a97..faae7347 100644
> --- a/src/acpica/source/tools/acpiexec/aeregion.c
> +++ b/src/acpica/source/tools/acpiexec/aeregion.c
> @@ -8,7 +8,7 @@
> *
> * 1. Copyright Notice
> *
> - * Some or all of this work - Copyright (c) 1999 - 2020, Intel Corp.
> + * Some or all of this work - Copyright (c) 1999 - 2021, Intel Corp.
> * All rights reserved.
> *
> * 2. License
>
Acked-by: Ivan Hu <ivan.hu at canonical.com>
More information about the fwts-devel
mailing list