-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arch/xtensa: migrate to SPDX identifier
Most tools used for compliance and SBOM generation use SPDX identifiers This change brings us a step closer to an easy SBOM generation. Signed-off-by: Alin Jerpelea <[email protected]>
- Loading branch information
1 parent
ecdad3a
commit 7465fef
Showing
24 changed files
with
77 additions
and
189 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
/**************************************************************************** | ||
* arch/xtensa/include/xtensa/xtensa_abi.h | ||
* | ||
* Adapted from use in NuttX by: | ||
* | ||
* Copyright (C) 2016 Gregory Nutt. All rights reserved. | ||
* Author: Gregory Nutt <[email protected]> | ||
* | ||
* Derives from logic originally provided by Cadence Design Systems Inc. | ||
* | ||
* Copyright (c) 2006-2015 Cadence Design Systems Inc. | ||
* SPDX-License-Identifier: MIT | ||
* SPDX-FileCopyrightText: 2016 Gregory Nutt. All rights reserved. | ||
* SPDX-FileCopyrightText: 2005-2015 Cadence Design Systems, Inc. | ||
* SPDX-FileContributor: Gregory Nutt <[email protected]> | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining | ||
* a copy of this software and associated documentation files (the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
/**************************************************************************** | ||
* arch/xtensa/include/xtensa/xtensa_coproc.h | ||
* | ||
* Adapted from use in NuttX by: | ||
* | ||
* Copyright (C) 2016 Gregory Nutt. All rights reserved. | ||
* Author: Gregory Nutt <[email protected]> | ||
* | ||
* Derives from logic originally provided by Cadence Design Systems Inc. | ||
* | ||
* Copyright (c) 2006-2015 Cadence Design Systems Inc. | ||
* SPDX-License-Identifier: MIT | ||
* SPDX-FileCopyrightText: 2016 Gregory Nutt. All rights reserved. | ||
* SPDX-FileCopyrightText: 2005-2015 Cadence Design Systems, Inc. | ||
* SPDX-FileContributor: Gregory Nutt <[email protected]> | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining | ||
* a copy of this software and associated documentation files (the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,10 @@ | ||
/**************************************************************************** | ||
* arch/xtensa/include/xtensa/xtensa_corebits.h | ||
* Xtensa Special Register field positions, masks, values. | ||
* NOTE: This file may be processor configuration dependent. | ||
* | ||
* Adapted from use in NuttX by: | ||
* | ||
* Copyright (C) 2016 Gregory Nutt. All rights reserved. | ||
* Author: Gregory Nutt <[email protected]> | ||
* | ||
* Derives from logic originally provided by Tensilica Inc. | ||
* | ||
* Copyright (c) 2005-2011 Tensilica Inc. | ||
* SPDX-License-Identifier: MIT | ||
* SPDX-FileCopyrightText: 2016 Gregory Nutt. All rights reserved. | ||
* SPDX-FileCopyrightText: 2005-2011 Tensilica Inc. | ||
* SPDX-FileContributor: Gregory Nutt <[email protected]> | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining | ||
* a copy of this software and associated documentation files (the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,10 @@ | ||
/**************************************************************************** | ||
* arch/xtensa/include/xtensa/xtensa_specregs.h | ||
* Xtensa Special Register symbolic names | ||
* | ||
* Adapted from use in NuttX by: | ||
* | ||
* Copyright (C) 2016 Gregory Nutt. All rights reserved. | ||
* Author: Gregory Nutt <[email protected]> | ||
* | ||
* Derives from logic originally provided by Tensilica Inc. | ||
* | ||
* Copyright (c) 2005-2011 Tensilica Inc. | ||
* SPDX-License-Identifier: MIT | ||
* SPDX-FileCopyrightText: 2016 Gregory Nutt. All rights reserved. | ||
* SPDX-FileCopyrightText: 2005-2011 Tensilica Inc. | ||
* SPDX-FileContributor: Gregory Nutt <[email protected]> | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining | ||
* a copy of this software and associated documentation files (the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
/**************************************************************************** | ||
* arch/xtensa/src/common/xtensa_context.S | ||
* | ||
* Adapted from use in NuttX by: | ||
* | ||
* Copyright (C) 2016 Gregory Nutt. All rights reserved. | ||
* Author: Gregory Nutt <[email protected]> | ||
* | ||
* Derives from logic originally provided by Cadence Design Systems Inc. | ||
* | ||
* Copyright (c) 2006-2015 Cadence Design Systems Inc. | ||
* SPDX-License-Identifier: MIT | ||
* SPDX-FileCopyrightText: 2016 Gregory Nutt. All rights reserved. | ||
* SPDX-FileCopyrightText: 2006-2015 Cadence Design Systems Inc. | ||
* SPDX-FileContributor: Gregory Nutt <[email protected]> | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining | ||
* a copy of this software and associated documentation files (the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
/**************************************************************************** | ||
* arch/xtensa/src/common/xtensa_coproc.S | ||
* | ||
* Adapted from use in NuttX by: | ||
* | ||
* Copyright (C) 2016 Gregory Nutt. All rights reserved. | ||
* Author: Gregory Nutt <[email protected]> | ||
* | ||
* Derives from logic originally provided by Cadence Design Systems Inc. | ||
* | ||
* Copyright (c) 2006-2015 Cadence Design Systems Inc. | ||
* SPDX-License-Identifier: MIT | ||
* SPDX-FileCopyrightText: 2016 Gregory Nutt. All rights reserved. | ||
* SPDX-FileCopyrightText: 2006-2015 Cadence Design Systems Inc. | ||
* SPDX-FileContributor: Gregory Nutt <[email protected]> | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining | ||
* a copy of this software and associated documentation files (the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
/**************************************************************************** | ||
* arch/xtensa/src/common/xtensa_cpuint.S | ||
* | ||
* Adapted from use in NuttX by: | ||
* | ||
* Copyright (C) 2016 Gregory Nutt. All rights reserved. | ||
* Author: Gregory Nutt <[email protected]> | ||
* | ||
* Derives from logic originally provided by Cadence Design Systems Inc. | ||
* | ||
* Copyright (c) 2006-2015 Cadence Design Systems Inc. | ||
* SPDX-License-Identifier: MIT | ||
* SPDX-FileCopyrightText: 2016 Gregory Nutt. All rights reserved. | ||
* SPDX-FileCopyrightText: 2006-2015 Cadence Design Systems Inc. | ||
* SPDX-FileContributor: Gregory Nutt <[email protected]> | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining | ||
* a copy of this software and associated documentation files (the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
/**************************************************************************** | ||
* arch/xtensa/src/common/xtensa_int_handlers.S | ||
* | ||
* Adapted from use in NuttX by: | ||
* | ||
* Copyright (C) 2016 Gregory Nutt. All rights reserved. | ||
* Author: Gregory Nutt <[email protected]> | ||
* | ||
* Derives from logic originally provided by Cadence Design Systems Inc. | ||
* | ||
* Copyright (c) 2006-2015 Cadence Design Systems Inc. | ||
* SPDX-License-Identifier: MIT | ||
* SPDX-FileCopyrightText: 2016 Gregory Nutt. All rights reserved. | ||
* SPDX-FileCopyrightText: 2006-2015 Cadence Design Systems Inc. | ||
* SPDX-FileContributor: Gregory Nutt <[email protected]> | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining | ||
* a copy of this software and associated documentation files (the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
/**************************************************************************** | ||
* arch/xtensa/src/common/xtensa_panic.S | ||
* | ||
* Adapted from use in NuttX by: | ||
* | ||
* Copyright (C) 2016 Gregory Nutt. All rights reserved. | ||
* Author: Gregory Nutt <[email protected]> | ||
* | ||
* Derives from logic originally provided by Cadence Design Systems Inc. | ||
* | ||
* Copyright (c) 2006-2015 Cadence Design Systems Inc. | ||
* SPDX-License-Identifier: MIT | ||
* SPDX-FileCopyrightText: 2016 Gregory Nutt. All rights reserved. | ||
* SPDX-FileCopyrightText: 2006-2015 Cadence Design Systems Inc. | ||
* SPDX-FileContributor: Gregory Nutt <[email protected]> | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining | ||
* a copy of this software and associated documentation files (the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
/**************************************************************************** | ||
* arch/xtensa/src/common/xtensa_timer.h | ||
* | ||
* Adapted from use in NuttX by: | ||
* | ||
* Copyright (C) 2016 Gregory Nutt. All rights reserved. | ||
* Author: Gregory Nutt <[email protected]> | ||
* | ||
* Derives from logic originally provided by Cadence Design Systems Inc. | ||
* Copyright (c) 2003-2015 Cadence Design Systems, Inc. | ||
* SPDX-License-Identifier: MIT | ||
* SPDX-FileCopyrightText: 2016 Gregory Nutt. All rights reserved. | ||
* SPDX-FileCopyrightText: 2003-2015 Cadence Design Systems Inc. | ||
* SPDX-FileContributor: Gregory Nutt <[email protected]> | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining | ||
* a copy of this software and associated documentation files (the | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,10 @@ | ||
/**************************************************************************** | ||
* arch/xtensa/src/common/xtensa_user_handler.S | ||
* | ||
* Adapted from use in NuttX by: | ||
* | ||
* Copyright (C) 2016 Gregory Nutt. All rights reserved. | ||
* Author: Gregory Nutt <[email protected]> | ||
* | ||
* Derives from logic originally provided by Cadence Design Systems Inc. | ||
* | ||
* Copyright (c) 2006-2015 Cadence Design Systems Inc. | ||
* SPDX-License-Identifier: MIT | ||
* SPDX-FileCopyrightText: 2016 Gregory Nutt. All rights reserved. | ||
* SPDX-FileCopyrightText: 2006-2015 Cadence Design Systems Inc. | ||
* SPDX-FileContributor: Gregory Nutt <[email protected]> | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining | ||
* a copy of this software and associated documentation files (the | ||
|
Oops, something went wrong.