this post was submitted on 23 Oct 2024
681 points (98.9% liked)

Technology

58839 readers
5016 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 230 points 1 day ago* (last edited 1 day ago) (4 children)

Hopefully Qualcomm takes the hint and takes this opportunity to develop a high performance RISC V core. Don't just give the extortionists more money, break free and use an open standard. Instruction sets shouldn't even require licensing to begin with if APIs aren't copyrightable. Why is it OK to make your own implentation of any software API (see Oracle vs. Google on the Java API, Wine implementing the Windows API, etc) but not OK to do the same thing with an instruction set (which is just a hardware API). Why is writing an ARM or x86 emulator fine but not making your own chip? Why are FPGA emulator systems legal if instruction sets are protected? It makes no sense.

The other acceptable outcome here is a Qualcomm vs. ARM lawsuit that sets a precedence that instruction sets are not protected. If they want to copyright their own cores and sell the core design fine, but Qualcomm is making their own in house designs here.

[–] [email protected] 53 points 23 hours ago (3 children)

takes this opportunity to develop a high performance RISC V core

They might. This would never be open sourced though. Best case scenario is the boost they would provide to the ISA as a whole by having a company as big as Qualcomm backing it.

[–] [email protected] 2 points 10 hours ago (1 children)

BUT Imagine if it was open sourced. God, Gods, by the nine, would be heaven.

[–] [email protected] 3 points 8 hours ago

If Qualcomm released a FOSS RISC-V IP core that would've required spending multiple millions on hardware engineer salaries (no chance in hell), I would:

  1. Spontaneously ejaculate
  2. Pull out my FPGA
[–] [email protected] 44 points 21 hours ago

RISC V is just an open standard set of instructions and their encodings. It is not expected nor required for implementations of RISC V to be open sourced, but if they do make a RISC V chip they don't have to pay anyone to have that privilege and the chip will be compatible with other RISC V chips because it is an open and standardized instruction set. That's the point. Qualcomm pays ARM to make their own chip designs that implement the ARM instruction set, they aren't paying for off the shelf ARM designs like most ARM chip companies do.

[–] [email protected] 20 points 21 hours ago

The RISCV instruction set IS open source. What they'd do to ratfuck it is lock the bootloader or something.

[–] [email protected] 23 points 23 hours ago (1 children)

Simping for Qualcomm is definitely not a take i expected

[–] [email protected] 20 points 21 hours ago (1 children)

In the mobile Linux scene, Qualcomm chips are some of the best supported ones. I don't love everything Qualcomm does, but the Snapdragon 845 makes for a great Linux phone and has open source drivers for most of the stack (little thanks to Qualcomm themselves).

[–] [email protected] 14 points 19 hours ago

Qualcomm is one of the worst monopolists in any industry though. They are widely known to have a stranglehold on all mobile device development

[–] [email protected] 7 points 19 hours ago (1 children)

Saying an ISA is just a hardware API vastly oversimplifies what an architecture is. There is way more to it than just the instruction set, because you can’t have an instruction set without also defining the numbers and types of registers, the mapping of memory and how the CPU interacts with it, the input/output model for the system, and a bunch of other features like virtual memory, addressing modes etc. Just to give an idea, the ARM reference is 850 pages long.

[–] [email protected] 6 points 17 hours ago

APIs can be complex too. Look at how much stuff the Win32 API provides from all the kernel calls, defined data structures/types, libraries, etc. I would venture a guess that if you documented the Win32 API including all the needed system libraries to make something like Wine, it would also be 850 pages long. The fact remains that a documented prototype for a software implementation is free to reimplement but a documented prototype for a hardware implementation requires a license. This makes no sense from a fairness perspective. I'm fine with ARM not giving away their fully developed IP cores which are actual implementations of the ARM instruction set, but locking third parties from making their own compatible designs without a license is horribly anticompetitive. I wish standards organizations still had power. Letting corporations own de-facto "standards" is awful for everyone.

[–] [email protected] 17 points 1 day ago* (last edited 1 day ago) (2 children)

Don't just give the extortionists more money

Or maybe they were just trying to pay a lot less money, and then they got caught at their little trick.

[–] [email protected] 35 points 1 day ago (2 children)

Do you know how much money you have to pay to make a RISC V chip? Even less than that, since it's free

[–] [email protected] 25 points 23 hours ago

Development is never free, especially, if you have to build new knowhow and can not build upon the one they have built at development of ARM chips.

[–] [email protected] 10 points 1 day ago (1 children)

If it's that's easy / cheap then why have they not?

This is a big ol' game of bluff from both sides. So, according to you, Qualcomm should call their bluff?

[–] [email protected] 10 points 1 day ago (1 children)

They would need a new core design

[–] [email protected] 2 points 23 hours ago

Wonder how long that'd take, hmm?

[–] [email protected] -5 points 20 hours ago (1 children)

By that logic every company would just run on linux. Free to use ≠ free to implement and support.

[–] [email protected] 4 points 20 hours ago

You have not read the article.