[PATCH v2 2/2] include/u-boot/crc.h: pull 'uint' definition on musl targets

2019-12-30 Thread Sergei Trofimovich
#x27;uint' is not defined there. On glibc 'uint' comes from and happens to work on most .c files. The change imports 'uint' declaration from ''. Bug: https://bugs.gentoo.org/703132 Signed-off-by: Sergei Trofimovich --- include/u-boot/crc.h | 2 ++ 1 file c

[PATCH v2 1/2] include: fix 'ulong' definition on musl targets

2019-12-30 Thread Sergei Trofimovich
; ``` The change inlines 'ulong' define similar to 'uint' define. Bug: https://bugs.gentoo.org/703132 Signed-off-by: Sergei Trofimovich --- include/compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/compiler.h b/include/compiler.h index

Re: [PATCH] include: fix 'ulong' definition on musl targets

2019-12-30 Thread Sergei Trofimovich
On Mon, 30 Dec 2019 20:24:08 +0900 Masahiro Yamada wrote: > On Tue, Dec 17, 2019 at 9:37 PM Sergei Trofimovich wrote: > > > > The build failure was originally reported on arm64-musl > > target at https://bugs.gentoo.org/703132. Here is the amd64-musl > > variant: &g

[PATCH] include: fix 'ulong' definition on musl targets

2019-12-17 Thread Sergei Trofimovich
; ``` The change inlines 'ulong' define similar to 'uint' define. Bug: https://bugs.gentoo.org/703132 Signed-off-by: Sergei Trofimovich --- include/compiler.h | 2 +- include/u-boot/crc.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/compile

[U-Boot] [PATCH v2] usb: avoiding overflow when output capacity in 'usb storage' cmd

2010-08-09 Thread Sergei Trofimovich
From: Sergei Trofimovich Before: Marvell>> usb storage Device 0: Vendor: StoreJet Rev: Prod: Transcend Type: Hard Disk Capacity: 28759.9 MB = 28.0 GB (488397168 x 512) After: Marvell>> usb storage Device 0: Vendor: StoreJe

Re: [U-Boot] [PATCH] disk/part.c: 'usb storage' avoiding overflow when output capacity

2010-08-09 Thread Sergei Trofimovich
> You should change the version of the patch in the subject line > And you should add change log history here. Ok, will do. > You can have reference from some other patches submitted on the list Do you mean git send-email's --in-reply-to= option? -- Sergei signature.asc Description: PGP sig

[U-Boot] [PATCH] disk/part.c: 'usb storage' avoiding overflow when output capacity

2010-08-08 Thread Sergei Trofimovich
From: Sergei Trofimovich Before: Marvell>> usb storage Device 0: Vendor: StoreJet Rev: Prod: Transcend Type: Hard Disk Capacity: 28759.9 MB = 28.0 GB (488397168 x 512) After: Marvell>> usb storage Device 0: Vendor: StoreJe

[U-Boot] [PATCH] disk/part.c: 'usb storage' avoiding overflow when output capacity

2010-08-08 Thread Sergei Trofimovich
From: Sergei Trofimovich Before: Marvell>> usb storage Device 0: Vendor: StoreJet Rev: Prod: Transcend Type: Hard Disk Capacity: 28759.9 MB = 28.0 GB (488397168 x 512) After: Marvell>> usb storage Device 0: Vendor: StoreJe

Re: [U-Boot] 'usb start' works very unstable

2010-08-07 Thread Sergei Trofimovich
root device /dev/sda3... [ 22.973783] usb 1-1: device descriptor read/64, error -32 [ 23.203774] usb 1-1: device descriptor read/64, error -32 -- Sergei From 0b68e3d10c82d942a9f068bcb8d7af7711daaf24 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 7 Aug 2010 22:39:35 +0300 Subject: [PATCH] disk/part.c: 'us

Re: [U-Boot] 'usb start' works very unstable

2010-08-07 Thread Sergei Trofimovich
> > It's a tip of 'u-boot-marvell/testing' branch. > > Did you try current mainline instead? It is usually not recommended > to use any of the custodian trees and especially their testing > branches unless you know _exactly_ what these contain and what you are > looking after. I was not sure she

[U-Boot] 'usb start' works very unstable

2010-08-07 Thread Sergei Trofimovich
I have 250GB USB-HDD attached to sheevaplug and using u-boot U-Boot 2010.03-00176-g42f7128 (Aug 06 2010 - 22:24:34) Marvell-Sheevaplug It's a tip of 'u-boot-marvell/testing' branch. I'm currently booting linux kernel from NAND and using ext4 rootfs placed on this USB HDD. Everything works