Skip to content

Commit

Permalink
Fix paths to download folder of gabbayo
Browse files Browse the repository at this point in the history
  • Loading branch information
Oded Gabbay committed Sep 21, 2015
1 parent ae607cf commit 193e90c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,30 +171,30 @@ command :
`git clone -b v1.4 git://people.freedesktop.org/~gabbayo/linux.git`

* The kernel config file used to create the debian packages is located at:
http://people.freedesktop.org/~gabbayo/kfd-v1.4/config-4.0.0-040050-generic
http://people.freedesktop.org/~gabbayo/amdkfd/kfd-v1.4/config-4.0.0-040050-generic

* Source code used to build the libhsakmt library can be downloaded with the
following command :
`git clone -b v1.4 git://people.freedesktop.org/~gabbayo/libhsakmt`

* For Ubuntu, the kernel images were built using Ubuntu mainline kernel
PPA patches, which can be downloaded with the following command :
`wget http://people.freedesktop.org/~gabbayo/kfd-v1.4/0001-base-packaging.patch ; wget http://people.freedesktop.org/~gabbayo/kfd-v1.4/0002-debian-changelog.patch ; wget http://people.freedesktop.org/~gabbayo/kfd-v1.4/0003-configs-based-on-Ubuntu-4.0.0-1.1.patch ; wget http://people.freedesktop.org/~gabbayo/kfd-v1.4/0004-kfd-changelog.patch`
`wget http://people.freedesktop.org/~gabbayo/amdkfd/kfd-v1.4/0001-base-packaging.patch ; wget http://people.freedesktop.org/~gabbayo/amdkfd/kfd-v1.4/0002-debian-changelog.patch ; wget http://people.freedesktop.org/~gabbayo/amdkfd/kfd-v1.4/0003-configs-based-on-Ubuntu-4.0.0-1.1.patch ; wget http://people.freedesktop.org/~gabbayo/amdkfd/kfd-v1.4/0004-kfd-changelog.patch`

* Use the instructions in the following wiki page to built the Ubuntu kernel images:
https://help.ubuntu.com/community/Kernel/Compile

* For Fedora, the kernel images were built using Fedora kernel srpm,
which can be downloaded with the following command :
`wget http://people.freedesktop.org/~gabbayo/kfd-v1.4/kernel-4.0.0-1.amdkfd.fc21.src.rpm`
`wget http://people.freedesktop.org/~gabbayo/amdkfd/kfd-v1.4/kernel-4.0.0-1.amdkfd.fc21.src.rpm`

* Use the instructions in the following wiki page to built the Fedora kernel images:
https://fedoraproject.org/wiki/Building_a_custom_kernel

#####Obtaining firmware binary files

* Firmware binary files for kaveri can be downloaded with the following command :
`wget http://people.freedesktop.org/~gabbayo/kfd-v1.4/radeon_ucode.tar.gz`
`wget http://people.freedesktop.org/~gabbayo/amdkfd/kfd-v1.4/radeon_ucode.tar.gz`

###LICENSE

Expand Down

0 comments on commit 193e90c

Please sign in to comment.