* [9front] [PATCH] bcm64: enable sdram support
@ 2024-06-11 20:33 Arne Meyer
2024-07-05 20:54 ` Arne Meyer
0 siblings, 1 reply; 2+ messages in thread
From: Arne Meyer @ 2024-06-11 20:33 UTC (permalink / raw)
To: 9front
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: bcm64sdram.diff --]
[-- Type: application/octet-stream, Size: 685 bytes --]
From: Arne Meyer <meyer.arne83@netcologne.de>
Date: Mon, 10 Jun 2024 14:22:12 +0000
Subject: [PATCH] bcm64: enable sdram support
---
diff 1b594354f7d5dcc28fde2bd15d1b79cb6f1cb3da 339fb40064356732e90234b7d02ed01134e7c898
--- a/sys/src/9/bcm64/main.c
+++ b/sys/src/9/bcm64/main.c
@@ -176,6 +176,7 @@
quotefmtinstall();
bootargsinit(arg0);
meminit();
+ ramdiskinit();
confinit();
xinit();
printinit();
--- a/sys/src/9/bcm64/pi3
+++ b/sys/src/9/bcm64/pi3
@@ -50,6 +50,7 @@
uartmini
uartpl011
sdmmc emmc
+ sdram
dma
vcore
irq
--- a/sys/src/9/bcm64/pi4
+++ b/sys/src/9/bcm64/pi4
@@ -55,6 +55,7 @@
uartmini
uartpl011
sdmmc emmc sdhc
+ sdram
dma
gic
vcore
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [9front] [PATCH] bcm64: enable sdram support
2024-06-11 20:33 [9front] [PATCH] bcm64: enable sdram support Arne Meyer
@ 2024-07-05 20:54 ` Arne Meyer
0 siblings, 0 replies; 2+ messages in thread
From: Arne Meyer @ 2024-07-05 20:54 UTC (permalink / raw)
To: 9front
ping
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-05 20:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-11 20:33 [9front] [PATCH] bcm64: enable sdram support Arne Meyer
2024-07-05 20:54 ` Arne Meyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).