1
0
forked from pool/kernel-source

GIT Revision: 6557e927846ca57f270516bc895ea1a1e2d65fa8

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7165
This commit is contained in:
Michal Marek
2011-11-24 06:01:59 +00:00
committed by Git OBS Bridge
parent 84d3695d39
commit 0b544832a4
35 changed files with 77386 additions and 14 deletions

View File

@@ -1,3 +1,68 @@
-------------------------------------------------------------------
Thu Nov 24 00:27:55 CET 2011 - agraf@suse.de
- ARM: Update config file file i.MX51 (disable i.MX53)
- commit 6557e92
-------------------------------------------------------------------
Wed Nov 23 22:35:11 CET 2011 - agraf@suse.de
- ARM: Refresh patches.arch/arm-phys-offset.patch. (fix warnings)
- commit 519c94a
-------------------------------------------------------------------
Wed Nov 23 22:33:58 CET 2011 - agraf@suse.de
- ARM: create uImage, not zImage, so we can boot with u-boot
- commit 36caa28
-------------------------------------------------------------------
Wed Nov 23 02:33:12 CET 2011 - agraf@suse.de
- ARM: Fix compile breakage for generic kernel.
- commit 9d31b12
-------------------------------------------------------------------
Tue Nov 22 18:41:44 CET 2011 - agraf@suse.de
- ARM: Update config files: fix several issues in 3.2
- commit 3488f8d
-------------------------------------------------------------------
Tue Nov 22 17:41:06 CET 2011 - agraf@suse.de
- ARM: Update config files: disable broken eth driver
- commit 3729fdf
-------------------------------------------------------------------
Tue Nov 22 15:20:06 CET 2011 - agraf@suse.de
- ARM: Update config files: run_oldconfig.sh
- commit ae90ef9
-------------------------------------------------------------------
Tue Nov 22 15:11:22 CET 2011 - agraf@suse.de
- ARM: fix run_oldconfig.sh
- commit 0362ed5
-------------------------------------------------------------------
Tue Nov 22 14:12:10 CET 2011 - agraf@suse.de
- ARM: Use zImage, not vmlinux
On ARM we use the arch/arm/boot/zImage file similar to x86 to boot systems.
Put that into the rpm as vmlinuz instead of the vmlinux ELF binary.
- commit 6676e8d
-------------------------------------------------------------------
Tue Nov 22 14:05:11 CET 2011 - agraf@suse.de
- ARM: Dont generalize the target
On ARM we can not build generic kernels that work through different generations,
such as armv5 and armv7. So we better list them explicitly and not export an rpm
that wouldn't even work on the respective architecture :).
- commit bf922b2
-------------------------------------------------------------------
Thu Nov 17 19:45:48 CET 2011 - bpoirier@suse.de
@@ -19,12 +84,24 @@ Wed Nov 16 06:32:19 CET 2011 - jeffm@suse.com
- Eliminate 212 patches.
- commit 6318d5b
-------------------------------------------------------------------
Mon Nov 14 22:22:11 CET 2011 - awafaa@opensuse.org
- Add ARM support for iMX51, OMAP2plus & Tegra SoC
- commit 90eafd0
-------------------------------------------------------------------
Mon Nov 14 19:24:31 CET 2011 - jeffm@suse.com
- Updated incorrect Patch-mainline header.
- commit ef7dc61
-------------------------------------------------------------------
Sat Nov 12 15:39:33 CET 2011 - adrian@suse.de
- initial armv7l default kernel config, everything enable except the non compiling modules
- commit 7a5cd10
-------------------------------------------------------------------
Mon Nov 7 05:17:38 CET 2011 - neilb@suse.de