From a820a98361b43a01740f155fd4ae3881d844e124 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 13 Apr 2020 16:00:32 -0400 Subject: obsolete: Nuke the very-incomplete Archos AV300 target It's even missing a config header file. Just shoot it in the head. Change-Id: I4c5cdb4fb63361a4e4fc893e93d73d3890fe17df --- firmware/target/arm/archos/av300/ata-av300.c | 58 ---------------------------- 1 file changed, 58 deletions(-) delete mode 100644 firmware/target/arm/archos/av300/ata-av300.c (limited to 'firmware/target/arm/archos/av300/ata-av300.c') diff --git a/firmware/target/arm/archos/av300/ata-av300.c b/firmware/target/arm/archos/av300/ata-av300.c deleted file mode 100644 index e8623e5f16..0000000000 --- a/firmware/target/arm/archos/av300/ata-av300.c +++ /dev/null @@ -1,58 +0,0 @@ -/*************************************************************************** - * __________ __ ___. - * Open \______ \ ____ ____ | | _\_ |__ _______ ___ - * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / - * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < - * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ - * \/ \/ \/ \/ \/ - * $Id: ata-pp5020.c 10521 2006-08-11 08:35:27Z bger $ - * - * Target-specific ATA functions for AV3xx (TMS320DSC25) - * - * Based on code from the ArchOpen project - http://www.archopen.org - * Adapted for Rockbox in January 2007 - * - * Original file: - * lib/target/arch_AV3XX/ata.c - * - * AvLo - linav project - * Copyright (c) 2005 by Christophe THOMAS (oxygen77 at free.fr) - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - ****************************************************************************/ - -#include -#include "system.h" -#include "ata-driver.h" - -void ata_reset() -{ - /* arch_ata_reset_HD(void) */ - cpld_set_port_2(CPLD_HD_RESET); - cpld_clear_port_2(CPLD_HD_RESET); -} - -void ata_enable(bool on) -{ - /* TODO: Implement ata_enable() */ - (void)on; -} - -bool ata_is_coldstart() -{ - /* TODO: Implement coldstart variable */ - return true; -} - -void ata_device_init() -{ - /* Set CF/HD selection to HD */ - cpld_select(CPLD_HD_CF,CPLD_SEL_HD); -} -- cgit v1.2.3