On 30 June 2012 06:46, 陈磊 wrote:
> QEMU doesn't support imx53 platform, linaro image file for imx53 could not
> be loaded in QEMU.
> How to solve this problem?
Hi there. QEMU emulates a number of boards including the BeagleBoard,
SMDKC210, and Versatile Express but not the i.MX53. If you'd like
On 06/30/2012 12:27 AM, Rafael J. Wysocki wrote:
> On Friday, June 29, 2012, Daniel Lezcano wrote:
>> On 06/28/2012 09:24 PM, Rafael J. Wysocki wrote:
>>> On Thursday, June 28, 2012, Daniel Lezcano wrote:
When the system is booted with some cpus offline, the idle
driver is not initialized
From: Eric van Tassell
---
Android.mk |2 +-
Makefile |2 +-
mainloop.c |2 +
mmioreg.c | 43 +-
mmioreg.h |3 +-
regfield.c | 279
regfield.h | 52 +++
utils.h|1 +
8 files changed, 360
From: Eric van Tassell
---
Android.mk |4 +-
Makefile |4 +-
dirtree.c| 149
dirtree.h| 22 +++
display.c| 12
display.h|4 +-
powerdebug.c |1 +
tree.c | 28 +
tree.h | 11 ++
From: Eric van Tassell
Since my first attempt at doing this by analogy to what's already in
powerdebug(tree of sysfs files) was rejected because reviewers didn't
want to add a bunch more OMAP specific files to sysfs, I rewrote things
in userland.
There are a few basic chunks to the changes:
1)
From: Eric van Tassell
---
display.c | 19 +--
1 file changed, 17 insertions(+), 2 deletions(-)
diff --git a/display.c b/display.c
index fcb4ec1..c97b45d 100644
--- a/display.c
+++ b/display.c
@@ -65,6 +65,8 @@ struct windata windata[] = {
[CLOCK] = { .name = "Cloc
On Friday, June 29, 2012, Daniel Lezcano wrote:
> On 06/28/2012 09:24 PM, Rafael J. Wysocki wrote:
> > On Thursday, June 28, 2012, Daniel Lezcano wrote:
> >> When the system is booted with some cpus offline, the idle
> >> driver is not initialized. When a cpu is set online, the
> >> acpi code call
From: Eric van Tassell
---
Android.mk |4 +-
Makefile|2 +-
delimi.c| 106 +++
delimi.h| 30 +++
pwrdm.regdefs.omap4 | 33
utils.c | 12 ++
uti
From: Eric van Tassell
---
Android.mk |2 +-
Makefile |2 +-
mmioreg.c | 76
mmioreg.h | 26 +
4 files changed, 104 insertions(+), 2 deletions(-)
create mode 100644 mmioreg.c
create mode 100644 mmi
From: Eric van Tassell
---
powerdebug.c | 53 +
1 file changed, 45 insertions(+), 8 deletions(-)
diff --git a/powerdebug.c b/powerdebug.c
index 0f15b38..6fe4b19 100644
--- a/powerdebug.c
+++ b/powerdebug.c
@@ -28,6 +28,10 @@
#include "mainl
From: Eric van Tassell
---
display.c|1 -
powerdebug.c |6 +++---
tree_mgr.c |6 ++
utils.c |1 -
4 files changed, 9 insertions(+), 5 deletions(-)
diff --git a/display.c b/display.c
index c97b45d..2872ed5 100644
--- a/display.c
+++ b/display.c
@@ -624,6 +624,5 @@
11 matches
Mail list logo