Re: [U-Boot] [PATCH 17/33] x86: Add ISA DMA implementation
Hi Simon, On Wed, Nov 12, 2014 at 8:18 AM, Simon Glass wrote: > Add simple init for the ISA DMA settings. > > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm/isa_dma.h | 14 +++ > arch/x86/lib/Makefile | 1 + > arch/x86/lib/isa_dma.c | 56 > +
[U-Boot] [PATCH 17/33] x86: Add ISA DMA implementation
Add simple init for the ISA DMA settings. Signed-off-by: Simon Glass --- arch/x86/include/asm/isa_dma.h | 14 +++ arch/x86/lib/Makefile | 1 + arch/x86/lib/isa_dma.c | 56 ++ 3 files changed, 71 insertions(+) create mode 100644