Click Here
home features news forums classifieds faqs links search
6071 members 
Amiga Q&A /  Free for All /  Emulation /  Gaming / (Latest Posts)
Login

Nickname

Password

Lost Password?

Don't have an account yet?
Register now!

Support Amigaworld.net
Your support is needed and is appreciated as Amigaworld.net is primarily dependent upon the support of its users.
Donate

Menu
Main sections
» Home
» Features
» News
» Forums
» Classifieds
» Links
» Downloads
Extras
» OS4 Zone
» IRC Network
» AmigaWorld Radio
» Newsfeed
» Top Members
» Amiga Dealers
Information
» About Us
» FAQs
» Advertise
» Polls
» Terms of Service
» Search

IRC Channel
Server: irc.amigaworld.net
Ports: 1024,5555, 6665-6669
SSL port: 6697
Channel: #Amigaworld
Channel Policy and Guidelines

Who's Online
16 crawler(s) on-line.
 123 guest(s) on-line.
 2 member(s) on-line.


 BigD,  OlafS25

You are an anonymous user.
Register Now!
 BigD:  21 secs ago
 OlafS25:  50 secs ago
 zErec:  7 mins ago
 amigakit:  10 mins ago
 retrofaza:  39 mins ago
 kolla:  53 mins ago
 edwardsjethro:  1 hr 45 mins ago
 joeyunderwood:  1 hr 46 mins ago
 Sikharubel:  1 hr 49 mins ago
 Musashi5150:  2 hrs 11 mins ago

/  Forum Index
   /  Amiga OS4 Hardware
      /  AckOne High-End Will Run PA Semi Multi-core
Register To Post

Goto page ( Previous Page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 Next Page )
PosterThread
CodeSmith 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 19:20:38
#21 ]
Elite Member
Joined: 8-Mar-2003
Posts: 3045
From: USA

@ackcontrls

Wow, the high end machine would then be a dual-core, 64 bit machine running at 2GHz, with a DDR2 memory controller, PCI express (supporting x16 - full bandwidth for DX10 capable gfx cards!) and gigabit ethernet. All that consumes just 25W of power. A board based on this chip would catapult amiga back into the running, putting it on the same ballpark as current PCs and Apple Intel boxes. All we'd need is for OS4 to be ported to 64 bit and we'd even be on the same level as OSX Tiger. As it is, it would already beat the Apple and Windows systems on power consumption: 25W for the PASemi chip vs 65W for a core 2 duo (read: much quieter computer). I'm dying to see what benchmarks would show for one of these things vs an Intel chip.

If this is real and not just Adam yanking our collective chains, it makes it extremely important for Amiga Inc and Hyperion to settle their differences in such a way that OS4 doesn't get gutted.

 Status: Offline
Profile     Report this post  
Hans 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 19:29:54
#22 ]
Elite Member
Joined: 27-Dec-2003
Posts: 5066
From: New Zealand

@Insanity

Ok, I've managed to find some more recent information about SMP in Amiga OS4.

4 March 2005, EntilZha said:
Quote:
No, there's no support for multiprocessing yet. There are several unresolved issues regarding the semantics of multiprocessing.

For example: What does Forbid do with more than one CPU ? Forbid is said to forbid task switching, but that would mean two CPUs would continue to run concurrently. However, it's most of the time used to achieve single threading, i.e. the task calling Forbid will assume it's the only entity running.

These are things that will have to be cleared up, and this will happen in 4.1.


So the biggest problem is the forbid()/permit() semantics. Leaving it in there could be a real performance killer, particularly given the amount of forbid()/permit() abuse some software have. Changing the behaviour of forbid()/permit() will cause old software to break unless they're run in a sandbox of some sort.

Then 2 April 2005 Rogue said:
Quote:
Even a non-SMP aware CPU could make use of it by running two programs at once. SMP is definitely high up on the todo list. In fact, the new memory system is already geared towards multi-CPU support.


So I'm guessing that partial SMP support meanse something like:
- The necessary functionality, such as spinlocks, has been implemented into ExecSG.
- The new memory system is geared toward multi-CPU (as stated above)
- There is no API available to use SMP, and hence, SMP is disabled

It would be interesting to hear if there has been any progress since then.

Hans

Last edited by Hans on 05-May-2007 at 07:30 PM.

_________________
http://hdrlab.org.nz/ - Amiga OS 4 projects, programming articles and more. Home of the RadeonHD driver for Amiga OS 4.x project.
https://keasigmadelta.com/ - More of my work.

 Status: Offline
Profile     Report this post  
CodeSmith 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 19:54:39
#23 ]
Elite Member
Joined: 8-Mar-2003
Posts: 3045
From: USA

@Hans

When OS4 gets ported to 64 bit, all old software is going to break anyway, because there are many, many places in AmigaOS where there is an assumption that the size of a pointer is 4 bytes, whereas with a 64 bit address space, a pointer is 8 bytes wide. There is no solution for that except some sort of sandbox that emulates a 32 bit environment.

The Forbid/Permit issue is a brilliant example of how one bad decision you make today can totally screw you over years from now. Carl Sassenrath must have known Forbid/Permit would never work on an multi-CPU system, but he probably figured "what are the odds of a multi-proc Lorraine anyway" and went ahead and did it.

Last edited by CodeSmith on 05-May-2007 at 09:41 PM.
Last edited by CodeSmith on 05-May-2007 at 09:40 PM.

 Status: Offline
Profile     Report this post  
Hattig 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 20:24:26
#24 ]
Regular Member
Joined: 11-Mar-2003
Posts: 340
From: Cambridge, UK

@CodeSmith

I think that AmigaOS4 should have been all-new-spangly (but based upon AmigaOS's design, architecture and principles, of course) with OS3 running in a sandbox from the beginning. All cruft and legacy could have been dumped. Hell, if AmigaOS3 wasn't sourceable, AROS could have been used for providing libraries for legacy applications.

Of course, this is with the benefit of hindsight, as it took 7 years to get to AmigaOS4.0 (albeit a very refined AmigaOS4.0, far better than originally envisaged). A lot of work done for backwards compatibility could have been avoided, although work for a sandbox would have been needed (although emulation of the 68k was done, and let's not forget that UAE and other applications could have been of use too).

I expect that this is what AmigaOS5.0 will do, in 2012, once the court cases are over.

 Status: Offline
Profile     Report this post  
CodeSmith 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 21:15:08
#25 ]
Elite Member
Joined: 8-Mar-2003
Posts: 3045
From: USA

@Hattig

I seem to recall the very original plan (for the old Escena bridge boards) to have been exactly that, but it was discovered to be too slow. Then again, at the time Petunia didn't exist and the fastest PPC CPUs were 7410 G4s running at 500MHz. With the more powerful CPUs available today, that idea could be revisited.

[edit]Hmm, just found out that the PWRficient chip has support for virtualization. That should make creating a 32 bit sandbox a lot more efficient.

Last edited by CodeSmith on 05-May-2007 at 09:41 PM.

 Status: Offline
Profile     Report this post  
Rit 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 21:39:39
#26 ]
Regular Member
Joined: 26-Oct-2005
Posts: 138
From: Unknown

@ironfist

*Falls over*

 Status: Offline
Profile     Report this post  
Shadowolf 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 22:10:00
#27 ]
Regular Member
Joined: 22-Mar-2005
Posts: 137
From: Germany

Well, unfortunately there is not much from PA-Semi available so far.
They are sending out the first samples and hope to start
the production sometime in Q4/2007.
That is the 2 GHz dual-core.

Two weeks ago I received a mail from one of our distributors at work
about PA-Semi and asked for more information.
And without having any details here at hand I only can tell
you that my reaction was that at the targeted price
I thought this will be a fail - and available way too late.

And if not designed by a top-notch company I do not believe
it can be taken off ground.
This requires a PCB with about twelf layers,
nothing you come up with overnight.
This monster has 1156 solder-balls in 1mm pitch.

And you can't even "just" take the eva-board and modify it.
The "Electra" has 1 IDE, 2+1 USB2, 1 PCIe x16, 1 PCIe x4, 1 PCIe x1,
1 PCI, 2 GB Ethernet, 4 DIMM sockets, 2 serial.
To make this a mainstream mainboard it would need sound, 4+ SATA-2, 4+ USB2.

I can only hope someone has pockets deep enough to make this happen
but for now I am afraid that it won't.

 Status: Offline
Profile     Report this post  
CodeSmith 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 22:15:44
#28 ]
Elite Member
Joined: 8-Mar-2003
Posts: 3045
From: USA

@Shadowolf

Sure you can. Add a PCIe SATA card and a PCI USB card, you're all set. Not saying it's ideal, but it is possible.

 Status: Offline
Profile     Report this post  
Shadowolf 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 22:18:06
#29 ]
Regular Member
Joined: 22-Mar-2005
Posts: 137
From: Germany

@CodeSmith

This would be a bad joke for a supposed to be high-end system.

 Status: Offline
Profile     Report this post  
Colin_Camper 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 22:19:24
#30 ]
Super Member
Joined: 6-Jul-2003
Posts: 1188
From: Unknown

@Shadowolf

Quote:
I can only hope someone has pockets deep enough to make this happen


Maybe Amiga Inc or ACK or both have managed to get subsidy or funding from the semiconductor manufacturer. After all, with the falling interest in PPC Linux and Apple saying bye bye to PPC, the amiga community is the last hope for these desktop orientated processors.

 Status: Offline
Profile     Report this post  
Shadowolf 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 22:21:17
#31 ]
Regular Member
Joined: 22-Mar-2005
Posts: 137
From: Germany

@Colin_Camper

Only that these processors are *not* desktop oriented at all.

 Status: Offline
Profile     Report this post  
ackcontrls 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 22:22:59
#32 ]
Member
Joined: 22-Apr-2006
Posts: 92
From: Unknown

@Shadowolf

On Monday you will see the actual specification for the board. Most designs lately with high ball count need at least 8 layers, some 10....12 isn't a stretch, especially in the telecommunications industry. Also, the ball count at 1156 isn't much higher than the ball count of the Tsi108/109/110, which is only a host bridge. For all the functionality in this chip, the overal ball count is reduced, along with total component count.

It must be the North American "can do" attitude that enables us to accomplish goals that others believe impossible.

Adam

 Status: Offline
Profile     Report this post  
Fransexy 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 22:27:14
#33 ]
Elite Member
Joined: 8-Jun-2004
Posts: 2334
From: Elche (Alicante), spain

@Shadowolf

Quote:

Shadowolf wrote:
@Colin_Camper

Only that these processors are *not* desktop oriented at all.


2 GHZ, dual core (and up), VMXunit, 2 MB cache, PCIe controler......What is oriented for? Microwaves oriented? Wake up, please

_________________
No PowerPC, No Fun
Make Amiga Great Again

 Status: Offline
Profile     Report this post  
NoelFuller 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 22:29:13
#34 ]
Cult Member
Joined: 29-Mar-2003
Posts: 926
From: Auckland, New Zealand

@A3000T

Quote:
Bring on the High-End board. I'll buy it if the OS4 development team will support it.


I hardly dare say this but at the back of my mind I've been wondering if Pentti Kouri has a notion that OS4 devs headed by Friedans plus Indian programmer stable might make for accelerated progress sans Hyperion - Amiga Inc conflicts.

Noel

 Status: Offline
Profile     Report this post  
CodeSmith 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 22:29:40
#35 ]
Elite Member
Joined: 8-Mar-2003
Posts: 3045
From: USA

@Shadowolf

As I said, it's not ideal...

If the board didn't support PCI express (like a bunch of existing designs that only support PCI or PCI-X), then it would be impossible. Remember though, Adam says that Amiga Inc want to sell complete boxed systems. There are enough slots in the board you described to add the few remaining pieces to make it into a home computer; no-one said anything about the design being open. Apple has been working like this for ever, and most people don't seem to mind too much (in fact, it allows their software people to concentrate on making good drivers for a small set of cards, rather than mediocre drivers for a large set of cards). Given the time constraints (Amiga Inc saying "this summer" and PASemi saying "Q4"), I suspect Amiga Inc will just cut a deal with PASemi for a few thousand demo boards at a reduced price, get some addon cards for the missing functionality, add a box and PSU and sell it as the Ack-One. Some might call it cheating, I'd call it making the deadline for once

 Status: Offline
Profile     Report this post  
Shadowolf 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 22:35:05
#36 ]
Regular Member
Joined: 22-Mar-2005
Posts: 137
From: Germany

@ackcontrls

Quote:

It must be the North American "can do" attitude that enables us to accomplish goals that others believe impossible.


This is not something what can be done solely on motivation alone.
This requires a lot of money to pull thru.

The small scale of the operation is what I see as the main problem.
If you are ASUS or GigaByte or whoever and need to throw a new
Pentium-board at the market you "just" spent 100+k relying on
the expertise of your team that went thru this a couple of times.

But if the target is only in the range of 1000 boards
you have a problem unless you win the lottery.

Still, I would be pleased to see it happen.

 Status: Offline
Profile     Report this post  
Kicko 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 22:47:53
#37 ]
Elite Member
Joined: 19-Jun-2004
Posts: 5009
From: Sweden

cant you just wait to monday when the specs are released. this is just mumblejumble ;)

 Status: Offline
Profile     Report this post  
CodeSmith 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 22:48:56
#38 ]
Elite Member
Joined: 8-Mar-2003
Posts: 3045
From: USA

@Fransexy

My hotdogs were cooked with altivec. Mmmm

 Status: Offline
Profile     Report this post  
CodeSmith 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 22:50:09
#39 ]
Elite Member
Joined: 8-Mar-2003
Posts: 3045
From: USA

@Kicko

Quote:
cant you just wait to monday when the specs are released.

No

 Status: Offline
Profile     Report this post  
Shadowolf 
Re: AckOne High-End Will Run PA Semi Multi-core
Posted on 5-May-2007 22:51:00
#40 ]
Regular Member
Joined: 22-Mar-2005
Posts: 137
From: Germany

@Fransexy

Quote:

2 GHZ, dual core (and up), VMXunit, 2 MB cache, PCIe controler......What is oriented for? Microwaves oriented? Wake up, please


Applications: "embedded networking", "telekom", "military", "storage" and "pervasive computing"

http://www.freescale.com/files/32bit/doc/fact_sheet/MPC8641DDLCRFS.pdf

PA-Semi mentions "Enterprise-Routers" and "Modular Storage Platforms"
and yes, "Supercomputing"

Desktop is something different.

Still I would love to put something like this in a tower under my desk.

 Status: Offline
Profile     Report this post  
Goto page ( Previous Page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 Next Page )

[ home ][ about us ][ privacy ] [ forums ][ classifieds ] [ links ][ news archive ] [ link to us ][ user account ]
Copyright (C) 2000 - 2019 Amigaworld.net.
Amigaworld.net was originally founded by David Doyle