Linked by Thom Holwerda on Fri 18th Sep 2009 17:30 UTC, submitted by Moulinneuf
Hardware, Embedded Systems We all know (and love?) ARM as the company which focusses on licensing designs for power-efficient yet still powerful processors, mostly used in embedded devices. The Cambridge company has been looking to expand into the netbook market, and has now announced a new step in this process with a number of new multicore Cortex-A9 designs.
Thread beginning with comment 384868
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE: Me wants!
by Earl Colby pottinger on Fri 18th Sep 2009 18:14 UTC in reply to "Me wants!"
Earl Colby pottinger
Member since:
2005-07-06

There already is work underway to port Haiku to ARM so don't be surprised if there is something bootable in the next year or so.

Question: It is my understanding that BeOS/Haiku uses the 'HALT' instruction to lower power use when the CPU is idle and waiting for an interrupt, does the ARM have such an instruction/mode and if it does how much power is used compared to normal CPU needs?

I am thinking in term of a large number of cores when a number of them will sit idle when there is not a heavy load on the system.

Reply Parent Bookmark Score: 2

RE[2]: Me wants!
by Bahadir on Fri 18th Sep 2009 18:31 in reply to "RE: Me wants!"
Bahadir Member since:
2007-05-19

There is a WFI (Wait For Interrupt) instruction that puts the cpu to idle mode. Currently supported by Linux on MPCore

Reply Parent Bookmark Score: 2

RE[2]: Me wants!
by kaiwai on Sat 19th Sep 2009 01:03 in reply to "RE: Me wants!"
kaiwai Member since:
2005-07-06

There already is work underway to port Haiku to ARM so don't be surprised if there is something bootable in the next year or so.

Question: It is my understanding that BeOS/Haiku uses the 'HALT' instruction to lower power use when the CPU is idle and waiting for an interrupt, does the ARM have such an instruction/mode and if it does how much power is used compared to normal CPU needs?

I am thinking in term of a large number of cores when a number of them will sit idle when there is not a heavy load on the system.


From what I understand Haiku is based on the NewOS kernel which includes support inside it for multiplatformness.

The problem with Linux is the need to get rid of HAL and replace it with something that doesn't depend on a constant cycle of polling. Once HAL is replaced you'll find that battery life will improve considerably when combined with the improvements that are slated for 2.6.32.

Reply Parent Bookmark Score: 2

RE[3]: Me wants!
by No it isnt on Sat 19th Sep 2009 10:34 in reply to "RE[2]: Me wants!"
No it isnt Member since:
2005-11-14

Really? I'm running powertop at the moment, and HAL doesn't even show.

Reply Parent Bookmark Score: 1

RE[3]: Me wants!
by Lennie on Sun 20th Sep 2009 08:29 in reply to "RE[2]: Me wants!"
Lennie Member since:
2007-09-22

The replacement is called devicekit.

Reply Parent Bookmark Score: 2