9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] new arm port: teg2
@ 2012-05-01 22:30 geoff
  2012-05-01 22:48 ` John Floren
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: geoff @ 2012-05-01 22:30 UTC (permalink / raw)
  To: 9fans

After you pull, you should see a new directory,
/sys/src/9/teg2.  From the _announce file:

This is a preliminary Plan 9 port to the Compulab Trimslice,
containing a Tegra 2 SoC: a dual-core, (truly) dual-issue 1GHz
Cortex-A9 v7a-architecture ARM system, *and* it comes in a case.  VFP
3 floating-point hardware is present, but 5l doesn't yet generate
those instructions.  This is the first multiprocessor ARM port we've
done, and much of the code should be reusable in future ports.  There
are still things to be done but it can run both processors and is
believed to have adequate kernel support for VFP 3 floating-point.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] new arm port: teg2
  2012-05-01 22:30 [9fans] new arm port: teg2 geoff
@ 2012-05-01 22:48 ` John Floren
  2012-05-01 23:58   ` Anthony Sorace
  2012-05-02  0:55 ` David Leimbach
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: John Floren @ 2012-05-01 22:48 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Great! Graphics support at this point, or is it still in the cpu server stage?

john

On Tue, May 1, 2012 at 3:30 PM,  <geoff@plan9.bell-labs.com> wrote:
> After you pull, you should see a new directory,
> /sys/src/9/teg2.  From the _announce file:
>
> This is a preliminary Plan 9 port to the Compulab Trimslice,
> containing a Tegra 2 SoC: a dual-core, (truly) dual-issue 1GHz
> Cortex-A9 v7a-architecture ARM system, *and* it comes in a case.  VFP
> 3 floating-point hardware is present, but 5l doesn't yet generate
> those instructions.  This is the first multiprocessor ARM port we've
> done, and much of the code should be reusable in future ports.  There
> are still things to be done but it can run both processors and is
> believed to have adequate kernel support for VFP 3 floating-point.
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] new arm port: teg2
  2012-05-01 22:48 ` John Floren
@ 2012-05-01 23:58   ` Anthony Sorace
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony Sorace @ 2012-05-01 23:58 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 263 bytes --]

> Great! Graphics support at this point, or is it still in the cpu server stage?

The version on sources, at least, doesn't seem to drive video. There are
pretty good notes on what works and what doesn't in that directory, in
particular words and notes/*.


[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 210 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] new arm port: teg2
  2012-05-01 22:30 [9fans] new arm port: teg2 geoff
  2012-05-01 22:48 ` John Floren
@ 2012-05-02  0:55 ` David Leimbach
  2012-05-02  0:58 ` Charles Forsyth
  2012-05-06 12:38 ` erik quanstrom
  3 siblings, 0 replies; 7+ messages in thread
From: David Leimbach @ 2012-05-02  0:55 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 711 bytes --]

Fantastic!

On Tuesday, May 1, 2012, wrote:

> After you pull, you should see a new directory,
> /sys/src/9/teg2.  From the _announce file:
>
> This is a preliminary Plan 9 port to the Compulab Trimslice,
> containing a Tegra 2 SoC: a dual-core, (truly) dual-issue 1GHz
> Cortex-A9 v7a-architecture ARM system, *and* it comes in a case.  VFP
> 3 floating-point hardware is present, but 5l doesn't yet generate
> those instructions.  This is the first multiprocessor ARM port we've
> done, and much of the code should be reusable in future ports.  There
> are still things to be done but it can run both processors and is
> believed to have adequate kernel support for VFP 3 floating-point.
>
>

[-- Attachment #2: Type: text/html, Size: 878 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] new arm port: teg2
  2012-05-01 22:30 [9fans] new arm port: teg2 geoff
  2012-05-01 22:48 ` John Floren
  2012-05-02  0:55 ` David Leimbach
@ 2012-05-02  0:58 ` Charles Forsyth
  2012-05-06 12:38 ` erik quanstrom
  3 siblings, 0 replies; 7+ messages in thread
From: Charles Forsyth @ 2012-05-02  0:58 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 437 bytes --]

I've got one of the devices and was going to check some 5[acl] changes
Geoff had merged in, merge in any others from the Go 5[acl],
and (more originally) change the fp emulator to use VFP instead of 7500
instructions, so VFP can be made the default.
And 5i, I suppose.

On 1 May 2012 15:30, <geoff@plan9.bell-labs.com> wrote:

> VFP
> 3 floating-point hardware is present, but 5l doesn't yet generate
> those instructions.
>

[-- Attachment #2: Type: text/html, Size: 731 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] new arm port: teg2
  2012-05-01 22:30 [9fans] new arm port: teg2 geoff
                   ` (2 preceding siblings ...)
  2012-05-02  0:58 ` Charles Forsyth
@ 2012-05-06 12:38 ` erik quanstrom
  2012-05-06 12:45   ` hiro
  3 siblings, 1 reply; 7+ messages in thread
From: erik quanstrom @ 2012-05-06 12:38 UTC (permalink / raw)
  To: 9fans

On Tue May  1 18:31:54 EDT 2012, geoff@plan9.bell-labs.com wrote:
> After you pull, you should see a new directory,
> /sys/src/9/teg2.  From the _announce file:
>
> This is a preliminary Plan 9 port to the Compulab Trimslice,
> containing a Tegra 2 SoC: a dual-core, (truly) dual-issue 1GHz
> Cortex-A9 v7a-architecture ARM system, *and* it comes in a case.  VFP
> 3 floating-point hardware is present, but 5l doesn't yet generate
> those instructions.  This is the first multiprocessor ARM port we've
> done, and much of the code should be reusable in future ports.  There
> are still things to be done but it can run both processors and is
> believed to have adequate kernel support for VFP 3 floating-point.

excellent.  i've just had time to look at the block diagram.
is there a jtag connector somewhere?

- erik



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [9fans] new arm port: teg2
  2012-05-06 12:38 ` erik quanstrom
@ 2012-05-06 12:45   ` hiro
  0 siblings, 0 replies; 7+ messages in thread
From: hiro @ 2012-05-06 12:45 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Cool. I have a toshiba ac100 with a tegra2. But without graphics I'll
just go on and use drawterm some more time :(

sent from by d-bus



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-05-06 12:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-01 22:30 [9fans] new arm port: teg2 geoff
2012-05-01 22:48 ` John Floren
2012-05-01 23:58   ` Anthony Sorace
2012-05-02  0:55 ` David Leimbach
2012-05-02  0:58 ` Charles Forsyth
2012-05-06 12:38 ` erik quanstrom
2012-05-06 12:45   ` hiro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).