* [U-Boot] [PATCH] x86: Turn on support for EFI's GPT in the coreboot config
@ 2011-11-29 6:57 Gabe Black
2011-11-29 10:58 ` Graeme Russ
0 siblings, 1 reply; 5+ messages in thread
From: Gabe Black @ 2011-11-29 6:57 UTC (permalink / raw)
To: u-boot
This allows u-boot to figure out the partitions of a chrome-os install.
Signed-off-by: Gabe Black <gabeblack@chromium.org>
---
include/configs/coreboot.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 348a25b..e98201d 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -89,6 +89,7 @@
/************************************************************
* DISK Partition support
************************************************************/
+#define CONFIG_EFI_PARTITION
#define CONFIG_DOS_PARTITION
#define CONFIG_MAC_PARTITION
#define CONFIG_ISO_PARTITION /* Experimental */
--
1.7.3.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] x86: Turn on support for EFI's GPT in the coreboot config
2011-11-29 6:57 [U-Boot] [PATCH] x86: Turn on support for EFI's GPT in the coreboot config Gabe Black
@ 2011-11-29 10:58 ` Graeme Russ
2011-11-29 20:07 ` Gabe Black
0 siblings, 1 reply; 5+ messages in thread
From: Graeme Russ @ 2011-11-29 10:58 UTC (permalink / raw)
To: u-boot
Hi Gabe,
On 29/11/11 17:57, Gabe Black wrote:
> This allows u-boot to figure out the partitions of a chrome-os install.
>
> Signed-off-by: Gabe Black <gabeblack@chromium.org>
> ---
> include/configs/coreboot.h | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
> index 348a25b..e98201d 100644
> --- a/include/configs/coreboot.h
> +++ b/include/configs/coreboot.h
> @@ -89,6 +89,7 @@
> /************************************************************
> * DISK Partition support
> ************************************************************/
> +#define CONFIG_EFI_PARTITION
> #define CONFIG_DOS_PARTITION
> #define CONFIG_MAC_PARTITION
> #define CONFIG_ISO_PARTITION /* Experimental */
Since "x86: Initial commit for running as a coreboot payload" has not been
applied yet, is there any reason this (and "x86: Fix IDE configuration for
the coreboot board") could not be merged into it?
Regards,
Graeme
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] x86: Turn on support for EFI's GPT in the coreboot config
2011-11-29 10:58 ` Graeme Russ
@ 2011-11-29 20:07 ` Gabe Black
2011-11-29 21:58 ` Graeme Russ
0 siblings, 1 reply; 5+ messages in thread
From: Gabe Black @ 2011-11-29 20:07 UTC (permalink / raw)
To: u-boot
No, that would be fine.
Gabe
On Tue, Nov 29, 2011 at 2:58 AM, Graeme Russ <graeme.russ@gmail.com> wrote:
> Hi Gabe,
>
> On 29/11/11 17:57, Gabe Black wrote:
> > This allows u-boot to figure out the partitions of a chrome-os install.
> >
> > Signed-off-by: Gabe Black <gabeblack@chromium.org>
> > ---
> > include/configs/coreboot.h | 1 +
> > 1 files changed, 1 insertions(+), 0 deletions(-)
> >
> > diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
> > index 348a25b..e98201d 100644
> > --- a/include/configs/coreboot.h
> > +++ b/include/configs/coreboot.h
> > @@ -89,6 +89,7 @@
> > /************************************************************
> > * DISK Partition support
> > ************************************************************/
> > +#define CONFIG_EFI_PARTITION
> > #define CONFIG_DOS_PARTITION
> > #define CONFIG_MAC_PARTITION
> > #define CONFIG_ISO_PARTITION /* Experimental */
>
> Since "x86: Initial commit for running as a coreboot payload" has not been
> applied yet, is there any reason this (and "x86: Fix IDE configuration for
> the coreboot board") could not be merged into it?
>
> Regards,
>
> Graeme
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] x86: Turn on support for EFI's GPT in the coreboot config
2011-11-29 20:07 ` Gabe Black
@ 2011-11-29 21:58 ` Graeme Russ
2011-11-29 23:44 ` Gabe Black
0 siblings, 1 reply; 5+ messages in thread
From: Graeme Russ @ 2011-11-29 21:58 UTC (permalink / raw)
To: u-boot
Hi Gabe,
On Wed, Nov 30, 2011 at 7:07 AM, Gabe Black <gabeblack@google.com> wrote:
> No, that would be fine.
OK, can you send an updated patch - I'll apply it to u-boot-x86/next
Regards,
Graeme
>
> Gabe
>
>
> On Tue, Nov 29, 2011 at 2:58 AM, Graeme Russ <graeme.russ@gmail.com> wrote:
>>
>> Hi Gabe,
>>
>> On 29/11/11 17:57, Gabe Black wrote:
>> > This allows u-boot to figure out the partitions of a chrome-os install.
>> >
>> > Signed-off-by: Gabe Black <gabeblack@chromium.org>
>> > ---
>> > ?include/configs/coreboot.h | ? ?1 +
>> > ?1 files changed, 1 insertions(+), 0 deletions(-)
>> >
>> > diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
>> > index 348a25b..e98201d 100644
>> > --- a/include/configs/coreboot.h
>> > +++ b/include/configs/coreboot.h
>> > @@ -89,6 +89,7 @@
>> > ?/************************************************************
>> > ? * DISK Partition support
>> > ? ************************************************************/
>> > +#define CONFIG_EFI_PARTITION
>> > ?#define CONFIG_DOS_PARTITION
>> > ?#define CONFIG_MAC_PARTITION
>> > ?#define CONFIG_ISO_PARTITION ? ? ? ? /* Experimental */
>>
>> Since "x86: Initial commit for running as a coreboot payload" has not been
>> applied yet, is there any reason this (and "x86: Fix IDE configuration for
>> the coreboot board") could not be merged into it?
>>
>> Regards,
>>
>> Graeme
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] x86: Turn on support for EFI's GPT in the coreboot config
2011-11-29 21:58 ` Graeme Russ
@ 2011-11-29 23:44 ` Gabe Black
0 siblings, 0 replies; 5+ messages in thread
From: Gabe Black @ 2011-11-29 23:44 UTC (permalink / raw)
To: u-boot
Actually, I found some compile errors in the upstream EFI support. The
patch I'll be sending out soon should be applied before this one so
everything still builds.
Gabe
On Tue, Nov 29, 2011 at 1:58 PM, Graeme Russ <graeme.russ@gmail.com> wrote:
> Hi Gabe,
>
> On Wed, Nov 30, 2011 at 7:07 AM, Gabe Black <gabeblack@google.com> wrote:
> > No, that would be fine.
>
> OK, can you send an updated patch - I'll apply it to u-boot-x86/next
>
> Regards,
>
> Graeme
>
> >
> > Gabe
> >
> >
> > On Tue, Nov 29, 2011 at 2:58 AM, Graeme Russ <graeme.russ@gmail.com>
> wrote:
> >>
> >> Hi Gabe,
> >>
> >> On 29/11/11 17:57, Gabe Black wrote:
> >> > This allows u-boot to figure out the partitions of a chrome-os
> install.
> >> >
> >> > Signed-off-by: Gabe Black <gabeblack@chromium.org>
> >> > ---
> >> > include/configs/coreboot.h | 1 +
> >> > 1 files changed, 1 insertions(+), 0 deletions(-)
> >> >
> >> > diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
> >> > index 348a25b..e98201d 100644
> >> > --- a/include/configs/coreboot.h
> >> > +++ b/include/configs/coreboot.h
> >> > @@ -89,6 +89,7 @@
> >> > /************************************************************
> >> > * DISK Partition support
> >> > ************************************************************/
> >> > +#define CONFIG_EFI_PARTITION
> >> > #define CONFIG_DOS_PARTITION
> >> > #define CONFIG_MAC_PARTITION
> >> > #define CONFIG_ISO_PARTITION /* Experimental */
> >>
> >> Since "x86: Initial commit for running as a coreboot payload" has not
> been
> >> applied yet, is there any reason this (and "x86: Fix IDE configuration
> for
> >> the coreboot board") could not be merged into it?
> >>
> >> Regards,
> >>
> >> Graeme
> >
> >
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-11-29 23:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-29 6:57 [U-Boot] [PATCH] x86: Turn on support for EFI's GPT in the coreboot config Gabe Black
2011-11-29 10:58 ` Graeme Russ
2011-11-29 20:07 ` Gabe Black
2011-11-29 21:58 ` Graeme Russ
2011-11-29 23:44 ` Gabe Black
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox