[U-Boot] [PATCH v2 3/6] drivers: block: Remove the ata_piix driver

Simon Glass sjg at chromium.org
Mon May 18 23:39:46 CEST 2015


On 15 May 2015 at 19:33, Bin Meng <bmeng.cn at gmail.com> wrote:
> This driver was originally added to support the native IDE mode for
> Intel chipset, however it has some bugs like not supporting ATAPI
> devices, endianness issue, or even broken build when CONFIG_LAB48.
> Given no board is using this driver as of today, rather than fixing
> all these issues we just remove it from the source tree.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v2:
> - Correct typo of 'endianness' in the commit message
>
>  drivers/block/Makefile   |   1 -
>  drivers/block/ata_piix.c | 717 -----------------------------------------------
>  drivers/block/ata_piix.h |  71 -----
>  3 files changed, 789 deletions(-)
>  delete mode 100644 drivers/block/ata_piix.c
>  delete mode 100644 drivers/block/ata_piix.h
>

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list