]> xenbits.xensource.com Git - unikraft/plats/solo5.git/log
unikraft/plats/solo5.git
3 years agoCorrect license headers introduced by Arm Limited stable staging RELEASE-0.10.0 RELEASE-0.11.0 RELEASE-0.12.0 RELEASE-0.13.0 RELEASE-0.13.1 RELEASE-0.14.0 RELEASE-0.15.0 RELEASE-0.6 RELEASE-0.7.0 RELEASE-0.8.0 RELEASE-0.9.0
Simon Kuenzer [Tue, 13 Jul 2021 19:09:27 +0000 (21:09 +0200)]
Correct license headers introduced by Arm Limited

This commit removes the additional clause
"THIS HEADER MAY NOT BE EXTRACTED OR MODIFIED IN ANY WAY"
from BSD license headers that got introduced by mistake
with the following commits:
 86a47bf - external plat: Add platform interface implementation (Haibo Xu)
 fa5c59f - external plat: Add the solo5 API declaration (Haibo Xu)

On the one hand, this additional clause is redundant because
the BSD license already states that it must remain and the
copyright notice must be kept.
On the other hand, the clause freezes the file header
and prohibits future contributors from extending the
copyright notice for their contributions. This additional
clause is not part of the official BSD 3-clause.

The original author(s) or an authorized representative from
the author's affiliation consents to the change with a
`Reviewed-by` tag to this commit.

Signed-off-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
Reviewed-by: Jia He <justin.he@arm.com>
Approved-by: Razvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Github-Pull-Request: #2

5 years agosolo5: Fix ctortab start symbol name. RELEASE-0.5
Alexander Jung [Fri, 28 Feb 2020 13:52:48 +0000 (14:52 +0100)]
solo5: Fix ctortab start symbol name.

Signed-off-by: Alexander Jung <a.jung@lancs.ac.uk>
Reviewed-by: Sharan Santhanam <sharan.santhanam@neclab.eu>
5 years agoFix README.md rendering issue. RELEASE-0.4
Haibo Xu [Fri, 25 Oct 2019 08:13:58 +0000 (16:13 +0800)]
Fix README.md rendering issue.

Signed-off-by: Haibo Xu <haibo.xu@arm.com>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agosolo5: Add inittab section
Sharan Santhanam [Fri, 20 Sep 2019 16:20:34 +0000 (18:20 +0200)]
solo5: Add inittab section

Signed-off-by: Sharan Santhanam <sharan.santhanam@neclab.eu>
Reviewed-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
5 years agosolo5/lds: Use the correct ctor variable
Sharan Santhanam [Fri, 20 Sep 2019 16:20:33 +0000 (18:20 +0200)]
solo5/lds: Use the correct ctor variable

Signed-off-by: Sharan Santhanam <sharan.santhanam@neclab.eu>
Reviewed-by: Simon Kuenzer <simon.kuenzer@neclab.eu>
5 years agoexternal plat: Add platform interface implementation
Haibo Xu [Mon, 26 Aug 2019 09:10:58 +0000 (17:10 +0800)]
external plat: Add platform interface implementation

Signed-off-by: Haibo Xu <haibo.xu@arm.com>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoexternal plat: Add solo5 platform Makefile.uk
Haibo Xu [Mon, 26 Aug 2019 09:10:57 +0000 (17:10 +0800)]
external plat: Add solo5 platform Makefile.uk

Signed-off-by: Haibo Xu <haibo.xu@arm.com>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoexternal plat: Add solo5 platform link files.
Haibo Xu [Mon, 26 Aug 2019 09:10:56 +0000 (17:10 +0800)]
external plat: Add solo5 platform link files.

Signed-off-by: Haibo Xu <haibo.xu@arm.com>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoexternal plat: Add solo5 platform Config.uk file
Haibo Xu [Mon, 26 Aug 2019 09:10:55 +0000 (17:10 +0800)]
external plat: Add solo5 platform Config.uk file

Signed-off-by: Haibo Xu <haibo.xu@arm.com>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoexternal plat: Add the solo5 API declaration
Haibo Xu [Mon, 26 Aug 2019 09:10:54 +0000 (17:10 +0800)]
external plat: Add the solo5 API declaration

Add the solo5 API declaration in solo5.h

Signed-off-by: Haibo Xu <haibo.xu@arm.com>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoexternal plat: Add basic documentation.
Haibo Xu [Mon, 26 Aug 2019 09:10:53 +0000 (17:10 +0800)]
external plat: Add basic documentation.

Signed-off-by: Haibo Xu <haibo.xu@arm.com>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
5 years agoInitial commit (empty)
Felipe Huici [Tue, 20 Aug 2019 06:19:43 +0000 (08:19 +0200)]
Initial commit (empty)