On 11/09/2014 20:57, Bill Pringlemeir wrote:
> On 11 Sep 2014, ste...@agner.ch wrote:
>
>> This adds initial support for Freescale NFC (NAND Flash Controller)
>> found in ARM Vybrid SoC's, Power Architecture MPC5125 and others.
>> The driver is called vf610_nfc since this is the first supported
>>
when uplaoding a file, at least from a nand partition, the complete
mtd nand partition size is transferred. This leads in a wrong md5sum
as the filesize is different between the downloaded file and the
uploaded file. Limit the uploaded filesize to the downloaded
fixes this.
Signed-off-by: Heiko Sc
On Tue, 2014-09-09 at 14:05 +0200, ZY - pavel wrote:
> Add base addresses for more subsystems.
>
> Signed-off-by: Pavel Machek
>
> diff --git a/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h
> b/arch/arm/include/asm/arch-socfpga/socfpga_base_addrs.h
> index 2d3152d..39a7874 100644
> ---
Hi Pavel,
On Tue, 2014-09-09 at 15:09 +0200, ZY - pavel wrote:
> On Tue 2014-09-09 14:31:46, Marek Vasut wrote:
> > On Tuesday, September 09, 2014 at 02:30:01 PM, Pavel Machek wrote:
> > > On Tue 2014-09-09 14:20:23, Marek Vasut wrote:
> > > > On Tuesday, September 09, 2014 at 02:03:28 PM, Pavel M
On Friday, September 12, 2014 at 08:10:22 AM, Chin Liang See wrote:
> Hi Pavel,
>
> On Tue, 2014-09-09 at 14:03 +0200, ZY - pavel wrote:
> > This adds watchdog disable. It is neccessary for running Linux kernel.
> >
> > Signed-off-by: Pavel Machek
> >
> > diff --git a/arch/arm/cpu/armv7/socfpga
Hi Pavel,
On Tue, 2014-09-09 at 14:03 +0200, ZY - pavel wrote:
> This adds watchdog disable. It is neccessary for running Linux kernel.
>
> Signed-off-by: Pavel Machek
>
> diff --git a/arch/arm/cpu/armv7/socfpga/reset_manager.c
> b/arch/arm/cpu/armv7/socfpga/reset_manager.c
> index e320c01..5
On Tue, 2014-09-09 at 13:25 +0200, ZY - pavel wrote:
> Socfpga u-boot works fine with CONFIG_SYS_GENERIC_BOARD, so enable
> that option as documentation suggests.
>
> Signed-off-by: Pavel Machek
Acked-by: Chin Liang See
>
> ---
>
> > Sorry, I let this last too long before I reviewed it and
Hi Benoît,
On Wed, 3 Sep 2014 23:32:33 +0200, Benoît Thébaudeau
wrote:
> Some boards, like mx31pdk and tx25, require the beginning of the SPL
> code to be position-independent. For these two boards, this is because
> they use the i.MX external NAND boot, which starts by executing the
> first NA
Hi Benoît,
On Wed, 3 Sep 2014 23:32:34 +0200, Benoît Thébaudeau
wrote:
> The boards using CONFIG_SYS_DV_NOR_BOOT_CFG (i.e. calimain,
> da850evm_direct_nor and enbw_cmc) had the _start symbol defined after
> the CONFIG_SYS_DV_NOR_BOOT_CFG word rather than before it in
> arch/arm/lib/vectors.S. B
To add the Denali NAND driver support into U-Boot.
This driver is leveraged from Linux with commit ID
fdbad98dff8007f2b8bee6698b5d25ebba0471c9. For Denali
controller 64 variance, you need to declare macro
CONFIG_SYS_NAND_DENALI_64BIT.
Signed-off-by: Chin Liang See
Cc: Scott Wood
Cc: Masahiro Yam
On Tue, 2014-09-02 at 21:15 -0500, Scott Wood wrote:
> On Sat, 2014-08-30 at 07:45 -0400, Tom Rini wrote:
> > On Thu, Aug 28, 2014 at 11:13:40AM +0900, Masahiro Yamada wrote:
> > > Hi Scott,
> > >
> > >
> > > On Tue, 19 Aug 2014 04:47:40 -0500
> > > Chin Liang See wrote:
> > >
> > > > To add th
Dear Dinh,
In message <54122de5.1080...@opensource.altera.com> you wrote:
>
> Understood...You have just lit a fire in our arses! We have added a
> resource internally, Vince Bridgers, to help us upstream more u-boot
> support. Also, now that Linux support for SOCFPGA is decent, I will
> focus mor
Hello Lukasz,
Am 11.09.2014 15:26, schrieb Lukasz Majewski:
This code is not used anymore in the current DFU implementation and
can be safely removed.
Signed-off-by: Lukasz Majewski
---
drivers/usb/gadget/f_dfu.c | 8
drivers/usb/gadget/f_thor.c | 10 --
2 files changed,
On Thu, Sep 11, 2014 at 2:21 PM, Arvid E. Picciani wrote:
> Hi,
>
> is this functionality removed from master?
>
> http://www.denx.de/wiki/view/DULG/UBootBootCountLimit
Have you added '#define CONFIG_BOOTCOUNT_LIMIT' into your board file?
___
U-Boot mai
Hi,
is this functionality removed from master?
http://www.denx.de/wiki/view/DULG/UBootBootCountLimit
If yes, would it be ok to re-introduce the feature with a patch
submission?
What we need is a way to try a different boot command (specifically
tftp) if linux fails to boot.
best
Arvid
___
On 09/11/2014 12:14 PM, Tom Rini wrote:
> On Thu, Sep 11, 2014 at 11:14:55AM -0500, Dinh Nguyen wrote:
>> On Thu, Sep 11, 2014 at 2:46 AM, Wolfgang Denk wrote:
>>> Dear Michal,
>>>
>>> In message <54112b64.5010...@monstr.eu> you wrote:
I am not sure if you need to have separate repo to w
On 09/11/2014 11:51 AM, Marek Vasut wrote:
> On Thursday, September 11, 2014 at 06:14:55 PM, Dinh Nguyen wrote:
>> On Thu, Sep 11, 2014 at 2:46 AM, Wolfgang Denk wrote:
>>> Dear Michal,
>>>
>>> In message <54112b64.5010...@monstr.eu> you wrote:
I am not sure if you need to have separate repo
On 09/11/2014 03:26 PM, Otavio Salvador wrote:
> On Thu, Sep 11, 2014 at 5:32 PM, York Sun wrote:
>> LS1021AQDS has a variant with DDR4 slot. This patch adds a new target for
>> this variant and enables DDR4 support. RAW timing parameters are not added
>> for DDR4. The board timing parameters are
On Thu, Sep 11, 2014 at 5:32 PM, York Sun wrote:
> LS1021AQDS has a variant with DDR4 slot. This patch adds a new target for
> this variant and enables DDR4 support. RAW timing parameters are not added
> for DDR4. The board timing parameters are only tuned for single-rank 1600
> and 1800MT/s with
LS1021AQDS has a variant with DDR4 slot. This patch adds a new target for
this variant and enables DDR4 support. RAW timing parameters are not added
for DDR4. The board timing parameters are only tuned for single-rank 1600
and 1800MT/s with Micron DIMM 9ASF51272AZ-2G1A1 due to availability.
Signed
When accumulated ECC is enabled, the DQ_MAP for ECC[4:7] needs to be set
to 0, i.e. 0->0, 1->1, etc., required by controller logic, even these pins
are not actually connected.
Also fix a bug when reading from DDR register to use proper accessor for
correct endianess.
Signed-off-by: York Sun
---
Hello Albert,
On 11-09-14 15:31, Albert ARIBAUD wrote:
Thanks, tested building rpi_b, it works now.
The, tested on versatileqemu out of curiosity and got the following
results:
1.
clang warns about Unused static functions in common/console.c, namely
console_printdevs and console_doenv (1). Wh
On Thursday, September 11, 2014 at 09:17:57 PM, Jeroen Hofstee wrote:
> Hello Marek,
>
> On 11-09-14 17:47, Marek Vasut wrote:
> > On Thursday, September 11, 2014 at 03:26:10 PM, Lukasz Majewski wrote:
> >> This code is not used anymore in the current DFU implementation and
> >> can be safely remo
Hello Albert,
On 11-09-14 17:43, Albert ARIBAUD wrote:
Hi Jeroen,
Correction on the asm stuff:
On Thu, 11 Sep 2014 13:17:20 +0200, Jeroen Hofstee
wrote:
clang errors on arch/arm/lib/cache.c:28 for this:
asm("0: mrc p15, 0, r15, c7, c10, 3\n\t" "bne 0b\n" : : : "memory");
and that is a clang
Hi,
On 11 September 2014 10:17, Stephen Warren wrote:
> On 09/11/2014 10:00 AM, Albert ARIBAUD wrote:
>>
>> Hi Thierry,
>>
>> On Tue, 26 Aug 2014 17:33:48 +0200, Thierry Reding
>> wrote:
>>
>>> From: Thierry Reding
>>
>>
>> Note: this series was split over several custodians (including myself).
Hello Marek,
On 11-09-14 17:47, Marek Vasut wrote:
On Thursday, September 11, 2014 at 03:26:10 PM, Lukasz Majewski wrote:
This code is not used anymore in the current DFU implementation and
can be safely removed.
Signed-off-by: Lukasz Majewski
How come the compiler didn't spew that this is u
On Thu, 2014-09-11 at 19:19 +0200, Hans de Goede wrote:
> Hi Chen,
>
> On 09/11/2014 07:07 PM, Chen-Yu Tsai wrote:
> > Hi Ian, Hans,
> >
> > On Mon, Sep 8, 2014 at 9:28 PM, Chen-Yu Tsai wrote:
> >> BOOT_TARGET_DEVICES includes USB unconditionally. This breaks when
> >> CONFIG_CMD_USB is not defi
On 11 Sep 2014, ste...@agner.ch wrote:
> This adds initial support for Freescale NFC (NAND Flash Controller)
> found in ARM Vybrid SoC's, Power Architecture MPC5125 and others.
> The driver is called vf610_nfc since this is the first supported
> and tested hardware platform supported by the driver
On Thursday, September 11, 2014 at 10:33:57 AM, René Griessl wrote:
[...]
> > I didn't look deep enough. The 88179 driver is a completely separate
> > driver, not sharing any code what-so-ever with the other ASIX driver,
> > yes ?
>
> The USB read and write cmd functions are similar and the prob
On Tue, Sep 02, 2014 at 06:31:23PM -0500, Peter A. Bigot wrote:
> The capacity and lba for an MMC device with part_num 0 reflects the
> whole device. When mmc_switch_part() successfully switches to a
> partition, the capacity is changed to that partition. As partition 0
> does not physically exi
Hi Ian, Hans,
On Mon, Sep 8, 2014 at 9:28 PM, Chen-Yu Tsai wrote:
> BOOT_TARGET_DEVICES includes USB unconditionally. This breaks when
> CONFIG_CMD_USB is not defined. Use a secondary macro to conditionally
> include it when CONFIG_EHCI is enabled, as we do for CONFIG_AHCI.
The other patches are
On Thursday, September 11, 2014 at 06:01:31 PM, Dinh Nguyen wrote:
> On Wed, Sep 10, 2014 at 6:33 PM, Marek Vasut wrote:
> > Hello,
> >
> > I'd be interested in maintaining u-boot-socfpga repository. So far, we
> > don't have a repo for this platform and there is a large flurry of
> > patches fly
On Thu, Sep 11, 2014 at 11:14:55AM -0500, Dinh Nguyen wrote:
> On Thu, Sep 11, 2014 at 2:46 AM, Wolfgang Denk wrote:
> > Dear Michal,
> >
> > In message <54112b64.5010...@monstr.eu> you wrote:
> >>
> >> I am not sure if you need to have separate repo to work like this.
> >> I am keeping zynq patch
Hi Chen,
On 09/11/2014 07:07 PM, Chen-Yu Tsai wrote:
> Hi Ian, Hans,
>
> On Mon, Sep 8, 2014 at 9:28 PM, Chen-Yu Tsai wrote:
>> BOOT_TARGET_DEVICES includes USB unconditionally. This breaks when
>> CONFIG_CMD_USB is not defined. Use a secondary macro to conditionally
>> include it when CONFIG_EH
On Thursday, September 11, 2014 at 06:14:55 PM, Dinh Nguyen wrote:
> On Thu, Sep 11, 2014 at 2:46 AM, Wolfgang Denk wrote:
> > Dear Michal,
> >
> > In message <54112b64.5010...@monstr.eu> you wrote:
> >> I am not sure if you need to have separate repo to work like this.
> >> I am keeping zynq pat
On Wednesday, September 10, 2014 at 11:18:20 PM, Marcel Ziswiler wrote:
> On Mon, 2014-09-08 at 04:07 +0200, Marek Vasut wrote:
> > Does the network really work with an i21x with unprogrammed iNVM ?
>
> Yes, it actually does work quite nicely.
That's interesting. I never got it working with unpro
On Thursday, September 11, 2014 at 09:46:18 AM, Wolfgang Denk wrote:
> Dear Michal,
>
> In message <54112b64.5010...@monstr.eu> you wrote:
> > I am not sure if you need to have separate repo to work like this.
> > I am keeping zynq patches in my microblaze repo and sending pull request
> > to Albe
On Thursday, September 11, 2014 at 03:26:10 PM, Lukasz Majewski wrote:
> This code is not used anymore in the current DFU implementation and
> can be safely removed.
>
> Signed-off-by: Lukasz Majewski
How come the compiler didn't spew that this is unused ?
Best regards,
Marek Vasut
On Thursday, September 11, 2014 at 09:55:55 AM, Pavel Machek wrote:
> Hi!
>
> > > In socfpga case I think there are guys from Altera who maintain it.
> >
> > Well, they maintain the stuff at rocketboards.org ; there are efforts
> > on the way to mainline stuff, but the process is not exactly
> >
On Thursday, September 11, 2014 at 06:56:04 AM, Michal Simek wrote:
> Hi,
>
> On 09/11/2014 05:09 AM, Masahiro Yamada wrote:
> > On Thu, 11 Sep 2014 01:33:20 +0200
> >
> > Marek Vasut wrote:
> >> Hello,
> >>
> >> I'd be interested in maintaining u-boot-socfpga repository. So far, we
> >> don't
On Wed, Sep 10, 2014 at 6:33 PM, Marek Vasut wrote:
> Hello,
>
> I'd be interested in maintaining u-boot-socfpga repository. So far, we don't
> have a repo for this platform and there is a large flurry of patches flying
> around without any kind of central point for them. I'd like to get your form
On 09/11/2014 10:00 AM, Albert ARIBAUD wrote:
Hi Thierry,
On Tue, 26 Aug 2014 17:33:48 +0200, Thierry Reding
wrote:
From: Thierry Reding
Note: this series was split over several custodians (including myself).
It might thus get applied piecewise... Shouldn't it rather be assigned
a single c
On Thu, Sep 11, 2014 at 2:46 AM, Wolfgang Denk wrote:
> Dear Michal,
>
> In message <54112b64.5010...@monstr.eu> you wrote:
>>
>> I am not sure if you need to have separate repo to work like this.
>> I am keeping zynq patches in my microblaze repo and sending pull request
>> to Albert
>> (or Tom n
Hi Thierry,
On Tue, 26 Aug 2014 17:33:48 +0200, Thierry Reding
wrote:
> From: Thierry Reding
Note: this series was split over several custodians (including myself).
It might thus get applied piecewise... Shouldn't it rather be assigned
a single custodian -with others giving their Ack) and be a
On Tue, Sep 02, 2014 at 06:31:21PM -0500, Peter A. Bigot wrote:
> This series aims at addressing an issue discovered with SPL mode when
> the MMC device being used lacks an environment partition.
> http://www.mail-archive.com/meta-ti@yoctoproject.org/msg04320.html
> includes details on the origina
Hi li.xi...@freescale.com,
On Wed, 10 Sep 2014 03:10:27 +, "li.xi...@freescale.com"
wrote:
> Hi Albert,
>
> > Subject: Re: [PATCH] arch/arm: Add individual TLB size support.
> >
> > Hi Xiubo,
> >
> > On Mon, 7 Jul 2014 13:19:11 +0800, Xiubo Li
> > wrote:
> >
> > > This adds CONFIG_TLB_S
Hi Jeroen,
Correction on the asm stuff:
On Thu, 11 Sep 2014 13:17:20 +0200, Jeroen Hofstee
wrote:
> > clang errors on arch/arm/lib/cache.c:28 for this:
> > asm("0: mrc p15, 0, r15, c7, c10, 3\n\t" "bne 0b\n" : : : "memory");
> > and that is a clang mistake, as for ARM926EJS r15 is a valid (albe
Hi Jeroen,
On Wed, 10 Sep 2014 20:08:50 +0200, Jeroen Hofstee
wrote:
> Changes since v2:
>- As Albert pointed out the clang instructions don't work with
> Debian based binary packages. While I was aware of that it is
> for a different reason then I thought, it is not that ARM is no
Hi Jeroen,
On Thu, 11 Sep 2014 13:17:20 +0200, Jeroen Hofstee
wrote:
> Hello Albert,
>
> On do, 2014-09-11 at 10:32 +0200, Albert ARIBAUD wrote:
>
> >
> > On Wed, 10 Sep 2014 20:08:50 +0200, Jeroen Hofstee
> > wrote:
> >
> > > Changes since v2:
> > >- As Albert pointed out the clang ins
This code is not used anymore in the current DFU implementation and
can be safely removed.
Signed-off-by: Lukasz Majewski
---
drivers/usb/gadget/f_dfu.c | 8
drivers/usb/gadget/f_thor.c | 10 --
2 files changed, 18 deletions(-)
diff --git a/drivers/usb/gadget/f_dfu.c b/driver
This adds NAND support for the Vybrid tower system (TWR-VF65GS10)
provided by the vf610_nfc driver. Full 16-Bit bus width is
supported. Also an aditional config vf610twr_nand is introduced
which gets the environment from NAND. However, booting U-Boot from
NAND is not yet possible due to missing boo
This patch set adds NAND Flash Controller (NFC) support for
Freescale Vybrid ARM SoCs (vf610).
The driver is based on Bill Pringlemeirs prelineary patch sent
in January 2014 to the MTD mailing list:
http://lists.infradead.org/pipermail/linux-arm-kernel/2014-January/226623.html
Changes in v4
- Dro
This adds initial support for Freescale NFC (NAND Flash Controller)
found in ARM Vybrid SoC's, Power Architecture MPC5125 and others.
The driver is called vf610_nfc since this is the first supported
and tested hardware platform supported by the driver.
Signed-off-by: Stefan Agner
---
drivers/mtd
Hi Heiko,
> DFU now can use also fullspeed.
>
> Signed-off-by: Heiko Schocher
> Cc: Tom Rini
> Cc: Lukasz Majewski
> Cc: Marek Vasut
> Cc: Liu Bin
> Cc: Lukas Stockmann
>
> ---
>
> - changes for v2:
> - get rid of config option CONFIG_DFU_FULLSPEED as Bin Liu
> suggested.
> ---
> d
Sure... will be pulled soon, once I am back in office.
Regards...
Prafulla . . .
> -Original Message-
> From: Luka Perkov [mailto:l...@openwrt.org]
> Sent: 11 September 2014 04:29
> To: u-boot@lists.denx.de
> Cc: Prafulla Wadaskar
> Subject: arm kirkwood pending patches
>
> Hi,
>
> I ha
Hello Albert,
On do, 2014-09-11 at 10:32 +0200, Albert ARIBAUD wrote:
>
> On Wed, 10 Sep 2014 20:08:50 +0200, Jeroen Hofstee
> wrote:
>
> > Changes since v2:
> >- As Albert pointed out the clang instructions don't work with
> > Debian based binary packages. While I was aware of that i
Sabrelite board has two solts: 0 is SD3 (bottom) slot and 1 is uSD4 (top) slot.
This patch makes use of both slots instead of only one.
Signed-off-by: Guillaume GARDET
Cc: Stefano Babic
Cc: Eric Nelson
---
include/configs/nitrogen6x.h | 25 ++---
1 file changed, 14 inserti
From: Mingkai Hu
Enter 3 Byte address mode at first, because it may change to 4 Byte
address mode in kernel driver and not reset to 3 Byte address mode
after reboot.
Add clear flag status register operation that some Micron SPI flash
chips required after reading the flag status register to check
From: Mingkai Hu
Enter 3 Byte address mode at first, because it may change to 4 Byte
address mode in kernel driver and not reset to 3 Byte address mode
after reboot.
Add clear flag status register operation that some Micron SPI flash
chips required after reading the flag status register to check
On 21/08/2014 23:15, Bill Pringlemeir wrote:
>
>> On 14 Aug 2014, ste...@agner.ch wrote:
>
>> This adds initial support for Freescale NFC (NAND Flash
>> Controller) found in ARM Vybrid SoC's, Power Architecture MPC5125
>> and others. However, this driver is only tested on Vybrid.
Hi Stefan,
patch is landed on my desk as part of i.MX. I will have some minor
points. Is thi
On 18/08/2014 18:26, Stefan Agner wrote:
> This adds initial support for Freescale NFC (NAND Flash Controller)
> found in ARM Vybrid SoC's, Power Architecture MPC5125 and others.
> The driver is called vf
On 09/09/2014 08:51, Ye.Li wrote:
> Enable the CONFIG_SYS_GENERIC_BOARD for imx6q/dl arm2 board to
> use generic board.
>
> Signed-off-by: Ye.Li
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=
DENX Soft
On 09/09/2014 08:51, Ye.Li wrote:
> Enable CONFIG_SYS_GENERIC_BOARD for imx6slevk to use generic board.
>
> Signed-off-by: Ye.Li
> ---
Applied to u-boot-imx, thanks !
Best regards,
Stefano Babic
--
=
DENX Software Engineer
Hi Nitin,
On 02/09/2014 00:48, nitin.g...@freescale.com wrote:
> From: Nitin Garg
>
> i.MX6 SoC has onChip temperature sensor. Add support
> for this sensor.
>
> Signed-off-by: Nitin Garg
> ---
> arch/arm/cpu/armv7/mx6/soc.c | 138 +++-
> arch/arm/imx-common/cpu.c
Am 10.09.2014 17:00, schrieb Marek Vasut:
On Wednesday, September 10, 2014 at 12:00:29 PM, René Griessl wrote:
Am 09.09.2014 16:34, schrieb Marek Vasut:
On Wednesday, September 03, 2014 at 04:31:20 PM, Rene Griessl wrote:
changes in v2:
-added usb_ether.h to change list
-added
Hi Jeroen,
On Wed, 10 Sep 2014 20:08:50 +0200, Jeroen Hofstee
wrote:
> Changes since v2:
>- As Albert pointed out the clang instructions don't work with
> Debian based binary packages. While I was aware of that it is
> for a different reason then I thought, it is not that ARM is no
Hi Fabio,
On 09/09/2014 17:37, Fabio Estevam wrote:
> In commit 021e79c85371 ("tools: imximage: Fix the maximum DCD size for
> mx53/mx6") we have fixed the maximum DCD size for mx53/mx6.
>
> Do the same on the README document for consistency.
>
> Reported-by: Jonas Karlsson
> Signed-off-by: Fa
Dear Dileep Katta,
In message <1410417650-16522-2-git-send-email-dileep.ka...@linaro.org> you
wrote:
> Flash command internally uses DFU, and Fastboot command initialization is
> modified to add DFU and partition initialization
> Added oem format functionality for GPT table creation
> partitioni
Hi!
> > In socfpga case I think there are guys from Altera who maintain it.
>
> Well, they maintain the stuff at rocketboards.org ; there are efforts
> on the way to mainline stuff, but the process is not exactly
> satisfactory. I highly appreciate that Marek volunteers to put
> efforts in this.
Dear Michal,
In message <54112b64.5010...@monstr.eu> you wrote:
>
> I am not sure if you need to have separate repo to work like this.
> I am keeping zynq patches in my microblaze repo and sending pull request
> to Albert
> (or Tom now) and there is no problem with that.
Well, technically of cour
Dear Simon Glass,
On 23/07/14 21:11, Simon Glass wrote:
> A few things are common but are not in the common file. Fix this and
> rename the file to fit with the other exynos*-common files.
>
> Signed-off-by: Simon Glass
> ---
>
> include/configs/{exynos5420.h => exynos5420-common.h} | 11 +
Dear Simon Glass,
On 23/07/14 21:11, Simon Glass wrote:
> Most of the arndale features are common with other exynos5250 boards. To
> permit easier addition of driver model support, use the common file.
>
> Signed-off-by: Simon Glass
> ---
>
> include/configs/arndale.h | 212
> +++-
Hi Jaehoon,
> Hi,
>
> On 09/11/2014 02:03 PM, Minkyu Kang wrote:
> > On 05/09/14 19:50, Przemyslaw Marczak wrote:
> >> Hello Minkyu,
> >>
> >> On 09/05/2014 08:55 AM, Minkyu Kang wrote:
> >>> On 24/07/14 19:42, Przemyslaw Marczak wrote:
> This patch changes MPLL from 800MHz to 880MHz on Odro
This patch adds boot script support to am335x_evm
Signed-off-by: Guillaume GARDET
Cc: Tom Rini
---
include/configs/am335x_evm.h | 29 ++---
1 file changed, 18 insertions(+), 11 deletions(-)
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index
Hi,
I know uboot 2012 is quite old but I’m quite confused here.
I’m trying to move the code for n4310 board (which similar to riviera) from
uboot 2009 to uboot 2012.10. The linker script for uboot-ocm for n4310 was
copied from riviera’s one. In riviera ocm linker script, I noticed that
.bss is int
Hi,
On 09/09/2014 12:44 PM, Akshay Saraswat wrote:
> Hi Masahiro,
>
>> Hi Samsung developers,
>> Simon Glass,
>>
>>
>> 2014-09-09 1:10 GMT+09:00 Masahiro YAMADA :
>>> Hi Stephen,
>>>
>>>
>>> 2014-09-09 0:58 GMT+09:00 Stephen Warren :
On 09/08/2014 09:57 AM, Masahiro YAMADA wrote:
>
On 12 August 2014 01:22, Steve Rae wrote:
>
>
> On 14-08-10 06:59 PM, Dileep Katta wrote:
>
>> Flash command internally uses DFU, and Fastboot command initialization is
>> modified to add DFU and partition initialization
>> Added oem format functionality for GPT table creation
>> partitioning cod
77 matches
Mail list logo