]> code.ossystems Code Review - openembedded-core.git/commit
qemu: update arm timer handling
authorBruce Ashfield <bruce.ashfield@windriver.com>
Tue, 30 Nov 2010 16:51:46 +0000 (11:51 -0500)
committerSaul Wold <Saul.Wold@intel.com>
Sat, 11 Dec 2010 06:01:38 +0000 (22:01 -0800)
commitaac5f5c7883595e55e35474ec08033444e13f710
treef287e066b12b3034932669845ce027b3ceb1d77a
parent48d00ad8d5134b5bf3215df4faca7c7fd01154eb
qemu: update arm timer handling

commit e388771458b4ff3ad81ab70e390b24d069647da4 in the upstream
kernel factored/cleaned the SP804 timer code. This commit exposed
issues in the qemu timer emulation that was dependent on the
old behaviour. As a result, no kernel past 2.6.34 would boot on
qemu-system-arm.

The quick fix is to backport two patches from the latest qemu
repositories that fix the timer handling under emulation. Long
term, these will be dropped when qemu is upreved.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/recipes-devtools/qemu/qemu-0.12.4/arm_timer-fix-oneshot-mode.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu-0.12.4/arm_timer-reload-timer-when-enabled.patch [new file with mode: 0644]
meta/recipes-devtools/qemu/qemu_0.12.4.bb