Check-in [6babeac4ee]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Added AArch64 Linux generic (stage1) platform
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 6babeac4eef3537d03590bc63ac0fcaa60b3b520
User & Date: rkeene 2018-02-19 02:43:41
Context
2018-02-19
06:44
Build-CC 0.15 check-in: 5f05979d8f user: rkeene tags: trunk, 0.15
02:43
Added AArch64 Linux generic (stage1) platform check-in: 6babeac4ee user: rkeene tags: trunk
02:42
Added AArch64 kernel parameters check-in: 2d7e70b7ac user: rkeene tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Added platform/aarch64-generic-linux-gnu.sh.



















>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
#! /bin/bash

# Tested

if [ -z "${LINUX_VERS}" ]; then
	LINUX_VERS='4.0'
	LINUX_TARBALL_SHA256='0f2f7d44979bc8f71c4fc5d3308c03499c26a824dd311fdf6eef4dee0d7d5991'
	export LINUX_VERS LINUX_TARBALL_SHA256
fi