Hi,
i'm trying to bring up the current mainline u-boot version on a
SOM2416II board, which based on the s3c2416 SOC. Already the base
booting had some challenges and required some patching (mostly based on
José Miguel Gonçalves' patchset from September 2012), so now the
booting, the serial consol
于 2013年09月03日 19:53, Marek Vasut 写道:
questions comes to mind. Is JFFS2 support in Linux 3.7 not compatible with JFFS2
in Linux -next? Is this true? Can I not mount JFFS2 partition under Linux-next
The jffs2 does not changed since the linux 3.7.
All the changes happened in the drivers and mtd cod
Hi Eric,
On Wed, Sep 4, 2013 at 1:08 AM, Fabio Estevam wrote:
> Hi Eric,
>
> I am using the latest u-boot from u-boot-imx tree and I connected the
> Hannstar display into my sabrelite.
>
> The U-boot splashscreen shows the penguin with some weird colors.
>
> Do you see the same on nitrogen?
>
> I
Hi Eric,
I am using the latest u-boot from u-boot-imx tree and I connected the
Hannstar display into my sabrelite.
The U-boot splashscreen shows the penguin with some weird colors.
Do you see the same on nitrogen?
I also tested a 3.11 kernel from linux-next and the four penguins
looks nice ther
> -Original Message-
> From: sun york-R58495
> Sent: Wednesday, September 04, 2013 1:29 AM
> To: Timur Tabi
> Cc: Liu Shengzhou-B36685; U-Boot Mailing List
> Subject: Re: [U-Boot] [PATCH] powerpc/eeprom: update MAX_NUM_PORTS to adapt
> non-
> 256-bytes EEPROM
>
> On 08/30/2013 06:56 AM,
Fix PHY addresses for QSGMII Riser Card working in
SGMII mode on board P3041/P5020/P4080/P5040/B4860.
QSGMII Riser Card can work in SGMII mode, but
having the different PHY addresses.
So the following steps should be done:
1. Confirm whether QSGMII Riser Card is used.
2. If yes, se
SGMII5/6 and SGMII7/8 are not on the same slot on P5040
according to the serdes protocol.
So it is not proper to organize SGMII5/6 and SGMII7/8
on one bus and SGMII5/6 can't work.
So a new bus SUPER_HYDRA_FM3_SGMII_MDIO is added for
SGMII5/6
Signed-off-by: Zhao Qiang
---
board/freescale/corenet_
Hi Marek Vasut,
On 09/04/2013 09:55 AM, Marek Vasut wrote:
>I have considered to put this in driver, however, different Atmel SoC
>have different attributes for each endpoint and different number of
>endpoint.
>
>for example;
>at91sam9x5: EP("ep1", 1, 1024, 2, 1, 1)
>sama5d3x: EP("ep1", 1, 1024,
Dear Bo Shen,
> Hi Marek Vasut,
>
> On 09/04/2013 06:31 AM, Marek Vasut wrote:
>
> [snip]
>
> >> +#ifdef CONFIG_USB_GADGET_ATMEL_USBA
> >> +#define EP(nam, idx, maxpkt, maxbk, dma, isoc)\
> >> + [idx] = { \
> >> + .name = nam,
Dear Bo Shen,
> Hi Marek Vasut,
>
> On 09/04/2013 06:30 AM, Marek Vasut wrote:
> > Dear Bo Shen,
> >
> >> Add atmel usba udc driver support, porting from Linux kernel
> >>
> >> Signed-off-by: Bo Shen
> >
> > Please see [1] , point 4. I miss the exact point in Linux kernel history
> > (read co
Hi Marek Vasut,
On 09/04/2013 06:31 AM, Marek Vasut wrote:
[snip]
+#ifdef CONFIG_USB_GADGET_ATMEL_USBA
+#define EP(nam, idx, maxpkt, maxbk, dma, isoc) \
+ [idx] = { \
+ .name = nam, \
+ .
Hi Marek Vasut,
On 09/04/2013 06:30 AM, Marek Vasut wrote:
Dear Bo Shen,
Add atmel usba udc driver support, porting from Linux kernel
Signed-off-by: Bo Shen
Please see [1] , point 4. I miss the exact point in Linux kernel history (read
commit hash) from which this code was imported at leas
just checked out and built u-boot for beaglebone black:
$ make am335x_boneblack_config
built, copied only MLO and u-boot.img to SD card so i could run u-boot
off of SD card but boot the rest out of the eMMC, and got:
U-Boot# run bootcmd
mmc1(part 0) is current device
mmc_send_cmd : timeout: N
Dear Bo Shen,
> Add RNDIS gadget support to test atmel usba udc driver
>
> Signed-off-by: Bo Shen
>
> ---
> arch/arm/cpu/armv7/at91/sama5d3_devices.c| 12 ++
> arch/arm/include/asm/arch-at91/at91_common.h |1 +
> board/atmel/sama5d3xek/sama5d3xek.c | 51
> +
Dear Chuck,
In message <002b01cea8e7$b14fc5b0$13ef5110$@amanomcgann.com> you wrote:
>
> I found if I used tftp these files transferred correctly and the board would
> boot with the new files. I thought the solution was found and I could
> simply setup the same files using USB through environment
Dear Bo Shen,
> Add atmel usba udc driver support, porting from Linux kernel
>
> Signed-off-by: Bo Shen
Please see [1] , point 4. I miss the exact point in Linux kernel history (read
commit hash) from which this code was imported at least.
[1] http://www.denx.de/wiki/view/U-Boot/Patches#Attri
Dear Przemyslaw Marczak,
> This change allows using every mmc device instance with ums, like eMMC
> or SD cards. Now MMC device is checked before ums is inited.
>
> Example of use: ums for mmc devices.
>
> Signed-off-by: Przemyslaw Marczak
> Signed-off-by: Kyungmin Park
> CC: Marek Vasut
> -
Hi Tom,
I believe these qualify for the release since they are fixes/tests,
but this is up to you. To help with the process I have done a pull
request. Also I ran them through buildman (unfortunately I cannot
build all archs, but I build most). No new errors/warnings.
./tools/buildman/buildman -b
First I am fairly new to U-Boot but over the last 2 weeks I have been going
through the README files and anything else I can find that would help
resolve the issue I have. Here is a recap:
Currently the project I am working on was setup with U-Boot 2009-11-01 and
works just fine with one excep
Hi,
When using 'nandecc hw' on an OMAP3 platform, data is not being
correctly written to NAND. I see the issue on 2013.10-rc2 and 2013.07
but not on 2012.10. Specifically, when I read back a SPL binary
written with hardware Hamming ECC, I don't get a matching CRC. With
the BCH8 ECC algorithm, t
On Thu, Mar 21, 2013 at 10:21 PM, Detlev Zundel wrote:
> Hi fellow U-Boot developers,
>
> people meeting us at our booth at the Embedded World trade show in
> Nürnberg this year may already have heard rumours about it but now it is
> official - there will be an U-Boot mini-summit at the Emdedd Lin
On 08/30/2013 06:56 AM, Timur Tabi wrote:
> On Fri, Aug 30, 2013 at 5:07 AM, Shengzhou Liu
> wrote:
>
>> #ifdef CONFIG_SYS_I2C_EEPROM_NXID
>> +/* some boards with non-256-bytes EEPROM have special define */
>> +/* for MAX_NUM_PORTS in board-specific file */
>> +#ifndef MAX_NUM_PORTS
>> #define
Dear Huang Shijie,
> 于 2013年09月02日 19:32, Marek Vasut 写道:
> > This makes not much sense to me. If what you claim is true, than JFFS2 in
> > U-Boot and Linux would be incompatible for all MTD drivers. This would
> > also mean that
>
> The jffs2 in uboot and linux is compatible now. But the mtd bas
On 08/21/2013 05:12 AM, Vivek Gautam wrote:
> This adds driver layer for xHCI controller in Samsung's
> exynos5 soc. This interacts with xHCI host controller stack.
>
> Signed-off-by: Vikas C Sajjan
> Signed-off-by: Vivek Gautam
> Cc: Julius Werner
> Cc: Simon Glass
> Cc: Minkyu Kang
> Cc: Dan
Update omap4_common.h to use ti_armv7_common.h
Testing:
* Boot tested on OMAP4430 ES2.1 OMAP4460 ES1.1 SDP, OMAP4 PANDA/PANDA ES
* Verified ./MAKEALL -s omap
Signed-off-by: Lokesh Vutla
---
include/configs/omap4_common.h | 188 ++-
include/configs/omap4_pan
On Mon, Sep 2, 2013 at 8:00 PM, Tom Rini wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 08/31/2013 05:15 PM, Otavio Salvador wrote:
>> On Sat, Aug 31, 2013 at 5:52 PM, Stefano Babic wrote:
>>> Am 31/08/2013 22:03, schrieb Marek Vasut:
>>>
I suppose there will be not much pro
This change allows using every mmc device instance with ums, like eMMC
or SD cards. Now MMC device is checked before ums is inited.
Example of use: ums for mmc devices.
Signed-off-by: Przemyslaw Marczak
Signed-off-by: Kyungmin Park
CC: Marek Vasut
---
board/samsung/trats/trats.c | 12 +++
On s5pc1xx mmc devices offset is multiply of 0x10,
wrong value was 0x1. Register offset always points
to mmc 0 before this change.
Add macro definition of mmc dev register offset to s5pc1xx and
exynos mmc.
Signed-off-by: Przemyslaw Marczak
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
A
According to JEDEC eMMC specification, after data transfer
(multiple or single block) host must wait for card ready
status. This is done by waiting for command and data lines
to be at idle state after transfer. JEDEC does not specify
maximum timeout.
Before this change max timeout was 10 ms but in
This change allow to use sd card on Goni the same like mmc 0.
SD card is mmc dev 1, so it can be used like this: "fatls mmc 1:2".
SD card is inited even if eMMC initialization fails.
Signed-off-by: Przemyslaw Marczak
Signed-off-by: Kyungmin Park
CC: Minkyu Kang
---
board/samsung/goni/goni.c |
Hi Michal,
On Mon, 19 Aug 2013 09:36:33 +0200, Michal Simek
wrote:
> Hi Albert,
>
> please pull these 3 zynq patches to your arm tree.
> I have rebased the tree on the 2013.07 to remove that new nds32 patches.
>
> There is still pending the arm: lds: Remove libgcc eabi exception handling
> ta
This commit unifies board-specific USB initialization implementations
under one symbol (usb_board_init), declaration of which is available in
usb.h.
Signed-off-by: Mateusz Zalega
Signed-off-by: Kyungmin Park
Reviewed-by: Lukasz Majewski
Cc: Minkyu Kang
Cc: Marek Vasut
---
Changes since RFC (v
Hi Heiko,
Ok will work on same and get back to you in-case of any doubts.
Regards,
Rajehswari
On Tue, Sep 3, 2013 at 12:31 PM, Heiko Schocher wrote:
> Hello Rajeshwari,
>
> Am 03.09.2013 08:20, schrieb Rajeshwari S Shinde:
>
>> This patch fixes the S3C24xx I2C driver as per new I2C
>> multibus/
P1010RDB-PB is a variation of previous P1010RDB-PA board.
Henceforth we support P1010RDB-PB board instead of P1010RDB-PA.
Signed-off-by: Shengzhou Liu
---
board/freescale/p1010rdb/README | 285 +
doc/README.p1010rdb | 302 +++---
> -原始邮件-
> 发件人: "Bhupesh Sharma"
> 发送时间: 2013年9月4日 星期三
> 收件人: u-boot@lists.denx.de
> 抄送: tr...@ti.com, feng...@phytium.com.cn, "Bhupesh Sharma"
>
> 主题: [PATCH] vexpress/v8: Add support for SMSC91C111 integrated MAC and PHY
> module
>
> This patch enables ethernet support in ARMv8 fo
Adds explanation on how to select ECC scheme.
Signed-off-by: Pekon Gupta
---
board/ti/am335x/README | 43 +--
1 file changed, 41 insertions(+), 2 deletions(-)
diff --git a/board/ti/am335x/README b/board/ti/am335x/README
index 941dfbb..05e53b1 100644
--- a
With increase in NAND flash densities occurence of bit-flips has increased.
Thus stronger ECC schemes are required for detecting and correcting multiple
simultaneous bit-flips in same NAND page. But stronger ECC schemes have large
ECC syndrome which require more space in OOB/Spare.
This patch add s
This patch series add support of BCH16_ECC scheme.
As BCH16_ECC scheme generates 26bytes of ECC syndrome per 512B data,
hence this scheme is usable only for NAND devices having 4K or above
page-size, as their OOB/spare area has enough space to accomodate ECC.
This patch series is applicable over a
With increase in NAND flash densities occurence of bit-flips has increased.
Thus stronger ECC schemes are required for detecting and correcting multiple
simultaneous bit-flips in same NAND page. But stronger ECC schemes have large
ECC syndrome which require more space in OOB/Spare.
This patch add s
Hi Albert,
please pull from u-boot-imx, thanks !
The following changes since commit 326ea986ac150acdc7656d57fca647db80b50158:
Merge git://git.denx.de/u-boot-arm (2013-07-31 11:30:38 +0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
for you to fetc
Hello all,
I was away for a few days and only slowly returning to active state.
Please bear with me while I catch up. As usual, my priority will go to
PRs, then patches assigned to me. For anything urgent, mail To: me.
Amicalement,
--
Albert.
___
U-Boo
NAND boot mode on AM335x EVM has been verified, and steps
to use it has been documented and update in this README
Signed-off-by: Pekon Gupta
Acked-by: Peter Korsgaard
---
board/ti/am335x/README | 59 +++---
1 file changed, 42 insertions(+), 17 deletio
Hello Rajeshwari,
Am 03.09.2013 08:20, schrieb Rajeshwari S Shinde:
This patch fixes the S3C24xx I2C driver as per new I2C
multibus/multiadapter support for Exynos5250.
Change-Id: I95873fef7d312310670e3bb33ad9532c10f60463
Signed-off-by: Rajeshwari S Shinde
---
drivers/i2c/s3c24x0_i2c.c
Dear U-Boot maintainer,
I have two questions about mmc driver base u-boot-2013.07.
Q 1:
In mmc.c, function sd_send_op_cond(), line 506:
line 505:
if (timeout <= 0)
line 506:
return UNUSABLE_ERR;
I think it should be return TIMEOUT .
Because for MMC card or eMMC device, the progra
> "Pekon" == Pekon Gupta writes:
Pekon> NAND boot mode on AM335x EVM has been verified, and steps
Pekon> to use it has been documented and update in this README
Pekon> Signed-off-by: Pekon Gupta
Pekon> ---
Pekon> board/ti/am335x/README | 59
+++
45 matches
Mail list logo