summaryrefslogtreecommitdiff
path: root/docs/wiki/Firmware/index.html
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2017-08-07 22:05:24 +0300
committerYuval Adam <_@yuv.al>2017-08-07 22:05:24 +0300
commit0c1370b5f1b3e8abc934ea913a4377f05f32e4a9 (patch)
tree64822a223696279b0869417a59a8112a7de5ad66 /docs/wiki/Firmware/index.html
parent91d00222d692b80a8eb22f0f193479545846ac89 (diff)
Initial static build
Diffstat (limited to 'docs/wiki/Firmware/index.html')
-rw-r--r--docs/wiki/Firmware/index.html59
1 files changed, 59 insertions, 0 deletions
diff --git a/docs/wiki/Firmware/index.html b/docs/wiki/Firmware/index.html
new file mode 100644
index 0000000..7a5a7a1
--- /dev/null
+++ b/docs/wiki/Firmware/index.html
@@ -0,0 +1,59 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+
+ <title>postmarketOS</title>
+
+ <meta name="description" content="Aiming for a 10 year life-cycle for smartphones">
+ <meta name="keywords" content="postmarketOS">
+
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="robots" content="all">
+
+ <link rel="canonical" href="https://postmarketos.org/wiki/Firmware/">
+
+ <link href="/static/css/tachyons.min.css" rel="stylesheet">
+ <link href="/static/css/main.css" rel="stylesheet">
+ </head>
+
+ <body>
+ <div class="mw7 center">
+ <div class="cf ph2-ns">
+ <a class="title" href="/">
+ <h1 class="f2 lh-title">
+ <img src="/static/img/recycle.png"></img>
+ <span>postmarketOS</span>
+ </h1>
+ </a>
+ <div class="menu">
+ <ul>
+ <li><a href="/">Home</a></li>
+ <li><a href="/wiki/">Wiki</a></li>
+ <li><a href="/blog/">Blog</a></li>
+ </ul>
+ </div>
+
+<h1>Firmware</h1>
+<p>There are closed source firmware components in every phone, and <a href="https://ollieparanoid.github.io/post/security-warning/">they are dangerous</a>. It seems next to impossible to replace them with open source components, and it won't be feasible any time soon for postmarketOS. Yet, this is an interesting topic, so this page provides links for deeper insight into the topic.</p>
+<h3>Bootloaders</h3>
+<h4>hboot (HTC)</h4>
+<ul>
+<li><a href="http://archive.hack.lu/2013/hacklu2013_hbootdbg.pdf">hbootdbg</a> <em>pdf presentation slides</em></li>
+<li><a href="https://github.com/unrevoked/hboot-tools">hboot-tools</a></li>
+<li><a href="https://github.com/andreiw/nexus9_demo">Nexus 9: Low level boot process analysis and demo</a> <em>nvtboot -&gt; tos -&gt; hboot -&gt; demo code</em></li>
+</ul>
+<h3>Cellular modems</h3>
+<ul>
+<li><a href="https://osmocom.org/projects/quectel-modems/wiki">Qualcomm based cellular data modems with Linux</a></li>
+</ul>
+<h3>Wi-Fi modems</h3>
+<ul>
+<li><a href="https://www.blackhat.com/us-17/briefings.html#broadpwn-remotely-compromising-android-and-ios-via-a-bug-in-broadcoms-wi-fi-chipsets">Broadpwn: Remotely Compromising Android and iOS via a Bug in Broadcom's Wi-Fi Chipsets</a> (Upcoming talk)</li>
+</ul>
+
+ </div>
+ </div>
+ </body>
+</html> \ No newline at end of file