Skip to content
Vanuan edited this page Dec 30, 2011 · 33 revisions

This project's goal is to rebase PocketBook linux kernel source code on mainline.

Patches applied to 2.6.29 vanilla kernel:

  • [ARM] 5507/1: support R_ARM_MOVW_ABS_NC and MOVT_ABS relocation types
    • ae51e609843f7d0aaeb1c2ad9f89d252a4899885
    • 2.6.30-rc4
  • [ARM] 5545/2: add flush_kernel_dcache_page() for ARM
    • 73be1591579084a8103a7005dd3172f3e9dd7362
    • 2.6.30
  • FAT: add 'errors' mount option
    • 85c7859190c4197a7c34066db14c25903c401187
    • 2.6.30-rc9
  • [ARM] 5534/1: kmalloc must return a cache line aligned buffer
    • eb5f4ca9536ba297c98721ecbbdf41ec5b987bd5
    • 2.6.30-rc7

Changes from android kenel

* [docs] android: Add android config documentation to boot framework.
* arch/arm/configs/msm_defconfig

Documentation changes

* deletion of Documentation/io-mapping.txt

PocketBook/unique changes

Hacks to print svn revision when booting

* Makefile
* arch/arm/boot/compressed/misc.c

Addition of automatically generated files

* arch/arm/configs/EX3_DVT_UPDATE_defconfig
* arch/arm/configs/EX3_DVT_defconfig
* arch/arm/configs/EX3_EVT_UPDATE_defconfig
* arch/arm/configs/EX3_EVT_defconfig
* arch/arm/configs/ep3_evt_defconfig

Addition of binary file

* arch/arm/boot/EX3-update-zImage-uboot.img

Changes versus vanilla 2.6.29

Shows 964 changed files with 309,274 additions and 5,665 deletions.

Changes versus vanilla 2.6.29.6

Shows 1,231 changed files with 310,942 additions and 7,502 deletions.

Clone this wiki locally