public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] omap3evm: Add support for EFI partitions
@ 2011-11-14 15:19 Sanjeev Premi
  2011-11-14 15:19 ` [U-Boot] [PATCH 1/2] part_efi: Fix compile errors Sanjeev Premi
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Sanjeev Premi @ 2011-11-14 15:19 UTC (permalink / raw)
  To: u-boot

After enabling CONFIG_EFI_PARTITION, following errors were
noticed.

part_efi.c: In function 'print_part_efi':
part_efi.c:133:5: warning: passing argument 3 of 'is_gpt_valid'
 from incompatible pointer type
part_efi.c:95:12: note: expected 'struct gpt_header *' but arg
ument is of type 'struct gpt_header **'
part_efi.c: In function 'get_partition_info_efi':
part_efi.c:173:4: warning: passing argument 3 of 'is_gpt_valid
' from incompatible pointer type
part_efi.c:95:12: note: expected 'struct gpt_header *' but arg
ument is of type 'struct gpt_header **'
part_efi.c: In function 'alloc_read_gpt_entries':
part_efi.c:384:18: error: 'CONFIG_SYS_CACHELINE_SIZE' undeclar
ed (first use in this function)
part_efi.c:384:18: note: each undeclared identifier is reporte
d only once for each function it appears in
make[1]: *** [part_efi.o] Error 1
make[1]: Leaving directory `/db/psp_git/users/a0756819/u-boot/
disk'
make: *** [disk/libdisk.o] Error 2

Fixes for these errors are contained in PATCH 1/2.

Tested working via command "mmc part" on OMAP3EVM on MMC card
with EFI partitions.


Sanjeev Premi (2):
  part_efi: Fix compile errors
  omap3evm: Add support for EFI partitions

 disk/part_efi.c                    |    4 ++--
 include/configs/omap3_evm.h        |    1 +
 include/configs/omap3_evm_common.h |    3 +++
 3 files changed, 6 insertions(+), 2 deletions(-)

Cc: Sandeep Paulraj <s-paulraj@ti.com>

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

end of thread, other threads:[~2011-11-15 13:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-14 15:19 [U-Boot] [PATCH 0/2] omap3evm: Add support for EFI partitions Sanjeev Premi
2011-11-14 15:19 ` [U-Boot] [PATCH 1/2] part_efi: Fix compile errors Sanjeev Premi
2011-11-14 21:23   ` Anton Staaf
2011-11-14 15:19 ` [U-Boot] [PATCH 2/2] omap3evm: Add support for EFI partitions Sanjeev Premi
2011-11-14 15:34 ` [U-Boot] [PATCH 0/2] " Tom Rini
2011-11-15  6:44   ` Premi, Sanjeev
2011-11-15 13:15     ` Premi, Sanjeev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox