From 882921efb64218e9b8cc3a7d9c7308734f9b12f3 Mon Sep 17 00:00:00 2001 From: Cástor Muñoz Date: Fri, 5 Feb 2016 02:02:02 +0100 Subject: ipod6g: bootloader v1 - dual boot - USB mode - battery trap Change-Id: I8586cfeb21ee63f45ab965430725225fdfc4212d --- firmware/export/config.h | 4 ++++ firmware/export/config/ipod6g.h | 13 +++++++++++++ 2 files changed, 17 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/config.h b/firmware/export/config.h index e7cfc698df..efad75f1b2 100644 --- a/firmware/export/config.h +++ b/firmware/export/config.h @@ -872,8 +872,12 @@ Lyre prototype 1 */ #ifdef HAVE_BOOTLOADER_USB_MODE /* Priority in bootloader is wanted */ #define HAVE_PRIORITY_SCHEDULING +#if (CONFIG_CPU == S5L8702) +#define USB_DRIVER_CLOSE +#else #define USB_STATUS_BY_EVENT #define USB_DETECT_BY_REQUEST +#endif #if defined(HAVE_USBSTACK) && CONFIG_USBOTG == USBOTG_ARC #define INCLUDE_TIMEOUT_API #define USB_DRIVER_CLOSE diff --git a/firmware/export/config/ipod6g.h b/firmware/export/config/ipod6g.h index 01934a0cc2..5494cf387a 100644 --- a/firmware/export/config/ipod6g.h +++ b/firmware/export/config/ipod6g.h @@ -248,14 +248,27 @@ #define USB_VENDOR_ID 0x05AC #define USB_PRODUCT_ID 0x1261 #define USB_DEVBSS_ATTR __attribute__((aligned(32))) +#define HAVE_BOOTLOADER_USB_MODE +#ifdef BOOTLOADER +#define USBPOWER_BTN_IGNORE (~0) +#endif #define USB_READ_BUFFER_SIZE (1024*24) +/* Serial */ +#ifdef BOOTLOADER +#if 0 /* Enable/disable LOGF_SERIAL for bootloader */ +#define HAVE_SERIAL +#define ROCKBOX_HAS_LOGF +#define LOGF_SERIAL +#endif +#else /* !BOOTLOADER */ #define HAVE_SERIAL /* Disable iAP when LOGF_SERIAL is enabled to avoid conflicts */ #ifndef LOGF_SERIAL #define IPOD_ACCESSORY_PROTOCOL #endif +#endif /* Define this if you can switch on/off the accessory power supply */ #define HAVE_ACCESSORY_SUPPLY -- cgit v1.2.3