Skip to content

Instantly share code, notes, and snippets.

@halamix2
halamix2 / lego_island_dta.bt
Last active May 16, 2021 14:31
lego_island_dta_010_editor_template
//------------------------------------------------
//--- 010 Editor v11.0.1 Binary Template
//
// File: Lego Island DTA
// Authors: Piotr Halama(Halamix2)
// Version: 0.0.3
// Purpose: Lego Island DTA files
// Category: Game
// File Mask: *.dta
// ID Bytes: 03 00 00 00
#console=ttyHSL0,115200n8 fbcon=font:VGA8x8
[ 0.000000] Booting Linux on physical CPU 0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.4.105-caf-kk_2.7-stable (pmos@halamix2-xubuntu) (gcc version 6.4.0 (postmarketOS 6.4.0) ) #7-postmarketOS SMP PREEMPT Thu Oct 4 15:40:26 UTC 2018
[ 0.000000] CPU: ARMv7 Processor [410fc051] revision 1 (ARMv7), cr=10c53c7d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine: QCT MSM7x27a FFA
[ 0.000000] Ignoring tag cmdline (using the default kernel command line)
[ 0.000000] Jena H/W revision : 0x03
@halamix2
halamix2 / qcom-msm7227a-samsung-jenad.dts
Last active September 26, 2018 23:15
Unfinished dtb for samsung-s6500d
/dts-v1/;
/include/ "qcom-msm7227a.dtsi"
/ {
model = "Samsung Galaxy mini 2";
compatible = "qcom,msm7227a-jenad", "qcom,msm7227a";
aliases {
};
# Reference: <https://postmarketos.org/devicepkg>
pkgname="device-samsung-s6500d"
pkgdesc="Samsung Galaxy Mini 2"
pkgver=0.1
pkgrel=1
url="https://postmarketos.org"
license="MIT"
arch="noarch"
options="!check"
depends="linux-samsung-s6500d mkbootimg mesa-dri-swrast"