Skip to content

Instantly share code, notes, and snippets.

@earthmeLon
Created April 24, 2012 04:24
Show Gist options
  • Save earthmeLon/2476405 to your computer and use it in GitHub Desktop.
Save earthmeLon/2476405 to your computer and use it in GitHub Desktop.
@gitbrew script to run glevand kernel patches on 3.2.x
#!/bin/bash
#glevand's PS3 kernel patches
#modified ./patches/series for NAND 3.2.x
#you on twitter? @earthmeLon
# git://gist.github.com/2476405.git
###
###
###Move to your kernel source root
### wget -r --no-parent --reject "index*" http://gitbrew.org/~glevand/ps3/linux/linux-3/patches/
### mv gitbrew.org/~glevand/ps3/linux/linux-3/patches/ ./
###
###Make sure nothing crazy has changed
### vim ./patches/README
patch -p0 < ./patches/ps3stor-multiple-regions.patch
patch -p0 < ./patches/ps3fb-use-fifo.patch
patch -p0 < ./patches/ps3flash.patch
patch -p0 < ./patches/ps3sysmgr-lpar-reboot.patch
patch -p0 < ./patches/ps3sysmgr-char-device.patch
patch -p0 < ./patches/ps3avmgr-char-device.patch
patch -p0 < ./patches/ps3dispmgr.patch
#patch -p0 < ./patches/ps3jupiter-3.2.1.patch #VFLASH only. 3.2.1+
#patch -p0 < ./patches/ps3jupiter.patch #VFLASH only. 3.2.1-
patch -p0 < ./patches/lv1call-add-hvcalls-114-115.patch
patch -p0 < ./patches/ps3physmem.patch
patch -p0 < ./patches/lv1call-add-storage-region-hvcalls.patch
patch -p0 < ./patches/ps3strgmngr.patch
patch -p0 < ./patches/ps3rom-vendor-specific-command.patch
patch -p0 < ./patches/syscall-spu-create-unlock-dput-fix.patch
patch -p0 < ./patches/spu-enum-shared-param.patch
patch -p0 < ./patches/lv1call-repo-node-lparid-param.patch
patch -p0 < ./patches/gelic-disable-eurus-ctrl-iface.patch
patch -p0 < ./patches/gelic-wireless-print-cmd-status.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment