Bootloaders need the reacharound to get at the internal goods

They need to include kernel-internal.h in order to perform inits.

Change-Id: I5b0f155e4ff49a065c6cb97691ecd4396a199979
This commit is contained in:
Michael Sevakis 2014-08-08 02:28:11 -04:00
parent 981d028c09
commit 4ea4cdfc11
24 changed files with 24 additions and 36 deletions

View file

@ -19,8 +19,7 @@
#include "system.h"
#include "lcd.h"
#include "kernel.h"
#include "thread.h"
#include "../kernel-internal.h"
#include "storage.h"
#include "ata-target.h"
#include "disk.h"

View file

@ -21,7 +21,7 @@
#include "config.h"
#include "system.h"
#include <stdio.h>
#include "kernel.h"
#include "../kernel-internal.h"
#include "gcc_extensions.h"
#include "string.h"
#include "adc.h"

View file

@ -27,8 +27,7 @@
#include "cpu.h"
#include "system.h"
#include "lcd.h"
#include "kernel.h"
#include "thread.h"
#include "../kernel-internal.h"
#include "storage.h"
#include "fat.h"
#include "disk.h"

View file

@ -28,8 +28,7 @@
#include "system.h"
#include "lcd.h"
#include "lcd-remote.h"
#include "kernel.h"
#include "thread.h"
#include "../kernel-internal.h"
#include "storage.h"
#include "usb.h"
#include "disk.h"

View file

@ -26,6 +26,7 @@
#include <system.h>
#include <inttypes.h>
#include "config.h"
#include "../kernel-internal.h"
#include "gcc_extensions.h"
#include "lcd.h"
#include "backlight.h"

View file

@ -30,8 +30,7 @@
#include "cpu.h"
#include "system.h"
#include "lcd.h"
#include "kernel.h"
#include "thread.h"
#include "../kernel-internal.h"
#include "ata.h"
#include "fat.h"
#include "disk.h"

View file

@ -31,8 +31,7 @@
#include "system.h"
#include "lcd.h"
#include "i2c-s5l8700.h"
#include "kernel.h"
#include "thread.h"
#include "../kernel-internal.h"
#include "storage.h"
#include "fat.h"
#include "disk.h"

View file

@ -29,8 +29,7 @@
#include "lcd.h"
#include "lcd-remote.h"
#include "scroll_engine.h"
#include "kernel.h"
#include "thread.h"
#include "../kernel-internal.h"
#include "storage.h"
#include "usb.h"
#include "disk.h"

View file

@ -29,8 +29,7 @@
#include "lcd.h"
#include "lcd-remote.h"
#include "scroll_engine.h"
#include "kernel.h"
#include "thread.h"
#include "../kernel-internal.h"
#include "storage.h"
#include "usb.h"
#include "disk.h"

View file

@ -20,7 +20,7 @@
****************************************************************************/
/* Include Standard files */
#include "kernel.h"
#include "../kernel-internal.h"
#include "system.h"
/* Show the Rockbox logo - in show_logo.c */

View file

@ -28,7 +28,7 @@
#include "cpu.h"
#include "file.h"
#include "system.h"
#include "kernel.h"
#include "../kernel-internal.h"
#include "lcd.h"
#include "font.h"
#include "storage.h"

View file

@ -29,7 +29,7 @@
#include "cpu.h"
#include "file.h"
#include "system.h"
#include "kernel.h"
#include "../kernel-internal.h"
#include "lcd.h"
#include "font.h"
#include "storage.h"

View file

@ -23,7 +23,7 @@
#include "cpu.h"
#include "file.h"
#include "system.h"
#include "kernel.h"
#include "../kernel-internal.h"
#include "lcd.h"
#include "font.h"
#include "storage.h"

View file

@ -30,8 +30,7 @@
#include "cpu.h"
#include "system.h"
#include "lcd.h"
#include "kernel.h"
#include "thread.h"
#include "../kernel-internal.h"
#include "storage.h"
#include "fat.h"
#include "disk.h"

View file

@ -27,8 +27,7 @@
#include "cpu.h"
#include "system.h"
#include "lcd.h"
#include "kernel.h"
#include "thread.h"
#include "../kernel-internal.h"
#include "storage.h"
#include "fat.h"
#include "disk.h"

View file

@ -27,8 +27,7 @@
#include "cpu.h"
#include "system.h"
#include "lcd.h"
#include "kernel.h"
#include "thread.h"
#include "../kernel-internal.h"
#include "storage.h"
#include "usb.h"
#include "disk.h"

View file

@ -24,8 +24,7 @@
#include "cpu.h"
#include "system.h"
#include "lcd.h"
#include "kernel.h"
#include "thread.h"
#include "../kernel-internal.h"
#include "storage.h"
#include "fat.h"
#include "disk.h"

View file

@ -21,6 +21,7 @@
#include "config.h"
#include "jz4740.h"
#include "../kernel-internal.h"
#include "backlight.h"
#include "font.h"
#include "lcd.h"

View file

@ -2,7 +2,7 @@
#include <inttypes.h>
#include "config.h"
#include "system.h"
#include "kernel.h"
#include "../kernel-internal.h"
#include "gcc_extensions.h"
#include "lcd.h"
#include "font.h"

View file

@ -30,8 +30,7 @@
#include "cpu.h"
#include "system.h"
#include "lcd.h"
#include "kernel.h"
#include "thread.h"
#include "../kernel-internal.h"
#include "backlight.h"
#include "backlight-target.h"
#include "button.h"

View file

@ -27,6 +27,7 @@
#include <inttypes.h>
#include "config.h"
#include "gcc_extensions.h"
#include "../kernel-internal.h"
#include "lcd.h"
#ifdef USE_ROCKBOX_USB
#include "usb.h"

View file

@ -19,8 +19,7 @@
#include "system.h"
#include "lcd.h"
#include "kernel.h"
#include "thread.h"
#include "../kernel-internal.h"
#include "storage.h"
#include "disk.h"
#include "font.h"

View file

@ -33,8 +33,7 @@ SANSA VIEW: TESTING CODE
#include "cpu.h"
#include "system.h"
#include "lcd.h"
#include "kernel.h"
#include "thread.h"
#include "../kernel-internal.h"
#include "storage.h"
#include "fat.h"
#include "disk.h"

View file

@ -28,8 +28,7 @@
#include "cpu.h"
#include "system.h"
#include "lcd.h"
#include "kernel.h"
#include "thread.h"
#include "../kernel-internal.h"
#include "storage.h"
#include "fat.h"
#include "disk.h"