Skip to content
Snippets Groups Projects
Commit 398f0031 authored by Sivert Sliper's avatar Sivert Sliper
Browse files

Added license header

parent efd74823
No related branches found
No related tags found
No related merge requests found
#
# Copyright (c) 2019-2020, University of Southampton and Contributors.
# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
cmake_minimum_required(VERSION 3.2)
IF(NOT DEFINED TARGET_ARCH)
......
#
# Copyright (c) 2019-2020, University of Southampton and Contributors.
# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
# Stage 1: Install dependencies
FROM ubuntu:bionic as msp-build
RUN apt update && apt install -y ninja-build wget unzip vim
......
BSD 3-Clause License
Copyright (c) 2019, University of Southampton
Copyright (c) 2019-2020, University of Southampton
All rights reserved.
Redistribution and use in source and binary forms, with or without
......
#
# Copyright (c) 2019-2020, University of Southampton and Contributors.
# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
cmake_minimum_required(VERSION 3.0)
FOREACH(METHOD "MS" "AS" "QR")
......
/*
* Copyright (c) 2018-2020, University of Southampton.
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
/* Generate reference output from host machine */
#include <stdint.h>
......
/*
* Copyright (c) 2018-2020, University of Southampton.
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <stdint.h>
#include "iclib/ic.h"
......
/*
* Copyright (c) 2018-2020, University of Southampton.
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "support/support.h"
#include "iclib/ic.h"
#include "TI_aes_128_encr_only.h"
......
#
# Copyright (c) 2019-2020, University of Southampton and Contributors.
# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
INCLUDE(CMakeForceCompiler)
# Find toolchain programs
......
#
# Copyright (c) 2019-2020, University of Southampton and Contributors.
# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
# This file sets up:
# - Compiler flags
......
#
# Copyright (c) 2019-2020, University of Southampton and Contributors.
# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
INCLUDE(CMakeForceCompiler)
# Find toolchain programs
......
#
# Copyright (c) 2019-2020, University of Southampton and Contributors.
# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
cmake_minimum_required(VERSION 3.13)
# Commmon function to add linker script and definitions for each target
......
#
# Copyright (c) 2019-2020, University of Southampton and Contributors.
# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
cmake_minimum_required(VERSION 3.0)
FOREACH(METHOD "MS" "AS" "QR")
......
/* Generate reference output from host machine */
/*
* Copyright (c) 2018-2020, University of Southampton.
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <stdint.h>
#include <stdio.h>
......
/*
* Copyright (c) 2018-2020, University of Southampton.
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <stdint.h>
#include "iclib/ic.h"
......
/*
* Copyright (c) 2018-2020, University of Southampton.
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include "support/support.h"
#include "iclib/ic.h"
#include "crc.h"
......
#
# Copyright (c) 2019-2020, University of Southampton and Contributors.
# All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
cmake_minimum_required(VERSION 3.0)
FOREACH(METHOD "MS" "AS" "QR")
......
/*
* Copyright (c) 2018-2020, University of Southampton.
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
.file "ic.S"
.cpu cortex-m0
.text
......
/*
* Copyright (c) 2018-2020, University of Southampton.
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#include <string.h>
#include "cmsis/core_cm0.h"
#include "iclib/config.h"
......
/*
* Copyright (c) 2018-2020, University of Southampton.
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef CM0_IC_H
#define CM0_IC_H
......
/*
* Copyright (c) 2018-2020, University of Southampton.
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef SRC_CONFIG_H_
#define SRC_CONFIG_H_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment