Re: Errors in work item definitions

2012-01-09 Thread Mattias Backman
On Mon, Jan 9, 2012 at 2:45 PM, Tony Mansson  wrote:
> Hi Guys.
>
> I get a lot of spam from launchpad whenever the format of a blueprint is not
> OK.
>
> Below is an example. Please don't use colons (as e.g. in an URL) inside work
> item definitions. There is a low-IQ parser somewhere that gets confused by
> that.

I believe that is a problem only when you leave out the work item
state. That is, if you always add ": TODO" to your new work items
you'll be ok.

>
> BR,
> Tony
>
>
> -- Forwarded message --
> From: Launchpad work item tracker
> 
> Date: 9 January 2012 13:37
> Subject: Errors in work item definitions
> To: tony.mans...@linaro.org
>
>
> https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-12.01-release
>  [ERROR] invalid state
> "//android-build.linaro.org/builds/~linaro-android/tracking-panda/#build=139"
> for work item "https"
> https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-12.01-release
>  [ERROR] invalid state
> "//android-build.linaro.org/builds/~linaro-android/staging-imx53/#build=142"
> for work item "https"
> https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-12.01-release
>  [ERROR] invalid state
> "//android-build.linaro.org/builds/~linaro-android/landing-panda/#build=15"
> for work item "https"
> https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-12.01-release
>  [ERROR] invalid state
> "//android-build.linaro.org/builds/~linaro-android/landing-snowball/#build=113"
> for work item "https"
> https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-12.01-release
>  [ERROR] invalid state
> "//android-build.linaro.org/builds/~linaro-android/staging-panda/#build=184"
> for work item "https"
> https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-12.01-release
>  [ERROR] invalid state
> "//android-build.linaro.org/builds/~linaro-android/staging-snowball/#build=154"
> for work item "https"
>
>
> ___
> linaro-dev mailing list
> linaro-dev@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/linaro-dev
>

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Re: [U-Boot] [PATCH v2 0/4] Add SMDK5250 board support

2012-01-09 Thread Wolfgang Denk
Dear Chander Kashyap,

In message  
you wrote:
> 
> > Are you planning to reimplement most of these two files in C as per
> > Wolfgang's comments on the TRATS board, or is that a separate issue?
> Not as of now. We have 14K for spl.  Using C style it might not fit into that.

What makes you think that C coude would be that much larger?

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
The human race is a race of cowards; and I am not  only  marching  in
that procession but carrying a banner.   - Mark Twain

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Re: [U-Boot] [PATCH v2 0/4] Add SMDK5250 board support

2012-01-09 Thread Kyungmin Park
On 1/10/12, Chander Kashyap  wrote:
> Dear Simon,
>
> On 9 January 2012 23:25, Simon Glass  wrote:
>> Hi Chander,
>>
>> On Sun, Jan 8, 2012 at 10:40 PM, Chander Kashyap
>>  wrote:
>>> This patchset add support for Samsung's SMDK5250 board based on
>>> EXYNOS5250 based SoC. It also adds support for MMC SPL booting.
>>>
>>> The porting is done by Samsung engineers at HQ in System LSI Team.
>>> I am contributing in upstreaming the code for the board.
>>>
>>> Based upon discussions following patches are dropped in this version:
>>> Exynos: Add CONFIG_EXYNOS4 Macro to EXYNOS4 based boards
>>> Exynos: Clock.c: Replace exynos4 prefix with exynos
>>>
>>> SMDK5250: enable device tree support is squashed with
>>> EXYNOS: Add SMDK5250 board support
>>>
>>> Chander Kashyap (4):
>>>  Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ macro
>>>  ARM: EXYNOS: Add support for Exynos5 based SoCs
>>>  EXYNOS: Add SMDK5250 board support
>>>  EXYNOS: SMDK5250: Add MMC SPL support
>>>
>>>  MAINTAINERS   |1 +
>>>  arch/arm/cpu/armv7/exynos/clock.c |  215 +-
>>>  arch/arm/include/asm/arch-exynos/clock.h  |  326 ++
>>>  arch/arm/include/asm/arch-exynos/cpu.h|   53 ++-
>>>  arch/arm/include/asm/arch-exynos/gpio.h   |   32 ++
>>>  board/samsung/smdk5250/Makefile   |   64 +++
>>>  board/samsung/smdk5250/lowlevel_init.S|  528
>>> ++
>>>  board/samsung/smdk5250/mem_setup.S|  600
>>> +
>>
>> Are you planning to reimplement most of these two files in C as per
>> Wolfgang's comments on the TRATS board, or is that a separate issue?
> Not as of now. We have 14K for spl.  Using C style it might not fit into
> that.
In case of trats implemented by C. it's not big. and I think it can
fit SPL size limitation.

Thank you,
Kyungmin Park
>>
>> Regards,
>> Simon
>>
>>>  board/samsung/smdk5250/mmc_boot.c |   58 +++
>>>  board/samsung/smdk5250/smdk5250.c |  125 +
>>>  board/samsung/smdk5250/smdk5250_setup.h   |  589
>>> 
>>>  board/samsung/smdk5250/tools/mkexynos_image.c |  117 +
>>>  boards.cfg|1 +
>>>  include/configs/s5pc210_universal.h   |1 +
>>>  include/configs/smdk5250.h|  188 
>>>  15 files changed, 2878 insertions(+), 20 deletions(-)
>>>  create mode 100644 board/samsung/smdk5250/Makefile
>>>  create mode 100644 board/samsung/smdk5250/lowlevel_init.S
>>>  create mode 100644 board/samsung/smdk5250/mem_setup.S
>>>  create mode 100644 board/samsung/smdk5250/mmc_boot.c
>>>  create mode 100644 board/samsung/smdk5250/smdk5250.c
>>>  create mode 100644 board/samsung/smdk5250/smdk5250_setup.h
>>>  create mode 100644 board/samsung/smdk5250/tools/mkexynos_image.c
>>>  create mode 100644 include/configs/smdk5250.h
>>>
>>> --
>>> 1.7.5.4
>>>
>>> ___
>>> U-Boot mailing list
>>> u-b...@lists.denx.de
>>> http://lists.denx.de/mailman/listinfo/u-boot
>
>
>
> --
> with warm regards,
> Chander Kashyap
>
> ___
> linaro-dev mailing list
> linaro-dev@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/linaro-dev
>

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Re: [ACTIVITY] Multimedia WG weekly status report - wk01.2012 (20120102-20120106)

2012-01-09 Thread Kurt Taylor
On 9 January 2012 09:19, Tom Gall  wrote:

> Hi Kiko,
>
> On Mon, Jan 9, 2012 at 9:05 AM, Christian Robottom Reis 
> wrote:
> >> - Wiki page for libjpeg-turbo integration in skia and skia_test usage
> >> for jpeg performance test was created
> >
> > Ah -- a URL would be nice?
>
> Besides Benjamin's link there is also :
> https://wiki.linaro.org/TomGall/SkiaBenchNumbers, that is however a
> WIP.
>
> >> - Created a parser for the test definition of Speex
> >
> > Where is this and the libav Realvideo code going?
>
> for Realvideo that's going upstream into libav.
>
> >> Issues
> >> - Bug #893402 is impeding progress in end-to-end audio testing (only a
> >> prototype is available for desktop - pandaboard is not functional).
> >
> > What's blocking this -- it's not clear from the bug? Let me know and I
> > can help get it unstuck.
>
> The issue is that audio over hdmi works however audio over the audio
> jack has been either non functional or iffy. I met with Wei last night
> and mentioned that it needs to be looked into again.
>
> >> Risks
> >> -UCM for Android will be split to cover the different parts of the work
> >> - some of the work will be done till LCQ1.12 but the work will be
> >> completed after Connect
> >
> > Tom, tell me more about this one today.
>
> This is a reference that the blueprint needs to be split up into
> smaller ones. Kurt Taylor is on the point for this one.
>

Split into 2:
1) Port and enhance functional drop of tinyhardware -
https://blueprints.launchpad.net/linaro-multimedia-ucm/+spec/linaro-mmwg-ucm4android
2) Common configuration format support -
https://blueprints.launchpad.net/linaro-multimedia-ucm/+spec/linaro-mmwg-ucm-configs


> > --
> > Christian Robottom Reis, Engineering VP
> > Brazil (GMT-3) | [+55] 16 9112 6430 | [+1] 612 216 4935
> > Linaro.org: Open Source Software for ARM SoCs
> >
> > ___
> > linaro-dev mailing list
> > linaro-dev@lists.linaro.org
> > http://lists.linaro.org/mailman/listinfo/linaro-dev
>
> --
> Regards,
> Tom
>
> "Where's the kaboom!? There was supposed to be an earth-shattering
> kaboom!" Marvin Martian
> Multimedia Tech Lead | Linaro.org │ Open source software for ARM SoCs
> w) tom.gall att linaro.org
> w) tom_gall att vnet.ibm.com
> h) tom_gall att mac.com
>
> ___
> linaro-dev mailing list
> linaro-dev@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/linaro-dev
>



-- 

Kurt Taylor (irc krtaylor)
Linaro Multimedia
Linaro.org * **│ *Open source software for ARM SoCs
Follow *Linaro: *Facebook  |
Twitter|
Blog 
___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Re: [U-Boot] [PATCH v2 0/4] Add SMDK5250 board support

2012-01-09 Thread Chander Kashyap
Dear Simon,

On 9 January 2012 23:25, Simon Glass  wrote:
> Hi Chander,
>
> On Sun, Jan 8, 2012 at 10:40 PM, Chander Kashyap
>  wrote:
>> This patchset add support for Samsung's SMDK5250 board based on
>> EXYNOS5250 based SoC. It also adds support for MMC SPL booting.
>>
>> The porting is done by Samsung engineers at HQ in System LSI Team.
>> I am contributing in upstreaming the code for the board.
>>
>> Based upon discussions following patches are dropped in this version:
>> Exynos: Add CONFIG_EXYNOS4 Macro to EXYNOS4 based boards
>> Exynos: Clock.c: Replace exynos4 prefix with exynos
>>
>> SMDK5250: enable device tree support is squashed with
>> EXYNOS: Add SMDK5250 board support
>>
>> Chander Kashyap (4):
>>  Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ macro
>>  ARM: EXYNOS: Add support for Exynos5 based SoCs
>>  EXYNOS: Add SMDK5250 board support
>>  EXYNOS: SMDK5250: Add MMC SPL support
>>
>>  MAINTAINERS                                   |    1 +
>>  arch/arm/cpu/armv7/exynos/clock.c             |  215 +-
>>  arch/arm/include/asm/arch-exynos/clock.h      |  326 ++
>>  arch/arm/include/asm/arch-exynos/cpu.h        |   53 ++-
>>  arch/arm/include/asm/arch-exynos/gpio.h       |   32 ++
>>  board/samsung/smdk5250/Makefile               |   64 +++
>>  board/samsung/smdk5250/lowlevel_init.S        |  528 ++
>>  board/samsung/smdk5250/mem_setup.S            |  600 
>> +
>
> Are you planning to reimplement most of these two files in C as per
> Wolfgang's comments on the TRATS board, or is that a separate issue?
Not as of now. We have 14K for spl.  Using C style it might not fit into that.
>
> Regards,
> Simon
>
>>  board/samsung/smdk5250/mmc_boot.c             |   58 +++
>>  board/samsung/smdk5250/smdk5250.c             |  125 +
>>  board/samsung/smdk5250/smdk5250_setup.h       |  589 
>> 
>>  board/samsung/smdk5250/tools/mkexynos_image.c |  117 +
>>  boards.cfg                                    |    1 +
>>  include/configs/s5pc210_universal.h           |    1 +
>>  include/configs/smdk5250.h                    |  188 
>>  15 files changed, 2878 insertions(+), 20 deletions(-)
>>  create mode 100644 board/samsung/smdk5250/Makefile
>>  create mode 100644 board/samsung/smdk5250/lowlevel_init.S
>>  create mode 100644 board/samsung/smdk5250/mem_setup.S
>>  create mode 100644 board/samsung/smdk5250/mmc_boot.c
>>  create mode 100644 board/samsung/smdk5250/smdk5250.c
>>  create mode 100644 board/samsung/smdk5250/smdk5250_setup.h
>>  create mode 100644 board/samsung/smdk5250/tools/mkexynos_image.c
>>  create mode 100644 include/configs/smdk5250.h
>>
>> --
>> 1.7.5.4
>>
>> ___
>> U-Boot mailing list
>> u-b...@lists.denx.de
>> http://lists.denx.de/mailman/listinfo/u-boot



-- 
with warm regards,
Chander Kashyap

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Re: [ACTIVITY] Multimedia WG weekly status report - wk01.2012 (20120102-20120106)

2012-01-09 Thread Feng Wei
>> The issue is that audio over hdmi works however audio over the audio
>> jack has been either non functional or iffy. I met with Wei last night
>> and mentioned that it needs to be looked into again.
>
> Would be worth testing with a trunk tilt kernel, and if still broken,
> get Andy to look at it?
There's still audio mixer mismatch in Panda UCM configs for 11.12.
Liam provide new configs, and if it works, it will be patched to 12.01
release.

-- 
Wei.Feng (irc wei_feng)
Linaro Multimedia Team
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


[PATCH] cma: fix limit adjustment in dma_declare_contiguous()

2012-01-09 Thread Mans Rullgard
The upper limit needs to be rounded down to a multiple of the
alignment, not up.

Signed-off-by: Mans Rullgard 
---
 drivers/base/dma-contiguous.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/base/dma-contiguous.c b/drivers/base/dma-contiguous.c
index 924c052..e10120f 100644
--- a/drivers/base/dma-contiguous.c
+++ b/drivers/base/dma-contiguous.c
@@ -256,7 +256,7 @@ int __init dma_declare_contiguous(struct device *dev, 
unsigned long size,
alignment = PAGE_SIZE << max(MAX_ORDER, pageblock_order);
base = ALIGN(base, alignment);
size = ALIGN(size, alignment);
-   limit = ALIGN(limit, alignment);
+   limit &= ~(alignment - 1);
 
/* Reserve memory */
if (base) {
-- 
1.7.8.3


___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Platform - WG Weekly Sync for Jan 10, 2012

2012-01-09 Thread david.zin...@linaro.org
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VTIMEZONE
TZID:America/Toronto
X-LIC-LOCATION:America/Toronto
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:19700308T02
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:19701101T02
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTART;TZID=America/Toronto:20120110T13
DTEND;TZID=America/Toronto:20120110T14
DTSTAMP:20120109T185239Z
ORGANIZER;CN=Linaro Events and Meetings Public:mailto:linaro.org_dt13d8qhh2
 m8og6q2tcdom5...@group.calendar.google.com
UID:tmie2q1ck7ft0pmq1fk5sbt...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Ricardo Salveti;X-NUM-GUESTS=0:mailto:ricardo.salv...@linaro.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Amit Kucheria;X-NUM-GUESTS=0:mailto:amit.kuche...@linaro.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Danilo Segan;X-NUM-GUESTS=0:mailto:danilo.se...@linaro.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=David Zinman;X-NUM-GUESTS=0:mailto:david.zin...@linaro.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Fathi Boudra;X-NUM-GUESTS=0:mailto:fathi.bou...@linaro.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Michael Hope;X-NUM-GUESTS=0:mailto:michael.h...@linaro.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Deepak Saxena;X-NUM-GUESTS=0:mailto:deepak.sax...@linaro.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Zach Pfeffer;X-NUM-GUESTS=0:mailto:zach.pfef...@linaro.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Ilias Biris;X-NUM-GUESTS=0:mailto:ilias.bi...@linaro.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Alexander Sack;X-NUM-GUESTS=0:mailto:a...@linaro.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Tony Mansson;X-NUM-GUESTS=0:mailto:tony.mans...@linaro.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Paul Larson;X-NUM-GUESTS=0:mailto:paul.lar...@linaro.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Jesse Barker;X-NUM-GUESTS=0:mailto:jesse.bar...@linaro.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Tom Gall;X-NUM-GUESTS=0:mailto:tom.g...@linaro.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=OPT-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Mounir Bsaibes;X-NUM-GUESTS=0:mailto:mounir.bsai...@linaro.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=TENTATIVE;RSVP=TRU
 E;CN=Ramana Radhakrishnan;X-NUM-GUESTS=0:mailto:ramana.radhakrishnan@linaro
 .org
RECURRENCE-ID;TZID=America/Toronto:20120110T13
CREATED:20111216T164007Z
DESCRIPTION:Conference Code: 542 003 7334\n\nCanada\n1 866 352 2710\nTaiwan
 \n0800 265 855\nUK Freephone\n0800 026 0166\nUK Local\n+44 207 630 2405\nUS
  Toll Free\n1 866 352 2709\nUS Local\n+1 781 761 9450\nArgentina\n0800 444 
 2926\nAustralia\n1 800 700 575\nBrazil\n0800 881 0038\nChile\n1 230 020 245
 0\nChina (North)\n10 800 152 1873\nChina (South)\n10 800 852 1873\nDenmark\
 n8040 4904\nFinland\n800 523 103\nFrance\n0 805 980 044\nGermany\n0 800 589
  0993\nHungary\n680 204 991\nIndia\n000 800 100 7944\nIreland\n1800 719 827
 \nIsle of Man\n800 026 0216\nIsrael\n1 809 452 928\nItaly\n800 089 718\nJap
 an\n0120 961 857\nLithuania\n880 073 532\nNetherlands\n800 020 5895\nNew Ze
 aland\n800 452 290\nPeru\n800 53115\nPoland\n800 331 1398\nRussia\n800 500 
 9237\nSpain\n900 900 867\nThailand\n1 800 852 6026\nUkraine\n880 050 1138\n
 ---\nIn order to facilitate better communication between the platform and w
 orking\ngroups this joint meeting is being proposed to replace the Android/
 WG syncs and \nto include the other platform teams. The meeting will last A
 T MOST\n1 hour and each team can bring one or two high priority items to th
 e table.\n\nThis meeting is public and participation is open\, however lead
 s are encouraged\nto attend. If a lead cannot make it to the meeting\, a de
 legate can be named.\n\nHere is the proposed agenda:\n  1. Bug hunt\n  2. H
 igh priority topics that need attention\n\nIf there is enough time left ove
 r:\n  3. Nominate a ‘lesson learned’ and action\n  4. Blueprint \n  5. Issu
 es\n\nOn the last  Monday and Tuesday of the cycle there should be Daily\ns
 tand-up meetings the platform teams and the working groups to tackle any\nl
 ast minute issues.\n\n
LAST-MODIFIED:20120109T184744Z
LOCATION:Conference Call. Details in Description
SEQUENCE:1
STATUS:CONFIRMED
SUMMARY:Platform - WG Weekly Sync

Re: [U-Boot] [PATCH v2 0/4] Add SMDK5250 board support

2012-01-09 Thread Simon Glass
Hi Chander,

On Sun, Jan 8, 2012 at 10:40 PM, Chander Kashyap
 wrote:
> This patchset add support for Samsung's SMDK5250 board based on
> EXYNOS5250 based SoC. It also adds support for MMC SPL booting.
>
> The porting is done by Samsung engineers at HQ in System LSI Team.
> I am contributing in upstreaming the code for the board.
>
> Based upon discussions following patches are dropped in this version:
> Exynos: Add CONFIG_EXYNOS4 Macro to EXYNOS4 based boards
> Exynos: Clock.c: Replace exynos4 prefix with exynos
>
> SMDK5250: enable device tree support is squashed with
> EXYNOS: Add SMDK5250 board support
>
> Chander Kashyap (4):
>  Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ macro
>  ARM: EXYNOS: Add support for Exynos5 based SoCs
>  EXYNOS: Add SMDK5250 board support
>  EXYNOS: SMDK5250: Add MMC SPL support
>
>  MAINTAINERS                                   |    1 +
>  arch/arm/cpu/armv7/exynos/clock.c             |  215 +-
>  arch/arm/include/asm/arch-exynos/clock.h      |  326 ++
>  arch/arm/include/asm/arch-exynos/cpu.h        |   53 ++-
>  arch/arm/include/asm/arch-exynos/gpio.h       |   32 ++
>  board/samsung/smdk5250/Makefile               |   64 +++
>  board/samsung/smdk5250/lowlevel_init.S        |  528 ++
>  board/samsung/smdk5250/mem_setup.S            |  600 
> +

Are you planning to reimplement most of these two files in C as per
Wolfgang's comments on the TRATS board, or is that a separate issue?

Regards,
Simon

>  board/samsung/smdk5250/mmc_boot.c             |   58 +++
>  board/samsung/smdk5250/smdk5250.c             |  125 +
>  board/samsung/smdk5250/smdk5250_setup.h       |  589 
>  board/samsung/smdk5250/tools/mkexynos_image.c |  117 +
>  boards.cfg                                    |    1 +
>  include/configs/s5pc210_universal.h           |    1 +
>  include/configs/smdk5250.h                    |  188 
>  15 files changed, 2878 insertions(+), 20 deletions(-)
>  create mode 100644 board/samsung/smdk5250/Makefile
>  create mode 100644 board/samsung/smdk5250/lowlevel_init.S
>  create mode 100644 board/samsung/smdk5250/mem_setup.S
>  create mode 100644 board/samsung/smdk5250/mmc_boot.c
>  create mode 100644 board/samsung/smdk5250/smdk5250.c
>  create mode 100644 board/samsung/smdk5250/smdk5250_setup.h
>  create mode 100644 board/samsung/smdk5250/tools/mkexynos_image.c
>  create mode 100644 include/configs/smdk5250.h
>
> --
> 1.7.5.4
>
> ___
> U-Boot mailing list
> u-b...@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Re: [ACTIVITY] Multimedia WG weekly status report - wk01.2012 (20120102-20120106)

2012-01-09 Thread Christian Robottom Reis
On Mon, Jan 09, 2012 at 09:19:10AM -0600, Tom Gall wrote:
> >> - Created a parser for the test definition of Speex
> >
> > Where is this and the libav Realvideo code going?
> 
> for Realvideo that's going upstream into libav.

Is there a mailing list post or commit?

And for speex?

> > What's blocking this -- it's not clear from the bug? Let me know and I
> > can help get it unstuck.
> 
> The issue is that audio over hdmi works however audio over the audio
> jack has been either non functional or iffy. I met with Wei last night
> and mentioned that it needs to be looked into again.

Would be worth testing with a trunk tilt kernel, and if still broken,
get Andy to look at it?
-- 
Christian Robottom Reis, Engineering VP
Brazil (GMT-3) | [+55] 16 9112 6430 | [+1] 612 216 4935
Linaro.org: Open Source Software for ARM SoCs

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Re: [ACTIVITY] Multimedia WG weekly status report - wk01.2012 (20120102-20120106)

2012-01-09 Thread Tom Gall
Hi Kiko,

On Mon, Jan 9, 2012 at 9:05 AM, Christian Robottom Reis  wrote:
>> - Wiki page for libjpeg-turbo integration in skia and skia_test usage
>> for jpeg performance test was created
>
> Ah -- a URL would be nice?

Besides Benjamin's link there is also :
https://wiki.linaro.org/TomGall/SkiaBenchNumbers, that is however a
WIP.

>> - Created a parser for the test definition of Speex
>
> Where is this and the libav Realvideo code going?

for Realvideo that's going upstream into libav.

>> Issues
>> - Bug #893402 is impeding progress in end-to-end audio testing (only a
>> prototype is available for desktop - pandaboard is not functional).
>
> What's blocking this -- it's not clear from the bug? Let me know and I
> can help get it unstuck.

The issue is that audio over hdmi works however audio over the audio
jack has been either non functional or iffy. I met with Wei last night
and mentioned that it needs to be looked into again.

>> Risks
>> -UCM for Android will be split to cover the different parts of the work
>> - some of the work will be done till LCQ1.12 but the work will be
>> completed after Connect
>
> Tom, tell me more about this one today.

This is a reference that the blueprint needs to be split up into
smaller ones. Kurt Taylor is on the point for this one.

> --
> Christian Robottom Reis, Engineering VP
> Brazil (GMT-3) | [+55] 16 9112 6430 | [+1] 612 216 4935
> Linaro.org: Open Source Software for ARM SoCs
>
> ___
> linaro-dev mailing list
> linaro-dev@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/linaro-dev

-- 
Regards,
Tom

"Where's the kaboom!? There was supposed to be an earth-shattering
kaboom!" Marvin Martian
Multimedia Tech Lead | Linaro.org │ Open source software for ARM SoCs
w) tom.gall att linaro.org
w) tom_gall att vnet.ibm.com
h) tom_gall att mac.com

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Re: Errors in work item definitions

2012-01-09 Thread Fathi Boudra
On 9 January 2012 15:45, Tony Mansson  wrote:
> Hi Guys.
>
> I get a lot of spam from launchpad whenever the format of a blueprint is not
> OK.
>
> Below is an example. Please don't use colons (as e.g. in an URL) inside work
> item definitions. There is a low-IQ parser somewhere that gets confused by
> that.

how to's are available on the wiki:
http://wiki.linaro.org/Resources/HowTo#Blueprints

In particular: http://wiki.linaro.org/Process/WorkItemsHowto

>
> BR,
> Tony
>
>
> -- Forwarded message --
> From: Launchpad work item tracker
> 
> Date: 9 January 2012 13:37
> Subject: Errors in work item definitions
> To: tony.mans...@linaro.org
>
>
> https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-12.01-release
>  [ERROR] invalid state
> "//android-build.linaro.org/builds/~linaro-android/tracking-panda/#build=139"
> for work item "https"
> https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-12.01-release
>  [ERROR] invalid state
> "//android-build.linaro.org/builds/~linaro-android/staging-imx53/#build=142"
> for work item "https"
> https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-12.01-release
>  [ERROR] invalid state
> "//android-build.linaro.org/builds/~linaro-android/landing-panda/#build=15"
> for work item "https"
> https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-12.01-release
>  [ERROR] invalid state
> "//android-build.linaro.org/builds/~linaro-android/landing-snowball/#build=113"
> for work item "https"
> https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-12.01-release
>  [ERROR] invalid state
> "//android-build.linaro.org/builds/~linaro-android/staging-panda/#build=184"
> for work item "https"
> https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-12.01-release
>  [ERROR] invalid state
> "//android-build.linaro.org/builds/~linaro-android/staging-snowball/#build=154"
> for work item "https"
> ___
> linaro-dev mailing list
> linaro-dev@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/linaro-dev

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Re: [ACTIVITY] Multimedia WG weekly status report - wk01.2012 (20120102-20120106)

2012-01-09 Thread Benjamin Gaignard
the url for jpeg test with skia bench
https://wiki.linaro.org/BenjaminGaignard/libjpeg-turboAndSkia

Benjamin

2012/1/9 Christian Robottom Reis 

> > - Wiki page for libjpeg-turbo integration in skia and skia_test usage
> > for jpeg performance test was created
>
> Ah -- a URL would be nice?
>
> > - Created a parser for the test definition of Speex
>
> Where is this and the libav Realvideo code going?
>
> > Issues
> > - Bug #893402 is impeding progress in end-to-end audio testing (only a
> > prototype is available for desktop - pandaboard is not functional).
>
> What's blocking this -- it's not clear from the bug? Let me know and I
> can help get it unstuck.
>
> > Risks
> > -UCM for Android will be split to cover the different parts of the work
> > - some of the work will be done till LCQ1.12 but the work will be
> > completed after Connect
>
> Tom, tell me more about this one today.
> --
> Christian Robottom Reis, Engineering VP
> Brazil (GMT-3) | [+55] 16 9112 6430 | [+1] 612 216 4935
> Linaro.org: Open Source Software for ARM SoCs
>
> ___
> linaro-dev mailing list
> linaro-dev@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/linaro-dev
>



-- 

Benjamin Gaignard

Multimedia Working Group

Linaro.org * **│ *Open source software for ARM SoCs

**

Follow *Linaro: *Facebook  |
Twitter
 | Blog 
___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Re: [ACTIVITY] Multimedia WG weekly status report - wk01.2012 (20120102-20120106)

2012-01-09 Thread Christian Robottom Reis
> - Wiki page for libjpeg-turbo integration in skia and skia_test usage
> for jpeg performance test was created

Ah -- a URL would be nice?

> - Created a parser for the test definition of Speex

Where is this and the libav Realvideo code going?

> Issues
> - Bug #893402 is impeding progress in end-to-end audio testing (only a
> prototype is available for desktop - pandaboard is not functional).

What's blocking this -- it's not clear from the bug? Let me know and I
can help get it unstuck.

> Risks
> -UCM for Android will be split to cover the different parts of the work
> - some of the work will be done till LCQ1.12 but the work will be
> completed after Connect

Tom, tell me more about this one today.
-- 
Christian Robottom Reis, Engineering VP
Brazil (GMT-3) | [+55] 16 9112 6430 | [+1] 612 216 4935
Linaro.org: Open Source Software for ARM SoCs

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Re: [PATCH V6 0/7] add a generic cpufreq driver

2012-01-09 Thread Richard Zhao
On Fri, Jan 06, 2012 at 08:53:37AM +0800, Richard Zhao wrote:
> On Thu, Jan 05, 2012 at 06:16:54AM +0800, Richard Zhao wrote:
> > hi Russell,
> > 
> > May I have your ACK, you merge it?
> Russell, ping
would you have time to look at this patch series?
> > 
> > Thanks
> > Richard
> > 
> > ___
> > linux-arm-kernel mailing list
> > linux-arm-ker...@lists.infradead.org
> > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
> > 
> 
> 
> ___
> linaro-dev mailing list
> linaro-dev@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/linaro-dev

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


[ACTIVITY] Multimedia WG weekly status report - wk01.2012 (20120102-20120106)

2012-01-09 Thread Ilias Biris
Hello!

Status dashboard has the details in
https://wiki.linaro.org/WorkingGroups/Middleware/Multimedia/WeeklyReport

Last weekly meeting:
https://wiki.linaro.org/WorkingGroups/Middleware/Multimedia/Notes/2012-01-03

Highlights
- Coming back from vacation
- Wiki page for libjpeg-turbo integration in skia and skia_test usage
for jpeg performance test was created
- Created a parser for the test definition of Speex
- Provided some help to get smoother video playing on xbmc for Ubuntu
leb on Panda
- live-build a40 should be ready to roll, not able to connect with infra
to do the update over the break

Issues
- Bug #893402 is impeding progress in end-to-end audio testing (only a
prototype is available for desktop - pandaboard is not functional).

Risks
-UCM for Android will be split to cover the different parts of the work
- some of the work will be done till LCQ1.12 but the work will be
completed after Connect



Next steps
- Proceed with the release tasks for 12.01. Continue planning for
Connect - see the preliminary MMWG plan for LCQ1.12 at
https://wiki.linaro.org/TomGall/DraftPlan/2012Plan#anchor-1q12lc

Questions/comments?

Many thanks,


-- 
Ilias Biris ilias.bi...@linaro.org
Project Manager, Linaro
M: +358504839608, IRC: ibiris Skype: ilias_biris
Linaro.org│ Open source software for ARM SoCs

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


Fwd: Errors in work item definitions

2012-01-09 Thread Tony Mansson
Hi Guys.

I get a lot of spam from launchpad whenever the format of a blueprint is
not OK.

Below is an example. Please don't use colons (as e.g. in an URL) inside
work item definitions. There is a low-IQ parser somewhere that gets
confused by that.

BR,
Tony


-- Forwarded message --
From: Launchpad work item tracker <
work-items-tracker-hack...@lists.launchpad.net>
Date: 9 January 2012 13:37
Subject: Errors in work item definitions
To: tony.mans...@linaro.org


https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-12.01-release
 [ERROR] invalid state "//
android-build.linaro.org/builds/~linaro-android/tracking-panda/#build=139"
for work item "https"
https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-12.01-release
 [ERROR] invalid state "//
android-build.linaro.org/builds/~linaro-android/staging-imx53/#build=142"
for work item "https"
https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-12.01-release
 [ERROR] invalid state "//
android-build.linaro.org/builds/~linaro-android/landing-panda/#build=15"
for work item "https"
https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-12.01-release
 [ERROR] invalid state "//
android-build.linaro.org/builds/~linaro-android/landing-snowball/#build=113"
for work item "https"
https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-12.01-release
 [ERROR] invalid state "//
android-build.linaro.org/builds/~linaro-android/staging-panda/#build=184"
for work item "https"
https://blueprints.launchpad.net/linaro-android/+spec/linaro-android-12.01-release
 [ERROR] invalid state "//
android-build.linaro.org/builds/~linaro-android/staging-snowball/#build=154"
for work item "https"
___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev


[ACTIVITY] OCTO weekly status report - wk01.2012 (20120102-20120206)

2012-01-09 Thread Ilias Biris
Hello!

Weekly status report is in more detail here
https://wiki.linaro.org/OfficeofCTO/WeeklyRepor

Last meeting minutes are here:
https://wiki.linaro.org/OfficeofCTO/2012-01-03

Highlights
 - ARMHF: progress ongoing during the festive period for the Debian
builds - as can be seen from the progress updates in
https://buildd.debian.org/stats/graph-week-big.png almost 90% of the
debian archive is now built for ARMHF.
  + There are some notable items missing still: webkit is missing
(ongoing effort to complete it now - it will enable building kde/gnome
once done) and ruby 1.9.1 as well as the gnat compiler (ADA)
  + For a more complete list of the current ARMHF progress please visit:
http://wiki.debian.org/ArmHardFloatTodo

 - ARM Server
  + Outline blueprints for the ARM Server work is ongoing
  + Looking into the Server WG preparation
  + Platform Team (bridge to the Ubuntu Server) - will need to also take
some blueprints / requirements

Questions/comments ?

Best regards,
-- 
Ilias Biris ilias.bi...@linaro.org
Project Manager, Linaro
M: +358504839608, IRC: ibiris Skype: ilias_biris
Linaro.org│ Open source software for ARM SoCs

___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev