Hi Marek,
> On Monday, March 30, 2015 at 10:06:13 AM, Lukasz Majewski wrote:
> > Hi Paul,
> >
> > > Signed-off-by: Paul Kocialkowski
> > > ---
> > >
> > > common/cmd_fastboot.c | 2 ++
> > > 1 file changed, 2 insertions(+)
> > >
> > > diff --git a/common/cmd_fastboot.c b/common/cmd_fastboot.c
On Friday, April 03, 2015 at 09:35:00 AM, Lukasz Majewski wrote:
> Hi Marek,
>
> > On Monday, March 30, 2015 at 10:06:13 AM, Lukasz Majewski wrote:
> > > Hi Paul,
> > >
> > > > Signed-off-by: Paul Kocialkowski
> > > > ---
> > > >
> > > > common/cmd_fastboot.c | 2 ++
> > > > 1 file changed, 2
On Fri, Apr 3, 2015 at 2:32 PM, Ashish Khetan wrote:
> Hi,
> I am using u-boot-2015.01 loader on MPC8641D based Board. I have following
> queries Related to PCIe bus
> 1. Does it provide support to pcie switch(PES64H16AG2) support?
> 2. Do I need any specific driver for this switch to make it up?
On Mon, Mar 16, 2015 at 3:12 PM, Tom Rini wrote:
> On Mon, Mar 16, 2015 at 01:23:51PM +0100, Linus Walleij wrote:
>
>> The ARM reference designs all use a special flash image format
>> that stores a footer (two versions exist) at the end of the last
>> erase block of the image in flash memory.
>>
On Fri, Apr 03, 2015 at 12:20:48PM +0200, Linus Walleij wrote:
> On Mon, Mar 16, 2015 at 3:12 PM, Tom Rini wrote:
> > On Mon, Mar 16, 2015 at 01:23:51PM +0100, Linus Walleij wrote:
> >
> >> The ARM reference designs all use a special flash image format
> >> that stores a footer (two versions exist
2015-03-30 17:32 GMT+02:00 Marco Cavallini :
> Hello,
> I am probably working on a 'buggy hardware' based on i.MX6 that isn't
> able to manage a SDcard speed properly.
> I mean, u-boot starts, but as soon as I try to perform a fatload if
> the uImage the command won't work properly.
> I had the pos
Hi
On Fri, Apr 3, 2015 at 9:50 PM, Marco Cavallini
wrote:
> 2015-03-30 17:32 GMT+02:00 Marco Cavallini :
>> Hello,
>> I am probably working on a 'buggy hardware' based on i.MX6 that isn't
>> able to manage a SDcard speed properly.
>> I mean, u-boot starts, but as soon as I try to perform a fatloa
Hello Simon,
On 03/29/2015 03:07 PM, Simon Glass wrote:
Hi Prazemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
This is new command for the pmic devices based on driver model pmic api.
Command features are unchanged:
- list - list UCLASS pmic devices
- pmic dev [id]
Hello Simon,
On 03/29/2015 03:07 PM, Simon Glass wrote:
Hi Prazemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
This is an introduction to driver-model multi uclass PMIC support.
It starts with UCLASS_PMIC - a common PMIC devices uclass type
to provide device read/write operation
Hello Simon,
On 03/29/2015 03:07 PM, Simon Glass wrote:
Hi Przemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
This is the implementation of driver model regulator uclass api.
To use it, the CONFIG_DM_PMIC is required with driver implementation,
since it provides pmic devices bas
Hello Simon,
On 03/29/2015 03:07 PM, Simon Glass wrote:
Hi Przemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
This command is based on driver model regulator api.
User interface features:
- list - list UCLASS regulator devices
- regulator dev [id] - show or
Hello Simon,
On 03/29/2015 03:08 PM, Simon Glass wrote:
Hi Przemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
This commit adds support to max77686 regulator driver
based on a uclass regulator driver-model api, which
provides implementation of all uclass regulator api
function ca
Hello Simon,
On 03/29/2015 03:08 PM, Simon Glass wrote:
Hi Przemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
This driver implements regulator uclass features for fixed value regulators.
For getting the basic regulator device-tree node constraints, this driver calls
function 're
Hello Simon,
On 03/29/2015 03:08 PM, Simon Glass wrote:
Hi Przemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
Signed-off-by: Przemyslaw Marczak
---
Changes v2, V3:
- update documentation with the framework api changes
- remove doc file name 'dm' prefix
---
doc/driver-model/pm
Hello Simon,
On 03/29/2015 03:08 PM, Simon Glass wrote:
Hi Przemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
This commit change the old pmic framework calls with the new ones.
Signed-off-by: Przemyslaw Marczak
---
Changes v2:
- remove board_init_i2c() call
- update regulato
Hello Simon,
On 03/29/2015 03:10 PM, Simon Glass wrote:
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
This change enables the configs required to init and setup max77686
regulator driver, using the new driver model pmic and regulator API.
This commits enables:
- CONFIG_ERRNO_STR
- CONF
Hello Simon,
On 03/29/2015 03:05 PM, Simon Glass wrote:
Hi Przemyslaw,
On 24 March 2015 at 14:30, Przemyslaw Marczak wrote:
Hello,
Here is the third RFC version of the new PMIC framework.Big thanks to
Simon Glass, your comments were really helpful, and I think, that this
version is much more
On Tue, 2015-03-31 at 13:08 +0300, Alexey Brodkin wrote:
> Make both invalidate_icache_all() and invalidate_dcache_all() available
> even if U-Boot is configured with CONFIG_SYS_DCACHE_OFF and/or
> CONFIG_SYS_ICACHE_OFF.
>
> This is useful because configuration of U-Boot may not match actual
> har
On Tue, 2015-03-31 at 13:08 +0300, Alexey Brodkin wrote:
> This separation makes maintenance of code easier because those low-level
> interrupt- or exception handling routines are pretty static and usually
> require not much care while start-up code is a subject of modifications
> and enhancements.
On Tue, 2015-03-31 at 13:08 +0300, Alexey Brodkin wrote:
> Even though ARCompact and ARCv2 are not binary compatible most of
> assembly instructions are used in both. With this change we'll get rid
> of duplicate code.
>
> Still IVTs are implemented differently so we're keeping them in separate
>
On Tue, 2015-03-31 at 13:08 +0300, Alexey Brodkin wrote:
> Intention behind this work was elimination of as much assembly-written
> code as it is possible.
>
> In case of ARC we already have relocation fix-up implemented in C so why
> don't we use C for U-Boot copying, .bss zeroing etc.
>
> It tu
On Tue, 2015-03-31 at 13:08 +0300, Alexey Brodkin wrote:
> Before that moment our defconfigs were manually modified with addition
> of new options. That means once anybody wants to add another option and
> re-genarate defconfig with "make defconfig" there will be lots of
> differences. So to make f
On Tue, 2015-03-31 at 13:08 +0300, Alexey Brodkin wrote:
> As discussed on mailing list we're drifting away from
> CONFIG_SYS_GENERIC_GLOBAL_DATA in favour to use of board_init_f_mem()
> for global data.
>
> So do this for ARC architecture.
>
> Signed-off-by: Alexey Brodkin
Applied, thanks.
-A
On Tue, 2015-03-31 at 13:08 +0300, Alexey Brodkin wrote:
> [1] Fix misspeling in ARC_CACHE_LINE_SHIFT dependency, now cache-line
> lenth selection is correctly enabled if either I$ or D$ are enabled.
>
> [2] Add dummy entry to target list to make sure target type is always
> mentioned in defconf
On Tue, 2015-03-31 at 13:18 +0300, Alexey Brodkin wrote:
> Now when all infrastructure in ARC is ready for it let's switch ARC UART
> to driver model.
>
> Signed-off-by: Alexey Brodkin
> Cc: Masahiro Yamada
> Cc: Simon Glass
Applied, thanks.
-Alexey
__
On Tue, 2015-03-31 at 13:25 +0300, Alexey Brodkin wrote:
> ARCv2 cores may have built-in SLC (System Level Cache, AKA L2-cache).
> This change adds functions required for controlling SLC:
> * slc_enable/disable
> * slc_flush/invalidate
>
> For now we just disable SLC to escape DMA coherency issu
On 04/02/2015 09:30 PM, Masahiro Yamada wrote:
Since the Kconfig conversion, config.mk has been included only when
include/config/auto.conf is newer than the .config file.
It causes build error if both files have the same time-stamps.
It is actually possible because EXT* file systems have a 1s t
On 2015-04-03 01:48, Scott Wood wrote:
> On Tue, 2015-03-31 at 11:02 -0400, Bill Pringlemeir wrote:
>> On 2015-03-31 00:15, Scott Wood wrote:
>>
>> > Especially since you'd be doing one write rather than four full-page
>> > "partial" writes. Surely the bottleneck here is the NAND chip itself,
>> >
Use in-band bad block table (NAND_BBT_NO_OOB) which allows to
use the full OOB for hardare ECC purposes. Since there is no
ECC correction on the OOB it is also safer to use in-band area
to store the bad block table marker.
Signed-off-by: Stefan Agner
---
drivers/mtd/nand/vf610_nfc.c | 29 ++-
This commit allows users to enable/disable the Freescale NFC
controller found in systems like Vybrid (VF610), MPC5125, MCF54418
or Kinetis K70 via Kconfig with more detailed help docs.
Signed-off-by: Stefan Agner
---
configs/vf610twr_defconfig | 2 ++
drivers/mtd/nand/Kconfig | 15 +++
Add option to choose between current 24-error correction and 32-error
correction through Kconfig. 32-error correction allow to use NAND
chips which require up to 8-bit error correction per 512 byte (when
using 2K pages).
Signed-off-by: Stefan Agner
---
drivers/mtd/nand/Kconfig | 15 +
Support subpage writes using a custom implementation of write_subpage.
The driver loads the page into SRAM buffer using NAND_CMD_READ0, when
the framework requests the NAND_CMD_SEQIN command. Then, the buffer is
updated by the custom write_subpage implementation. Upon write, the
controller calculat
On Fri, 2015-04-03 at 20:09 +0200, Stefan Agner wrote:
> On 2015-04-03 01:48, Scott Wood wrote:
> > On Tue, 2015-03-31 at 11:02 -0400, Bill Pringlemeir wrote:
> >> On 2015-03-31 00:15, Scott Wood wrote:
> >>
> >> > Especially since you'd be doing one write rather than four full-page
> >> > "partial
On 2015-04-03 22:15, Scott Wood wrote:
> On Fri, 2015-04-03 at 20:09 +0200, Stefan Agner wrote:
>> On 2015-04-03 01:48, Scott Wood wrote:
>> > On Tue, 2015-03-31 at 11:02 -0400, Bill Pringlemeir wrote:
>> >> On 2015-03-31 00:15, Scott Wood wrote:
>> >>
>> >> > Especially since you'd be doing one wr
On Fri, 2015-04-03 at 20:40 +0200, Stefan Agner wrote:
> This commit allows users to enable/disable the Freescale NFC
> controller found in systems like Vybrid (VF610), MPC5125, MCF54418
> or Kinetis K70 via Kconfig with more detailed help docs.
>
> Signed-off-by: Stefan Agner
> ---
> configs/vf
On Fri, 2015-04-03 at 20:40 +0200, Stefan Agner wrote:
> Support subpage writes using a custom implementation of write_subpage.
> The driver loads the page into SRAM buffer using NAND_CMD_READ0, when
> the framework requests the NAND_CMD_SEQIN command. Then, the buffer is
> updated by the custom wr
On 2015-04-03 22:30, Scott Wood wrote:
> On Fri, 2015-04-03 at 20:40 +0200, Stefan Agner wrote:
>> This commit allows users to enable/disable the Freescale NFC
>> controller found in systems like Vybrid (VF610), MPC5125, MCF54418
>> or Kinetis K70 via Kconfig with more detailed help docs.
>>
>> Sig
On Fri, 2015-04-03 at 22:42 +0200, Stefan Agner wrote:
> On 2015-04-03 22:30, Scott Wood wrote:
> > On Fri, 2015-04-03 at 20:40 +0200, Stefan Agner wrote:
> >> This commit allows users to enable/disable the Freescale NFC
> >> controller found in systems like Vybrid (VF610), MPC5125, MCF54418
> >> o
On Fri, 2015-04-03 at 22:28 +0200, Stefan Agner wrote:
> On 2015-04-03 22:15, Scott Wood wrote:
> > On Fri, 2015-04-03 at 20:09 +0200, Stefan Agner wrote:
> >> On 2015-04-03 01:48, Scott Wood wrote:
> >> > On Tue, 2015-03-31 at 11:02 -0400, Bill Pringlemeir wrote:
> >> >> On 2015-03-31 00:15, Scott
Make a thorough pass through all variables and function names contained
within ping.c and remove CamelCase and improve naming.
Signed-off-by: Joe Hershberger
---
net/ping.c | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/net/ping.c b/net/ping.c
index 76e8749..8
This patch cleans up the names of internal packet buffer names that are
used within the network stack and the functions that use them.
Signed-off-by: Joe Hershberger
---
arch/powerpc/cpu/mpc8260/ether_fcc.c | 4 ++--
drivers/net/netconsole.c | 13 +--
include/net.h
Finish eliminating CamelCase from net.c and other failures
Signed-off-by: Joe Hershberger
---
README | 6 +-
common/cmd_elf.c | 2 +-
common/cmd_net.c | 22 +++---
common/spl/spl_net.c | 2 +-
common/update.c | 2 +-
doc/README.link-local
Make a thorough pass through all variables and function names contained
within rarp.c and remove CamelCase and improve naming.
Signed-off-by: Joe Hershberger
---
net/net.c | 4 ++--
net/rarp.c | 23 +++
net/rarp.h | 6 +++---
3 files changed, 16 insertions(+), 17 deletion
This series is fairly disruptive in naming, so hopefully there aren't
many network stack changes in flight that will conflict with this. This
is based on top of dm/next for now so that the dm/eth series is assumed.
This will be rebased when that is, but will likely not have issues.
Like ripping of
Make a thorough pass through all variables and function names contained
within bootp.c and remove CamelCase and improve naming.
Signed-off-by: Joe Hershberger
---
net/bootp.c | 119 +---
net/bootp.h | 14 +++
net/net.c | 8 ++--
3
Make a thorough pass through all variables and function names contained
within common/cmd_net.c and remove CamelCase and improve naming.
Signed-off-by: Joe Hershberger
---
common/cmd_net.c | 29 ++---
include/net.h| 10 +-
net/net.c| 26 +-
Remove CamelCase variable naming.
Move the definition to the same compilation unit as the primary use.
Signed-off-by: Joe Hershberger
---
common/cmd_net.c | 12 ++--
include/net.h| 6 +++---
net/bootp.c | 51 +++
net/net.c
From: Sergey Temerkhanov
Convert uchar/ushort to u8/u16 respectively.
Signed-off-by: Radha Mohan Chintakuntla
Signed-off-by: Sergey Temerkhanov
Signed-off-by: Joe Hershberger
---
include/net.h | 112 +-
net/bootp.h | 14
2
A few new rules in checkpatch.pl since linklocal.c was added.
Signed-off-by: Joe Hershberger
---
net/link_local.c | 36 +---
1 file changed, 17 insertions(+), 19 deletions(-)
diff --git a/net/link_local.c b/net/link_local.c
index 56616d6..e2f14fc 100644
--- a/ne
Make a thorough pass through all variables and function names contained
within dns.c and remove CamelCase and improve naming.
Signed-off-by: Joe Hershberger
---
common/cmd_net.c | 6 +++---
include/net.h| 4 ++--
net/dns.c| 53 +
Make a thorough pass through all variables and function names contained
within netconsole.c and remove CamelCase and improve naming.
Signed-off-by: Joe Hershberger
---
drivers/net/netconsole.c | 32 +---
include/net.h| 2 +-
net/net.c| 2
Make a thorough pass through all variables and function names contained
within tftp and remove CamelCase and improve naming.
Signed-off-by: Joe Hershberger
---
common/update.c | 16 +-
net/net.c | 6 +-
net/tftp.c | 483
net
The variables around the bootfile were inconsistent and used CamelCase.
Update them to make the code more readable.
Signed-off-by: Joe Hershberger
---
common/cmd_net.c | 9 ++---
common/cmd_pxe.c | 2 +-
common/update.c | 7 ---
include/net.h| 9 +
net/bootp.c | 27
Make a thorough pass through all variables and function names contained
within sntp.c and remove CamelCase and improve naming.
Signed-off-by: Joe Hershberger
---
net/net.c | 2 +-
net/sntp.c | 25 +++--
net/sntp.h | 2 +-
3 files changed, 13 insertions(+), 16 deletions(-)
There were still a few failures in net/eth.c, especially in the legacy
part of the code.
Signed-off-by: Joe Hershberger
---
net/eth.c | 26 --
1 file changed, 16 insertions(+), 10 deletions(-)
diff --git a/net/eth.c b/net/eth.c
index e936ca0..953b6a6 100644
--- a/net/et
Make a thorough pass through all variables and function names contained
within nfs.c and remove CamelCase and improve naming.
Signed-off-by: Joe Hershberger
---
net/net.c | 4 +-
net/nfs.c | 173 +++---
net/nfs.h | 2 +-
3 files change
There were still a few remaining complains in the legacy eth_device
definition that hadn't been addressed.
Signed-off-by: Joe Hershberger
---
include/net.h | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/include/net.h b/include/net.h
index c4a534c..069b688 10064
Use "_ethaddr" at the end of variables and drop CamelCase.
Make constant values actually 'const'.
Signed-off-by: Joe Hershberger
---
arch/arm/mach-davinci/misc.c | 2 +-
arch/powerpc/cpu/mpc8260/ether_fcc.c | 14 +--
arch/powerpc/cpu/mpc8xx/fec.c | 6 +
This patch is simply clean-up to make the IPv4 type that is used match
what Linux uses. It also attempts to move all variables that are IP
addresses use good naming instead of CamelCase. No functional change.
Signed-off-by: Joe Hershberger
---
common/cmd_net.c | 50 +--
Make a thorough pass through all variables and function names contained
within arp and remove CamelCase and improve naming.
Signed-off-by: Joe Hershberger
---
net/arp.c | 69 +++---
net/arp.h | 16 +++
net/net.c | 16 +++
From: Sergey Temerkhanov
This commit fixes incorrect DHCP/BOOTP packet layout caused by
'ulong' type size difference on 64 and 32-bit architectures.
It also renames NetReadLong()/NetCopyLong() to
net_read_u32/net_copy_u32() accordingly.
Signed-off-by: Radha Mohan Chintakuntla
Signed-off-by: Se
Make a thorough pass through all variables and function names contained
within cdp.c and remove CamelCase and improve naming.
Signed-off-by: Joe Hershberger
---
common/cmd_net.c | 17 +++---
include/net.h| 4 ++--
net/cdp.c| 70 ++
Update the naming convention used in the network stack functions and
variables that Ethernet drivers use to interact with it.
This cleans up the temporary hacks that were added to this interface
along with the DM support.
This patch has a few remaining checkpatch.pl failures that would be out
of
On 2015-03-25, drEagle wrote:
> Le 21/03/2015 15:53, Vagrant Cascadian a écrit :
>> It seems that OpenRD Ultimate with u-boot 2015.04-rc3 and newer no
>> longer builds from source, both in Debian and with mainline git. It
>> appears to have overgrown the size limits set for it:
>
> Looks like the N
On 2015-04-03 22:36, Scott Wood wrote:
> On Fri, 2015-04-03 at 20:40 +0200, Stefan Agner wrote:
>> Support subpage writes using a custom implementation of write_subpage.
>> The driver loads the page into SRAM buffer using NAND_CMD_READ0, when
>> the framework requests the NAND_CMD_SEQIN command. Th
On 2015-04-03 22:46, Scott Wood wrote:
> On Fri, 2015-04-03 at 22:42 +0200, Stefan Agner wrote:
>> On 2015-04-03 22:30, Scott Wood wrote:
>> > On Fri, 2015-04-03 at 20:40 +0200, Stefan Agner wrote:
>> >> This commit allows users to enable/disable the Freescale NFC
>> >> controller found in systems
On Sat, 2015-04-04 at 00:30 +0200, Stefan Agner wrote:
> On 2015-04-03 22:46, Scott Wood wrote:
> > On Fri, 2015-04-03 at 22:42 +0200, Stefan Agner wrote:
> >> On 2015-04-03 22:30, Scott Wood wrote:
> >> > On Fri, 2015-04-03 at 20:40 +0200, Stefan Agner wrote:
> >> >> This commit allows users to en
Hi Alexey,
On 31 March 2015 at 04:18, Alexey Brodkin wrote:
>
> Now when all infrastructure in ARC is ready for it let's switch ARC UART
> to driver model.
>
> Signed-off-by: Alexey Brodkin
> Cc: Masahiro Yamada
> Cc: Simon Glass
> ---
> arch/Kconfig | 1 +
> arch/arc/dts/
On 31 March 2015 at 01:02, wrote:
> From: Tang Yuantian
>
> In stead of user_buffer_size, transfer_size should be used to pass to
> ahci_device_data_io(). transfer_size is the length that we want the
> low level function to transfer each time.
> If we use user_buffer_size which is the totally da
+U-Boot again
Hi Andre,
On 30 March 2015 at 22:41, Andre Wolokita wrote:
>
>
> On 31/03/15 13:42, Stephen Warren wrote:
>> On 03/30/2015 05:42 PM, Andre Wolokita wrote:
>> ...
>>> I am able to boot a uImage produced by buildroot successfully, although I
>>> still haven't tried a zImage. One poi
On Friday, April 03, 2015 at 06:55:20 AM, Dinh Nguyen wrote:
> Hi Marek,
Hi Dinh,
> On Thu, Apr 2, 2015 at 9:00 PM, Marek Vasut wrote:
> > On Tuesday, March 31, 2015 at 08:41:46 AM, Wolfgang Denk wrote:
> >> Dear dingu...@opensource.altera.com,
> >>
> >> In message
> >> <1427752878-18426-2-git-
Hi Joe,
On 1 April 2015 at 10:03, Joe Hershberger wrote:
> Hi Simon,
>
>
> On Tue, Mar 31, 2015 at 10:32 PM, Simon Glass wrote:
>>
>> Hi Joe,
>>
>> On 30 March 2015 at 14:44, Joe Hershberger wrote:
>> > Some drivers need a chance to manage their receive buffers after the
>> > packet has been ha
DDR3 has a special Precharge power-down mode: fast-exit vs slow-exit.
In slow-exit mode the DLL is off but in some quiescent state that makes it easy
to turn on again in tXPDLL cycles (about 10tCK) vs the full tDLLK (512tCK).
In fast-exist mode the DLL is maintained such that it is ready again in
The LDO_EN is bit 4, not value 4. This is only used on the Ventana boards so
we will change it in the header as the other values there are in terms of
values and not bit numbers.
Signed-off-by: Tim Harvey
---
include/power/pfuze100_pmic.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
di
This function should not return a value.
Signed-off-by: Simon Glass
---
arch/nios2/cpu/fdt.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/nios2/cpu/fdt.c b/arch/nios2/cpu/fdt.c
index 5024682..79f72aa 100644
--- a/arch/nios2/cpu/fdt.c
+++ b/arch/nios2/cpu/fdt.c
@@ -34,7 +34,5 @@ voi
It has been observed that some IMX6SDL SoC will hang appx 0.1% of boots
between disabling the ipu channel and disabling DMA preceeding an OS boot
unless an extra delay is added here.
The specific cause is still under investigation.
Signed-off-by: Tim Harvey
---
drivers/video/ipu_common.c | 1 +
Some drivers need a chance to manage their receive buffers after the
packet has been handled by the network stack. Add an operation that
will allow the driver to be called in that case.
Reported-by: Simon Glass
Signed-off-by: Joe Hershberger
Acked-by: Simon Glass
Tested-by: Simon Glass
Tested-
On Fri, Apr 03, 2015 at 06:56:13AM +, Alexey Brodkin wrote:
> Dear Tom,
>
> The following changes since commit
> 8a5c9ca4d0b8aa13a1bb321494d24f656a9a7d72:
>
> Prepare v2015.04-rc5 (2015-03-31 20:53:59 -0400)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-arc.g
78 matches
Mail list logo