2014/1/12 Anatolij Gustschin :
> Hi Stefano,
>
> On Wed, 08 Jan 2014 11:53:39 +0100
> Stefano Babic wrote:
> ...
>> Agree that we have to sync u-boot and kernel, and this can be a way in
>> the short term.
>>
>> I am asking if this is in the long term the best way to do it. You are
>> converting E
2014/1/12 Anatolij Gustschin :
> On Wed, 8 Jan 2014 08:24:21 +0100
> Christian Gmeiner wrote:
>
>> There may be some custom boards in the field which have
>> an seperate eeprom chip to store edid informations in it.
>> To make use of those edid information in the board code
>> this patch add a fu
Hello,
On 01/14/2014 01:24 AM, Minkyu Kang wrote:
On 13/01/14 18:27, Przemyslaw Marczak wrote:
Hello Minkyu,
On 12/30/2013 11:31 AM, Przemyslaw Marczak wrote:
Hello,
On 12/30/2013 11:24 AM, Przemyslaw Marczak wrote:
Issues:
- reading i2c data by passing u16 pointer causes errors in read dat
Hi Stephen,
On Mon, 13 Jan 2014 19:50:11 -0700, Stephen Warren
wrote:
> Send RPC commands to the VideoCore to turn on the SDHCI and USB modules.
> For SDHCI this isn't needed in practice, since the firmware already
> turned on the power in order to load U-Boot. However, it's best to be
> explici
Universal uses only one adapter I2C_0.
Signed-off-by: Piotr Wilczek
Signed-off-by: Kyungmin Park
---
board/samsung/universal_c210/universal.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/samsung/universal_c210/universal.c
b/board/samsung/universal_c210/universal
Disable L2 caches for Trats and Trats2 devices.
It turns out that for data downloading with thordown command L2 cache
disablement brings a significant speed improvement.
rootfs - 400 MiB:
- L2 cache enabled: 2.69 MiB/s
- L2 cache disabled:5.56 MiB/s
Such i
Provide default Poll Timeout value for Trats2 board.
Signed-off-by: Lukasz Majewski
---
Changes for v2:
- None
Change-Id: I06ee5c228fa4f92ab445333cbdb12464944daa35
---
include/configs/trats2.h |1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/trats2.h b/include/configs/trat
This patch adds extra dfu_alt_info entries to support storing the whole BOOT
, DATA and UMS partitions.
This allows upgrade of uImage and device tree blob (dtb) files at once.
Now it is also possible to store ext4 rootfs prepared with well established
linux tools (like mkfs.ext4).
Signed-off-by:
Adjust default envs for Trats and Trats2 boards. Those changes are supposed to
cleanup and improve things for v2014.01 u-boot release.
Lukasz Majewski (3):
config: Update envs for trats and trats2 - new entries for new
partitions
ARM: trats2: dfu: Enable default Poll Timeout for Trats2 bo
Hi Valentin,
On 13.01.2014 17:29, Valentin Longchamp wrote:
> From: Rainer Boschung
>
> - make use of the QRIO1 32bit register at 0x20 as bootcounter register
> - check for BOOTCOUNT_MAGIC pattern when before bootcounter value is read
>
> Signed-off-by: Rainer Boschung
> Signed-off-by: Valenti
Hi Nobuhiro,
On Tue, Jan 14, 2014 at 5:42 AM, Nobuhiro Iwamatsu
wrote:
> Hi,
>
> 2014/1/14 Nobuhiro Iwamatsu :
>> Hi, Jagan.
>>
>> 2014/1/9 Jagan Teki :
>>> Hi Nobuhiro,
>>>
>>> On Thu, Jan 9, 2014 at 9:49 AM, Nobuhiro Iwamatsu
>>> wrote:
Hi,
This macro was changed by following pa
Hi Simon,
Sorry for the long delay.
On 10/17/2013 03:27 PM, Simon Glass wrote:
Hi Aaron,
On Thu, Oct 17, 2013 at 12:24 AM, Aaron Williams
wrote:
Hi all,
In our bootloader based off of 2013.07 we make extensive use of the flat
device tree. In profiling our bootloader in our simulator I foun
Hi Parimala,
On Mon, 13 Jan 2014 19:00:04 +0530, Parimala Baggiri
wrote:
> Hello,
>
> I have added interrupt support for armv7 platform, by implementing the
> do_irq and irq_install_handler and arch_interrupt_init functions.
>
> Initially default_isr is the handler function installed for all t
On 01/13/2014 06:20 PM, Aaron Williams wrote:
Hi all,
I am bringing up XHCI support for our SOC and have run into several
issues with U-Boot's XHCI code.
1. I need to use a wrapper I call xhci_readl/xhci_writel since all of
our I/O is to 64-bit addresses rather than readl/writel which work f
Hi, Inha.
Plz, add Samsung SoC custodian.
Refer to http://www.denx.de/wiki/U-Boot/Custodians
On 01/14/2014 01:01 PM, Inha Song wrote:
> Use setbits/clrbits macro instead of readl/writel function
>
> Signed-off-by: Inha Song
> ---
> arch/arm/cpu/armv7/exynos/clock.c | 87
> +++-
Use setbits/clrbits macro instead of readl/writel function
Signed-off-by: Inha Song
---
arch/arm/cpu/armv7/exynos/clock.c | 87 +++--
1 file changed, 25 insertions(+), 62 deletions(-)
diff --git a/arch/arm/cpu/armv7/exynos/clock.c
b/arch/arm/cpu/armv7/exynos/c
On 1/14/2014 6:39 AM, Scott Wood wrote:
On Mon, 2014-01-13 at 11:58 +0530, Prabhakar Kushwaha wrote:
On 1/10/2014 7:40 AM, Po Liu wrote:
diff --git a/drivers/mtd/nand/fsl_ifc_spl.c b/drivers/mtd/nand/fsl_ifc_spl.c
index 9de327b..6b43496 100644
--- a/drivers/mtd/nand/fsl_ifc_spl.c
+++ b/drivers
Dear Przemyslaw,
On 01/10/2014 11:31 PM, Przemyslaw Marczak wrote:
> board/samsung/common/misc.c:
> - move draw_logo() function from exynos_fb.c
> - add get_tizen_logo_info() function call removed from board files
>
> boards:
> - update board files
> - add CONFIG_MISC_INIT_R to Universal, Trats a
Hi Fabio,
On 01/13/2014 05:36 PM, Fabio Estevam wrote:
Hi Eric,
On Fri, Jan 10, 2014 at 7:36 PM, Eric Nelson
wrote:
I just tried gluing this up for use in the Nitrogen6X HDMI channel,
but found that this is more difficult than expected.
Apparently the i.MX6 clock tree doesn't (yet) support
My original intention was to have a 100ms timeout. However, the timer
operations used return values in ms not us, so we ended up with a 100s
timeout instead. Fixing this exposes that some operations need longer
to operate than 100ms, so bump the timeout up to a whole second.
Reported-by: Andre Hei
Send RPC commands to the VideoCore to turn on the SDHCI and USB modules.
For SDHCI this isn't needed in practice, since the firmware already
turned on the power in order to load U-Boot. However, it's best to be
explicit. For USB, this is necessary, since the module isn't powered
otherwise. This wil
Hi all,
I am bringing up XHCI support for our SOC and have run into several
issues with U-Boot's XHCI code.
1. I need to use a wrapper I call xhci_readl/xhci_writel since all of
our I/O is to 64-bit addresses rather than readl/writel which work for
PCIe. While xhci_readl/xhci_writel is used
hi bhupesh,
> Hi David,
>
> In reference to my mail above, I see that the transition to EL2 (from EL3)
> which occurs very early
> in start.S needs to be changed on lines of the ARMv7 code, i.e. the EL2
> transition should happen just
> before Linux is booted up by the u-boot.
>
> The reason fo
On Mon, 2014-01-13 at 11:58 +0530, Prabhakar Kushwaha wrote:
> On 1/10/2014 7:40 AM, Po Liu wrote:
> > diff --git a/drivers/mtd/nand/fsl_ifc_spl.c b/drivers/mtd/nand/fsl_ifc_spl.c
> > index 9de327b..6b43496 100644
> > --- a/drivers/mtd/nand/fsl_ifc_spl.c
> > +++ b/drivers/mtd/nand/fsl_ifc_spl.c
> >
On 14/01/14 05:06, Albert ARIBAUD wrote:
> Signed-off-by: Albert ARIBAUD
> ---
> board/friendlyarm/mini2440/Makefile | 8 --
> board/friendlyarm/mini2440/mini2440.c | 118
> board/friendlyarm/mini2440/mini2440.h | 144
> --
> board
On 09/01/14 23:31, Mateusz Zalega wrote:
> In some cases MMC was still uninitialized while media capacity check,
> leading to broken ums command.
>
> Change-Id: I4b86c2c59e430fb8b55272ea14f00316d8cb3dca
> Signed-off-by: Mateusz Zalega
> Cc: Lukasz Majewski
> Cc: Minkyu Kang
> Cc: Kyungmin Park
Hi Eric,
On Fri, Jan 10, 2014 at 7:36 PM, Eric Nelson
wrote:
> I just tried gluing this up for use in the Nitrogen6X HDMI channel,
> but found that this is more difficult than expected.
>
> Apparently the i.MX6 clock tree doesn't (yet) support use with
> the 1080P monitor I have connected.
Yes,
On 13/01/14 18:27, Przemyslaw Marczak wrote:
> Hello Minkyu,
>
> On 12/30/2013 11:31 AM, Przemyslaw Marczak wrote:
>> Hello,
>>
>> On 12/30/2013 11:24 AM, Przemyslaw Marczak wrote:
>>> Issues:
>>> - reading i2c data by passing u16 pointer causes errors in read data.
>>> - max17042 status register
Hi,
2014/1/14 Nobuhiro Iwamatsu :
> Hi, Jagan.
>
> 2014/1/9 Jagan Teki :
>> Hi Nobuhiro,
>>
>> On Thu, Jan 9, 2014 at 9:49 AM, Nobuhiro Iwamatsu
>> wrote:
>>> Hi,
>>>
>>> This macro was changed by following patch.
>>> http://patchwork.ozlabs.org/patch/307934/
>> OK.
>> I will pick this once Alber
Hi, Jagan.
2014/1/9 Jagan Teki :
> Hi Nobuhiro,
>
> On Thu, Jan 9, 2014 at 9:49 AM, Nobuhiro Iwamatsu
> wrote:
>> Hi,
>>
>> This macro was changed by following patch.
>> http://patchwork.ozlabs.org/patch/307934/
> OK.
> I will pick this once Albert pop your PR.
>
> Any more spi patches?
>
I dont
Hi Tom
> Hey all,
>
> I've put v2014.01-rc3 out and we should have a tarball soon.
>
> Here's where we're at, I feel. We got some big changes in, which had
> been due for a while, on Friday. I don't think it's a good idea to
> release today, so I'm going to push things out a week.
>
> Here's
Dear Albert,
On Mon, 2014-01-13 at 23:07 +0100, ZY - albert.u.boot wrote:
> Hi Wolfgang,
>
> On Mon, 13 Jan 2014 22:08:15 +0100, Wolfgang Denk wrote:
>
> > Dear Albert,
> >
> > In message <20140113173924.684ce548@lilith> you wrote:
> > >
> > > > Actually these Cc will be helpful when using gi
Dear Wolfgang,
On Mon, 2014-01-13 at 22:09 +0100, ZY - wd wrote:
> Dear Chin Liang See,
>
> In message <1389634896.9425.4.ca...@clsee-virtualbox.altera.com> you wrote:
> >
> > The patman script looks cool. Let me learn up this and using this when
> > submitting future patches. At same time, sorr
On 13/01/2014 21:06, Albert ARIBAUD wrote:
Signed-off-by: Albert ARIBAUD
---
board/mx1ads/Makefile| 16 ---
board/mx1ads/lowlevel_init.S | 68 --
board/mx1ads/mx1ads.c| 178 -
board/mx1ads/syncflash.c | 307
Hi Tom,
On 13/01/2014 20:42, Tom Rini wrote:
Hey all,
I've put v2014.01-rc3 out and we should have a tarball soon.
Here's where we're at, I feel. We got some big changes in, which had
been due for a while, on Friday. I don't think it's a good idea to
release today, so I'm going to push thin
Hi Wolfgang,
On Mon, 13 Jan 2014 22:08:15 +0100, Wolfgang Denk wrote:
> Dear Albert,
>
> In message <20140113173924.684ce548@lilith> you wrote:
> >
> > > Actually these Cc will be helpful when using git send-email. It will
> > > auto cc to these mailing list when the patch is send out for revi
Hi Wolfgang,
On Mon, 2014-01-13 at 22:08 +0100, ZY - wd wrote:
> Dear Albert,
>
> In message <20140113173924.684ce548@lilith> you wrote:
> >
> > > Actually these Cc will be helpful when using git send-email. It will
> > > auto cc to these mailing list when the patch is send out for review
> > >
Dear Chin Liang See,
In message <1389634896.9425.4.ca...@clsee-virtualbox.altera.com> you wrote:
>
> The patman script looks cool. Let me learn up this and using this when
> submitting future patches. At same time, sorry for the hassle as I am
> not aware the git send-email method not helpful for
Dear Albert,
In message <20140113173924.684ce548@lilith> you wrote:
>
> > Actually these Cc will be helpful when using git send-email. It will
> > auto cc to these mailing list when the patch is send out for review
> > (instead entering the names manually every time). Thanks
>
> That is useful t
Dear Reinhard,
attempting to build the TOP860 code with a GCC 4.8.1 based tool chain
(say ELDK v5.5 or Yocto 1.5) gives the following errors:
-> ./MAKEALL TOP860
Configuring for TOP860 board...
textdata bss dec hex filename
165471 21020 17316 203807 31c1f ./u-boot
../co
Signed-off-by: Albert ARIBAUD
---
board/mx1ads/Makefile| 16 ---
board/mx1ads/lowlevel_init.S | 68 --
board/mx1ads/mx1ads.c| 178 -
board/mx1ads/syncflash.c | 307 ---
boards.cfg | 1
Signed-off-by: Albert ARIBAUD
---
board/friendlyarm/mini2440/Makefile | 8 --
board/friendlyarm/mini2440/mini2440.c | 118
board/friendlyarm/mini2440/mini2440.h | 144 --
boards.cfg| 1 -
doc/README.min
Hi Stefano,
On Mon, Jan 13, 2014 at 9:11 AM, Stefano Babic wrote:
> I discussed last week via IIRC with Otavio about if the patch can still
> flow into the coming release. He pointed me out that the original patch
> was sent a lot of time ago as "carrier-one":
>
> http://patchwork.ozlabs.org/pat
On Mon, Jan 13, 2014 at 07:49:26PM +0100, Albert ARIBAUD wrote:
> Hello Tom,
>
> The following changes since commit
> 7f673c99c2d8d1aa21996c5b914f06d784b080ca:
>
> Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-01-10
> 10:56:00 -0500)
>
> are available in the git repository at:
Hey all,
I've put v2014.01-rc3 out and we should have a tarball soon.
Here's where we're at, I feel. We got some big changes in, which had
been due for a while, on Friday. I don't think it's a good idea to
release today, so I'm going to push things out a week.
Here's what I expect for the rele
On Tue, Jan 14, 2014 at 12:05:32AM +0530, Jagannadha Sutradharudu Teki wrote:
> Hi Tom,
>
> PR have quad and dual_flash change set also includes few fixes.
> Tested these changes on spansion, stmicro and sst flash devices.
>
> --
> Thanks,
> Jagan.
>
> The following changes since commit 7f673c9
On Sun, Jan 12, 2014 at 11:41:10PM +0100, Anatolij Gustschin wrote:
> Hey Tom,
>
> please pull two minor fixes for release. Thanks!
>
> Anatolij
>
> The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca:
>
> Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-01
On Mon, Jan 13, 2014 at 12:42:30PM +0100, Marek Vasut wrote:
> Minor fixes, please apply for 2014.01
>
> The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca:
>
> Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-01-10 10:56:00
> -0500)
>
> are available in
Hello Tom,
The following changes since commit
7f673c99c2d8d1aa21996c5b914f06d784b080ca:
Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-01-10
10:56:00 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-arm master
for you to fetch changes up to 4efd69250f
On Wed, Jan 8, 2014 at 11:27 AM, Siva Durga Prasad Paladugu
wrote:
> Remove the flag SECT_4K for device N25Q128 as the 4K-byte
> sub sector erase granularity is available only for top/bottom
> 8 sectors in some of the N25Q128 chips.
>
> Signed-off-by: Siva Durga Prasad Paladugu
> ---
> drivers/m
Hi Tom,
PR have quad and dual_flash change set also includes few fixes.
Tested these changes on spansion, stmicro and sst flash devices.
--
Thanks,
Jagan.
The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca:
Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-0
On Mon, 2014-01-13 at 14:48 +0100, Wolfgang Denk wrote:
> Dear Prabhakar,
>
> In message <52d37cf5.2090...@freescale.com> you wrote:
> >
> > > What is the reason for the reenaming? Especially, why changing from
> > > CONFIG_ to CONFIG_SYS_ ?
> >
> > CONFIG_PBLRCW_CONFIG has 2 CONFIG. it is slig
On Mon, 2014-01-13 at 08:29 +, Gupta, Pekon wrote:
> Hi Jeroen,
>
> >
> >The omap_gpmc allows switching ecc at runtime. Since
> >the NAND_SUBPAGE_READ flag is only set, it is kept when
> >switching to hw ecc, which is not correct. This leads to
> >calling chip->ecc.read_subpage which is not a
Hi Albert,
On Mon, 2014-01-13 at 17:39 +0100, ZY - albert.u.boot wrote:
> Hi Chin,
>
> On Mon, 13 Jan 2014 08:34:36 -0600, Chin Liang See
> wrote:
>
> > Dear Albert,
> >
> > On Mon, 2014-01-13 at 09:34 +0100, ZY - albert.u.boot wrote:
> > > On Wed, 13 Nov 2013 11:34:10 -0600, Chin Liang See
>
Hi,
as already indicated, we are looking forward to our next U-Boot Mini
Summit at Embedded Linux Conference Europe 2014 which will take place in
Düsseldorf, Germany from October 13 - 15.
The call for papers of the main conference is now open[1] and if you
want to submit a talk for the main track
Hi Albert,
On Mon, 13 Jan 2014 14:16:22 +0100, Albert ARIBAUD
wrote:
> Hi Marek,
>
> On Mon, 13 Jan 2014 12:42:35 +0100, Marek Vasut wrote:
>
> > Minor fixes, please apply for 2014.01
> >
> > The following changes since commit
> > 7f673c99c2d8d1aa21996c5b914f06d784b080ca:
Hi Chin,
On Mon, 13 Jan 2014 08:34:36 -0600, Chin Liang See
wrote:
> Dear Albert,
>
> On Mon, 2014-01-13 at 09:34 +0100, ZY - albert.u.boot wrote:
> > On Wed, 13 Nov 2013 11:34:10 -0600, Chin Liang See
> > wrote:
> >
> > > Scan Manager driver will be called to configure the IOCSR
> > > scan c
The QRIO GPIO functions can be of general interest. They are thus added
to a qrio.c and their prototype are available from kmp204x.h. The QRIO
prst function are also included in this file, as well as the functions
required for the I2C deblocking support (open-drain).
Signed-off-by: Valentin Longch
According to the errata, some bits of an undocumented register in the
DCSR must be set for every core in order to avoid a possible data or
instruction corruption.
This is required for the 2.0 revision of the P2041 that should be used
as soon as available in our design.
Signed-off-by: Valentin Lon
The kmcoge4 board is the product board derived from the kmlion1
prototype. The main difference between the 2 boards is that the kmcoge4
does not configure the Local Bus controller for LCS2.
Signed-off-by: Valentin Longchamp
---
boards.cfg| 1 +
include/configs/kmp204x.h | 7
From: Rainer Boschung
-uses common deblocking algorithm from ../common/common.c
-supports deblocking of of I2C-bus1 by means of QRIO GPIO
- SCL1 = GPIO_A16
- SDA1 = GPIO_A17
QRIO GPIOs act in an open-drain-like manner, for 0 GPIO drives
low and for 1 the GPIO is an input and must be pulled
This define can be used if the ubi boot partition (defined for all
Keymile boards with KM_UBI_PARTITION_NAME_BOOT #define to ubi0) needs
some additionnal boot options.
This is the case for the kmp204x boards since u-boot does not support
NAND Flash subpage accesses on this platform, an additionnal
From: Rainer Boschung
- make use of the QRIO1 32bit register at 0x20 as bootcounter register
- check for BOOTCOUNT_MAGIC pattern when before bootcounter value is read
Signed-off-by: Rainer Boschung
Signed-off-by: Valentin Longchamp
Acked-by: Valentin Longchamp
---
board/keymile/kmp204x/kmp2
The new prototype and the final series was moved from Micron to Spansion
to have a better reset sequence that is easier to support.
Signed-off-by: Valentin Longchamp
---
include/configs/km/kmp204x-common.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/km/kmp204x-common.h
The PEXHC PCIe configuration mechanism ensures that the FPGA get
configured at power-up. Since all the PCIe devices should be configured
when the kernel start, u-boot has to take care that the FPGA gets
configured also in other reset scenarios, mostly because of possible
configuration change.
The
On the previous HW revision (now unsupported), there was a need for
external DMA signals and thus the I2C3/4 signals were used
DMA1_DONE/ACK/REQ.
These signals now are configured as GPIO[16:19].
Signed-off-by: Valentin Longchamp
---
board/keymile/kmp204x/rcw_kmp204x.cfg | 2 +-
1 file changed,
This patch series refines the support for the kmp204x designs. The main
additions are:
- further support of the QRIO CPLD (bootcounter and GPIO)
- support of the new kmcoge4 board based on kmp204x
- support of I2C deblocking
- support for FPGA configuration (PCIe FPGA)
- various fixes and smaller e
On Mon, 2014-01-13 at 13:16 +, Gupta, Pekon wrote:
> Currently both UBI and UBIFS layer checks for erased-page to be
> all(0xff),
> But I think its over-kill to put this burden on UBI or UBIFS layer,
> because
> low-level controller drivers can handle this easily.
> So, if Artem and Brian agree
On 01/13/14 15:43, Michael Trimarchi wrote:
> On Mon, Jan 13, 2014 at 3:39 PM, Mateusz Zalega wrote:
>> On 01/10/14 06:08, Jaehoon Chung wrote:
index dc155ad..0d8f30d 100644
--- a/board/samsung/common/ums.c
+++ b/board/samsung/common/ums.c
@@ -37,6 +37,9 @@ static struct ums um
On 01/10/14 05:55, Jaehoon Chung wrote:
> On 01/09/2014 11:31 PM, Mateusz Zalega wrote:
>> Proper adjustment for supporting DFU at GONI target has been made.
>> The s5p_goni.h file has been updated. Moreover, the code for low level
>> USB initialization has been added to Goni board code.
>>
>> The
Hi
On Mon, Jan 13, 2014 at 3:39 PM, Mateusz Zalega wrote:
> On 01/10/14 06:08, Jaehoon Chung wrote:
>>> index dc155ad..0d8f30d 100644
>>> --- a/board/samsung/common/ums.c
>>> +++ b/board/samsung/common/ums.c
>>> @@ -37,6 +37,9 @@ static struct ums ums_dev = {
>>>
>>> static struct ums *ums_disk_
On 01/10/14 06:08, Jaehoon Chung wrote:
>> index dc155ad..0d8f30d 100644
>> --- a/board/samsung/common/ums.c
>> +++ b/board/samsung/common/ums.c
>> @@ -37,6 +37,9 @@ static struct ums ums_dev = {
>>
>> static struct ums *ums_disk_init(struct mmc *mmc)
>> {
>> +if (mmc_init(mmc))
>> +
Dear Albert,
On Mon, 2014-01-13 at 09:34 +0100, ZY - albert.u.boot wrote:
> On Wed, 13 Nov 2013 11:34:10 -0600, Chin Liang See
> wrote:
>
> > Scan Manager driver will be called to configure the IOCSR
> > scan chain. This configuration will setup the IO buffer settings
> >
> > Signed-off-by: Chi
For files where we actually have extent indexes following
an extent header (ext_block->eh_depth != 0), the do/while
loop from ext4fs_get_extent_block() does not select the
proper extent index structure.
For example, if we have:
ext_block->eh_depth = 1
ext_block->eh_entries = 1
fileblock = 0
inde
Hello,
I have added interrupt support for armv7 platform, by implementing the
do_irq and irq_install_handler and arch_interrupt_init functions.
Initially default_isr is the handler function installed for all the
interrupts.
>From my standalone application, I am enabling the interrupts and instal
Using fs->blksz in ext4fs_get_extent_block() is not
correct since fs->blksz is not initialized on the
read path. Use EXT2_BLOCK_SIZE() instead which will
produce the desired output.
Signed-off-by: Ionut Nicu
Signed-off-by: Mathias Rulf
---
fs/ext4/ext4_common.c |4 ++--
1 files changed, 2
On Monday, January 13, 2014 at 02:31:58 PM, Przemyslaw Marczak wrote:
> Hello,
>
> On 01/13/2014 12:14 PM, Marek Vasut wrote:
> > On Monday, January 13, 2014 at 10:18:51 AM, Przemyslaw Marczak wrote:
> >> Hello everyone,
> >>
> >> On 01/07/2014 03:08 PM, Przemyslaw Marczak wrote:
> >>> Before thi
Some targets will build fine but not boot if sections .hash and
.got.plt are not present in the binary. Add them back.
Also, Exynos machines require .machine_param section in SPL.
Add it.
Signed-off-by: Albert ARIBAUD
---
V3: rebase
V2: remove SREC generation for SPL
arch/arm/config.mk
On 01/10/2014 07:02 AM, Dan Murphy wrote:
> Add SPL support to be able to detect a USB Mass Storage device
> connected to a USB host. Once a USB Mass storage device is detected
> the SPL will load the u-boot.img from a FAT partition to target address.
>
> Signed-off-by: Dan Murphy
> ---
> arch/a
Dear Prabhakar,
In message <52d37cf5.2090...@freescale.com> you wrote:
>
> > What is the reason for the reenaming? Especially, why changing from
> > CONFIG_ to CONFIG_SYS_ ?
>
> CONFIG_PBLRCW_CONFIG has 2 CONFIG. it is slightly confusing.
>
> Reason for moving CONFIG_ to CONFIG_SYS: These def
On Mon, Jan 13, 2014 at 10:07:50AM +0100, Albert ARIBAUD wrote:
> Hi Wolfgang,
>
> On Fri, 29 Nov 2013 07:14:13 +0100, Wolfgang Denk wrote:
>
> > Dear Tom Rini,
> >
> > In message <1385580930-9830-1-git-send-email-tr...@ti.com> you wrote:
> > > The code in arch/arm/lib/board.c::board_init_f tha
On 01/10/14 06:03, Jaehoon Chung wrote:
> This patch should be separated with dfu and mmc.
ACK, because we're going to remove the bl_len assertion, see below.
> On 01/09/2014 11:31 PM, Mateusz Zalega wrote:
>> When user attempted to perform a raw write using DFU (vide
>> dfu_fill_entity_mmc) with
Hello,
On 01/13/2014 12:14 PM, Marek Vasut wrote:
On Monday, January 13, 2014 at 10:18:51 AM, Przemyslaw Marczak wrote:
Hello everyone,
On 01/07/2014 03:08 PM, Przemyslaw Marczak wrote:
Before this change ums mode can not be entered when device
was using the same usb port for usb/uart communi
Hi Calvin,
>From: Artem Bityutskiy [mailto:artem.bityuts...@linux.intel.com]
>>On Mon, 2014-01-13 at 17:49 +0530, Calvin Johnson wrote:
>> If the 4th to last-page are left blank and not covered with ECC, what
>> will happen in case of bit flips on the blank pages? There was an
>> issue reported so
Hi Marek,
On Mon, 13 Jan 2014 12:42:35 +0100, Marek Vasut wrote:
> Minor fixes, please apply for 2014.01
>
> The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca:
>
>
>
On Mon, 2014-01-13 at 17:49 +0530, Calvin Johnson wrote:
> If the 4th to last-page are left blank and not covered with ECC, what
> will happen in case of bit flips on the blank pages? There was an
> issue reported some time back.
> http://lists.infradead.org/pipermail/linux-mtd/2012-January/039256.
Hi,
On Mon, Jan 13, 2014 at 4:26 PM, Jagan Teki wrote:
> Hi Gerhard Sittig,
>
> Thanks for your comments, please see below
>
> On Mon, Jan 13, 2014 at 3:04 PM, Gerhard Sittig wrote:
>> On Sun, Jan 12, 2014 at 22:29 +0530, Jagannadha Sutradharudu Teki wrote:
>>>
>>> Current sf uses FAST_READ comm
Hi,
On Fri, Jan 3, 2014 at 6:29 PM, Artem Bityutskiy
wrote:
>
> Hi Pekon,
>
> On Fri, 2014-01-03 at 11:45 +, Gupta, Pekon wrote:
> > *_Case-1_ Flashing UBIFS image from u-boot using 'nand write' utility*
> >
> > For a partially written erased-block..
> > (a) 1st page is written with 'erase-he
Minor fixes, please apply for 2014.01
The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca:
Minor fixes, please apply for 2014.01
The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca:
On Wednesday, January 08, 2014 at 04:49:55 AM, Inderpal Singh wrote:
> Arndale board has AX88760, which is USB 2.0 Hub & USB 2.0 Ethernet Combo
> controller, connected to HSIC Phy of USB host controller via USB3503 hub.
>
> This patchset adds support for this usb ethernet controllor.
>
> Changes
On Tuesday, January 07, 2014 at 03:08:37 PM, Przemyslaw Marczak wrote:
> Before this change ums mode can not be entered when device
> was using the same usb port for usb/uart communication.
> Switching USB cable from UART to USB always causes ums exit.
>
> Signed-off-by: Przemyslaw Marczak
Appli
On Monday, January 13, 2014 at 10:18:51 AM, Przemyslaw Marczak wrote:
> Hello everyone,
>
> On 01/07/2014 03:08 PM, Przemyslaw Marczak wrote:
> > Before this change ums mode can not be entered when device
> > was using the same usb port for usb/uart communication.
> > Switching USB cable from UART
Completely forgot to mention that there's a prerequisite
(http://patchwork.ozlabs.org/patch/309319/):
==
[PATCH] net: execute "miiphy_init" if CONFIG_PHYLIB defined
==
This makes sure that phylib will be correctly initialized even if
there's no explicit mention of either entry in board con
Hi David,
> -Original Message-
> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
> On Behalf Of Bhupesh Sharma
> Sent: Tuesday, December 03, 2013 3:33 PM
> To: 'FengHua'
> Cc: 'tr...@ti.com'; 'u-boot@lists.denx.de'; Wood Scott-B07421
> Subject: Re: [U-Boot] [PATCH
With this change driver will benefit from existing phylib and thus
custom phy functionality implemented in the driver will go away:
* Instantiation of the driver is now much shorter - 2 parameters
instead of 4.
* Simplified phy management/functoinality in driver is replaced with
rich functionalit
Hi Fbio, hi Joe,
On 13/01/2014 11:41, Stefano Babic wrote:
> Hi Fabio,
>
> On 13/01/2014 00:04, Fabio Estevam wrote:
>> Hi Stefano,
>>
>> On Fri, Jan 3, 2014 at 3:55 PM, Fabio Estevam wrote:
>>> From: Fabio Estevam
>>>
>>> SolidRun has designed the Hummingboard board based on mx6q/dl/solo.
>>>
On Mon, 13 Jan 2014, Fred Fisch wrote:
> Hi,
>
> I already found
>
> - the sources in GIT
> - the config-name of my board
> - the (really huge) manual
>
> Since all I want to do is just compile MLO/u-boot.img for BeagleBone
> Black the latter seems to be totally oversized for me.
>
> So my questio
Hi Otavio,
On 06/01/2014 16:27, Otavio Salvador wrote:
> This adds support for the 7" WVGA produced by Future Eletronics and
> make it dynamically detect if it is connected or not based on the
> touchscreen controller.
>
> Signed-off-by: Otavio Salvador
> ---
> Changes in v5: None
I would reall
Hi,
On Mon, Jan 13, 2014 at 3:15 PM, Gerhard Sittig wrote:
> On Sun, Jan 12, 2014 at 22:29 +0530, Jagannadha Sutradharudu Teki wrote:
>>
>> This series is a combo of quad cmds and dual_flash support
>> Refer [1] and [2] for more functional description about this changes.
>>
>> [ ... ]
>>
>> Pleas
1 - 100 of 131 matches
Mail list logo