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

2019-12-30 Thread Sergei Trofimovich
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 changed, 2 insertions(+) diff --git a/include/u-boot/crc.h b

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

2019-12-30 Thread Sergei Trofimovich
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 29507f9840..90372f239c 100644 --- a/include/compiler.h +++ b

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
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/compiler.h b/include/compiler.h index 29507f9840..90372f239c 100644

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

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

2010-08-09 Thread Sergei Trofimovich
From: Sergei Trofimovich sly...@gentoo.org 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: StoreJet Rev

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

2010-08-08 Thread Sergei Trofimovich
From: Sergei Trofimovich sly...@gentoo.org 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: StoreJet Rev

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

2010-08-08 Thread Sergei Trofimovich
From: Sergei Trofimovich sly...@gentoo.org 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: StoreJet Rev

[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

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

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

2010-08-07 Thread Sergei Trofimovich
2001 From: Sergei Trofimovich sly...@gentoo.org Date: Sat, 7 Aug 2010 22:39:35 +0300 Subject: [PATCH] disk/part.c: 'usb storage' avoiding overflow when output capacity Before: Marvell usb storage Device 0: Vendor: StoreJet Rev: Prod: Transcend Type: Hard Disk