rockbox/firmware/common
Aidan MacDonald bcbb5a8b00 multiboot: Allow searching in volume 0 for redirect file
Searching in volume 0 is necessary for multiboot targets with only
one drive, like the M3K/Q1/ErosQ. Without this the search code will
never look at the redirect file on these targets.

The search bound is configured with a setting MULTIBOOT_MIN_VOLUME,
which defaults to 0, but is defined to 1 for Sansa players so they
keep their old behavior.

Change-Id: I6dc5cf98db4258731de2c68c3ab1182b4a4a655b
2022-03-27 09:50:33 -04:00
..
adler32.c crc32/adler32: add full copyright notice to source files 2021-07-31 01:30:39 +00:00
ap_int.c
config.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
crc32-rkw.c
crc32.c crc32/adler32: add full copyright notice to source files 2021-07-31 01:30:39 +00:00
diacritic.c
dir.c [RESTORED!] Allow mounting of any directory as the root directory. 2022-03-03 18:58:07 -05:00
dircache.c [RESTORED!] Allow mounting of any directory as the root directory. 2022-03-03 18:58:07 -05:00
disk.c Multiboot Firmware Root Redirect - WIP 2022-03-03 22:08:28 -05:00
disk_cache.c
fdprintf.c
file.c rb_namespace add logf 2022-03-15 00:45:00 -04:00
file_internal.c rb_namespace add logf 2022-03-15 00:45:00 -04:00
fileobj_mgr.c [RESTORED!] Allow mounting of any directory as the root directory. 2022-03-03 18:58:07 -05:00
inflate.c inflate: Add helper for getting decompressed data size 2022-03-04 08:44:56 -05:00
linked_list.c
loader_strerror.c
multiboot.c multiboot: Refactor duplicated functions to a separate file 2022-03-11 10:58:20 -05:00
pathfuncs.c [RESTORED!] Allow mounting of any directory as the root directory. 2022-03-03 18:58:07 -05:00
rb-loader.c multiboot: Allow searching in volume 0 for redirect file 2022-03-27 09:50:33 -04:00
rb_namespace.c rb_namespace add logf 2022-03-15 00:45:00 -04:00
strcasecmp.c
strcasestr.c
strlcat.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
strlcpy.c
strnatcmp.c Remove tabs in firmware path (taking into account the original spacing). 2010-02-22 21:24:09 +00:00
structec.c
timefuncs.c timefuncs.c valid_time() should return false if tm == NULL and not try to deref 2021-07-20 23:25:31 +00:00
ucl_decompress.c
unicode.c
version.c
vuprintf.c Document intentional fallthroughs + fix harmless unintended ones 2021-08-04 18:59:46 +00:00
zip.c buflib: add a common dummy callbacks struct & use it 2022-02-12 10:24:32 -05:00