[edk2] [PATCH edk2-platforms 1/7] Silicon/SynQuacer/Fip006Dxe: drop block I/O and disk I/O routines

2019-01-04 Thread Ard Biesheuvel
The FIP006 NOR flash driver contains implementations of the block I/O and disk I/O protocols, but never exposes them to other drivers (i.e., it never installs the protocol interfaces). So let's drop this code altogether: the NOR flash is for code and variables, not for arbitrary files. Contributed

Re: [edk2] [PATCH edk2-platforms 1/7] Silicon/SynQuacer/Fip006Dxe: drop block I/O and disk I/O routines

2019-01-17 Thread Leif Lindholm
On Fri, Jan 04, 2019 at 03:43:30PM +0100, Ard Biesheuvel wrote: > The FIP006 NOR flash driver contains implementations of the block I/O > and disk I/O protocols, but never exposes them to other drivers (i.e., > it never installs the protocol interfaces). So let's drop this code > altogether: the NO

Re: [edk2] [PATCH edk2-platforms 1/7] Silicon/SynQuacer/Fip006Dxe: drop block I/O and disk I/O routines

2019-01-17 Thread Ard Biesheuvel
On Thu, 17 Jan 2019 at 10:50, Leif Lindholm wrote: > > On Fri, Jan 04, 2019 at 03:43:30PM +0100, Ard Biesheuvel wrote: > > The FIP006 NOR flash driver contains implementations of the block I/O > > and disk I/O protocols, but never exposes them to other drivers (i.e., > > it never installs the prot