Skip to content

Commit 13cbf75

Browse files
committed
blog: U-Boot memory permissions
Signed-off-by: Ilias Apalodimas <[email protected]>
1 parent 7bd2c18 commit 13cbf75

21 files changed

+1294
-485
lines changed

EFI HTTPs with U-Boot.html

Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
2+
<!DOCTYPE html>
3+
<html lang="en">
4+
<head>
5+
<meta charset="utf-8" />
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
7+
<meta name="HandheldFriendly" content="True" />
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
9+
<meta name="robots" content="" />
10+
11+
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,700;1,400&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&display=swap" rel="stylesheet">
12+
13+
<link rel="stylesheet" type="text/css" href="https://apalos.github.io/theme/stylesheet/style.min.css">
14+
15+
16+
<link id="pygments-light-theme" rel="stylesheet" type="text/css"
17+
href="https://apalos.github.io/theme/pygments/github.min.css">
18+
19+
20+
<link rel="stylesheet" type="text/css" href="https://apalos.github.io/theme/font-awesome/css/fontawesome.css">
21+
<link rel="stylesheet" type="text/css" href="https://apalos.github.io/theme/font-awesome/css/brands.css">
22+
<link rel="stylesheet" type="text/css" href="https://apalos.github.io/theme/font-awesome/css/solid.css">
23+
24+
25+
26+
27+
28+
29+
30+
31+
<meta name="author" content="Ilias Apalodimas" />
32+
<meta name="description" content="Being able to boot a So let&#39;s take a look on the latest U-Boot additions enabling TPMs when booting with UEFI" />
33+
<meta name="keywords" content="Bootloaders, Security, U-Boot, UEFI">
34+
35+
36+
<meta property="og:site_name" content="Volatile rumblings"/>
37+
<meta property="og:title" content="EFI HTTPs with U-Boot"/>
38+
<meta property="og:description" content="Being able to boot a So let&#39;s take a look on the latest U-Boot additions enabling TPMs when booting with UEFI"/>
39+
<meta property="og:locale" content="en_US"/>
40+
<meta property="og:url" content="https://apalos.github.io/EFI HTTPs with U-Boot.html"/>
41+
<meta property="og:type" content="article"/>
42+
<meta property="article:published_time" content="2025-03-13 10:20:00+02:00"/>
43+
<meta property="article:modified_time" content=""/>
44+
<meta property="article:author" content="https://apalos.github.io/author/ilias-apalodimas.html">
45+
<meta property="article:section" content="UEFI"/>
46+
<meta property="article:tag" content="Bootloaders"/>
47+
<meta property="article:tag" content="Security"/>
48+
<meta property="article:tag" content="U-Boot"/>
49+
<meta property="article:tag" content="UEFI"/>
50+
<meta property="og:image" content="site_images/profile.png">
51+
52+
<title>Volatile rumblings &ndash; EFI HTTPs with U-Boot</title>
53+
54+
</head>
55+
<body class="light-theme">
56+
<aside>
57+
<div>
58+
<a href="https://apalos.github.io">
59+
<img src="site_images/profile.png" alt="" title="">
60+
</a>
61+
62+
<h1>
63+
<a href="https://apalos.github.io"></a>
64+
</h1>
65+
66+
<p>Volatile rumblings</p>
67+
68+
<nav>
69+
<ul class="list">
70+
71+
72+
73+
<li>
74+
<a target="_self" href="http://github.com/Xdp-project" >XDP</a>
75+
</li>
76+
</ul>
77+
</nav>
78+
79+
<ul class="social">
80+
<li>
81+
<a class="sc-github" href="https://github.com/apalos" target="_blank">
82+
<i class="fab fa-github"></i>
83+
</a>
84+
</li>
85+
<li>
86+
<a class="sc-linkedin" href="https://www.linkedin.com/in/ilias-apalodimas-91891a34/" target="_blank">
87+
<i class="fab fa-linkedin"></i>
88+
</a>
89+
</li>
90+
<li>
91+
<a class="sc-twitter" href="https://www.twitter.com/_apalos" target="_blank">
92+
<i class="fab fa-twitter"></i>
93+
</a>
94+
</li>
95+
</ul>
96+
</div>
97+
98+
</aside>
99+
<main>
100+
101+
<nav>
102+
<a href="https://apalos.github.io">Home</a>
103+
104+
<a href="/archives.html">Archives</a>
105+
<a href="/categories.html">Categories</a>
106+
<a href="/tags.html">Tags</a>
107+
108+
109+
</nav>
110+
111+
<article class="single">
112+
<header>
113+
114+
<h1 id="EFI HTTPs with U-Boot">EFI HTTPs with U-Boot</h1>
115+
<p>
116+
Posted on Thu 13 March 2025 in <a href="https://apalos.github.io/category/uefi.html">UEFI</a>
117+
118+
&#8226; 1 min read
119+
</p>
120+
</header>
121+
122+
123+
<div>
124+
<h6></h6>
125+
<p><link rel="stylesheet" href="overload.css"></p>
126+
</div>
127+
<div class="tag-cloud">
128+
<p>
129+
<a href="https://apalos.github.io/tag/bootloaders.html">Bootloaders</a>
130+
<a href="https://apalos.github.io/tag/security.html">Security</a>
131+
<a href="https://apalos.github.io/tag/u-boot.html">U-Boot</a>
132+
<a href="https://apalos.github.io/tag/uefi.html">UEFI</a>
133+
</p>
134+
</div>
135+
136+
137+
138+
139+
140+
</article>
141+
142+
<footer>
143+
<p>&copy; </p>
144+
<p>
145+
Built with <a href="http://getpelican.com" target="_blank">Pelican</a> using <a href="http://bit.ly/flex-pelican" target="_blank">Flex</a> theme
146+
</p> </footer>
147+
</main>
148+
149+
150+
151+
152+
<script type="application/ld+json">
153+
{
154+
"@context" : "http://schema.org",
155+
"@type" : "Blog",
156+
"name": " Volatile rumblings ",
157+
"url" : "https://apalos.github.io",
158+
"image": "site_images/profile.png",
159+
"description": ""
160+
}
161+
</script>
162+
163+
</body>
164+
</html>

0 commit comments

Comments
 (0)