Skip to content

Instantly share code, notes, and snippets.

#!/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 <manu@FreeBSD.org>
#
# 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

Keybase proof

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:

@evadot
evadot / hw_acan.txt
Last active December 13, 2019 18:54
Funtech Super Acan hardware notes
===========================================================================================
============================ Funtech Super Acan hardware Notes ============================
====================== Made by Emmanuel Vadot (elbarto@megadrive.org) =====================
================================= Revision 0.2 20140617 ===================================
===========================================================================================
v0.2 :
- Add /RESET to cart and expansion connector
- Add UM6650 Chip pinout (lockout chip) based on kevtris data
@evadot
evadot / spf.sh
Created May 16, 2013 16:38
Shitty script to generate a whitelist.txt for spamd/pf based on spf1 dns records.
#!/bin/sh
usage() {
cat <<EOF
Usage: `basename $0` outfile example.com ...
EOF
exit 1
}
mechanism_pass() {