Received: by mail.netbsd.org (Postfix, from userid 605) id 5E6D384FF7; Wed, 24 Jan 2024 21:53:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 878B584FF5 for ; Wed, 24 Jan 2024 21:53:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id MvA1-j20UK9v for ; Wed, 24 Jan 2024 21:53:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2651B84CED for ; Wed, 24 Jan 2024 21:53:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1D8BAFA42; Wed, 24 Jan 2024 21:53:35 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 24 Jan 2024 21:53:35 +0000 From: "Jared D. McNeill" Subject: CVS commit: src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20240124215335.1D8BAFA42@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Jared D. McNeill" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: jmcneill Date: Wed Jan 24 21:53:35 UTC 2024 Modified Files: src/distrib/utils/embedded/files: evbppc_wii_meta.xml src/sys/arch/evbppc/include: wii.h src/sys/arch/evbppc/wii: autoconf.c machdep.c wii_locore.S Log Message: wii: Add support for passing boot options to the kernel. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/distrib/utils/embedded/files/evbppc_wii_meta.xml cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbppc/include/wii.h cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbppc/wii/autoconf.c \ src/sys/arch/evbppc/wii/wii_locore.S cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbppc/wii/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.