public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Add support for CONFIG_EFI_PARTITION (GUID Partition Table)
Date: Wed, 24 Sep 2008 00:09:42 +0200	[thread overview]
Message-ID: <20080923220942.7BF56248CD@gemini.denx.de> (raw)
In-Reply-To: <48D96215.3020706@ruggedcom.com>

Dear richardretanubun,

In message <48D96215.3020706@ruggedcom.com> you wrote:
> Signed-off-by: Richard Retanubun <RichardRetanubun@RugggedCom.com>
> ---
> 
>  disk/Makefile   |    1 +
> 
>  disk/part.c     |   33 ++++-
> 
>  disk/part_efi.c |  428 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
> 
>  disk/part_efi.h |  138 ++++++++++++++++++
> 
>  include/part.h  |    8 +
> 
>  5 files changed, 605 insertions(+), 3 deletions(-)
> 
>  create mode 100644 disk/part_efi.c
> 
>  create mode 100644 disk/part_efi.h
> 
> 
> diff --git a/disk/Makefile b/disk/Makefile
> 
> index f19d18d..c479145 100644
> 
> --- a/disk/Makefile
> 
> +++ b/disk/Makefile
> 
> @@ -32,6 +32,7 @@ COBJS-y += part_mac.o
> 
>  COBJS-y += part_dos.o
> 
>  COBJS-y += part_iso.o
> 
>  COBJS-y += part_amiga.o
> 
> +COBJS-y += part_efi.o

Your patch is corrupted because your mailer inserts an empty line
after each line of text. Please fix your mailer setup and repost.

Also, please enlighten me: what is "EFI", and what is a "GUID"
partition table, and which systems do use that?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The only way to learn a new programming language is by  writing  pro-
grams in it.                                        - Brian Kernighan

  reply	other threads:[~2008-09-23 22:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-23 21:39 [U-Boot] [PATCH] Add support for CONFIG_EFI_PARTITION (GUID Partition Table) richardretanubun
2008-09-23 22:09 ` Wolfgang Denk [this message]
2008-09-23 22:19   ` Andrew Dyer
2008-09-24 13:49     ` richardretanubun
2008-09-24 15:27       ` richardretanubun
2008-09-26 15:13         ` richardretanubun
2008-10-06 20:10           ` [U-Boot] [PATCH] CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.c richardretanubun
2008-10-14 13:16             ` Wolfgang Denk
2008-10-14 13:15           ` [U-Boot] [PATCH] Add support for CONFIG_EFI_PARTITION (GUID Partition Table) Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080923220942.7BF56248CD@gemini.denx.de \
    --to=wd@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox