Tim Harvey wrote:
> When enabling PCI support in u-boot my 3.14 kernel hangs somewhere
> during PCI init or enumeration (can't tell as uart is not up yet)
Enabling "earlyprintk" support may help.
> David, on your board(s) do you have a PCIe switch as well?
Not yet, but this (using a PEX8603) i
Hi,
I have a sdcard with a messed up partition table with a FAT signature on
the header. This is readable under linux but not when I do a 'fatls' which
results in "Partition 1 not valid on device 0".
Before get_device_and_partition() was introduced this was still working
because reading the 'fatl
Hi Masahiro,
On 4 June 2014 20:11, Masahiro Yamada wrote:
> There are many source files shared between U-boot image and tools.
> Instead of adding a lot of dummy wrapper files that just include
> the corresponding file in lib/ or common/ directory,
> Makefile should automatically generate them.
>
On 4 June 2014 04:39, Masahiro Yamada wrote:
>
> The tools mkimage, dumpimage, fit_info, fit_check_sign
> always have the common libraries to be linked,
> so HOSTLOADLIBES_* can be consolidated a little bit.
>
> Signed-off-by: Masahiro Yamada
Acked-by: Simon Glass
__
Hi Thomas,
On 3 June 2014 16:00, wrote:
> From: Thomas Betker
>
> run_command() returns 0 for success, 1 for failure. Fix places which
> assume that failure is indicated by a negative return code.
>
> Signed-off-by: Thomas Betker
>
This looks good but it has not appeared on patchwork. I'm not
Hi Simon,
On Wed, 4 Jun 2014 19:39:14 +0900
Masahiro Yamada wrote:
> We have many files in tools/ which include their
> counterpart .c files in lib/ or common/.
>
> It seems better to directly generate .o files from lib/*.c
> or common/*.c.
>
> Signed-off-by: Masahiro Yamada
> ---
I was t
There are many source files shared between U-boot image and tools.
Instead of adding a lot of dummy wrapper files that just include
the corresponding file in lib/ or common/ directory,
Makefile should automatically generate them.
The original inspiration for this came from
scripts/Makefile.asm-gen
On Fri, May 30, 2014 at 12:04 AM, "David Müller (ELSOFT AG)"
wrote:
> Fabio Estevam wrote:
>> On Wed, May 28, 2014 at 4:40 AM, "David Müller (ELSOFT AG)"
>> wrote:
>>> I use an additional delay in imx6_add_pcie_port() as a workaround so far.
>>
>> How much of additional delay? Could you please sh
LS2100A is an ARMv8 implementation. This adds board support for emulator
and simulator:
Two DDR controllers
UART2 is used as the console
IFC timing is tightened for speedy booting
Support DDR3 and DDR4 as separated targets
Management Complex (MC) is enabled
Signed-off-by: York Sun
Signe
Freescale LayerScape with Chassis Generation 3 is a set of SoCs with
ARMv8 cores and 3rd generation of Chassis. We use different MMU setup
to support memory map and cache attribute for these SoCs. MMU and cache
are enabled very early to bootst performance, especially for early
development on emulat
From: "J. German Rivera"
Adding support to load and start the Layerscape Management Complex (MC)
firmware. First, the MC GCR register is set to 0 to reset all cores. MC
firmware and DPL images are copied from their location in NOR flash to
DDR. MC registers are updated with the location of these
Make MMU function reusable. Platform code can setup its own MMU tables.
Signed-off-by: York Sun
CC: David Feng
---
Change log
v5: Drop the addition of inline function set_pgtable_section() from v4
It is only used twice and causes confusion.
v4: new patch, splitted from v3 2/4
Revise
From: "J. German Rivera"
This is needed for accessing peripherals with 64-bit MMIO registers,
from ARMv8 processors.
Signed-off-by: J. German Rivera
---
Change log
v5: no change
v4: no change
v3: no change
arch/arm/include/asm/io.h |8
1 file changed, 8 insertions(+)
diff --g
On 06/02/2014 11:01 AM, Mark Rutland wrote:
> On Mon, Jun 02, 2014 at 05:06:13PM +0100, York Sun wrote:
>> On 06/02/2014 04:34 AM, Mark Rutland wrote:
>>> On Thu, May 29, 2014 at 09:49:05PM +0100, York Sun wrote:
Make MMU functions reusable. Platform code can setup its own MMU tables.
>>>
>>>
I am trying to run u-boot falcon mode on zynq-microzed board and i am
following README-falcon. There are two methods with spl export i.e. ATAGS
blob and FDT blob.
I am using FDT in spl export.
Is the DT blob (fdt) needs to get
prepard/patched for this board (zynq-microzed)?
If yes, when i run "r
Hi Albert and Masahiro,
surprisingly I have tested zynq in Tom's repo and
I am getting stuck in full u-boot.
I have also tried SPL with MMC and it is hanging in the same location
U-Boot SPL 2014.07-rc2-00063-g3fe1a8545b55 (Jun 04 2014 - 11:57:12)
mmc boot
reading system.dtb
spl_load_image_fat_os:
Hi Simon,
On Tue, 3 Jun 2014 09:51:59 -0600
Simon Glass wrote:
> Hi Masahiro,
>
> On 3 June 2014 06:02, Masahiro Yamada wrote:
>
> > Hi Simon,
> >
> > On Mon, 2 Jun 2014 21:40:05 -0600
> > Simon Glass wrote:
> >
> > > Hi Masahiro,
> > >
> > > I see that we have a few files in tools/ which #
We have many files in tools/ which include their
counterpart .c files in lib/ or common/.
It seems better to directly generate .o files from lib/*.c
or common/*.c.
Signed-off-by: Masahiro Yamada
---
tools/Makefile| 52 ---
tools/common/Ma
The tools mkimage, dumpimage, fit_info, fit_check_sign
always have the common libraries to be linked,
so HOSTLOADLIBES_* can be consolidated a little bit.
Signed-off-by: Masahiro Yamada
---
tools/Makefile | 19 +--
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/t
Masahiro Yamada (2):
tools: refactor HOSTLOADLIBES_* options
tools: avoid including .c files in lib/ or common/
tools/Makefile| 71 ---
tools/common/Makefile | 18 +
tools/crc32.c | 1 -
tools/env_embedded.c | 1
On Wed, Jun 4, 2014 at 5:31 AM, Vishal Bhoj wrote:
> Hi,
>
> Thanks for the help. I am able to boot the kernel on foundation models but
> unable to boot the kernel on the FVP base models. The model itself seem to
> hang while booting the kernel. Here is the log:
> http://pastebin.com/HajuPFZ1
>
>
For usage of timer6 within B&R we need this defines to enable clock
modules and clk-source.
Also the 'Timer register bits' are expanded.
By the way we add defines for all timers within AM335x SoC.
Cc: tr...@ti.com
Signed-off-by: Hannes Petermaier
---
arch/arm/include/asm/arch-am33xx/cpu.h |
Signed-off-by: Hannes Petermaier
---
include/configs/bur_am335x_common.h |2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/bur_am335x_common.h
b/include/configs/bur_am335x_common.h
index 7dc91be..edb07b1 100644
--- a/include/configs/bur_am335x_common.h
+++ b/include/config
On Tue, 2014-06-03 at 21:49 +0200, Hans de Goede wrote:
> Hi Ian,
>
> On 05/31/2014 06:36 PM, Ian Campbell wrote:
> > This enables the necessary clocks, in AHB0 and in PLL6_CFG. This is done
> > for sun7i only since I don't have access to any other sunxi platformsw
> > with sata included.
> >
> >
Cc: tr...@ti.com
Signed-off-by: Hannes Petermaier
---
board/BuR/tseries/mux.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/board/BuR/tseries/mux.c b/board/BuR/tseries/mux.c
index 3c76e96..af09bd6 100644
--- a/board/BuR/tseries/mux.c
+++ b/board/BuR/tseries/mux.c
@@ -
Hi Simon,
On Mon, 2 Jun 2014 20:28:48 -0600
Simon Glass wrote:
> Hi Masahiro,
>
> On 2 June 2014 01:44, Masahiro Yamada wrote:
> > Hi Simon,
> >
> > I found an odd behavior of Patman.
> >
> > If I run Patman during "git rebase -i",
> > Patman rewrites git-log, stripping all the Patman-tags.
>
in almost all cases we need the i2c commands within the u-boot shell.
So we enable them within the common section.
Cc: tr...@ti.com
Signed-off-by: Hannes Petermaier
---
include/configs/bur_am335x_common.h |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/configs/bur_
if we have no NAND-Chip, we don't need the gpmc-controller and therefore
is no need to init it.
Cc: tr...@ti.com
Signed-off-by: Hannes Petermaier
---
board/BuR/tseries/board.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/board/BuR/tseries/board.c b/board/BuR/tseries/board.c
index 761
Cc: tr...@ti.com
Signed-off-by: Hannes Petermaier
---
board/BuR/tseries/mux.c |5 +
1 file changed, 5 insertions(+)
diff --git a/board/BuR/tseries/mux.c b/board/BuR/tseries/mux.c
index af09bd6..210ac71 100644
--- a/board/BuR/tseries/mux.c
+++ b/board/BuR/tseries/mux.c
@@ -27,6 +27,11 @@
29 matches
Mail list logo