All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mpc8315: build u-boot by default.
@ 2012-01-27 16:22 Paul Gortmaker
  2012-01-27 17:11 ` Darren Hart
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Gortmaker @ 2012-01-27 16:22 UTC (permalink / raw)
  To: yocto

Valdiated on v2011.12 with hardware:

    U-Boot 2011.12 (Jan 26 2012 - 16:55:23)MPC83XX

    Reset Status: Software Hard, External/Internal Soft, External/Internal Hard

    CPU:   e300c3, MPC8315E, Rev: 1.2 at 400 MHz, CSB: 133.333 MHz
    Board: Freescale MPC8315ERDB Rev 1.0
    I2C:   ready
    DRAM:  128 MiB (DDR2, 32-bit, ECC off, 266.667 MHz)
    Flash: 8 MiB
    NAND:  32 MiB
    PCIE0: No link
    PCIE1: No link
    In:    serial
    Out:   serial
    Err:   serial
    Net:   eTSEC0, eTSEC1
    Hit any key to stop autoboot:  0
    => ver

    U-Boot 2011.12 (Jan 26 2012 - 16:55:23)MPC83XX
    powerpc-poky-linux-gcc (GCC) 4.6.3 20111117 (prerelease)
    GNU ld (GNU Binutils) 2.22
    =>

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

diff --git a/meta-yocto/conf/machine/mpc8315e-rdb.conf b/meta-yocto/conf/machine/mpc8315e-rdb.conf
index d3a5b1c..74ef611 100644
--- a/meta-yocto/conf/machine/mpc8315e-rdb.conf
+++ b/meta-yocto/conf/machine/mpc8315e-rdb.conf
@@ -7,6 +7,9 @@ require conf/machine/include/tune-ppc603e.inc
 
 KERNEL_IMAGETYPE = "uImage"
 
+EXTRA_IMAGEDEPENDS += "u-boot"
+UBOOT_MACHINE_mpc8315e-rdb = "MPC8315ERDB_config"
+
 SERIAL_CONSOLE = "115200 ttyS0"
 
 MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial"
-- 
1.7.7



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] mpc8315: build u-boot by default.
  2012-01-27 16:22 [PATCH] mpc8315: build u-boot by default Paul Gortmaker
@ 2012-01-27 17:11 ` Darren Hart
  2012-01-27 17:40   ` Paul Gortmaker
  0 siblings, 1 reply; 4+ messages in thread
From: Darren Hart @ 2012-01-27 17:11 UTC (permalink / raw)
  To: Paul Gortmaker; +Cc: yocto



On 01/27/2012 08:22 AM, Paul Gortmaker wrote:
> Valdiated on v2011.12 with hardware:
> 
>     U-Boot 2011.12 (Jan 26 2012 - 16:55:23)MPC83XX
> 
>     Reset Status: Software Hard, External/Internal Soft, External/Internal Hard
> 
>     CPU:   e300c3, MPC8315E, Rev: 1.2 at 400 MHz, CSB: 133.333 MHz
>     Board: Freescale MPC8315ERDB Rev 1.0
>     I2C:   ready
>     DRAM:  128 MiB (DDR2, 32-bit, ECC off, 266.667 MHz)
>     Flash: 8 MiB
>     NAND:  32 MiB
>     PCIE0: No link
>     PCIE1: No link
>     In:    serial
>     Out:   serial
>     Err:   serial
>     Net:   eTSEC0, eTSEC1
>     Hit any key to stop autoboot:  0
>     => ver
> 
>     U-Boot 2011.12 (Jan 26 2012 - 16:55:23)MPC83XX
>     powerpc-poky-linux-gcc (GCC) 4.6.3 20111117 (prerelease)
>     GNU ld (GNU Binutils) 2.22
>     =>
> 
> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>

Hi Paul,

Have you verified that the u-boot image this creates functions properly
when flashed to the mpc8315? Last time I tried I bricked the board - and
still haven't got around to unbricking it.

--
Darren

> 
> diff --git a/meta-yocto/conf/machine/mpc8315e-rdb.conf b/meta-yocto/conf/machine/mpc8315e-rdb.conf
> index d3a5b1c..74ef611 100644
> --- a/meta-yocto/conf/machine/mpc8315e-rdb.conf
> +++ b/meta-yocto/conf/machine/mpc8315e-rdb.conf
> @@ -7,6 +7,9 @@ require conf/machine/include/tune-ppc603e.inc
>  
>  KERNEL_IMAGETYPE = "uImage"
>  
> +EXTRA_IMAGEDEPENDS += "u-boot"
> +UBOOT_MACHINE_mpc8315e-rdb = "MPC8315ERDB_config"
> +
>  SERIAL_CONSOLE = "115200 ttyS0"
>  
>  MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial"

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mpc8315: build u-boot by default.
  2012-01-27 17:11 ` Darren Hart
@ 2012-01-27 17:40   ` Paul Gortmaker
  2012-01-29 19:41     ` Darren Hart
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Gortmaker @ 2012-01-27 17:40 UTC (permalink / raw)
  To: Darren Hart; +Cc: yocto

On 12-01-27 12:11 PM, Darren Hart wrote:
> 
> 
> On 01/27/2012 08:22 AM, Paul Gortmaker wrote:
>> Valdiated on v2011.12 with hardware:
>>
>>     U-Boot 2011.12 (Jan 26 2012 - 16:55:23)MPC83XX
>>
>>     Reset Status: Software Hard, External/Internal Soft, External/Internal Hard
>>
>>     CPU:   e300c3, MPC8315E, Rev: 1.2 at 400 MHz, CSB: 133.333 MHz
>>     Board: Freescale MPC8315ERDB Rev 1.0
>>     I2C:   ready
>>     DRAM:  128 MiB (DDR2, 32-bit, ECC off, 266.667 MHz)
>>     Flash: 8 MiB
>>     NAND:  32 MiB
>>     PCIE0: No link
>>     PCIE1: No link
>>     In:    serial
>>     Out:   serial
>>     Err:   serial
>>     Net:   eTSEC0, eTSEC1
>>     Hit any key to stop autoboot:  0
>>     => ver
>>
>>     U-Boot 2011.12 (Jan 26 2012 - 16:55:23)MPC83XX
>>     powerpc-poky-linux-gcc (GCC) 4.6.3 20111117 (prerelease)
>>     GNU ld (GNU Binutils) 2.22
>>     =>
>>
>> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
> 
> Hi Paul,
> 
> Have you verified that the u-boot image this creates functions properly
> when flashed to the mpc8315? Last time I tried I bricked the board - and

Was there a specific functional test that you had in mind?

I ask that, since for a basic overall "does it work" type question,
I think I covered that in the commit log above.

Thanks,
Paul.


> still haven't got around to unbricking it.
> 
> --
> Darren
> 
>>
>> diff --git a/meta-yocto/conf/machine/mpc8315e-rdb.conf b/meta-yocto/conf/machine/mpc8315e-rdb.conf
>> index d3a5b1c..74ef611 100644
>> --- a/meta-yocto/conf/machine/mpc8315e-rdb.conf
>> +++ b/meta-yocto/conf/machine/mpc8315e-rdb.conf
>> @@ -7,6 +7,9 @@ require conf/machine/include/tune-ppc603e.inc
>>  
>>  KERNEL_IMAGETYPE = "uImage"
>>  
>> +EXTRA_IMAGEDEPENDS += "u-boot"
>> +UBOOT_MACHINE_mpc8315e-rdb = "MPC8315ERDB_config"
>> +
>>  SERIAL_CONSOLE = "115200 ttyS0"
>>  
>>  MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial"
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] mpc8315: build u-boot by default.
  2012-01-27 17:40   ` Paul Gortmaker
@ 2012-01-29 19:41     ` Darren Hart
  0 siblings, 0 replies; 4+ messages in thread
From: Darren Hart @ 2012-01-29 19:41 UTC (permalink / raw)
  To: Paul Gortmaker; +Cc: yocto



On 01/27/2012 09:40 AM, Paul Gortmaker wrote:
> On 12-01-27 12:11 PM, Darren Hart wrote:
>>
>>
>> On 01/27/2012 08:22 AM, Paul Gortmaker wrote:
>>> Valdiated on v2011.12 with hardware:
>>>
>>>     U-Boot 2011.12 (Jan 26 2012 - 16:55:23)MPC83XX
>>>
>>>     Reset Status: Software Hard, External/Internal Soft, External/Internal Hard
>>>
>>>     CPU:   e300c3, MPC8315E, Rev: 1.2 at 400 MHz, CSB: 133.333 MHz
>>>     Board: Freescale MPC8315ERDB Rev 1.0
>>>     I2C:   ready
>>>     DRAM:  128 MiB (DDR2, 32-bit, ECC off, 266.667 MHz)
>>>     Flash: 8 MiB
>>>     NAND:  32 MiB
>>>     PCIE0: No link
>>>     PCIE1: No link
>>>     In:    serial
>>>     Out:   serial
>>>     Err:   serial
>>>     Net:   eTSEC0, eTSEC1
>>>     Hit any key to stop autoboot:  0
>>>     => ver
>>>
>>>     U-Boot 2011.12 (Jan 26 2012 - 16:55:23)MPC83XX
>>>     powerpc-poky-linux-gcc (GCC) 4.6.3 20111117 (prerelease)
>>>     GNU ld (GNU Binutils) 2.22
>>>     =>
>>>
>>> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
>>
>> Hi Paul,
>>
>> Have you verified that the u-boot image this creates functions properly
>> when flashed to the mpc8315? Last time I tried I bricked the board - and
> 
> Was there a specific functional test that you had in mind?
> 
> I ask that, since for a basic overall "does it work" type question,
> I think I covered that in the commit log above.

Ah, duh. Sorry. Must. Read. More. Carefully.

Acked-by: Darren Hart <dvhart@linux.intel.com>

> 
> Thanks,
> Paul.
> 
> 
>> still haven't got around to unbricking it.
>>
>> --
>> Darren
>>
>>>
>>> diff --git a/meta-yocto/conf/machine/mpc8315e-rdb.conf b/meta-yocto/conf/machine/mpc8315e-rdb.conf
>>> index d3a5b1c..74ef611 100644
>>> --- a/meta-yocto/conf/machine/mpc8315e-rdb.conf
>>> +++ b/meta-yocto/conf/machine/mpc8315e-rdb.conf
>>> @@ -7,6 +7,9 @@ require conf/machine/include/tune-ppc603e.inc
>>>  
>>>  KERNEL_IMAGETYPE = "uImage"
>>>  
>>> +EXTRA_IMAGEDEPENDS += "u-boot"
>>> +UBOOT_MACHINE_mpc8315e-rdb = "MPC8315ERDB_config"
>>> +
>>>  SERIAL_CONSOLE = "115200 ttyS0"
>>>  
>>>  MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial"
>>

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-01-29 19:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-27 16:22 [PATCH] mpc8315: build u-boot by default Paul Gortmaker
2012-01-27 17:11 ` Darren Hart
2012-01-27 17:40   ` Paul Gortmaker
2012-01-29 19:41     ` Darren Hart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.