Convert to SPDX license tags

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>
This commit is contained in:
Gerwin Klein 2020-11-28 17:05:34 +11:00
parent 11c5bf3832
commit 745291cee4
288 changed files with 578 additions and 2273 deletions

6
.gitignore vendored
View File

@ -1,3 +1,9 @@
#
# Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
#
# SPDX-License-Identifier: BSD-2-Clause
#
# Object files
*.o
*.ko

View File

@ -1,6 +0,0 @@
*LICENSE_BSD2.txt
*LICENSE_GPLv2.txt
LICENSE.txt
.licenseignore
.gitignore
.git/*

View File

@ -1,13 +1,7 @@
#
# Copyright 2017, Data61
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
#
# This software may be distributed and modified according to the terms of
# the BSD 2-Clause license. Note that NO WARRANTY is provided.
# See "LICENSE_BSD2.txt" for details.
#
# @TAG(DATA61_BSD)
# SPDX-License-Identifier: BSD-2-Clause
#
cmake_minimum_required(VERSION 3.8.2)

View File

@ -1,13 +1,7 @@
#
# Copyright 2019, Data61
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
#
# This software may be distributed and modified according to the terms of
# the BSD 2-Clause license. Note that NO WARRANTY is provided.
# See "LICENSE_BSD2.txt" for details.
#
# @TAG(DATA61_BSD)
# SPDX-License-Identifier: BSD-2-Clause
#
set(SEL4_PROJECTS_LIBS_DIR "${CMAKE_CURRENT_LIST_DIR}" CACHE STRING "")

View File

@ -1,13 +1,7 @@
#
# Copyright 2018, Data61
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# Copyright 2018, Data61, CSIRO (ABN 41 687 119 230)
#
# This software may be distributed and modified according to the terms of
# the BSD 2-Clause license. Note that NO WARRANTY is provided.
# See "LICENSE_BSD2.txt" for details.
#
# @TAG(DATA61_BSD)
# SPDX-License-Identifier: BSD-2-Clause
#
cmake_minimum_required(VERSION 3.7.2)

View File

@ -1,13 +1,7 @@
<!--
Copyright 2017, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
# Overview

View File

@ -1,13 +1,7 @@
/*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
/* The code in this file was partially extracted from David Pollack's summer
* project, ssh://hg//data/hg_root/summer_students/davidp/sel4vga.

View File

@ -1,13 +1,7 @@
#
# Copyright 2018, Data61
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# Copyright 2018, Data61, CSIRO (ABN 41 687 119 230)
#
# This software may be distributed and modified according to the terms of
# the BSD 2-Clause license. Note that NO WARRANTY is provided.
# See "LICENSE_BSD2.txt" for details.
#
# @TAG(DATA61_BSD)
# SPDX-License-Identifier: BSD-2-Clause
#
cmake_minimum_required(VERSION 3.8.2)

View File

@ -1,13 +1,7 @@
/*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
/* Author: alex.kroh@nicta.com.au */

View File

@ -1,13 +1,7 @@
/*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
/* Author: alex.kroh@nicta.com.au */

View File

@ -1,13 +1,7 @@
#
# Copyright 2018, Data61
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# Copyright 2018, Data61, CSIRO (ABN 41 687 119 230)
#
# This software may be distributed and modified according to the terms of
# the BSD 2-Clause license. Note that NO WARRANTY is provided.
# See "LICENSE_BSD2.txt" for details.
#
# @TAG(DATA61_BSD)
# SPDX-License-Identifier: BSD-2-Clause
#
cmake_minimum_required(VERSION 3.7.2)

View File

@ -1,13 +1,7 @@
<!--
Copyright 2017, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the GNU General Public License version 2. Note that NO WARRANTY is provided.
See "LICENSE_GPLv2.txt" for details.
@TAG(DATA61_GPL)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
# Overview
A basic keyboard driver. This is pretty rudimentary and has only been tested

View File

@ -1,13 +1,7 @@
/*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2018, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2018, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2018, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2018, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <stdlib.h>

View File

@ -1,13 +1,7 @@
/*
* Copyright 2018, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2018, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <keyboard/codes.h>

View File

@ -1,13 +1,7 @@
#
# Copyright 2019, Data61
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
#
# This software may be distributed and modified according to the terms of
# the BSD 2-Clause license. Note that NO WARRANTY is provided.
# See "LICENSE_BSD2.txt" for details.
#
# @TAG(DATA61_BSD)
# SPDX-License-Identifier: BSD-2-Clause
#
cmake_minimum_required(VERSION 3.7.2)

View File

@ -1,13 +1,7 @@
<!--
Copyright 2019, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the GNU General Public License version 2. Note that NO WARRANTY is provided.
See "LICENSE_GPLv2.txt" for details.
@TAG(DATA61_GPL)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
# libsel4nanopb

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <stdio.h>
#include <pb_encode.h>

View File

@ -1,13 +1,7 @@
#
# Copyright 2019, Data61
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
#
# This software may be distributed and modified according to the terms of
# the BSD 2-Clause license. Note that NO WARRANTY is provided.
# See "LICENSE_BSD2.txt" for details.
#
# @TAG(DATA61_BSD)
# SPDX-License-Identifier: BSD-2-Clause
#
cmake_minimum_required(VERSION 3.7.2)

View File

@ -1,13 +1,7 @@
<!--
Copyright 2019, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
# libsel4rpc

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,8 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
* SPDX-License-Identifier: BSD-2-Clause
*
* @TAG(DATA61_BSD)
*/
syntax = "proto3";

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <rpc.pb.h>

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <autoconf.h>

View File

@ -1,13 +1,7 @@
#
# Copyright 2018, Data61
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# Copyright 2018, Data61, CSIRO (ABN 41 687 119 230)
#
# This software may be distributed and modified according to the terms of
# the BSD 2-Clause license. Note that NO WARRANTY is provided.
# See "LICENSE_BSD2.txt" for details.
#
# @TAG(DATA61_BSD)
# SPDX-License-Identifier: BSD-2-Clause
#
project(libsel4vchan C)

View File

@ -1,13 +1,7 @@
/*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
* SPDX-License-Identifier: GPL-2.0-only
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
* SPDX-License-Identifier: GPL-2.0-only
*/
#pragma once

View File

@ -1,4 +1,3 @@
/* @TAG(OTHER_GPL) */
/*
* The Qubes OS Project, http://www.qubes-os.org
*
@ -20,6 +19,8 @@
*
*/
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
#include <stddef.h>

View File

@ -1,13 +1,7 @@
/*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
* SPDX-License-Identifier: GPL-2.0-only
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
* SPDX-License-Identifier: GPL-2.0-only
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
* SPDX-License-Identifier: GPL-2.0-only
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
* SPDX-License-Identifier: GPL-2.0-only
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
* SPDX-License-Identifier: GPL-2.0-only
*/
#define __NEED_off_t

View File

@ -1,13 +1,7 @@
#
# Copyright 2019, Data61
# Commonwealth Scientific and Industrial Research Organisation (CSIRO)
# ABN 41 687 119 230.
# Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
#
# This software may be distributed and modified according to the terms of
# the BSD 2-Clause license. Note that NO WARRANTY is provided.
# See "LICENSE_BSD2.txt" for details.
#
# @TAG(DATA61_BSD)
# SPDX-License-Identifier: BSD-2-Clause
#
cmake_minimum_required(VERSION 3.8.2)

View File

@ -1,13 +1,7 @@
<!--
Copyright 2019, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
# libsel4vm

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
* SPDX-License-Identifier: GPL-2.0-only
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
* SPDX-License-Identifier: GPL-2.0-only
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
* SPDX-License-Identifier: GPL-2.0-only
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
* SPDX-License-Identifier: GPL-2.0-only
*/
#pragma once

View File

@ -1,13 +1,7 @@
<!--
Copyright 2020, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
# libsel4vm docs

View File

@ -1,13 +1,7 @@
<!--
Copyright 2020, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
## Interface `guest_vm_arch.h`

View File

@ -1,13 +1,7 @@
<!--
Copyright 2020, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
## Interface `boot.h`

View File

@ -1,13 +1,7 @@
<!--
Copyright 2020, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
## Interface `guest_arm_context.h`

View File

@ -1,13 +1,7 @@
<!--
Copyright 2020, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
## Interface `guest_iospace.h`

View File

@ -1,13 +1,7 @@
<!--
Copyright 2020, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
## Interface `guest_irq_controller.h`

View File

@ -1,13 +1,7 @@
<!--
Copyright 2020, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
## Interface `guest_memory.h`

View File

@ -1,13 +1,7 @@
<!--
Copyright 2020, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
## Interface `guest_memory_helpers.h`

View File

@ -1,13 +1,7 @@
<!--
Copyright 2020, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
## Interface `guest_ram.h`

View File

@ -1,13 +1,7 @@
<!--
Copyright 2020, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
## Interface `guest_vcpu_fault.h`

View File

@ -1,13 +1,7 @@
<!--
Copyright 2020, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
## Interface `guest_vm.h`

View File

@ -1,13 +1,7 @@
<!--
Copyright 2020, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
## Interface `guest_vm_util.h`

View File

@ -1,13 +1,7 @@
<!--
Copyright 2020, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
## Interface `guest_x86_context.h`

View File

@ -1,13 +1,7 @@
<!--
Copyright 2020, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
## Interface `guest_vm_arch.h`

View File

@ -1,13 +1,7 @@
<!--
Copyright 2020, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
## Interface `ioports.h`

View File

@ -1,13 +1,7 @@
<!--
Copyright 2020, Data61
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
ABN 41 687 119 230.
Copyright 2020, Data61, CSIRO (ABN 41 687 119 230)
This software may be distributed and modified according to the terms of
the BSD 2-Clause license. Note that NO WARRANTY is provided.
See "LICENSE_BSD2.txt" for details.
@TAG(DATA61_BSD)
SPDX-License-Identifier: CC-BY-SA-4.0
-->
## Interface `vmcall.h`

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <autoconf.h>

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <sel4vm/guest_vm.h>

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <sel4/sel4.h>

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#include "vgic/vgic.h"

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <sel4vm/guest_vm.h>

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <sel4vm/guest_vcpu_fault.h>

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <autoconf.h>

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <autoconf.h>

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
/*
* This component controls and maintains the GIC for the VM.

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <sel4vm/guest_vm.h>

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
/*

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <autoconf.h>

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
* See "LICENSE_BSD2.txt" for details.
*
* @TAG(DATA61_BSD)
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <string.h>

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
* SPDX-License-Identifier: GPL-2.0-only
*/
/* Debugging helper functions used by VMM lib.

View File

@ -1,13 +1,7 @@
/*
* Copyright 2019, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2019, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
* SPDX-License-Identifier: GPL-2.0-only
*/
#pragma once

View File

@ -1,13 +1,7 @@
/*
* Copyright 2017, Data61
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
* ABN 41 687 119 230.
* Copyright 2017, Data61, CSIRO (ABN 41 687 119 230)
*
* This software may be distributed and modified according to the terms of
* the GNU General Public License version 2. Note that NO WARRANTY is provided.
* See "LICENSE_GPLv2.txt" for details.
*
* @TAG(DATA61_GPL)
* SPDX-License-Identifier: GPL-2.0-only
*/
/*vm exits related with ept violations*/

Some files were not shown because too many files have changed in this diff Show More