Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2024 11:09:47 +0100
From:      Andrew Turner <andrew@fubar.geek.nz>
To:        Warner Losh <imp@FreeBSD.org>
Cc:        "src-committers@freebsd.org" <src-committers@FreeBSD.org>, "dev-commits-src-all@freebsd.org" <dev-commits-src-all@FreeBSD.org>, "dev-commits-src-main@freebsd.org" <dev-commits-src-main@FreeBSD.org>
Subject:   Re: git: ac83063d37e5 - main - bcm2838_xhci: add module
Message-ID:  <ADFF4667-0A43-4C19-987C-D5998BF01B87@fubar.geek.nz>
In-Reply-To: <202404100322.43A3MTXZ087267@gitrepo.freebsd.org>
References:  <202404100322.43A3MTXZ087267@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

> On 10 Apr 2024, at 04:22, Warner Losh <imp@FreeBSD.org> wrote:
>=20
> The branch main has been updated by imp:
>=20
> URL: =
https://cgit.FreeBSD.org/src/commit/?id=3Dac83063d37e5e92ad048cc4ed958654c=
02103f74
>=20
> commit ac83063d37e5e92ad048cc4ed958654c02103f74
> Author:     Lexi Winter <lexi@le-Fay.ORG>
> AuthorDate: 2024-04-10 03:11:36 +0000
> Commit:     Warner Losh <imp@FreeBSD.org>
> CommitDate: 2024-04-10 03:11:39 +0000
>=20
>    bcm2838_xhci: add module
>=20
>    bcm2838_xhci(4) is a shim for the XHCI controller on the Raspberry =
Pi 4B
>    SoC.  It loads the controller's firmware before passing control to =
the
>    normal xhci(4) driver.
>=20
>    When xhci(4) is built as a module (and not in the kernel), =
bcm2838_xhci
>    is not built at all and the RPi4's XHCI controller won't attach due =
to
>    missing firmware.
>=20
>    To fix this, build a new module, bcm2838_xhci.ko, which depends on
>    xhci.ko.  For the dependency to work correctly, also modify xhci to
>    provide the 'xhci' module in addition to the 'xhci_pci' module it
>    already provided.
>=20
>    Since bcm2838_xhci is specific to a quirk of the RPi4 SoC, only =
build
>    the module for AArch64.

I think this broke GENERIC-ACPI kernel. The bcm2838_xhci driver is FDT =
only.

Andrew=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ADFF4667-0A43-4C19-987C-D5998BF01B87>