Hello Michael,
Am 13.01.2014 08:53, schrieb Michal Simek:
On 01/13/2014 08:32 AM, Heiko Schocher wrote:
Hello Michel,
Am 03.01.2014 10:45, schrieb Michal Simek:
From: Michael Burr
Initialize the second i2c controller.
Signed-off-by: Michael Burr
Signed-off-by: Michal Simek
---
Changes in v
On 01/13/2014 09:10 AM, Heiko Schocher wrote:
> Hello Michael,
>
> Am 13.01.2014 08:53, schrieb Michal Simek:
>> On 01/13/2014 08:32 AM, Heiko Schocher wrote:
>>> Hello Michel,
>>>
>>> Am 03.01.2014 10:45, schrieb Michal Simek:
From: Michael Burr
Initialize the second i2c controller
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 valid
>pointer. Therefore also clear the flag so reading in
>hw mode
Hi Pavel,
On Mon, 11 Nov 2013 20:26:02 +0100, Pavel Machek wrote:
>
> Altera Cyclone 5 board is very different board (big, rectangular,
> expensive) than EBV Socrates (small, circular, cheap) board. Different
> parts are used there, too, but same configuration of u-boot works on
> both. Neverth
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: Chin Liang See
> Cc: Dinh Nguyen
> Cc: Wolfgang Denk
> CC: Pavel Machek
> Cc: Tom Rini
Hi Masahiro,
On Thu, 14 Nov 2013 09:25:55 +0900, Masahiro Yamada
wrote:
> All arch/arm/cpu/${CPU}/config.mk had the same
> PLATFORM_RELFLAGS definitions.
> This commit merges them into arch/arm/config.mk.
>
> Signed-off-by: Masahiro Yamada
> ---
This does not apply cleanly on ARM tree. Can yo
This patch reverts patch 'add ft_fixup_xgec to support 3rd and 4th 10GEC'.
When dual-role MAC acts as 10G,it still uses fsl,fman-port-1g-rx/tx as before.
Signed-off-by: Shengzhou Liu
---
drivers/net/fm/init.c | 53 +--
1 file changed, 1 insertion(+
Hi Linus,
On Wed, 27 Nov 2013 10:33:32 +0100, Linus Walleij
wrote:
> When U-Boot is configured for Versatile AB, it will still pass
> the machine ID of Versatile PB to the kernel. After this simple
> fix the system boots correctly.
>
> Cc: Stefano Babic
> Cc: Marek Vasut
> Signed-off-by: Linu
Hi Linus,
On Wed, 27 Nov 2013 10:33:49 +0100, Linus Walleij
wrote:
> The Versatiles come up with the primary UART set to ttyAMA0 at
> 38400 baud, and unless we pass this to the kernel it will assume
> it is set to 9600 baud which will be quite awkward for the
> terminal, let's try to be helpful
Hello,
As we are about to release 2014.01, there are still two boards left
which have the following warning:
time.c:14:2: warning: #warning "CONFIG_SYS_HZ must be 1000 and should
not be defined by platforms" [-Wcpp]
ISTR work was underway to fix these. Is there, actually, and if not,
what do we
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 that sets
> > gd->start_addr_sp has already make sure we're 8-byte aligned, so we
>
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 to USB always causes ums exit.
Signed-off-by: Przemyslaw Marczak
---
common/cmd_
Up until now this driver only worked with data cache disabled.
To make it work with enabled data cache following changes were required:
* Flush Tx/Rx buffer descriptors their modification
* Invalidate Tx/Rx buffer descriptors before reading its values
* Flush cache for data passed from CPU to G
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 fields have not only Power On Reset meaning
so using proper mask
Driver "init" function might be called multiple times.
On every "init" Tx/Rx buffer descriptors are initialized: "descs_init"
-> "{tx|rx}_descs_init".
In its turn those init functions set MAC's "{tx|rx}desclistaddr" to
point on the first buffer descriptor in the list.
So CPU to start operation fr
Hi Alison Wang,
On Monday 13 January 2014 02:24 PM, Huan Wang wrote:
Hi, Jagan,
I tested my driver based on your sf quad changes, and it is ok. For the
sf quad functions, I didn' t test, because my driver doesn't support sf quad
now.
Thanks for the test.
Just for confirmation, is it u
On Sun, Jan 12, 2014 at 22:29 +0530, Jagannadha Sutradharudu Teki wrote:
>
> Current sf uses FAST_READ command, this patch adds support to
> use the different/extended read command.
>
> This implementation will determine the fastest command by taking
> the supported commands from the flash and th
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.
>
> [ ... ]
>
> Please let me know for any issues/concerns/questions.
>
> --
> Thanks,
Hi Enric,
>
>Hi Pekon,
>
>2013/12/10 Gupta, Pekon :
>> Hi Enric,
>>
>> Sorry I missed your earlier mail, so din't check this..
>>
>>>From: Enric Balletbo Serra [mailto:eballe...@gmail.com]
I saw that the OOB layout is not the same when I flash the rootfs from
the u-boot or from the
Hi, Jagan,
I tested my driver based on your sf quad changes, and it is ok. For the
sf quad functions, I didn' t test, because my driver doesn't support sf quad
now.
Thanks.
Best Regards,
Alison Wang
> -Original Message-
> From: Jagan Teki [mailto:jagannadha.sutradharud
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 question: is there some kind of quick-start/cookbook available that
Hi Mateusz,
> Preprocessor definitions and hardcoded implementation selection in
> g_dnl core were replaced by a linker list made of {usb_function_name,
> bind_callback) pairs.
Tested-by: Lukasz Majewski
Tested at: Exynos4210 - TRATS.
Acked-by: Lukasz Majewski
>
> Change-Id: I4e0515e7fd61f
Hi Mateusz,
> 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
> ---
> board/samsung/comm
Hi Stephen,
On Thu, 26 Dec 2013 19:47:19 -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
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.
>>
>> Add the initial support for the mx6 solo variant.
>>
>> More informat
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 command, this patch adds support to
>> use the different/extended read c
On 04/01/2014 20:36, Fabio Estevam wrote:
> From: Fabio Estevam
>
> There is no need to print an error message when cpu_eth_init() fails because
> net/eth.c already prints it.
>
> In order to simplify the code, just return the value from cpu_eth_init(bis)
> directly.
>
> Signed-off-by: Fabio Es
On 09/01/2014 11:57, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Include "mx6_common.h" so that some ARM errata are applied and also the
> vddsoc regulator can be changed.
>
> Signed-off-by: Fabio Estevam
> ---
> Changes since v2:
> - Discarded 1/2 and now all 3 errata are also applied to mx
On 08/01/2014 08:24, Christian Gmeiner wrote:
> Commit 762a88ccf8540948fbf8c31b40a29d1e0684a25b introduces
> a 64-bit division without using the lldiv() function,
> which pulls in previously unused libgcc stuff.
>
> Signed-off-by: Måns Rullgård
> Signed-off-by: Christian Gmeiner
> ---
Applied
On 06/01/2014 16:27, Otavio Salvador wrote:
> From: John Weber
>
> Change the default environment to use zImage instead of uImage, this
> requires changes to the default environment to load a file named
> zImage instead of uImage, and to use the 'bootz' command instead of
> 'bootm' when booting t
On 06/01/2014 16:27, Otavio Salvador wrote:
> A new 'update_emmc_firmware' target is added to allow for easy U-Boot
> update in the eMMC as it has secury boot partition and this needs
> specific handling on how to program the specific partition.
>
> Signed-off-by: Otavio Salvador
> ---
Applied t
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
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
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 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.
>>>
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 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
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
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
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 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
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:
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
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
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 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 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
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
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
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
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 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
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 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
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
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
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
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
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))
>> +
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 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
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 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
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 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,
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
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
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
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
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
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
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,
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, 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
>
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
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
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 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
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 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
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 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
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 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:
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
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
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
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
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 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
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
> > >
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 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
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
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
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
1 - 100 of 131 matches
Mail list logo