libsel4: fix licenses
- some were incorrectly marked GPL (libsel4 is BSD) - update NICTA --> DATA61 etc - fix tags D61 --> DATA61 - update year to 2017
This commit is contained in:
parent
6f52cd3db2
commit
07f948331f
134 changed files with 461 additions and 305 deletions
|
|
@ -1,11 +1,13 @@
|
|||
#
|
||||
# Copyright 2014, NICTA
|
||||
# Copyright 2017, Data61
|
||||
# Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
# @TAG(DATA61_BSD)
|
||||
#
|
||||
|
||||
libs-$(CONFIG_LIB_SEL4) += libsel4
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
#
|
||||
# Copyright 2014, NICTA
|
||||
# Copyright 2017, Data61
|
||||
# Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
# @TAG(DATA61_BSD)
|
||||
#
|
||||
|
||||
menu "libsel4"
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
#
|
||||
# Copyright 2014, NICTA
|
||||
# Copyright 2017, Data61
|
||||
# Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
# @TAG(DATA61_BSD)
|
||||
#
|
||||
|
||||
# Tools
|
||||
|
|
|
|||
|
|
@ -1,12 +1,14 @@
|
|||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
Copyright 2014, NICTA
|
||||
Copyright 2017, Data61
|
||||
Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
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(NICTA_BSD)
|
||||
@TAG(DATA61_BSD)
|
||||
-->
|
||||
<api name="ObjectApiArm" label_prefix="arm_">
|
||||
<interface name="seL4_ARM_PageTable" manual_name="Page Table">
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_ARCH_CONSTANTS_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_ARCH_SEL4_DEPRECATED_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_ARCH_FUNCTIONS_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_ARCH_MAPPING
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __ARCH_OBJECTTYPE_H
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
#include <sel4/deprecated.h>
|
||||
|
|
|
|||
|
|
@ -1,12 +1,13 @@
|
|||
--
|
||||
-- Copyright 2016, Data61
|
||||
-- Copyright 2017, Data61
|
||||
-- Commonwealth Scientific and Industrial Research Organisation (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(D61BSD)
|
||||
-- @TAG(DATA61_BSD)
|
||||
--
|
||||
|
||||
-- this file contains types shared between libsel4 and the kernel
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_ARCH_SHARED_TYPES_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_ARCH_SIMPLE_TYPES_H_
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_ARCH_SYSCALLS_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_ARCH_TYPES_H
|
||||
|
|
|
|||
|
|
@ -1,12 +1,14 @@
|
|||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
Copyright 2014, NICTA
|
||||
Copyright 2017, Data61
|
||||
Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
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(NICTA_BSD)
|
||||
@TAG(DATA61_BSD)
|
||||
-->
|
||||
<api name="ObjectApiX86" label_prefix="x86_">
|
||||
<struct name="seL4_VCPUContext">
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
||||
* See "LICENSE_BSD2.txt" for details.
|
||||
*
|
||||
* @TAG(D61_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_ARCH_BOOTINFO_TYPES_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_ARCH_CONSTANTS_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_ARCH_DEPRECATED_H
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
#include <sel4/deprecated.h>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_ARCH_FUNCTIONS_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_ARCH_MAPPING
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __ARCH_OBJECT_TYPE_H
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
#include <sel4/deprecated.h>
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
--
|
||||
-- Copyright 2016, Data61
|
||||
-- Copyright 2017, Data61
|
||||
-- Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||
-- ABN 41 687 119 230
|
||||
-- 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(D61BSD)
|
||||
-- @TAG(DATA61_BSD)
|
||||
--
|
||||
-- this file contains sel4arch specific types shared between libsel4 and the kernel
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_ARCH_SYSCALLS_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_ARCH_TYPES_H
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||
* ABN 41 687 119 230.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,12 +1,14 @@
|
|||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
Copyright 2014, NICTA
|
||||
Copyright 2017, Data61
|
||||
Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
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(NICTA_BSD)
|
||||
@TAG(DATA61_BSD)
|
||||
-->
|
||||
<!-- Please see syscalls.xsd to see the format of this file -->
|
||||
<syscalls>
|
||||
|
|
|
|||
|
|
@ -1,12 +1,14 @@
|
|||
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<!--
|
||||
Copyright 2014, NICTA
|
||||
Copyright 2017, Data61
|
||||
Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
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(NICTA_BSD)
|
||||
@TAG(DATA61_BSD)
|
||||
-->
|
||||
|
||||
<xsd:annotation>
|
||||
|
|
|
|||
|
|
@ -1,12 +1,14 @@
|
|||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
Copyright 2014, NICTA
|
||||
Copyright 2017, Data61
|
||||
Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
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(NICTA_BSD)
|
||||
@TAG(DATA61_BSD)
|
||||
-->
|
||||
<api name="ObjectApi">
|
||||
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2016, General Dynamics C4 Systems
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
||||
* See "LICENSE_BSD2.txt" for details.
|
||||
*
|
||||
* @TAG(GD_GPL)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef BENCHMARK_TRACE_POINTS_TYPES_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2016, General Dynamics C4 Systems
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
||||
* See "LICENSE_BSD2.txt" for details.
|
||||
*
|
||||
* @TAG(GD_GPL)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef BENCHMARK_TRACK_TYPES_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2016, General Dynamics C4 Systems
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
||||
* See "LICENSE_BSD2.txt" for details.
|
||||
*
|
||||
* @TAG(GD_GPL)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef BENCHMARK_TRACK_UTIL_TYPES_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_BOOTINFO_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_BOOTINFO_TYPES_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __API_CONSTANTS_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_DEPRECATED_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __ERRORS_H
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||
* ABN 41 687 119 230.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_MACROS_H
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
#include <sel4/deprecated.h>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __API_OBJECTTYPE_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SHARED_TYPES_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
--
|
||||
-- Copyright 2014, NICTA
|
||||
-- Copyright 2017, Data61
|
||||
-- Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
-- @TAG(DATA61_BSD)
|
||||
--
|
||||
|
||||
-- this file contains types shared between libsel4 and the kernel
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
--
|
||||
-- Copyright 2016, Data61
|
||||
-- Copyright 2017, Data61
|
||||
-- Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||
-- ABN 41 687 119 230.
|
||||
--
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
-- the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
||||
-- See "LICENSE_BSD2.txt" for details.
|
||||
--
|
||||
-- @TAG(D61_BSD)
|
||||
-- @TAG(DATA61_BSD)
|
||||
--
|
||||
|
||||
-- this file contains types shared between libsel4 and the kernel
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SIMPLE_TYPES_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2016, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SYSCALLS_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_TYPES_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
--
|
||||
-- Copyright 2014, NICTA
|
||||
-- Copyright 2017, Data61
|
||||
-- Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
-- @TAG(DATA61_BSD)
|
||||
--
|
||||
|
||||
base 32
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
--
|
||||
-- Copyright 2016, Data61
|
||||
-- Copyright 2017, Data61
|
||||
-- Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||
-- ABN 41 687 119 230.
|
||||
--
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
-- the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
||||
-- See "LICENSE_BSD2.txt" for details.
|
||||
--
|
||||
-- @TAG(D61_BSD)
|
||||
-- @TAG(DATA61_BSD)
|
||||
--
|
||||
|
||||
base 64
|
||||
|
|
|
|||
|
|
@ -1,12 +1,14 @@
|
|||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
Copyright 2014, NICTA
|
||||
Copyright 2017, Data61
|
||||
Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
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(NICTA_BSD)
|
||||
@TAG(DATA61_BSD)
|
||||
-->
|
||||
<api name="ObjectApiAarch32" label_prefix="aarch32_">
|
||||
<struct name="seL4_UserContext">
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_ARCH_CONSTANTS_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_ARCH_SEL4_DEPRECATED_H
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
#include <sel4/deprecated.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||
* ABN 41 687 119 230.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_ARCH_FUNCTIONS_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_ARCH_MAPPING
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __SEL4_ARCH_OBJECT_TYPE_H
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
#include <sel4/deprecated.h>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_ARCH_SIMPLE_TYPES_H_
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_ARCH_SYSCALLS_H
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
--
|
||||
-- Copyright 2016, Data61
|
||||
-- Copyright 2017, Data61
|
||||
-- Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||
-- ABN 41 687 119 230.
|
||||
--
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
-- the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
||||
-- See "LICENSE_BSD2.txt" for details.
|
||||
--
|
||||
-- @TAG(D61BSD)
|
||||
-- @TAG(DATA61_BSD)
|
||||
--
|
||||
|
||||
#include <autoconf.h>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_ARCH_TYPES_H
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
Copyright 2016, Data61
|
||||
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||
ABN 41 687 119 230.
|
||||
Copyright 2017, Data61
|
||||
Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
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(D61_BSD)
|
||||
@TAG(DATA61_BSD)
|
||||
-->
|
||||
<api name="ObjectApiAarch64" label_prefix="aarch64_">
|
||||
<struct name="seL4_UserContext">
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
||||
* See "LICENSE_BSD2.txt" for details.
|
||||
*
|
||||
* @TAG(DATA61_GPL)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_ARCH_CONSTANTS_H
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
||||
* See "LICENSE_BSD2.txt" for details.
|
||||
*
|
||||
* @TAG(DATA61_GPL)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_ARCH_SEL4_DEPRECATED_H
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
||||
* See "LICENSE_BSD2.txt" for details.
|
||||
*
|
||||
* @TAG(DATA61_GPL)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#include <sel4/deprecated.h>
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
||||
* See "LICENSE_BSD2.txt" for details.
|
||||
*
|
||||
* @TAG(DATA61_GPL)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_ARCH_FAULTS_H
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
||||
* See "LICENSE_BSD2.txt" for details.
|
||||
*
|
||||
* @TAG(DATA61_GPL)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_SEL4_ARCH_FUNCTIONS_H_
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
||||
* See "LICENSE_BSD2.txt" for details.
|
||||
*
|
||||
* @TAG(DATA61_GPL)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_SEL4_ARCH_MAPPING_H_
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
||||
* See "LICENSE_BSD2.txt" for details.
|
||||
*
|
||||
* @TAG(DATA61_GPL)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_SEL4_ARCH_OBJECTTYPE_H_
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
||||
* See "LICENSE_BSD2.txt" for details.
|
||||
*
|
||||
* @TAG(DATA61_GPL)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_SEL4_ARCH_PFIPC_H_
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
||||
* See "LICENSE_BSD2.txt" for details.
|
||||
*
|
||||
* @TAG(DATA61_GPL)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_ARCH_SIMPLE_TYPES_H_
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
||||
* See "LICENSE_BSD2.txt" for details.
|
||||
*
|
||||
* @TAG(DATA61_GPL)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_SEL4_ARCH_SYSCALLS_H_
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
--
|
||||
-- Copyright 2016, Data61
|
||||
-- Commonwealth Scientific and Industrial Research Organisation (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(D61BSD)
|
||||
--
|
||||
-- Copyright 2017, Data61
|
||||
-- Commonwealth Scientific and Industrial Research Organisation (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)
|
||||
--
|
||||
|
||||
#include <autoconf.h>
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
* the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
||||
* See "LICENSE_BSD2.txt" for details.
|
||||
*
|
||||
* @TAG(DATA61_GPL)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_SEL4_ARCH_TYPES_H_
|
||||
|
|
|
|||
|
|
@ -1,12 +1,14 @@
|
|||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
Copyright 2014, NICTA
|
||||
Copyright 2017, Data61
|
||||
Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
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(NICTA_BSD)
|
||||
@TAG(DATA61_BSD)
|
||||
-->
|
||||
<api name="ObjectApiIa32">
|
||||
<struct name="seL4_UserContext">
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_ARCH_CONSTANTS_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_ARCH_SEL4_DEPRECATED_H
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
#include <sel4/deprecated.h>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||
* ABN 41 687 119 230.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_ARCH_FUNCTIONS_H
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_ARCH_MAPPING
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __SEL4_ARCH_OBJECT_TYPE_H
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
#include <sel4/deprecated.h>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_ARCH_SIMPLE_TYPES_H_
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_ARCH_SYSCALLS_H
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
--
|
||||
-- Copyright 2016, Data61
|
||||
-- Copyright 2017, Data61
|
||||
-- Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||
-- ABN 41 687 119 230.
|
||||
--
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
-- the BSD 2-Clause license. Note that NO WARRANTY is provided.
|
||||
-- See "LICENSE_BSD2.txt" for details.
|
||||
--
|
||||
-- @TAG(D61BSD)
|
||||
-- @TAG(DATA61_BSD)
|
||||
--
|
||||
|
||||
#include <autoconf.h>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
/*
|
||||
* Copyright 2014, NICTA
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (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(NICTA_BSD)
|
||||
* @TAG(DATA61_BSD)
|
||||
*/
|
||||
|
||||
#ifndef __LIBSEL4_SEL4_ARCH_TYPES_H
|
||||
|
|
|
|||
|
|
@ -1,14 +1,14 @@
|
|||
<?xml version="1.0" ?>
|
||||
<!--
|
||||
Copyright 2016, Data61
|
||||
Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||
ABN 41 687 119 230.
|
||||
Copyright 2017, Data61
|
||||
Commonwealth Scientific and Industrial Research Organisation (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.
|
||||
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(D61_BSD)
|
||||
@TAG(DATA61_BSD)
|
||||
-->
|
||||
<api name="ObjectApiX64" label_prefix="x86_64_">
|
||||
<struct name="seL4_UserContext">
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||
* ABN 41 687 119 230.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||
* ABN 41 687 119 230.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||
* ABN 41 687 119 230.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||
* ABN 41 687 119 230.
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2016, Data61
|
||||
* Copyright 2017, Data61
|
||||
* Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||
* ABN 41 687 119 230.
|
||||
*
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue