[U-Boot] T1040RDB u-boot chain load u-boot

2018-06-07 Thread Nicolae Rosia
Hello, I have a u-boot-with-spl-pbl.bin booting off NAND, and now I would like to create another build of u-boot to be chain-loaded, and I would appreciate some assistance. I'm using u-boot tag v2018.05, config T1040RDB_NAND_defconfig as base. Here's what I tried Scenario 1: Checking the

[U-Boot] [PATCH] README: fix typo FAT_ENV_DEV_AND_PART

2016-11-21 Thread Nicolae Rosia
From: Nicolae Rosia <nicolae_ro...@mentor.com> The actual define symbol is FAT_ENV_DEVICE_AND_PART Signed-off-by: Nicolae Rosia <nicolae_ro...@mentor.com> --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 00830d7..d6b430a 100644

Re: [U-Boot] u-boot on qemu vexpress-a9

2016-10-28 Thread Nicolae Rosia
Hello, On Thu, Oct 27, 2016 at 3:00 PM, Nicolae Rosia <nicolae.rosia@gmail.com> wrote: > [0] https://bugs.launchpad.net/qemu/+bug/1579327?comments=all Booting a Linux kernel with -smp 4 works just fine, so I believe the bug is in u-boot. Thanks

[U-Boot] u-boot on qemu vexpress-a9

2016-10-27 Thread Nicolae Rosia
, I've also reported this on qemu [0] Best regards, Nicolae Rosia [0] https://bugs.launchpad.net/qemu/+bug/1579327?comments=all ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] power: twl6030: fix code refactoring

2016-10-17 Thread Nicolae Rosia
Hi, On Sat, Oct 15, 2016 at 8:48 PM, Tom Rini wrote: > I'll take this and do you want to do a follow up to make the file > checkpatch clean? Thanks! Either way works for me, I can do the follow up to make the file checkpatch clean. Thanks, Nicolae

Re: [U-Boot] [PATCH] power: twl6030: fix code refactoring

2016-10-15 Thread Nicolae Rosia
Hi, On Fri, Oct 14, 2016 at 4:28 PM, Paul Kocialkowski <cont...@paulk.fr> wrote: > Le jeudi 13 octobre 2016 à 13:47 +0300, Nicolae Rosia a écrit : >> From: Nicolae Rosia <nicolae.ro...@gmail.com> >> >> Commit a85362fb3e1fc7833723accddbbae431091d06b8 refactored

[U-Boot] [PATCH] power: twl6030: fix code refactoring

2016-10-13 Thread Nicolae Rosia
From: Nicolae Rosia <nicolae.ro...@gmail.com> Commit a85362fb3e1fc7833723accddbbae431091d06b8 refactored the code but the register read ended up in the wrong if branch. Currently, the else branch checks a variable which is always 0. Signed-off-by: Nicolae Rosia <nicolae_ro...@m

[U-Boot] STM32F7 Discovery hangs on master

2016-10-04 Thread Nicolae Rosia
(not desirable) makes it working again but I can't seem to write anything to the console. Offtopic: How are you developing for this board? I'm using gcc 5_4-2016q3 from [0], st-util [1] which exports a /dev/ttyACM0 UART port I'm using at 115200n8 and gdb connected to st-util gdbserver. Best regards, Nicolae

Re: [U-Boot] [RFC PATCH] SPL: FIT: Enable SPL_FIT_LOAD in RAM based boot mode

2016-05-17 Thread Nicolae Rosia
Hello Michal, I have a minor comment. On Thu, Apr 28, 2016 at 11:43 AM, Michal Simek wrote: > Support loading FIT in SPL for RAM bootmode. > CONFIG_SPL_LOAD_FIT_ADRESS points to address where FIT image is stored > in memory. > > Signed-off-by: Michal Simek

Re: [U-Boot] [PATCH] WIP: Example changes to build EFI stub for x86

2016-04-06 Thread Nicolae Rosia
32-bit payload). > > This patch provides some hints. > > Reported-by: Nicolae Rosia <nicolae.ro...@gmail.com> > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > arch/x86/include/asm/types.h | 12 > configs/qemu-x86_defconfig | 3 +++ > i

[U-Boot] EFI Stub compilation errors

2016-04-05 Thread Nicolae Rosia
Hello, I'm trying to build U-Boot as an UEFI Payload, head 4ed6ed3c27a069a00c8a557d606a05276cc4653e, branch master. I did the following: make qemu-x86_defconfig make menuconfig Enable the following: CONFIG_EFI=y EFI_STUB=y EFI_STUB_64BIT=y make I gets lots of warnings ([0]) and the following

Re: [U-Boot] Variable content dump to memory

2016-03-25 Thread Nicolae Rosia
On Thu, Mar 24, 2016 at 7:51 PM, James Chargin wrote: [...] > You weren't completely specific about your needs, but assuming you are > wanting to write a U-Boot environment variable to memory, try something like > You're right. I'm trying to do the following: U-Boot# setenv

[U-Boot] Variable content dump to memory

2016-03-24 Thread Nicolae Rosia
Hello, I'm trying to write the contents of a variable to a file using ext4write but it requires a memory address as input. Is there an easy way to get the contents of a variable to a particular mem address? Best regards, Nicolae ___ U-Boot mailing list