linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] efifb: Update documentation to include generic EFI 1.1 and UEFI 2.0 platforms
@ 2011-12-08 19:40 Darren Hart
  2011-12-08 19:54 ` Matt Fleming
  2011-12-10 19:40 ` gimli
  0 siblings, 2 replies; 5+ messages in thread
From: Darren Hart @ 2011-12-08 19:40 UTC (permalink / raw)
  To: lkml, ; +Cc: H. Peter Anvin, Matt Fleming, Edgar Hucek

According to the Kconfig help, efifb supports EFI 1.1 and UEFI 2.0 platforms
in addition to the Intel based Macs. I have Atom development platforms that
require CONFIG_FB_EFI for kernel output to the display console. I have left
the Mac kernel parameters alone as I do not have hardware to test it.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: H. Peter Anvin <hpa@zytor.com>
CC: Matt Fleming <matt.fleming@linux.intel.com>
CC: Edgar Hucek <gimli@dark-green.com>
---
 Documentation/fb/efifb.txt |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/Documentation/fb/efifb.txt b/Documentation/fb/efifb.txt
index a59916c..7cb9a62 100644
--- a/Documentation/fb/efifb.txt
+++ b/Documentation/fb/efifb.txt
@@ -2,12 +2,15 @@
 What is efifb?
 ===============
 
-This is a generic EFI platform driver for Intel based Apple computers.
-efifb is only for EFI booted Intel Macs.
+This is a generic EFI platform driver for Intel based Apple computers and
+platforms with EFI 1.10 or UEFI 2.0 firmware. Select CONFIG_FB_EFI to add
+support for using the EFI framebuffer as your console.
 
 Supported Hardware
 ==================
 
+EFI 1.10 platforms
+UEFI 2.0 platforms
 iMac 17"/20"
 Macbook
 Macbook Pro 15"/17"
@@ -16,8 +19,9 @@ MacMini
 How to use it?
 ==============
 
-efifb does not have any kind of autodetection of your machine.
-You have to add the following kernel parameters in your elilo.conf:
+efifb will autodetect the framebuffer on some machines, for others
+you will have to add the appropriate kernel parameters to your boot
+loader configuration. For example:
 	Macbook :
 		video=efifb:macbook
 	MacMini :
-- 
1.7.6.4
-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel

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

* Re: [PATCH] efifb: Update documentation to include generic EFI 1.1 and UEFI 2.0 platforms
  2011-12-08 19:40 [PATCH] efifb: Update documentation to include generic EFI 1.1 and UEFI 2.0 platforms Darren Hart
@ 2011-12-08 19:54 ` Matt Fleming
  2011-12-08 20:37   ` Peter Jones
  2011-12-10 19:40 ` gimli
  1 sibling, 1 reply; 5+ messages in thread
From: Matt Fleming @ 2011-12-08 19:54 UTC (permalink / raw)
  To: Darren Hart; +Cc: lkml,, H. Peter Anvin, Edgar Hucek, Peter Jones

(Adding Peter Jones, the efifb maintainer)

On Thu, 2011-12-08 at 11:40 -0800, Darren Hart wrote:
> According to the Kconfig help, efifb supports EFI 1.1 and UEFI 2.0 platforms
> in addition to the Intel based Macs. I have Atom development platforms that
> require CONFIG_FB_EFI for kernel output to the display console. I have left
> the Mac kernel parameters alone as I do not have hardware to test it.
> 
> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
> CC: H. Peter Anvin <hpa@zytor.com>
> CC: Matt Fleming <matt.fleming@linux.intel.com>
> CC: Edgar Hucek <gimli@dark-green.com>
> ---
>  Documentation/fb/efifb.txt |   12 ++++++++----
>  1 files changed, 8 insertions(+), 4 deletions(-)
> 
> diff --git a/Documentation/fb/efifb.txt b/Documentation/fb/efifb.txt
> index a59916c..7cb9a62 100644
> --- a/Documentation/fb/efifb.txt
> +++ b/Documentation/fb/efifb.txt
> @@ -2,12 +2,15 @@
>  What is efifb?
>  ===============
>  
> -This is a generic EFI platform driver for Intel based Apple computers.
> -efifb is only for EFI booted Intel Macs.
> +This is a generic EFI platform driver for Intel based Apple computers and
> +platforms with EFI 1.10 or UEFI 2.0 firmware. Select CONFIG_FB_EFI to add
> +support for using the EFI framebuffer as your console.
>  
>  Supported Hardware
>  ==================
>  
> +EFI 1.10 platforms
> +UEFI 2.0 platforms
>  iMac 17"/20"
>  Macbook
>  Macbook Pro 15"/17"
> @@ -16,8 +19,9 @@ MacMini
>  How to use it?
>  ==============
>  
> -efifb does not have any kind of autodetection of your machine.
> -You have to add the following kernel parameters in your elilo.conf:
> +efifb will autodetect the framebuffer on some machines, for others
> +you will have to add the appropriate kernel parameters to your boot
> +loader configuration. For example:
>  	Macbook :
>  		video=efifb:macbook
>  	MacMini :
> -- 
> 1.7.6.4

Looks good to me,

Acked-by: Matt Fleming <matt.fleming@intel.com>


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

* Re: [PATCH] efifb: Update documentation to include generic EFI 1.1 and UEFI 2.0 platforms
  2011-12-08 19:54 ` Matt Fleming
@ 2011-12-08 20:37   ` Peter Jones
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Jones @ 2011-12-08 20:37 UTC (permalink / raw)
  To: Matt Fleming; +Cc: Darren Hart, lkml,, H. Peter Anvin, Edgar Hucek

On 12/08/2011 02:54 PM, Matt Fleming wrote:
> (Adding Peter Jones, the efifb maintainer)
>
> On Thu, 2011-12-08 at 11:40 -0800, Darren Hart wrote:
>> According to the Kconfig help, efifb supports EFI 1.1 and UEFI 2.0 platforms
>> in addition to the Intel based Macs. I have Atom development platforms that
>> require CONFIG_FB_EFI for kernel output to the display console. I have left
>> the Mac kernel parameters alone as I do not have hardware to test it.
>>
>> Signed-off-by: Darren Hart<dvhart@linux.intel.com>
>> CC: H. Peter Anvin<hpa@zytor.com>
>> CC: Matt Fleming<matt.fleming@linux.intel.com>
>> CC: Edgar Hucek<gimli@dark-green.com>
>> ---
>>   Documentation/fb/efifb.txt |   12 ++++++++----
>>   1 files changed, 8 insertions(+), 4 deletions(-)
>>
>> diff --git a/Documentation/fb/efifb.txt b/Documentation/fb/efifb.txt
>> index a59916c..7cb9a62 100644
>> --- a/Documentation/fb/efifb.txt
>> +++ b/Documentation/fb/efifb.txt
>> @@ -2,12 +2,15 @@
>>   What is efifb?
>>   ===============
>>
>> -This is a generic EFI platform driver for Intel based Apple computers.
>> -efifb is only for EFI booted Intel Macs.
>> +This is a generic EFI platform driver for Intel based Apple computers and
>> +platforms with EFI 1.10 or UEFI 2.0 firmware. Select CONFIG_FB_EFI to add
>> +support for using the EFI framebuffer as your console.
>>
>>   Supported Hardware
>>   ==================
>>
>> +EFI 1.10 platforms
>> +UEFI 2.0 platforms
>>   iMac 17"/20"
>>   Macbook
>>   Macbook Pro 15"/17"
>> @@ -16,8 +19,9 @@ MacMini
>>   How to use it?
>>   ==============
>>
>> -efifb does not have any kind of autodetection of your machine.
>> -You have to add the following kernel parameters in your elilo.conf:
>> +efifb will autodetect the framebuffer on some machines, for others
>> +you will have to add the appropriate kernel parameters to your boot
>> +loader configuration. For example:
>>   	Macbook :
>>   		video=efifb:macbook
>>   	MacMini :
>> --
>> 1.7.6.4
>
> Looks good to me,
>
> Acked-by: Matt Fleming<matt.fleming@intel.com>

Likewise:

Acked-by: Peter Jones <pjones@redhat.com>


-- 
         Peter

Space, is big. Really big. You just won't believe how vastly hugely
mindbogglingly big it is. I mean you may think it's a long way down the
road to the chemist, but that's just peanuts to space.
		-- The Hitchhiker's Guide to the Galaxy

01234567890123456789012345678901234567890123456789012345678901234567890123456789

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

* Re: [PATCH] efifb: Update documentation to include generic EFI 1.1 and UEFI 2.0 platforms
  2011-12-08 19:40 [PATCH] efifb: Update documentation to include generic EFI 1.1 and UEFI 2.0 platforms Darren Hart
  2011-12-08 19:54 ` Matt Fleming
@ 2011-12-10 19:40 ` gimli
  2011-12-11  9:24   ` Darren Hart
  1 sibling, 1 reply; 5+ messages in thread
From: gimli @ 2011-12-10 19:40 UTC (permalink / raw)
  To: Darren Hart; +Cc: lkml, , H. Peter Anvin, Matt Fleming

On 2011-12-08 20:40, Darren Hart wrote:
> According to the Kconfig help, efifb supports EFI 1.1 and UEFI 2.0 platforms
> in addition to the Intel based Macs. I have Atom development platforms that
> require CONFIG_FB_EFI for kernel output to the display console. I have left
> the Mac kernel parameters alone as I do not have hardware to test it.
>
> Signed-off-by: Darren Hart<dvhart@linux.intel.com>
> CC: H. Peter Anvin<hpa@zytor.com>
> CC: Matt Fleming<matt.fleming@linux.intel.com>
> CC: Edgar Hucek<gimli@dark-green.com>
> ---
>   Documentation/fb/efifb.txt |   12 ++++++++----
>   1 files changed, 8 insertions(+), 4 deletions(-)
>
> diff --git a/Documentation/fb/efifb.txt b/Documentation/fb/efifb.txt
> index a59916c..7cb9a62 100644
> --- a/Documentation/fb/efifb.txt
> +++ b/Documentation/fb/efifb.txt
> @@ -2,12 +2,15 @@
>   What is efifb?
>   ===============
>
> -This is a generic EFI platform driver for Intel based Apple computers.
> -efifb is only for EFI booted Intel Macs.
> +This is a generic EFI platform driver for Intel based Apple computers and
> +platforms with EFI 1.10 or UEFI 2.0 firmware. Select CONFIG_FB_EFI to add
> +support for using the EFI framebuffer as your console.
>
>   Supported Hardware
>   ==================
>
> +EFI 1.10 platforms
> +UEFI 2.0 platforms
>   iMac 17"/20"
>   Macbook
>   Macbook Pro 15"/17"
> @@ -16,8 +19,9 @@ MacMini
>   How to use it?
>   ==============
>
> -efifb does not have any kind of autodetection of your machine.
> -You have to add the following kernel parameters in your elilo.conf:
> +efifb will autodetect the framebuffer on some machines, for others
> +you will have to add the appropriate kernel parameters to your boot
> +loader configuration. For example:
>   	Macbook :
>   		video=efifb:macbook
>   	MacMini :

Looks ok to me :

Acked-by: Edgar Hucek <gimli@dark-green.com>

Please forward it to the LKML.

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

* Re: [PATCH] efifb: Update documentation to include generic EFI 1.1 and UEFI 2.0 platforms
  2011-12-10 19:40 ` gimli
@ 2011-12-11  9:24   ` Darren Hart
  0 siblings, 0 replies; 5+ messages in thread
From: Darren Hart @ 2011-12-11  9:24 UTC (permalink / raw)
  To: gimli; +Cc: lkml, , H. Peter Anvin, Matt Fleming



On 12/10/2011 11:40 AM, gimli wrote:
> On 2011-12-08 20:40, Darren Hart wrote:
>> According to the Kconfig help, efifb supports EFI 1.1 and UEFI 2.0 platforms
>> in addition to the Intel based Macs. I have Atom development platforms that
>> require CONFIG_FB_EFI for kernel output to the display console. I have left
>> the Mac kernel parameters alone as I do not have hardware to test it.
>>
>> Signed-off-by: Darren Hart<dvhart@linux.intel.com>
>> CC: H. Peter Anvin<hpa@zytor.com>
>> CC: Matt Fleming<matt.fleming@linux.intel.com>
>> CC: Edgar Hucek<gimli@dark-green.com>
>> ---
>>   Documentation/fb/efifb.txt |   12 ++++++++----
>>   1 files changed, 8 insertions(+), 4 deletions(-)
>>
>> diff --git a/Documentation/fb/efifb.txt b/Documentation/fb/efifb.txt
>> index a59916c..7cb9a62 100644
>> --- a/Documentation/fb/efifb.txt
>> +++ b/Documentation/fb/efifb.txt
>> @@ -2,12 +2,15 @@
>>   What is efifb?
>>   ===============
>>
>> -This is a generic EFI platform driver for Intel based Apple computers.
>> -efifb is only for EFI booted Intel Macs.
>> +This is a generic EFI platform driver for Intel based Apple computers and
>> +platforms with EFI 1.10 or UEFI 2.0 firmware. Select CONFIG_FB_EFI to add
>> +support for using the EFI framebuffer as your console.
>>
>>   Supported Hardware
>>   ==================
>>
>> +EFI 1.10 platforms
>> +UEFI 2.0 platforms
>>   iMac 17"/20"
>>   Macbook
>>   Macbook Pro 15"/17"
>> @@ -16,8 +19,9 @@ MacMini
>>   How to use it?
>>   ==============
>>
>> -efifb does not have any kind of autodetection of your machine.
>> -You have to add the following kernel parameters in your elilo.conf:
>> +efifb will autodetect the framebuffer on some machines, for others
>> +you will have to add the appropriate kernel parameters to your boot
>> +loader configuration. For example:
>>   	Macbook :
>>   		video=efifb:macbook
>>   	MacMini :
> 
> Looks ok to me :
> 
> Acked-by: Edgar Hucek <gimli@dark-green.com>
> 
> Please forward it to the LKML.

Sorry, what do you mean? The original did go to lkml, as did all
replies, including yours...

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel

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

end of thread, other threads:[~2011-12-11  9:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-08 19:40 [PATCH] efifb: Update documentation to include generic EFI 1.1 and UEFI 2.0 platforms Darren Hart
2011-12-08 19:54 ` Matt Fleming
2011-12-08 20:37   ` Peter Jones
2011-12-10 19:40 ` gimli
2011-12-11  9:24   ` Darren Hart

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).