Dr. Chat
06a241528e
Add more documentation for early boot
2021-05-01 18:10:01 -05:00
Dr. Chat
b3b6554185
Rewrite the tftp client (and add blksize support)
2018-05-02 21:48:23 -05:00
Dr. Chat
6392f56f7d
Update device tree
2018-05-02 21:47:59 -05:00
Dr. Chat
5f0e0595bc
Cleanup libxenon code
2018-05-02 21:47:35 -05:00
Swizzy
4e6c6f0747
File.c: Made a better quickfix
...
Main.c: Removed unused code and moved mount_all_devices outside of the loop
Mount.c: removed unused code and added a mount function for the new libxenon callback
2013-08-28 15:07:49 -04:00
Swizzy
948046b4fa
Main: disabled log writing to USB (allows for EXT# drives to be used properly...)
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-28 15:07:34 -04:00
Swizzy
0b26679bbf
FileLoop: Quickfix for the crash caused by removing a usb device and putting it back...
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-28 15:07:20 -04:00
Swizzy
48244cc86a
Switched Zlib for Puff to reduce size to prepare for moving from gz to lzma...
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-16 07:42:03 +02:00
Swizzy
1b970d9dcd
Main: moved tftp_loop to be after fileloop
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-16 07:36:12 +02:00
Swizzy
1a5afd651a
httpd: removed unused code, combined keyvault2.c and keyvault.c into 1
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-16 07:34:57 +02:00
Swizzy
0a15d0abfa
Hopefully properly fixes usb storage issues properly...
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-15 21:21:52 +02:00
Swizzy
2011809ec6
Probably fixes the large USB devices error completely
...
Tested with a 32GB Kingston Memory formatted in FAT32 which used to crash, not anymore...
2013-08-14 06:59:01 -04:00
tuxuser
5920e72db8
ooops.. config.h had invalid chars
2013-08-09 11:52:00 -04:00
Swizzy
b64c54314d
Changed filelist order for bootfiles
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:37:37 +02:00
Swizzy
09453ff7ab
Fixed error with Xenon.elf loading
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:37:31 +02:00
Swizzy
53ebe50411
Fixed updxell crashing...
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:37:21 +02:00
Swizzy
812ef5f554
Added: Easy way to disable networking when compiling... (useful for those with broken NIC)
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:37:12 +02:00
Swizzy
5b588251a1
Added: USB Devices are now mounted and can be used to look for stuff to launch etc. even after the loop has already begun... along with that i've also added a MMC file filter (nand files can't be used anyways!)
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:36:58 +02:00
Swizzy
9a07abe24c
Added /SHUTDOWN and /REBOOT for shutting down/rebooting the console
2013-08-09 17:36:49 +02:00
Swizzy
5c251ff66d
Fixed HTML Tags and added button for the startup Log
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:36:40 +02:00
Swizzy
e4fe6210ab
Removed unused httpd files...
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:36:30 +02:00
Swizzy
ab0ab24009
Put the Free60.org XeLL stuff back into the original ASCII Art and properly alligned the new Corona XeLL Line (and changed it to say it's a Corona Compatible XeLL instead of just beeing special Corona XeLL)
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:34:24 +02:00
Swizzy
7c01970c33
Fixed memory leak caused by my crappy compiler warning fixes xD
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:34:15 +02:00
Swizzy
8715ba338a
Updated tail to remove the funny chars on console... (and hopefully align the text better in the log)
2013-08-09 17:34:05 +02:00
Swizzy
49e2a6eeaa
Fixed some more compiler rrors, god damnit! :(
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:33:52 +02:00
Swizzy
33b533f876
Fixed compiler error, oooops...
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:33:41 +02:00
Swizzy
ed8b6972ce
Updated logging a little bit, removing pointless code and moving the device listing back to where it belongs
2013-08-09 17:33:29 +02:00
Swizzy
4af8341fbf
Added ANA Dumping before and after initalizing Xenos
2013-08-09 17:33:20 +02:00
Swizzy
f479933e80
Moved Ascii Art tail to seperate definition and made it print to both console and UART (just the tail) also addeed a line to indicate this XeLL is special for Corona...
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:33:09 +02:00
tuxuser
379c6a02c4
main: also accept udXX devices for logfile writing, not only udaX
2013-08-09 17:32:10 +02:00
Swizzy
8a8aab03d4
Fixed: compiler warnings
2013-08-09 17:31:59 +02:00
Swizzy
e18764a35b
Removed useless code (using the console_clrline() function instead of having the same shit built into XeLL seperatly)
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:31:59 +02:00
Swizzy
7f47abc590
Fixed some compiler warnings
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:31:58 +02:00
Swizzy
04f91929cb
Added logging capabilities for those not able to use UART, this works up untill a crash...
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:31:57 +02:00
Swizzy
69b479ceaf
Fixed Phison detection before NAND init in main()
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:29:39 +02:00
Swizzy
db5c563bbb
Added XTUDO Theme for Niceshot ;)
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:29:01 +02:00
Swizzy
5ba7fccfb9
Added filter for MMC Consoles (no need to tell the end-users it's not compatible not that it is!
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:27:07 +02:00
Swizzy
c682136407
Added a special Swizzy Theme ;)
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:26:57 +02:00
Swizzy
1e2c3c46e8
Added MMC Support to /KVRAW and added /KVRAW2 to read encrypted KV on "normal" machines ;)
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:26:47 +02:00
Swizzy
5b51931a04
Fixed /KV to read the defined size rather then hardcoded
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:26:38 +02:00
Swizzy
63dab6b301
* Updated fsdata.h with a link to www.homebrew-connection.org and added some messages about MMC type of consoles (going to work on that support now)
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:26:09 +02:00
Swizzy
0f38604183
Added MMC Dump from network
...
Signed-off-by: Swizzy <swizzy@hotmail.co.uk>
2013-08-09 17:26:07 +02:00
tuxuser
76668122b6
main: Removing obsolete xenon_smc ROL setting
2012-09-27 22:46:34 +02:00
tuxuser
f249a0f870
UART: DemoN/Cygnos UART Baud (38400) compatibility binaries
2012-09-04 20:40:47 +02:00
tuxuser
507a5733e6
Passing filename/filepath arg as argv[0]
2012-07-29 21:11:25 +02:00
tuxuser
f930e3600d
elf/file: Pass argv/argc to ELFs
2012-07-29 14:07:18 +02:00
tuxuser
c999277464
Adding return values to some functions
2012-07-16 23:12:06 +02:00
tuxuser
80adf883d4
Moved xb360/ and crypt/ to libxenon
2012-07-10 03:13:28 +02:00
tuxuser
0ad668cfea
fixing some compiler warnings
2012-07-05 18:53:43 +02:00
tuxuser
38e7a36ef5
httpd: correcting httpd-flashimage function
2012-07-05 18:52:19 +02:00