summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-29ps3-flash-util: Fix null accessHEADmasterGeoff Levand1-2/+2
2022-09-29configure: Remove AC_PROG_LIBTOOL macroGeoff Levand2-2/+0
2017-12-08ps3-dump-bootloader: Minor help updateGeoff Levand1-1/+1
2016-12-15Add ps3-bl-optionGeoff Levand2-0/+129
2016-11-10flash-db: Fix build warningGeoff Levand1-2/+2
2016-11-10Configure cleanupGeoff Levand11-132/+116
2013-05-30ps3-dump-bootloader: Remove bash specific codeGeoff Levand1-1/+1
2013-05-22Update lib to LGPL-2.1Geoff Levand8-354/+463
2013-05-22Fix build warnings.Geoff Levand2-2/+2
2013-05-22Cleanup autotools filesGeoff Levand6-89/+138
2009-08-04Update bootstrap git commandGeoff Levand1-1/+1
2009-03-20Log flash routine messages to streamGeoff Levand4-136/+178
2009-03-20lib/flash.c: Fix image size check in os_area_image_writeGeoff Levand1-16/+35
2009-03-18Add RETURN VALUE section to man pagesGeoff Levand2-0/+8
2009-03-18ps3-flash-util: Fix --db-write-half optionGeoff Levand1-1/+1
2009-03-18Move PS3FB_IOCTL_SETMODE and PS3FB_IOCTL_GETMODE to ps3-av.hGeoff Levand2-3/+3
2008-10-31Cleanup ps3-utils help.Geoff Levand5-62/+46
2008-10-31Build file cleanupsGeoff Levand17-360/+190
2008-05-27.gitignore: Add configure and make generated files.Geoff Levand1-0/+21
2008-05-09ps3-flash-util: add --db-test option.Geoff Levand2-2/+27
2008-03-11Makefile.am: Add configure.ac.in to EXTRA_DIST.Geoff Levand1-1/+2
2008-01-27ps3-utils.spec: Update to ps3-utils-2.2.0.Geoff Levand1-18/+73
2008-01-27ps3-flash-util, ps3-video-mode: Add -V option.Geoff Levand3-15/+16
2008-01-27Makefile.am cleanups.Geoff Levand2-4/+18
2008-01-27Cleanup output of scripts.Geoff Levand3-15/+13
2008-01-27flash.c: Text clenups.Geoff Levand1-10/+9
2008-01-27flash-db.c: Add verbose print arg.Geoff Levand3-73/+99
2008-01-26ps3-utils.spec: Cleanup.Geoff Levand2-11/+12
2008-01-26gitignore: Add config.sub.orig.Geoff Levand1-0/+1
2008-01-25Fixups for release.Geoff Levand17-585/+537
2008-01-25ps3-rtc-init: New utility.Geoff Levand10-26/+247
2008-01-25ps3-flash-util: Add new option --game-time.Geoff Levand2-46/+66
2008-01-25Update ps3-video-mode to match manpage.Geoff Levand8-88/+130
2008-01-18ps3-flash-util.c: Update help text.Geoff Levand1-7/+7
2008-01-18ps3-flash-util.c: Add long option support.Geoff Levand2-155/+171
2008-01-16man page updatesGeert Uytterhoeven2-9/+9
2008-01-15ps3-boot-game-os.8, ps3-dump-bootloader.8: New files.Geoff Levand2-0/+137
2008-01-15ps3-flash-util.8: General cleanups.Geoff Levand1-35/+65
2008-01-15ps3-video-mode.8: More cleanups.Geoff Levand1-77/+79
2008-01-14ps3-video-mode.8: General cleanups.Geoff Levand1-43/+103
2008-01-07ps3-video-mode.8: New file.Geoff Levand3-0/+175
2008-01-06Update ps3-utils.spec.Geoff Levand2-16/+16
2008-01-06ps3-boot-game-os.in: Add options --poweroff, --no-reboot. Cleanup help text.Geoff Levand2-14/+49
2008-01-06ps3-dump-bootloader: Improve help text, get ldr_offset from flash.Geoff Levand1-19/+49
2008-01-06ps3-dump-bootloader: New file.Geoff Levand2-1/+58
2008-01-06lib/flash.c: Fix h.ldr_size hex printout.Geoff Levand1-1/+1
2008-01-05ps3-boot-game-os: Minor package info fix.Geoff Levand3-3/+3
2008-01-05ps3-boot-game-os: Use package info in help text.Geoff Levand2-2/+11
2008-01-05ps3-flash-util: Output full help text, output h.ldr_size in decimal also.Geoff Levand2-6/+53
2008-01-05ps3-boot-game-os: Add -h option.Geoff Levand1-3/+7
2007-09-25Fix -b bug in ps3-boot-game-os.Geoff Levand1-1/+1
2007-08-28Rename for_each_64_match to for_each_64.Geoff Levand1-34/+19
2007-08-28Remove unused struct entry.Geoff Levand1-5/+0
2007-08-28Add database iterators.Geoff Levand3-255/+365
2007-08-24Re-write database enumerator.Geoff Levand4-336/+447
2007-08-23Cleanup database code.Geoff Levand4-151/+141
2007-08-23Code cleanups.Geoff Levand5-145/+76
2007-08-23Cleanup manpage, dump messages.Geoff Levand2-6/+9
2007-08-23ps3-flash-util.8: Add null date.Geoff Levand1-0/+1
2007-08-23Add new lib routine os_area_image_write.Geoff Levand3-80/+112
2007-08-23Fix 'make dist'.Geoff Levand2-1/+194
2007-08-23Make package version from git commit.Geoff Levand5-19/+52
2007-08-17Add git revision postfix to program version.Geoff Levand5-2/+33
2007-08-16Add flash database support to ps3-flash-util.Geoff Levand3-326/+709
2007-08-16lib/flash-db.c: New file. lib/flash.c, lib/ps3-flash.h: Filled out os_area ro...Geoff Levand4-1/+1130
2007-08-16ps3-flash-util.8: New file. Makefile.am,configure.ac: Rename DEBUG_FLAGS to D...Geoff Levand3-2/+6
2007-08-14Makefile.am, lib/Makefile.am: Change CFLAGS to AM_CFLAGS.Geoff Levand2-4/+4
2007-08-13Print the flash device name or the boot loader file name instead of the commandGeert Uytterhoeven1-9/+9
2007-07-16lib/ps3-av.h: new file, move HAVE_DECL_PS3AV_MODE's to libps3-av.h.Geoff Levand4-26/+53
2007-07-16Move libps3-utils to lib sub-directory.Geoff Levand12-60/+698
2007-07-13Makefile.am: Add libps3-util.Geoff Levand3-1/+60
2007-07-13ps3-flash-util.c: Add '-h' option, default (no flags) to display helpGeoff Levand1-4/+10
2007-07-13find-other-os-flash.in: Delete file.Geoff Levand5-83/+35
2007-07-13ps3videomode.c, other-os-flash-util.c: Add and/or update file copyrights, pri...Geoff Levand4-17/+71
2007-07-13boot-game-os.in, find-other-os-flash.in: Use @prefix@.Geoff Levand2-4/+3
2007-07-13boot-game-os: Rename to boot-game-os.in, update makefile.am.Geoff Levand2-4/+9
2007-07-13ps3videomode.c: Fix conditional check for HAVE_DECL_PS3AV_MODE.Geoff Levand1-6/+6
2007-07-07find-other-os-flash.in: Update for new storage driver.Geoff Levand1-0/+6
2007-06-01ps3videomode: Add version to help output.Geoff Levand2-1/+15
2007-06-01Add support for HDMI RGB Full Range.Geoff Levand2-20/+44
2007-05-18Add autoconf PS3AV_MODE_DITHER checks.Geoff Levand2-2/+2
2007-04-28Use config.h for PS3AV_MODE_.Geoff Levand2-11/+30
2007-04-28Setup build files and import sources from ps3pf_utils-1.0.10.Geoff Levand12-0/+1361
2007-04-28Create ps3-utils project.Geoff Levand1-0/+20