All of lore.kernel.org
 help / color / mirror / Atom feed
* how to add a new platform support with GRUB2
@ 2015-04-14  9:25 derek yuan
  2015-04-14 10:49 ` Andrei Borzenkov
  2015-04-24 15:42 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 2 replies; 4+ messages in thread
From: derek yuan @ 2015-04-14  9:25 UTC (permalink / raw)
  To: grub-devel

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

Hi, all:
    I want to add Loongson3A+RS780E platform to grub, what i have to do? where to begin?
    More information about this platform:
    CPU: loongson3A (mips64el)
    NorthBridge: RS780E
    SourthBridge: SB710

    Right now, grub supported loongson2F+cs5536 platform, loongson2F also the mips64el arch.

Thank you so much!
Best regards!

Derek



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

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

* Re: how to add a new platform support with GRUB2
  2015-04-14  9:25 how to add a new platform support with GRUB2 derek yuan
@ 2015-04-14 10:49 ` Andrei Borzenkov
  2015-04-15  0:55   ` derek yuan
  2015-04-24 15:42 ` Vladimir 'φ-coder/phcoder' Serbinenko
  1 sibling, 1 reply; 4+ messages in thread
From: Andrei Borzenkov @ 2015-04-14 10:49 UTC (permalink / raw)
  To: derek yuan; +Cc: grub-devel

В Tue, 14 Apr 2015 17:25:15 +0800
derek yuan <derek.yuan@zoho.com> пишет:

> Hi, all:
>     I want to add Loongson3A+RS780E platform to grub, what i have to do? where to begin?
>     More information about this platform:
>     CPU: loongson3A (mips64el)
>     NorthBridge: RS780E
>     SourthBridge: SB710
> 
>     Right now, grub supported loongson2F+cs5536 platform, loongson2F also the mips64el arch.
> 
> Thank you so much!
> Best regards!
> 
> Derek
> 
> 

There are some comments indicating at least partial Loongson 3A
support. The main question is whether you can determine platform
at run time or not. If yes, just extend existing platform files. If
not, it probably can be implemented by building platform specific
module and selecting it at grub-mkimage/grub-install time.

Looks at loongson directories first

bor@opensuse:~/src/grub> find grub-core include -name loongson 
grub-core/boot/mips/loongson
grub-core/kern/mips/loongson
grub-core/commands/mips/loongson
grub-core/lib/mips/loongson
include/grub/mips/loongson

as well as grub-core/Makefile.core.def (for definitions how they all
are put together) as well as util/mkimage.c (that actually generates
grub image).


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

* Re: how to add a new platform support with GRUB2
  2015-04-14 10:49 ` Andrei Borzenkov
@ 2015-04-15  0:55   ` derek yuan
  0 siblings, 0 replies; 4+ messages in thread
From: derek yuan @ 2015-04-15  0:55 UTC (permalink / raw)
  To: The development of GNU GRUB

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

Thank you so much! Your advice is very helpful to me, I will have a try.

---- On Tue, 14 Apr 2015 18:49:13 +0800 Andrei Borzenkov&lt;arvidjaar@gmail.com&gt; wrote ---- 

В Tue, 14 Apr 2015 17:25:15 +0800
derek yuan &lt;derek.yuan@zoho.com&gt; пишет:

&gt; Hi, all:
&gt; I want to add Loongson3A+RS780E platform to grub, what i have to do? where to begin?
&gt; More information about this platform:
&gt; CPU: loongson3A (mips64el)
&gt; NorthBridge: RS780E
&gt; SourthBridge: SB710
&gt; 
&gt; Right now, grub supported loongson2F+cs5536 platform, loongson2F also the mips64el arch.
&gt; 
&gt; Thank you so much!
&gt; Best regards!
&gt; 
&gt; Derek
&gt; 
&gt; 

There are some comments indicating at least partial Loongson 3A
support. The main question is whether you can determine platform
at run time or not. If yes, just extend existing platform files. If
not, it probably can be implemented by building platform specific
module and selecting it at grub-mkimage/grub-install time.

Looks at loongson directories first

bor@opensuse:~/src/grub&gt; find grub-core include -name loongson 
grub-core/boot/mips/loongson
grub-core/kern/mips/loongson
grub-core/commands/mips/loongson
grub-core/lib/mips/loongson
include/grub/mips/loongson

as well as grub-core/Makefile.core.def (for definitions how they all
are put together) as well as util/mkimage.c (that actually generates
grub image).

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel





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

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

* Re: how to add a new platform support with GRUB2
  2015-04-14  9:25 how to add a new platform support with GRUB2 derek yuan
  2015-04-14 10:49 ` Andrei Borzenkov
@ 2015-04-24 15:42 ` Vladimir 'φ-coder/phcoder' Serbinenko
  1 sibling, 0 replies; 4+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2015-04-24 15:42 UTC (permalink / raw)
  To: The development of GNU GRUB

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

On 14.04.2015 11:25, derek yuan wrote:
> Hi, all:
>     I want to add Loongson3A+RS780E platform to grub, what i have to do?
> where to begin?
>     More information about this platform:
>     CPU: loongson3A (mips64el)
>     NorthBridge: RS780E
>     SourthBridge: SB710
> 
>     Right now, grub supported loongson2F+cs5536 platform, loongson2F
> also the mips64el arch.
> 
loongson 3A partially works in my prototype. It's mainly down to
squashing some critical bugs before it can be called a support.
> Thank you so much!
> Best regards!
> 
> Derek
> 
> 
> 
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
> 



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 213 bytes --]

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

end of thread, other threads:[~2015-04-24 15:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-14  9:25 how to add a new platform support with GRUB2 derek yuan
2015-04-14 10:49 ` Andrei Borzenkov
2015-04-15  0:55   ` derek yuan
2015-04-24 15:42 ` Vladimir 'φ-coder/phcoder' Serbinenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.