I hereby claim:
- I am evadot on github.
- I am manu (https://keybase.io/manu) on keybase.
- I have a public key whose fingerprint is 4CE7 54E8 87FD 2ACD 5ED9 4209 813B 92C3 E36B 200E
To claim this, I am signing this object:
| #!/bin/sh | |
| REPO=https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git/ | |
| usage() { | |
| cat <<EOF | |
| Usage: `basename $0` dts arch outputdir | |
| EOF | |
| exit 1 | |
| } |
| #!/bin/sh | |
| # | |
| # SPDX-License-Identifier: BSD-2-Clause-FreeBSD | |
| # | |
| # Copyright (c) 2018 Emmanuel Vadot <[email protected]> | |
| # | |
| # Redistribution and use in source and binary forms, with or without | |
| # modification, are permitted provided that the following conditions | |
| # are met: | |
| # 1. Redistributions of source code must retain the above copyright |
| #!/bin/sh | |
| if [ $# -ne 2 ]; then | |
| echo "Usage: make_dtb.sh arch dtsfile" | |
| exit 1 | |
| fi | |
| case $1 in | |
| arm) | |
| dtsfile=$2 |
| #!/bin/sh | |
| set -x | |
| set -e | |
| XEN_VERSION=4.8 | |
| XEN_PATCHLEVEL=2 | |
| # Install the needed packages | |
| apt install -y -q gcc quilt bin86 git make build-essential |
I hereby claim:
To claim this, I am signing this object:
| =========================================================================================== | |
| ============================ Funtech Super Acan hardware Notes ============================ | |
| ====================== Made by Emmanuel Vadot ([email protected]) ===================== | |
| ================================= Revision 0.2 20140617 =================================== | |
| =========================================================================================== | |
| v0.2 : | |
| - Add /RESET to cart and expansion connector | |
| - Add UM6650 Chip pinout (lockout chip) based on kevtris data |
| #!/bin/sh | |
| usage() { | |
| cat <<EOF | |
| Usage: `basename $0` outfile example.com ... | |
| EOF | |
| exit 1 | |
| } | |
| mechanism_pass() { |