Dear Wolfgang,
Wolfgang Denk denx.de> writes:
>
> Dear Rommel,
>
> In message post.gmane.org> you wrote:
> >
>
> Use "go", this was made for the purpose at hand!
Thanks for the comments! I will give it a "go" next time :-)
>
> Best regards,
>
> Wolfgang Denk
>
All the best,
Rommel
Dear Mazen
mazen.e gmail.com> writes:
>
> Thanks Wolfgang,
>
> I will do and post the result.
>
> Many thanks.
I've never got "bootm" to run any of the standalone applications in the
example directory but through trial and error (maybe luck) "bootelf" works
for me. I've tested that this wo
Dear Simon Glass,
Simon Glass chromium.org> writes:
>
> Support the iotrace feature for sandbox, and enable it, using some dummy
> I/O access methods.
>
> Signed-off-by: Simon Glass chromium.org>
> ---
>
> diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
> index fa62cb6.
Dear Prabhakar Kushwaha,
Prabhakar Kushwaha freescale.com> writes:
>
> Add support of 2 stage NAND, SD, SPI boot loader using SPL framework.
> here, PBL initialise the internal SRAM and copy SPL(160KB). This further
> initialise DDR using SPD and environment and copy u-boot(768 KB) from NAND
t
Dear Prabhakar Kushwaha,
Prabhakar Kushwaha freescale.com> writes:
>
>
> On 4/1/2014 4:40 AM, Rommel G Custodio wrote:
> > Dear Prabhakar Kushwaha,
> >
> > Prabhakar Kushwaha freescale.com> writes:
> >
8>< snipped ><8
> >>
Rommel G Custodio gmail.com> writes:
>
> Dear Prabhakar Kushwaha,
>
> Prabhakar Kushwaha freescale.com> writes:
>
> >
> > Add support of 2 stage NAND, SD, SPI boot loader using SPL framework.
> > here, PBL initialise the internal SRAM and copy SPL(
Dear Prabhakar Kushwaha,
Prabhakar Kushwaha freescale.com> writes:
>
> Add support of 2 stage NAND, SD, SPI boot loader using SPL framework.
> here, PBL initialise the internal SRAM and copy SPL(160KB). This further
> initialise DDR using SPD and environment and copy u-boot(768 KB) from NAND
t
Dear Priyanka Jain,
Priyanka Jain freescale.com> writes:
>
> Add support of 2-stage T1040QDS SPI bootloader using SPL framework.
> In this, PBL (hardware) initializes SRAM (256K) and copy SPL
> (192K) from SPI flash to SRAM and transfer control to SPL.
> This SPL bootloader furthur initializes
Dear Pantelis Antoniou
Pantelis Antoniou antoniou-consulting.com> writes:
>
> Remove the in-structure ops and put them in mmc_ops with
> a constant pointer to it.
>
> This makes the mmc structure smaller as well as conserving
> code space (in theory).
First build is latest master. Second buil
This implements stashing of bootstage timing data to FDT and automatic
timing reporting. To enable define CONFIG_BOOTSTAGE_FDT and
CONFIG_BOOTSTAGE_REPORT respectively.
Signed-off-by: Rommel G Custodio
---
arch/powerpc/lib/bootm.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/arch
The conditional is using a variable that is not defined.
Signed-off-by: Rommel G Custodio
---
arch/arm/lib/bootm.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c
index a8295bf..7f1b2e0 100644
--- a/arch/arm/lib/bootm.c
+++ b
In arm, it seems there is a discrepancy in the code. The fdt stashing code
uses an undefined variable.
In powerpc, implement fdt stashing and pre-boot reporting of bootstage
timing data.
Fixed a typo in the commit log.
Rommel G Custodio (2):
bootstage: arm: fix fdt stashing code
bootstage
This implements stashing of bootstage timing data to FDT and automatic
timing reporting. To enable define CONFIG_BOOTSTAGE_FDT and
CONFIG_BOOTSTAGE_REPORT respectively.
Signed-off-by: Rommel G Custodio
---
arch/powerpc/lib/bootm.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/arch
In arm, it seems there is a discrepancy in the code. The fdt stashing code
uses an undefined variable.
In powerpc, implement fdt stashing and pre-boot reporting of bootstage
timing data.
Rommel G Custodio (2):
bootstage: arm: fix fdt stashing code
ootstage: powerpc: support fdt stash and
The conditional is using a variable that is not defined.
Signed-off-by: Rommel G Custodio
---
arch/arm/lib/bootm.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/arch/arm/lib/bootm.c b/arch/arm/lib/bootm.c
index a8295bf..7f1b2e0 100644
--- a/arch/arm/lib/bootm.c
+++ b
Dear Abdullah Yıldız,
Abdullah Yıldız cse.yeditepe.edu.tr> writes:
>
> Hi Albert,
>
> On Mon, Feb 17, 2014 at 1:58 PM, Albert ARIBAUD
> aribaud.net> wrote:
> > Hi Abdullah,
> >
> > On Mon, 17 Feb 2014 13:10:52 +0200, Abdullah Yıldız
> > cse.yeditepe.edu.tr> wrote:
> >
> >> Hi Simon,
> >>
> >
Dear Franck Jullien,
Franck Jullien gmail.com> writes:
>
> Hi,
>
> I'd like to know if I have understood it correctly.
>
> When first time booting from NOR, the RCW and PBI must be written
> using the JTAG. The last instruction of the PBI must be a jump
> (0x13_8080) to the user's code (uboot
Dear Christian Eggers
Christian Eggers gmx.de> writes:
>
> do_bootm_standanlone() calls ntohl(images->ep) which is wrong because
> endianess conversion has already been done:
>
> do_bootm()
> \-do_bootm_states()
> +-bootm_find_os()
> | \-images.ep = image_get_ep();
> | \-uimage_to_cpu(
Dear Marek Vasut,
Marek Vasut denx.de> writes:
> +/*
> + * Warning! This array is used with the memcpy_16() function, thus
> + * it must be aligned to 2 bytes. GCC can make this array unaligned
> + * as the array is made of unsigned char, which memcpy16() doesn't
> + * like and will cause unalig
Dear tvpatel12,
tvpatel12 gmail.com> writes:
>
> Hi,
>
> I can't understand that why u-boot code relocate itself form flash to RAM?
> why it doesn't execute from flash?
> Can anybody explain. Plz
Read the very first paragraph of http://www.denx.de/wiki/DULG/DebuggingUBoot
>
> Tejas
All the
Dear Andreas Bießmann
On 2013.07/21, Andreas Bießmann wrote:
> I just copied the patch provided by Rommel and tested reading an ext4 on avr32
> machine. List content and read data from it worked, but I can't say anything
> about ext4write which Rommel says to fix with that patch.
Thanks for updat
>From 08b32b6511035c4a558773a992eb1ffa63521349 Mon Sep 17 00:00:00 2001
In-Reply-To: <20130719090305.16c47d8e@amdc308.digital.local>
References: <20130719090305.16c47d8e@amdc308.digital.local>
From: Rommel G Custodio
Date: Sat, 20 Jul 2013 17:03:23 +0900
Subject: [PATCH,
Dear Stefan Rose,
On 2013.02/22, Stefan Roese wrote:
> diff --git a/arch/powerpc/cpu/ppc4xx/Makefile
> b/arch/powerpc/cpu/ppc4xx/Makefile
> index 8da2f86..e301dc6 100644
> --- a/arch/powerpc/cpu/ppc4xx/Makefile
> +++ b/arch/powerpc/cpu/ppc4xx/Makefile
> @@ -68,6 +68,10 @@ COBJS += miiphy.o
Dear Frank,
On 2013.02/05, Frank Lombardo wrote:
> Rommel,
>
> I am using your recently posted patch to boot my custom Virtex4 board with
> XMD. Execution gets stuck in the NS16550_init() function. It gets stuck
> at this line:
So you're not jumping to random addresses anymore.
>
> #if (!def
dozir24,r5,6486
Comments are very much welcome.
All the best,
Rommel
During RAM boot first instruction at offset 0 of load the load
address should be a branch to _start.
Signed-off-by: Rommel G Custodio
---
arch/powerpc/cpu/ppc4xx/start.S | 5 +
boards.cfg | 2
On 2013.01/29, DrEagle wrote:
> Hi all,
>
> > > -Original Message-
> > > From: u-boot-bounces at lists.denx.de [mailto:u-boot-
> > > bounces at lists.denx.de] On Behalf Of DrEagle
> > > Sent: 22 September 2012 12:45
> > > To: DrEagle
> > > Cc: Lior Amsalem; u-boot at lists.denx.de; uboot a
Dear Michal,
On 2013.01/23, Michal Simek wrote:
> All these files was used for ancient xilinx drivers
> which are finally gone.
>
> Signed-off-by: Michal Simek
> ---
> board/xilinx/common/xbasic_types.c | 165
> board/xilinx/common/xbasic_types.h | 283 --
> board/xil
Dear Michal,
On 2013.01/23, Michal Simek wrote:
> There is new driver in the driver folder.
>
> Signed-off-by: Michal Simek
> ---
> board/xilinx/xilinx_iic/xiic_l.c | 484
> --
> board/xilinx/xilinx_iic/xiic_l.h | 150
> 2 files changed, 0 ins
Dear All
On 2012.11/11, Vasily Khoruzhick wrote:
> On Sun, Nov 11, 2012 at 10:10 PM, Andreas Puls wrote:
> > Hello everyone,
> >
> >
> > i have a problem with the latest stable U-Boot 2012.10 and a Toradex
> > Colibri PXA270 V2.4a Board and a upating the kernel.
> >
> > The problem apears when i
state.
This patch also moves the process inside sdhci_init().
Signed-off-by: Rommel G Custodio
---
drivers/mmc/sdhci.c | 15 ---
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c
index 7845f87..fae2169 100644
--- a/drivers/mmc
Dear All, Jaehoon Chung
On 2012.09/21, Jaehoon Chung wrote:
> In host-control register, DMA select bit field is present.
> BUt in sdhci.c, didn't select for DMA.
This is an FYI.
Maybe others will encounter the same problem I had.
This code has recently been mainlined and it has caused some probl
31 matches
Mail list logo