| commit | 4e3e971b53637407d67df93c8944dec288746b13 | [log] [tgz] |
|---|---|---|
| author | Lorenz Brun <lorenz@monogon.tech> | Tue Jul 22 20:22:05 2025 +0200 |
| committer | Lorenz Brun <lorenz@monogon.tech> | Wed Jul 23 10:26:40 2025 +0000 |
| tree | 8580bf61f1f98c37d342fc304d310710ec34bfcf | |
| parent | ba82bc6039f694ef5a9c891d50329822985233c9 [diff] |
third_party/linux: unbreak i2c-dw-platform for AMD i2c-designware-platform on x86_64 AMD has a silent dependency on CONFIG_X86_AMD_PLATFORM_DEVICE. If not enabled the kernel executes bad code when it should interact with the clock tree, so enable it. Change-Id: I6eba0da9bc226ef7a6e87e4c0dbda965f2c57444 Reviewed-on: https://review.monogon.dev/c/monogon/+/4455 Tested-by: Jenkins CI Reviewed-by: Tim Windelschmidt <tim@monogon.tech>
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.