Commit Graph

  • 1011f9c754
    Clear up keyvault downloads in the HTTP server (#10) #1 Emma 2023-05-29 23:57:00 +0100
  • b3f51ea4b1
    fix TFTP blksize support (#11) Emma 2023-05-29 23:56:23 +0100
  • 15713e38f8
    Fix loading gzip files in stage2 (#12) Emma 2023-05-29 23:56:07 +0100
  • 799c784a70 Makefile: Pedantic check if stage1/2 are in size boundaries tuxuser 2022-02-17 17:58:25 +0100
  • de8e1f8917
    CI: Checkout all tags tuxuser 2021-06-09 04:24:24 +0200
  • e8371702e9
    Get XeLL into buildable state (#5) tuxuser 2021-06-09 04:21:06 +0200
  • 5babef58ae
    CI: Initial configuration tuxuser 2021-06-08 23:28:03 +0200
  • 06a241528e Add more documentation for early boot master Dr. Chat 2021-05-01 18:10:01 -0500
  • 1e2639c105
    Merge pull request #3 from DrSchottky/master tuxuser 2020-08-06 05:40:07 +0200
  • 56ba8da0ef
    Merge pull request #1 from DrSchottky/puff-linking DrSchottky 2020-05-26 00:51:55 +0200
  • 14c6592a4d Fix OOB R/W DrSchottky 2020-05-25 14:22:56 +0200
  • 62cc706126 Added toolchain info at startup DrSchottky 2020-05-25 13:02:24 +0200
  • 32a28d3cfd Add GCC version check to support building with toolchains based on GCC 4.7 or 4.9+ DrSchottky 2020-05-25 13:00:06 +0200
  • 1d7861e65e Remove puff objects before building stage2 to fix linking compatibility DrSchottky 2020-05-24 23:33:56 +0200
  • 8308beeffe Fixed file loading DrSchottky 2020-05-24 20:55:09 +0200
  • f5006b1e36 Rewrite the tftp client (and add blksize support) Dr. Chat 2018-05-02 21:48:23 -0500
  • 7b4bc1e807 Update device tree Dr. Chat 2018-05-02 21:47:59 -0500
  • b1628e13b2 Cleanup libxenon code Dr. Chat 2018-05-02 21:47:35 -0500
  • 507bed4061 oops: Added missing argument in fseek tuxuser 2020-05-11 12:58:21 +0200
  • e1562f44cb Changed to using fopen, fread, fseek and fclose instead of open, stat and close, also closing the handle every time regardless of the result of the fread to avoid leaving the handle open when it shouldn't be... another patch provided by smx... Swizzy 2017-01-13 19:03:25 +0100
  • 62c0bfe430 fixed a issue with the asm code when compiling with GCC 4.9 (patch provided by smx) Swizzy 2017-01-13 19:01:01 +0100
  • 3d5003762a Fixed: Default UART speed is no longer the Cygnos one... Swizzy 2013-09-24 23:10:50 +0200
  • f5b88fd435 Fixed a stupid misstake (removes a warning only) Swizzy 2014-06-01 00:27:38 +0200
  • 8297ec8552 Update Makefile Swizzy 2013-09-01 00:52:52 +0200
  • 2cbbfcbda4 Added an easy way to disable the DVD drive using config.h Swizzy 2013-08-29 21:27:47 +0200
  • b3b6554185 Rewrite the tftp client (and add blksize support) Dr. Chat 2018-05-02 21:48:23 -0500
  • 6392f56f7d Update device tree Dr. Chat 2018-05-02 21:47:59 -0500
  • 5f0e0595bc Cleanup libxenon code Dr. Chat 2018-05-02 21:47:35 -0500
  • 697bd3a4f6 oops: Added missing argument in fseek Swizzy tuxuser 2017-02-19 02:48:40 +0100
  • 9bf2cda57f Changed to using fopen, fread, fseek and fclose instead of open, stat and close, also closing the handle every time regardless of the result of the fread to avoid leaving the handle open when it shouldn't be... another patch provided by smx... Swizzy 2017-01-13 19:03:25 +0100
  • cc33896194 fixed a issue with the asm code when compiling with GCC 4.9 (patch provided by smx) Swizzy 2017-01-13 19:01:01 +0100
  • 5b9788eb9a Fixed a stupid misstake (removes a warning only) Swizzy 2014-06-01 00:27:38 +0200
  • 6ea4d3714a Fixed: Default UART speed is no longer the Cygnos one... Swizzy 2013-09-24 23:10:50 +0200
  • 585e03c2f8 build_release removed... not useful anymore anyways ;) Swizzy 2013-09-01 11:47:47 +0200
  • 7316981dce Makefile: Fixed the new "dist" rule... properly working now ;) Swizzy 2013-09-01 11:24:57 +0200
  • 7e02d04676 Update Makefile Swizzy 2013-09-01 01:01:14 +0200
  • 4e5449a4dd Update Makefile Swizzy 2013-09-01 00:52:52 +0200
  • fc9cd40401 Merge branch 'Swizzy' of github.com:Free60Project/xell into Swizzy Swizzy 2013-08-30 23:38:40 +0200
  • 145e1e7b0e Added an easy way to disable the DVD drive using config.h Swizzy 2013-08-29 21:27:47 +0200
  • 85ceab19d3 Merge branch '2stages' into Swizzy tuxuser 2013-08-28 15:11:43 -0400
  • b824724aad Update CHANGELOG Swizzy 2013-08-28 17:03:36 +0200
  • 97266114c5 Updated README, CHANGELOG and AUTHORS Swizzy 2013-08-28 16:55:42 +0200
  • 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 Swizzy 2013-08-28 16:14:51 +0200
  • 948046b4fa Main: disabled log writing to USB (allows for EXT# drives to be used properly...) Swizzy 2013-08-27 23:30:56 +0200
  • 0b26679bbf FileLoop: Quickfix for the crash caused by removing a usb device and putting it back... Swizzy 2013-08-27 23:29:50 +0200
  • 7466b6d509 Update CHANGELOG Swizzy 2013-08-28 17:03:36 +0200
  • 6464c5d54d Updated README, CHANGELOG and AUTHORS Swizzy 2013-08-28 16:55:42 +0200
  • c01334b43a Update build_release Swizzy 2013-08-28 16:41:56 +0200
  • cdf27e6e00 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 Swizzy 2013-08-28 16:14:51 +0200
  • 672e7811d7 Main: disabled log writing to USB (allows for EXT# drives to be used properly...) Swizzy 2013-08-27 23:30:56 +0200
  • 08188ddc6b FileLoop: Quickfix for the crash caused by removing a usb device and putting it back... Swizzy 2013-08-27 23:29:50 +0200
  • 9ed7e52cab Added build_release script tuxuser 2013-08-27 10:25:08 -0400
  • 89db6f9385 Updated AUTHORS and CHANGELOG tuxuser 2013-08-27 10:11:22 -0400
  • 48244cc86a Switched Zlib for Puff to reduce size to prepare for moving from gz to lzma... Swizzy 2013-08-16 07:37:23 +0200
  • 1b970d9dcd Main: moved tftp_loop to be after fileloop Swizzy 2013-08-16 07:36:12 +0200
  • 1a5afd651a httpd: removed unused code, combined keyvault2.c and keyvault.c into 1 Swizzy 2013-08-16 07:34:57 +0200
  • 0a15d0abfa Hopefully properly fixes usb storage issues properly... Swizzy 2013-08-15 21:12:34 +0200
  • 2011809ec6 Probably fixes the large USB devices error completely Swizzy 2013-08-14 12:14:32 +0200
  • 5f72f21f33 Updated AUTHORS and added CHANGELOG tuxuser 2013-08-09 12:12:22 -0400
  • 5920e72db8 ooops.. config.h had invalid chars tuxuser 2013-08-09 11:52:00 -0400
  • b64c54314d Changed filelist order for bootfiles Swizzy 2013-07-13 01:51:20 +0200
  • 09453ff7ab Fixed error with Xenon.elf loading Swizzy 2013-07-13 01:49:27 +0200
  • 53ebe50411 Fixed updxell crashing... Swizzy 2013-07-13 00:44:45 +0200
  • 812ef5f554 Added: Easy way to disable networking when compiling... (useful for those with broken NIC) Swizzy 2013-07-07 23:58:21 +0200
  • 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!) Swizzy 2013-07-07 23:45:43 +0200
  • 9a07abe24c Added /SHUTDOWN and /REBOOT for shutting down/rebooting the console Swizzy 2013-07-07 23:41:38 +0200
  • 5c251ff66d Fixed HTML Tags and added button for the startup Log Swizzy 2013-07-07 23:40:56 +0200
  • e4fe6210ab Removed unused httpd files... Swizzy 2013-07-07 23:37:35 +0200
  • 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) Swizzy 2013-07-01 15:29:01 +0200
  • 7c01970c33 Fixed memory leak caused by my crappy compiler warning fixes xD Swizzy 2013-07-01 15:24:28 +0200
  • 8715ba338a Updated tail to remove the funny chars on console... (and hopefully align the text better in the log) Swizzy 2013-07-01 14:55:52 +0200
  • 49e2a6eeaa Fixed some more compiler rrors, god damnit! :( Swizzy 2013-07-01 14:52:22 +0200
  • 33b533f876 Fixed compiler error, oooops... Swizzy 2013-07-01 14:50:29 +0200
  • ed8b6972ce Updated logging a little bit, removing pointless code and moving the device listing back to where it belongs Swizzy 2013-07-01 14:45:58 +0200
  • 4af8341fbf Added ANA Dumping before and after initalizing Xenos Swizzy 2013-07-01 14:43:30 +0200
  • 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... Swizzy 2013-07-01 14:39:28 +0200
  • 379c6a02c4 main: also accept udXX devices for logfile writing, not only udaX tuxuser 2013-06-30 18:01:25 -0400
  • 8a8aab03d4 Fixed: compiler warnings Swizzy 2013-06-29 01:42:49 +0200
  • e18764a35b Removed useless code (using the console_clrline() function instead of having the same shit built into XeLL seperatly) Swizzy 2013-06-29 00:56:01 +0200
  • 7f47abc590 Fixed some compiler warnings Swizzy 2013-06-29 00:54:39 +0200
  • 04f91929cb Added logging capabilities for those not able to use UART, this works up untill a crash... Swizzy 2013-06-29 00:45:05 +0200
  • 69b479ceaf Fixed Phison detection before NAND init in main() Swizzy 2013-06-25 01:01:49 +0200
  • db5c563bbb Added XTUDO Theme for Niceshot ;) Swizzy 2013-06-25 00:38:50 +0200
  • 5ba7fccfb9 Added filter for MMC Consoles (no need to tell the end-users it's not compatible not that it is! Swizzy 2013-06-24 23:46:38 +0200
  • c682136407 Added a special Swizzy Theme ;) Swizzy 2013-06-24 23:45:25 +0200
  • 1e2c3c46e8 Added MMC Support to /KVRAW and added /KVRAW2 to read encrypted KV on "normal" machines ;) Swizzy 2013-06-24 23:43:47 +0200
  • 5b51931a04 Fixed /KV to read the defined size rather then hardcoded Swizzy 2013-06-24 23:42:39 +0200
  • 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) Swizzy 2013-06-24 16:50:08 +0200
  • 0f38604183 Added MMC Dump from network Swizzy 2013-06-24 22:46:20 +0200
  • 3a0bb6f25c Some edits by blaKCat, maybe somebody wants to clean it up...? I don't... blaKCat_edits tuxuser 2012-12-19 18:28:54 +0100
  • 76668122b6 main: Removing obsolete xenon_smc ROL setting tuxuser 2012-09-27 22:46:34 +0200
  • f249a0f870 UART: DemoN/Cygnos UART Baud (38400) compatibility binaries tuxuser 2012-09-04 20:40:47 +0200
  • 507a5733e6 Passing filename/filepath arg as argv[0] tuxuser 2012-07-29 21:11:25 +0200
  • f930e3600d elf/file: Pass argv/argc to ELFs tuxuser 2012-07-29 14:07:18 +0200
  • c999277464 Adding return values to some functions tuxuser 2012-07-16 23:12:06 +0200
  • 80adf883d4 Moved xb360/ and crypt/ to libxenon tuxuser 2012-07-10 03:13:28 +0200
  • 0ad668cfea fixing some compiler warnings tuxuser 2012-07-05 18:53:43 +0200
  • 38e7a36ef5 httpd: correcting httpd-flashimage function tuxuser 2012-07-05 18:52:19 +0200
  • 4635429ae5 file: fixing loading of gzipped ELFs tuxuser 2012-07-05 18:51:49 +0200
  • 9c16a0e093 kboot: updating code to reflect libxenon controller-input changes tuxuser 2012-07-05 18:50:23 +0200