9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Arne Meyer <meyer.arne83@netcologne.de>
To: "9front@9front.org" <9front@9front.org>
Subject: [9front] [PATCH] bcm64: enable sdram support
Date: Tue, 11 Jun 2024 22:33:47 +0200 (CEST)	[thread overview]
Message-ID: <765533839.3008204.1718138027659@comcenter.netcologne.de> (raw)

[-- 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

                 reply	other threads:[~2024-06-11 20:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=765533839.3008204.1718138027659@comcenter.netcologne.de \
    --to=meyer.arne83@netcologne.de \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).