Home
last modified time | relevance | path

Searched hist:"51735 ae0ea2f5d67c0f7cc4d1f938f36955e1fe7" (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/lib/efi_loader/
H A DKconfig51735ae0ea2f5d67c0f7cc4d1f938f36955e1fe7 Wed May 11 16:25:48 UTC 2016 Alexander Graf <agraf@suse.de> efi_loader: Add bounce buffer support

Some hardware that is supported by U-Boot can not handle DMA above 32bits.
For these systems, we need to come up with a way to expose the disk interface
in a safe way.

This patch implements EFI specific bounce buffers. For non-EFI cases, this
apparently was no issue so far, since we can just define our environment
variables conveniently.

Signed-off-by: Alexander Graf <agraf@suse.de>
H A Defi_disk.c51735ae0ea2f5d67c0f7cc4d1f938f36955e1fe7 Wed May 11 16:25:48 UTC 2016 Alexander Graf <agraf@suse.de> efi_loader: Add bounce buffer support

Some hardware that is supported by U-Boot can not handle DMA above 32bits.
For these systems, we need to come up with a way to expose the disk interface
in a safe way.

This patch implements EFI specific bounce buffers. For non-EFI cases, this
apparently was no issue so far, since we can just define our environment
variables conveniently.

Signed-off-by: Alexander Graf <agraf@suse.de>
H A Defi_memory.c51735ae0ea2f5d67c0f7cc4d1f938f36955e1fe7 Wed May 11 16:25:48 UTC 2016 Alexander Graf <agraf@suse.de> efi_loader: Add bounce buffer support

Some hardware that is supported by U-Boot can not handle DMA above 32bits.
For these systems, we need to come up with a way to expose the disk interface
in a safe way.

This patch implements EFI specific bounce buffers. For non-EFI cases, this
apparently was no issue so far, since we can just define our environment
variables conveniently.

Signed-off-by: Alexander Graf <agraf@suse.de>
/rk3399_rockchip-uboot/include/
H A Defi_loader.h51735ae0ea2f5d67c0f7cc4d1f938f36955e1fe7 Wed May 11 16:25:48 UTC 2016 Alexander Graf <agraf@suse.de> efi_loader: Add bounce buffer support

Some hardware that is supported by U-Boot can not handle DMA above 32bits.
For these systems, we need to come up with a way to expose the disk interface
in a safe way.

This patch implements EFI specific bounce buffers. For non-EFI cases, this
apparently was no issue so far, since we can just define our environment
variables conveniently.

Signed-off-by: Alexander Graf <agraf@suse.de>