Dear richardretanubun, In message <[EMAIL PROTECTED]> you wrote: > Signed-off-by: Richard Retanubun <[EMAIL PROTECTED]> > --- > > 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: [EMAIL PROTECTED] The only way to learn a new programming language is by writing pro- grams in it. - Brian Kernighan _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

