public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH edk2-platforms v1 0/3] Casts to avoid void* pointer arithmetic
@ 2020-07-30 19:15 PierreGondois
  2020-07-30 19:15 ` [PATCH edk2-platforms v1 1/3] Silicon/Marvell/Drivers: " PierreGondois
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: PierreGondois @ 2020-07-30 19:15 UTC (permalink / raw)
  To: devel; +Cc: Pierre Gondois, leif, ard.biesheuvel, sami.mujawar, nd

These patches cast void* pointers to UINTN, preventing to do
void* pointer arithmetc.

Pierre Gondois (3):
  Silicon/Marvell/Drivers: Casts to avoid void* pointer arithmetic
  Silicon/Socionext/SynQuacer: Casts to avoid void* pointer arithmetic
  Silicon/Synopsys/DesignWare: Casts to avoid void* pointer arithmetic

 Silicon/Marvell/Drivers/Net/Pp2Dxe/Pp2Dxe.c                                                           |  5 +++--
 Silicon/Marvell/Drivers/SdMmc/XenonDxe/XenonSdhci.c                                                   |  5 +++--
 Silicon/Marvell/Drivers/SmbiosPlatformDxe/SmbiosPlatformDxe.c                                         |  4 ++--
 Silicon/Marvell/Drivers/Spi/MvSpiFlashDxe/MvSpiFlashDxe.c                                             |  9 ++++++---
 Silicon/Socionext/SynQuacer/Drivers/Net/NetsecDxe/NetsecDxe.c                                         | 14 +++++++++++---
 Silicon/Socionext/SynQuacer/Library/SynQuacerPlatformFlashAccessLib/SynQuacerPlatformFlashAccessLib.c |  3 ++-
 Silicon/Synopsys/DesignWare/Drivers/DwEmacSnpDxe/DriverBinding.c                                      |  3 ++-
 Silicon/Synopsys/DesignWare/Drivers/DwEmacSnpDxe/DwEmacSnpDxe.c                                       |  5 +++--
 8 files changed, 32 insertions(+), 16 deletions(-)

-- 
'Guid(CE165669-3EF3-493F-B85D-6190EE5B9759)'


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

end of thread, other threads:[~2020-08-05 10:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-30 19:15 [PATCH edk2-platforms v1 0/3] Casts to avoid void* pointer arithmetic PierreGondois
2020-07-30 19:15 ` [PATCH edk2-platforms v1 1/3] Silicon/Marvell/Drivers: " PierreGondois
2020-07-30 19:15 ` [PATCH edk2-platforms v1 2/3] Silicon/Socionext/SynQuacer: " PierreGondois
2020-07-30 19:15 ` [PATCH edk2-platforms v1 3/3] Silicon/Synopsys/DesignWare: " PierreGondois
2020-08-05 10:06 ` [PATCH edk2-platforms v1 0/3] " Leif Lindholm

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