←back to thread

163 points wmf | 1 comments | | HN request time: 0s | source
Show context
MisterTea ◴[] No.45372834[source]
Here's my big question: are there datasheets/programmers manuals available or is this yet another proprietary mess of a SoC that ships undocumented Linux drivers with binary blobs? No thanks.

I will not spend money on hardware no one can reliably patch or write drivers for. I also want other operating system maintainers to be able to write drivers and get booting.

replies(2): >>45373020 #>>45387632 #
jeroenhd ◴[] No.45373020[source]
I haven't dug deep, but it looks like Qualcomm has been working on merging code into the Linux kernel: https://www.phoronix.com/news/Qualcomm-X2-Elite-Linux-8EG5

With them only merging upstream now, it'll be a while before you can actually use Linux on these devices. You can build your own kernel from upstream, but it's probably a better idea to wait until Arch or Gentoo package the necessary pre-configured kernels.

From what I can tell, the Elite SoCs are a lot less outdated-semi-proprietary-Linux-fork-y than many other Qualcomm chips.

replies(3): >>45374116 #>>45374323 #>>45384497 #
MisterTea ◴[] No.45374323[source]
That means nothing for the community who may need or want to fix and patch issues on their own. Instead we're beholden to Qualcomm to fix major issues on an OS it may or may not care about supporting. It also excludes other open source operating systems such as the BSD's who have to then reverse engineer the undocumented Linux drivers.

A better question: can a small company like Framework or even MNT Research build and support an open laptop around this chip?

replies(2): >>45375646 #>>45384096 #
wmf ◴[] No.45375646[source]
Framework doesn't even develop their own firmware; most of the engineering in PCs is done by Intel/AMD/ODMs/IBVs. The whole ecosystem is based on vendor support not datasheets.
replies(1): >>45375939 #
MisterTea ◴[] No.45375939[source]
Firmware is not preventing Framework or anyone from offering a repairable laptop. Firmware also doesn't matter once the kernel is loaded. We need the datasheets.
replies(1): >>45384947 #
gbin ◴[] No.45384947[source]
"Firmware doesn't matter once the kernel is loaded".

ACPI enters the chat... It can send pieces of code interpreted by the kernel on any hardware event.

I have a Framework laptop and yeah the ACPI firmware is totally buggy and the Linux kernel fails at interpreting it in various cases.

replies(1): >>45385580 #
1. MisterTea ◴[] No.45385580[source]
I was under the impression that the firmware is responsible for loading the ACPI tables but the OS takes over and runs the code in its ACPI VM once running.