Recent content by uyjulian

  1. uyjulian

    PS2 Julian's various PS2 projects (Worklog)

    CH32H417 looks interesting. It has the UHSIF interface which can handle 32-bit transfers at 125Mhz (much more than ~37Mhz of IOP!), and also has 5Gbps USB with PHY, Ethernet 100M PHY integrated (with RGMII support for MAC 1000M), RTC, and SDIO host.
  2. uyjulian

    PS2 Julian's various PS2 projects (Worklog)

    Some notes on EE kernel upper bounds: Kernel entrypoint 0x80001000 -> ee_deci2_manager_init -> deci2_reg_cmd_handlers (after printf) -> deci2_cmd_handler_80016660 (ID -> 0x21F?) -> deci2call_exrecv_80011ED0 2nd argument before bitwise or 0x8003b630 + 128 buf size Reference...
  3. uyjulian

    PS2 FASTNET: A Faster Network Path for the PlayStation 2 | Now, 12.2MB/s !

    The netman implementation in ps2sdk can already group and DMA transfer multiple packets to the EE.
  4. uyjulian

    PS2 Julian's various PS2 projects (Worklog)

    https://github.com/ps2dev/ps2sdk/blob/cbca54a551535a07cbbdf51a5c35d957f2f8de9e/iop/iLink/iLinkman/src/iLink_internal.c#L125 In python1, this register instead get sets to 0x41, then 0x01.
  5. uyjulian

    PS2 Julian's various PS2 projects (Worklog)

    The FSMC functionality of CH32F203, CH32F205, CH32V303, and CH32V307 looks interesting. Full speed (~37Mhz) half duplex 32-bit SSBUSC transfers might be possible with some additional hardware to multiplex the address/data lines. It can run at up to 144Mhz, has Gigabit Ethernet MAC (with 10M/upto...
  6. uyjulian

    PS2 Julian's various PS2 projects (Worklog)

    The SBIOS implementation in osdboot is relocatable and no longer at a fixed position. Also, the information structure passed to the kernel is also relocatable and contains the pointer to the SBIOS implementation.
  7. uyjulian

    PS2 Julian's various PS2 projects (Worklog)

    And looks like we're back! Some things of note: ps2dev now has tagged v2.0.0. (Scheduled releases would be nice) DESR firmware works in https://github.com/Florin9doi/pcsx2/commits/magicgate_2026/ BIOS: "DESR v02.10.bin" Network & HDD: Hard Disk Drive [x] Enabled / HDD File...
  8. uyjulian

    PS2 Julian's various PS2 projects (Worklog)

    dvdauthor has a high level language for creating DVD video PGC scripts https://dvdauthor.sourceforge.net/
  9. uyjulian

    PS2 Julian's various PS2 projects (Worklog)

    Haiku FreeBSD USB ethernet compatibility https://github.com/haiku/haiku/commit/9936387223ef47e4fdbb438510efd1108a38cc8c
  10. uyjulian

    PS2 Julian's various PS2 projects (Worklog)

    DVRP firmware does not handle ATA command 0x80.
  11. uyjulian

    PS2 Julian's various PS2 projects (Worklog)

    FILEIO 1300 -> 1500 changed end buffer sizes from 16 bytes to 64 bytes (RPC not backwards compatible). FILEIO 1500 -> 2100 added new APIs. FILEIO 2100 -> 2200 did some major changes and started using multi threading and SIFCMD for sending results to EE (RPC not backwards compatible). FILEIO 2200...
  12. uyjulian

    PS2 Julian's various PS2 projects (Worklog)

    Some tools for ROM/SA of WD-Marvell CPU https://web.archive.org/web/20140213173048/http://nazyura.hardw.net/000006.htm
  13. uyjulian

    PS2 Julian's various PS2 projects (Worklog)

    PS2 PlayOnline uses AVE-TCP (Access Co., Ltd) network stack. PS2 PlayOnline compatible NTT (East/West) modems https://www.ntt-west.co.jp/kiki/playonline/index.html (ppp006.erx->v30tusb.irx/ppp007.erx->ft50usb.irx/ppp009.erx->v30tusb.irx) W64RU2->ワイヤレスパソコンアダプタRU2 Not sure about W64RU3 or FT60...
  14. uyjulian

    PS2 Julian's various PS2 projects (Worklog)

    For phoneME based players, when /mnt/sda1/BDJ_DEBUG exists, the argument in Xbootclasspath gets changed from /lib/BDJ.czf to /mnt/sda1/BDJ.czf:/mnt/sda/bdj For Jbed based players, when /mnt/sda1/BDJ_DEBUG exists, the arguments "-Xload" "/mnt/sda:/mnt/sda1:/mnt/sda2:/mnt/sdb" get prepended. For...
  15. uyjulian

    PS2 Julian's various PS2 projects (Worklog)

    Some notes on WD HDD firmware format / hacking https://spritesmods.com/?art=hddhack&page=1 https://web.archive.org/web/20130127232056/http://nazyura.hardw.net/Part02.htm https://www.malwaretech.com/2015/04/hard-disk-firmware-hacking-part-1.html
Back
Top