frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

OpenPOWER Foundation – Open-Source / Open Hardware PowerPC CPU ISA

https://openpowerfoundation.org/
40•peter_d_sherman•2d ago

Comments

peter_d_sherman•2d ago
>"By open sourcing and developing on the POWER ISA - one of the most sophisticated processor architectures available - the OpenPOWER Foundation is democratizing access and extending the reach of the RISC-based architecture.'

Open for All

With more than 350 members collaborating regularly, the entire semiconductor industry - from global organizations with deep expertise to individual creators with a new lens - can innovate with choice and build and develop across the full Hardware and Software stack."

Related:

https://en.wikipedia.org/wiki/Power_ISA

https://en.wikipedia.org/wiki/Power10

https://www.itjungle.com/2024/12/02/power11-takes-memory-ban...

ThinkBeat•9h ago
According to Raptor the newest generation of POWER chips contain a big binary proprietary blob.

Would these pose a problem for the this foundation?

net01•9h ago
link ?
p_l•9h ago
No - essentially a modern CPU is composed of multiple blocks, not just the actual CPU core. Some of those IP blocks will be closed source, often from third party vendors, and sometimes that means proprietary software blobs to interact with them (whether because the documentation to configure them is proprietary, or because you need to load proprietary microcode or firmware).

The OpenPOWER foundation does not deal with entire CPU module / SoC component, and as such it's not really in their bailwick.

The issue with POWER 10 cpus was that at least two important blocks without which the CPUs are essentially useless involved such third party components that required closed source firmware blobs to initialize.

One of them was effectively the only OMI<->DDR4 (iirc) memory interface (OMI - serial link for memory, successor of POWER8/9 Centaur link), and the other was I think Synopsys' PCI-Express Root Ports

ladyanita22•8h ago
Why the focus on Risc-V when the Power architecture already has high-performance cores? Genuine questions.
bhouston•8h ago
Power and RISC-V are going after different markets.

While Power is IRSC has a lot of legacy baggage that makes it significantly more complex that RISC-V (which is clean slate and purposely simplified.) It is also definitely not optimized for low power situations / embedded.

It is basically super computer chip.

Also unlike ARM and RISC-V it isn't designed to be extensible/customized by users. It is more monolithic.

cduzz•7h ago
I wouldn't say "super computer" chip (or at least "supercomputer")...

I've read the definition of a supercomputer as "some computer that takes specific domain, compute-bound problems and turns them into IO bound problems." (Implicitly, in that statement is the second statement of "and they have a ton of IO too). They're not really general purpose computers, and likely you'd be able to use risc-v or anything else, with specialized hardware, as the basis of a "supercomputer".

The power platform, on the other-hand (I'll create a new word here) is a foundation for a "SuperEnterprise(tm)" computer.

Power has insane / awesome things like "oh, you can use the ECC bits for ECC and hardware memory tagging[1]." Eventually such things may trickle down to things like ARM or RISC-V, but they're pioneered at the top of the enterprise mountain and trickle down...

[1]https://www.devever.net/~hl/ppcas

bhouston•6h ago
I guess I was referring to the fact that Power ISA chips were dominant at once time (prior to the rise of x86 chips) in the TOP 500 listings:

https://en.wikipedia.org/wiki/TOP500#/media/File:Processor_f...

They have faded from that over time from this niche. I do not know where they excel now.

Symmetry•8h ago
If you're a student in a microarchitecture class who has to implement a core in a semester then the simplicity of RISC-V makes it a much better choice. And if you're a grad student trying to try out some idea in your thesis then you should also choose RISC-V for the same reason.

If you're creating a microcontroller for a specific product then RISC-V's ability to only implement the hardware features you need is a big benefit and its compressed instructions let you save money using fewer RAM chips.

lizknope•7h ago
The people I know using RISC-V don't want a high performance core. They want a very small area low power core for things like PCIE and DDR link training.
panick21_•6h ago
OpenPOWER was created to sell chips more then anything else. But many people don't just want some stanard 'high performance' chip. There are many different kinds of high-performance chip. A high-performance chip, for a car, a gaming computer, a AI chip or a cloud chip that runs VM are all different.

There is simply not that amount of options in the POWER market. Its a restrictive set of vendors.

Pretty much every new startup designing high performance chips picked RISC-V. And they optimize their chips for specific use-cases.

In addition, the software ecosystem for RISC-V is arguable already better then POWER. And many companies and universities are working together on making it first class. Android is going to RISC-V, it will never be on POWER.

So if you were to design something for consumers, not going with RISC-V would be crazy.

RISC-V is also evolving far more quickly. There are like 80 working groups working on improvements all in the open. The amount of companies working on POWER is tiny in comparison.

jamesy0ung•8h ago
What exactly is the selling point of the Power ISA? Why would I want to use it over RISC-V?
Symmetry•8h ago
You can accomplish the same task in substantially fewer instructions, leading to higher performance for a given level of design effort.

Also a more developed software ecosystem.

bhouston•8h ago
It is aimed at a completely different market from RISC-V.

RISC-V advantages is that it is an incredible simple and extensible architecture aimed at low power / embedded use cases. It is also easy to customize (similar to ARM) for specific use cases.

Power ISA is a super computer chip, while RISC-like, has a lot of legacy baggage and isn't designed for low-power nor is it designed for embedded situations. It also is not designed for customizability, it is more like a monolith project.

Power ISA will have space at the top of the market for very high performance CPUs. But I think it will be stuck there as there are no benefits over RISC-V in the areas where RISC-V is growing right now.

orbifold•7h ago
That isn’t actually true. I‘ve personally worked on an embedded POWER processor https://github.com/electronicvisions/nux. It is used as a dual core embedded micro-controller in a neuromorphic chip. Each core has just 16kB of memory on chip and 4kB instruction cache. POWER has subsets of the instruction set which have a gcc and llvm target and are well suited for embedded use cases.

Main advantage of RISCV at this point is that it has a larger community. But at the time it didn’t even have a vector instruction set, whereas we could easily modify the POWER one for our purposes.

panick21_•6h ago
RISC-V is absolutely not and never has been 'aimed at low power / embedded'. Literally from the very beginning the target was 'be an ISA for everything'. Its just natural that simpler things were standardized first and came to market first.

That POWER is better at top of the market is highly questionable, every new startup coming into the high performance space has universally picked RISC-V over OpenPOWER.

Also, nowadays even complex ISA were fine for embedded. The cost difference for stuff like that is tiny. Its really just about how many options do you have in the market, both open and closed. And that's where RISC-V by now simply has more.

OpenPOWER was only fake open for a long time, while marketing itself as open. Only when they were totally getting crushed, did they update and are more like RISC-V, but it was many years to late.

bhouston•6h ago
> Its just natural that simpler things were standardized first and came to market first.

Which isn't that different than what I am saying.

RISC-V is marketing towards low-power/embedded right now because it doesn't have performant cores. https://benhouston3d.com/blog/risc-v-in-2024-is-slow

Power ISA was not focused on this market, its historical market was high performance computing.

dragontamer•5h ago
Freescale PowerQUICC fans say whaaaaaat?

Power ISA absolutely was used in embedded contexts for years. Decades even.

---------

Instruction sets aren't very important actually. Like yeah, compiler infrastructure helps but a lot of embedded decision making is about peripherals.

PowerQUICC had powerful and extendable I/O that could be customized to many different needs. And I believe the bulk of those benefits stay over to the updated ARM chip QorIQ (as NXP bought FreeScale and seems to have prioritized ARM).

adrian_b•3h ago
After Motorola has abandoned totally (MC88k, M.core) or partially (MC68k => Coldfire) its older ISAs and it has transitioned to using the POWER/PowerPC ISA, it has applied it to the market in which they was interested, designing many kinds of microcontrollers with it, mainly for the automotive and communications markets, where microcontrollers with higher performance were required. Around the same time IBM has also introduced a series of microcontrollers based on the POWER ISA (PowerPC 4xx).

However, when the POWER ISA has initially been designed, before its launch in 1990, its target were high-end scientific workstations and servers made by IBM. The idea of using it in embedded computers has come much later, when the increased density achievable in integrated circuits has made that possible.

adrian_b•3h ago
RISC-V has obviously been initially designed with the only purpose of being extremely simple to implement, simple enough to be implementable by students.

Nothing else can justify the weird choices made in designing RISC-V.

The idea to use RISC-V in actually useful devices must have come only after the initial design and for this purpose the only advantage of RISC-V versus designing some proprietary CPU core is that for RISC-V there already exists a significant amount of tools for software development, i.e. linkers, assemblers, compilers, debuggers, a few optimized libraries etc.

This advantage of RISC-V is extremely important, because developing compilers and all the other required software tools for any new ISA requires much more work and resources than the hardware design of a CPU core implementing it.

However, it is sad that the first ISA with a permissive license allowing it to be used by everyone everywhere has been one so bad as RISC-V.

It is absurd to claim that the target of RISC-V is to 'be an ISA for everything', when it does not even have adequate means for detecting integer overflow, a feature that existed even in much smaller ancient 8-bit microprocessors, like Motorola MC6800 (1974) and Zilog Z80 (1976).

Startups choose RISC-V because it is a fashionable buzzword good for pleasing possible investors and because their team does not include anyone with experience in low-level assembly programming or compiler back-end implementation, the only people who can assess the quality of an ISA.

Footpost•15m ago
The reasoning for this choice in the base ISA is discussed in the RISCV ISA manual, Section 2.4 on "Integer Computational Instructions" [1]. Given that RISCV is a modular ISA, it should be possible in principle to have suitable ISA extensions that do integer overflow detection. Maybe the absence of such an extension in 2025 indicates that this is not a pressing need for many RISC-V users?

[1] https://lists.riscv.org/g/tech-unprivileged/attachment/535/0...

irusensei•5h ago
I feel like regardless of what you can accomplish with it will be drowned by having to deal with IBM's brilliant handling of their products.

The only occasions I interacted with POWER was in projects where the client was happily deploying bog standard enterprise amd64 servers running Linux to replace it.

phendrenad2•7h ago
So what exactly does OpenPOWER grant me? If I create a CPU core design that implements the same ISA as, say, the PowerPC G5 chip used in Macs from 2002-2012, can I sell it? Or can I open-source it? Or is OpenPOWER incompatible with the PowerPC line?
panick21_•7h ago
PowerPC and POWER are not the same. PowerPC was created because Apple allied with IBM, but they wanted Motorola as a supplier. So they basically changed Motorola own RISC chip into something POWER like.

OpenPOWER used to be restricted, but because RISC-V absolutely crush the OpenPOWER fake marketing with being really open, OpenPOWER (like MIPS) after a few years have changed and are now more like RISC-V.

MisterTea•6h ago
No, The AIM alliance's goal was to create a standard Power architecture: https://en.wikipedia.org/wiki/AIM_alliance

PPC Mac is the same PPC that Motorola developed and marketed. The key difference lies in the platform as Power PC is just a CPU ISA, it does not define a platform which includes hardware layout and booting. So you cant just buy a Motorola chip and boot MacOS because MacOS expects a Power Macintosh complete with Power Macintosh hardware and firmware.

Arm and Risc-V also do not define a platform. IBM is the one who developed a standard hardware and firmware design, the BIOS, for the Intel 8086 and thus the PC was born. The PC platform is why we think of computers as general purpose machine that boot any OS. Outside of that ecosystem it's a big mess. Arm and Risc-v do not define platforms which is not a good situation.

Y_Y•3h ago
Arm does indeed define a platform, it's called SBSA

https://en.wikipedia.org/wiki/Server_Base_System_Architectur...

lizknope•59m ago
You are right but the only systems I have seen that support it are servers or expensive workstations from Ampere and maybe 1 or 2 others. I feel like 99% of the ARM based computing devices that people can buy for under $2000 have non standard boot systems. Do any of the Qualcomm ARM based laptops support an open boto standard?

In contrast I feel like 99% of x86 based computing devices under $2000 have standard boot systems where anyone can boot windows or Linux on them with minimal issues.

sillywalk•1h ago
> PowerPC and POWER are not the same.

AIUI PowerPC is essentially an extended (original) POWER.

The AIM alliance defined PowerPC which had 32bit and 64 bit modes, and IBM also added ISA extensions - the PowerPC AS or "Amazon" - for its AS/400 line.

When the POWER3 came around, the original 32Bit POWER ISA was deprecated, but still included for backwards compatibility. So all POWER chips since then implement the PowerPC ISA.

Square Theory

https://aaronson.org/blog/square-theory
283•aaaronson•4h ago•57 comments

Pyrefly vs. Ty: Comparing Python's two new Rust-based type checkers

https://blog.edward-li.com/tech/comparing-pyrefly-vs-ty/
160•edwardjxli•5h ago•66 comments

Running GPT-2 in WebGL: Rediscovering the Lost Art of GPU Shader Programming

https://nathan.rs/posts/gpu-shader-programming/
33•nathan-barry•2h ago•8 comments

How a hawk learned to use traffic signals to hunt more successfully

https://www.frontiersin.org/news/2025/05/23/street-smarts-hawk-use-traffic-signals-hunting
270•layer8•8h ago•84 comments

Launch HN: Relace (YC W23) – Models for fast and reliable codegen

51•eborgnia•4h ago•25 comments

In defense of shallow technical knowledge

https://www.seangoedecke.com/shallow-technical-knowledge/
62•swah•2d ago•36 comments

LumoSQL

https://lumosql.org/src/lumosql/doc/trunk/README.md
188•smartmic•9h ago•74 comments

BGP handling bug causes widespread internet routing instability

https://blog.benjojo.co.uk/post/bgp-attr-40-junos-arista-session-reset-incident
205•robin_reala•8h ago•96 comments

Show HN: Malai – securely share local TCP services (database/SSH) with others

https://malai.sh/hello-tcp/
67•amitu•5h ago•26 comments

Comparing Docusaurus and Starlight and why we made the switch

https://glasskube.dev/blog/distr-docs/
21•pmig•4d ago•4 comments

Roundtable (YC S23) Is Hiring a Member of Technical Staff

https://www.ycombinator.com/companies/roundtable/jobs/ZTZHEbb-member-of-technical-staff
1•timshell•2h ago

The Art of Fugue – Contrapunctus I (2021)

https://www.ethanhein.com/wp/2021/the-art-of-fugue-contrapunctus-i/
75•xeonmc•6h ago•36 comments

Outcome-Based Reinforcement Learning to Predict the Future

https://arxiv.org/abs/2505.17989
62•bturtel•6h ago•7 comments

I salvaged $6k of luxury items discarded by Duke students

https://indyweek.com/culture/duke-students-dumpster-diving/
85•drvladb•4h ago•83 comments

DuckLake is an integrated data lake and catalog format

https://ducklake.select/
162•kermatt•6h ago•62 comments

The Hobby Computer Culture

https://technicshistory.com/2025/05/24/the-hobby-computer-culture/
58•cfmcdonald•3d ago•30 comments

GitHub MCP exploited: Accessing private repositories via MCP

https://invariantlabs.ai/blog/mcp-github-vulnerability
395•andy99•1d ago•259 comments

Show HN: Free mammogram analysis tool combining deep learning and vision LLM

http://mammo.neuralrad.com:5300
11•coolwulf•4h ago•11 comments

Show HN: Maestro – A Framework to Orchestrate and Ground Competing AI Models

4•defqon1•1h ago•0 comments

Worlds first petahertz transistor at ambient conditions

https://news.arizona.edu/news/u-researchers-developing-worlds-first-petahertz-speed-phototransistor-ambient-conditions
83•ChuckMcM•3d ago•53 comments

Why Cline doesn't index your codebase

https://cline.bot/blog/why-cline-doesnt-index-your-codebase-and-why-thats-a-good-thing
116•intrepidsoldier•6h ago•89 comments

Just make it scale: An Aurora DSQL story

https://www.allthingsdistributed.com/2025/05/just-make-it-scale-an-aurora-dsql-story.html
77•cebert•8h ago•26 comments

Cows get GPS collars to stop them falling in river

https://www.bbc.co.uk/news/articles/cj4229k744lo
48•zeristor•3d ago•50 comments

From OpenAPI spec to MCP: How we built Xata's MCP server

https://xata.io/blog/built-xata-mcp-server
25•tudorg•2d ago•11 comments

Revisiting the Algorithm That Changed Horse Race Betting (2023)

https://actamachina.com/posts/annotated-benter-paper
91•areoform•10h ago•36 comments

Show HN: Lazy Tetris

https://lazytetris.com/
252•admtal•16h ago•108 comments

Trying to teach in the age of the AI homework machine

https://www.solarshades.club/p/dispatch-from-the-trenches-of-the
383•notarobot123•1d ago•545 comments

A SomewhatMaxSAT Solver

https://blog.jak-linux.org/2025/05/24/somewhatmax-sat-solver/
4•JNRowe•2d ago•0 comments

The Myth of Developer Obsolescence

https://alonso.network/the-recurring-cycle-of-developer-replacement-hype/
263•cat-whisperer•9h ago•294 comments

Highlights from the Claude 4 system prompt

https://simonwillison.net/2025/May/25/claude-4-system-prompt/
274•Anon84•22h ago•76 comments