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:
parent
981d028c09
commit
4ea4cdfc11
24 changed files with 24 additions and 36 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include "config.h"
|
||||
#include "jz4740.h"
|
||||
#include "../kernel-internal.h"
|
||||
#include "backlight.h"
|
||||
#include "font.h"
|
||||
#include "lcd.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue