- add CONFIG_SYS_GENERIC_BOARD
- remove CONFIG_OF_CONTROL to boot again
Signed-off-by: Heiko Schocher
Acked-by: Kim Phillips
Cc: Simon Glass
---
- changes for v2:
- added acked-by from Kim
- changes for v3:
none
- changes for v4:
none
---
include/configs/ids8313.h | 3 ++-
1 file change
move fdtdec_get_int() out of lib/fdtdec.c into lib/fdtdec_common.c
as this function is also used, if CONFIG_OF_CONTROL is not
used. Poped up on the ids8313 board using signed FIT images,
and activating CONFIG_SYS_GENERIC_BOARD. Without this patch
it shows on boot:
No valid FDT found - please appen
Enable legacy image format with CONFIG_IMAGE_FORMAT_LEGACY
on the ids8313 board, as it uses signed FIT images for booting
Linux and need the legacy image format.
Signed-off-by: Heiko Schocher
Cc: Simon Glass
Cc: Kim Phillips
Cc: Michael Conrad
---
- changes for v2:
- enable (not disable) th
- introduce CONFIG_IMAGE_FORMAT_LEGACY for enabling
booting legacy image format. Disable this per default if
CONFIG_FIT_SIGNATURE is defined.
As the ids8313 board needs legacy image format and uses
CONFIG_FIT_SIGNATURE, enable legacy image format for the
ids8313 board
- add CONFIG_SYS_GE
make the use of legacy image format configurable through
the config define CONFIG_IMAGE_FORMAT_LEGACY.
When relying on signed FIT images with required signature check
the legacy image format should be disabled. Therefore introduce
this new define and enable legacy image format if CONFIG_FIT_SIGNAT
On 19/05/2014 23:40, Fabio Estevam wrote:
> Hi Stefano,
>
> On Thu, May 8, 2014 at 2:25 PM, Fabio Estevam
> wrote:
>> Tested by booting a mainline kernel via TFTP.
>>
>> Signed-off-by: Fabio Estevam
>
> Any comments about this one?
>
Not on my side - I set it ready to be merged.
Regards,
Ste
A-007186: SerDes PLL is calibrated at reset. It is possible
for jitter to increase and cause the PLL to unlock when the
temperature delta from the time the PLL is calibrated exceeds
+56C/-66C when using X VDD of 1.35 V (or +70C/-80C when using
XnVDD of 1.5 V). No issues are seen with LC VCO. The pr
- add support for 2nd DIMM slot.
- make it work with DIMM which is less than 2GB.
Verified with two 2GB UDIMM MT9JSF25672AZ-2G1K1 in two DIMM slots.
Signed-off-by: Shengzhou Liu
---
board/freescale/t208xqds/ddr.h | 28 ++--
include/configs/T208xQDS.h | 5 +++--
2 fi
Hi,
On May 19, 2014 1:32 PM, "KJ H. Kiran" wrote:
>
> Hi Simon and Jagan,
>
> Thanks for the help. I tried your suggestions but still I could not able
to boot up my device.
> Here is what I tried:
> 1) Applied the patch from Simon's email (
http://patchwork.ozlabs.org/patch/339609/)
I think you
Hello Lars,
Am 19.05.2014 16:11, schrieb Steubesand, Lars:
Hi Heiko,
[snip]
When relying on signed FIT images with required signature check the
legacy image format should be disabled. Therefore introduce this new
define and enable legacy image format if CONFIG_FIT_SIGNATURE is not
set. If CONF
mmc dev ${devnum} will return 0 as success even if there is no card
inserted. Booting script like tegra-common-post.h will call mmc dev
${devnum} to check the mmc device status, it always return 0 even if
mmc_init() fails.
Check mmc_init() return value let mmc dev command return failure
when mmc_i
Can you tell me what you did to support the setting of the bi_boot_params for
Malta? I can't seem to find that in the generic board support files, nor
does it appear to be located in board/imgtec/malta
--
View this message in context:
http://u-boot.10912.n7.nabble.com/PATCH-v2-0-7-MIPS-Malta-ge
Hi Simon and Jagan,
Thanks for the help. I tried your suggestions but still I could not able to
boot up my device.
Here is what I tried:
1) Applied the patch from Simon's email
(.http://patchwork.ozlabs.org/patch/339609/)
2) Compiled the u-boot with my public key signed device tree of U-boot
A-007186: SerDes PLL is calibrated at reset. It is possible
for jitter to increase and cause the PLL to unlock when the
temperature delta from the time the PLL is calibrated exceeds
+56C/-66C when using X VDD of 1.35 V (or +70C/-80C when using
XnVDD of 1.5 V). No issues are seen with LC VCO. The pr
Hi, experts:
Does u-boot support being compiled by clang compiler?
Clang compiler is provied by LLVM.
Best wishes,
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi Josh,
On 05/19/2014 07:51 PM, Josh Wu wrote:
Add to code to flush the dcache after we writing in DMA buffer.
Also we need invalidate the dcache before we check the status in the
DMA buffer.
Tested in SAMA5D3x-EK with gmac0. Tftp download speed shows in below:
Disable DCache: 1.1 MiB/
Hi Andreas,
On 05/19/2014 08:23 PM, Andreas Bießmann wrote:
The new atmelimage converts a machine code BLOB to bootable ROM image. Atmel
ROM has no sophisticated image format, it only checks the first 7 ARM vectors.
The vectors can contain valid B or LDR opcodes, the 6'th vector contains the
ima
On 20/05/14 06:27, Simon Glass wrote:
> Hi Minkyu,
>
> On 15 May 2014 00:51, Minkyu Kang wrote:
>> On 03/04/14 08:24, Simon Glass wrote:
>>> At present the GPIO numbering patch has not been applied, so exynos GPIO
>>> numbering is inconsistent (there are large gaps). Disable interrupts to
>>> avo
From: Stephen Warren
DFU read support appears to rely upon dfu->read_medium() updating the
passed-by-reference len parameter to indicate the remaining size
available for reading.
dfu_read_medium_mmc() never does this, and the implementation of
dfu_read_medium_nand() will only work if called just
On 05/16/2014 05:23 PM, Stephen Warren wrote:
> From: Stephen Warren
>
> Nothing in dfu_mmc.c ever sets dfu->r_left. Consequently, reads from
> MMC DFU altsettings would return 0 bytes.
>
> Fix this by modifying dfu_read_medium_mmc() to set *len in the same way
> that dfu_nand.c's dfu_read_mediu
Hi Stefano,
On Thu, May 8, 2014 at 2:25 PM, Fabio Estevam
wrote:
> Tested by booting a mainline kernel via TFTP.
>
> Signed-off-by: Fabio Estevam
Any comments about this one?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/li
Hi Minkyu,
On 15 May 2014 00:51, Minkyu Kang wrote:
> On 03/04/14 08:24, Simon Glass wrote:
>> At present the GPIO numbering patch has not been applied, so exynos GPIO
>> numbering is inconsistent (there are large gaps). Disable interrupts to
>> avoid a crash on boot.
>
> now, gpio patch is merge
Dear Jeroen,
In message <1400532143.1985.57.camel@yellow> you wrote:
>
> > I have no idea how the tool chain was configured here, and what the
> > linker script might look like.
>
> for what it is worth:
> aarch64-linux-gnu-gcc (Ubuntu/Linaro 4.8.1-10ubuntu7) 4.8.1
> with its default linker scri
From: Sourav Poddar
The ePOS EVM and EVM SK have QSPI as an option to boot. Add a qspiboot
target that utilizes QSPI for env and so forth as an example of best
practices. As QSPI is booted from directly we need to chang
CONFIG_SYS_TEXT_BASE.
Note that on ePOS EVM the QSPI and NAND are mutually
From: Sourav Poddar
The patch populates the slave data which will be used by flash driver to
set the flash quad enable bit.
Signed-off-by: Sourav Poddar
---
drivers/spi/ti_qspi.c |1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/spi/ti_qspi.c b/drivers/spi/ti_qspi.c
index c5d2245
Hello Wolfgang,
On ma, 2014-05-19 at 20:30 +0200, Wolfgang Denk wrote:
> Dear Jeroen Hofstee,
>
> In message <1400523005.1985.33.camel@yellow> you wrote:
> >
> > mm, forget about U-Boot for a second and please consider the following,
> > complicated, program:
>
> I think we should NOT forget U-
From: Stephen Warren
usb_hub_power_on() currently waits for the maximum of (a) the hub port's
power output to become good, (b) the max time the USB specification
allows a device to take to connect.
However, these two operations must occur in series rather than in
parallel. First, the power suppl
From: Stephen Warren
Now that we wait the correct specification-mandated time at the end of
usb_hub_power_on(), I suspect that CONFIG_USB_HUB_MIN_POWER_ON_DELAY has
no purpose.
For cm_t35.h, we already wait longer than the original MIN_POWER_ON_DELAY,
so this change is safe.
For gw_ventana.h, w
Hi,
On 9 May 2014 03:25, Przemyslaw Marczak wrote:
> Hello,
>
> Some time ago I had a pleasure to work on some kind of a simple
> charger manager for u-boot. For checking battery charge level, cable
> state, and some more info I made a common calls which were implemented in
> board files, so actu
Dear Jeroen Hofstee,
In message <1400523005.1985.33.camel@yellow> you wrote:
>
> mm, forget about U-Boot for a second and please consider the following,
> complicated, program:
I think we should NOT forget U-Boot, which comes with it's own,
specifically tuned set of compiler options and linker s
Hello Wolfgang,
On ma, 2014-05-19 at 14:33 +0200, Wolfgang Denk wrote:
> Dear Jeroen,
>
> In message <1400485047.1998.17.camel@yellow> you wrote:
> >
> > > > "ADRP Xd, label
> > > ...
> > > > And apparently gcc choose to use it as such. Since the instructions in
> > >
> > > Where exactly does i
Am 18.05.2014 18:21, schrieb Bastien ROUCARIÈS:
diff --git a/boards.cfg b/boards.cfg
index 233d9da..8062975 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -168,7 +168,8 @@ Active arm arm926ejs davinci omicron
calimain
Active arm arm926ejs kirkwoodbuffal
+Tom
On 19 May 2014 07:39, Jagan Teki wrote:
>
> On Mon, May 19, 2014 at 10:06 AM, KJ H. Kiran wrote:
> >
> > Hi ,
> >
> >
> > I am trying to make a eval board from TI to boot it with the new FIT image
> > format.
> >
> >
> > I have followed the below procedure but iam getting the "No valid FDT
On Mon, May 19, 2014 at 10:06 AM, KJ H. Kiran wrote:
>
> Hi ,
>
>
> I am trying to make a eval board from TI to boot it with the new FIT image
> format.
>
>
> I have followed the below procedure but iam getting the "No valid FDT found -
> please append one to U-Boot binary, use u-boot-dtb.bin or
On Mon, 19 May 2014 19:51:27 +0800
Josh Wu wrote:
> To support dcache, we need flush DMA descriptor buffer before enable lcd
> DMA.
>
> Also we need call lcd_set_flush_dcache(1) to make lcd driver flush the
> lcd buffer if there is any change.
>
> Cc: Anatolij Gustschin
> Signed-off-by: Josh W
Hi Heiko,
[snip]
> When relying on signed FIT images with required signature check the
> legacy image format should be disabled. Therefore introduce this new
> define and enable legacy image format if CONFIG_FIT_SIGNATURE is not
> set. If CONFIG_FIT_SIGNATURE is set disable per default the legacy
Hello Lukasz,
Am 16.05.2014 10:58, schrieb Lukasz Majewski:
Hi Wolfgang, Tom,
Hi Wolfgang,
Dear Lukasz,
In message<20140515090904.32f1d13d@amdc2363> you wrote:
What I complained about is the change in behaviour. I asked
to make the existing behaviour the default, so unaware users
will
Hi Stefano,
On Thu, May 8, 2014 at 8:35 PM, Fabio Estevam wrote:
> From: Fabio Estevam
>
> Explain the necessary steps in order to boot from SPI NOR.
>
> Based on a earlier submission from Mårten Wikman.
>
> Signed-off-by: Mårten Wikman
> Signed-off-by: Fabio Estevam
> ---
> Changes since v1:
On Fri, May 16, 2014 at 05:12:04PM -0500, York Sun wrote:
> Tom,
>
> The following changes since commit 557a3319089499aa0e55d65a6b43b7137f362003:
>
> Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2014-05-13
> 17:09:28
> -0400)
>
> are available in the git repository at:
>
>
>
Dear Jeroen,
In message <1400485047.1998.17.camel@yellow> you wrote:
>
> > > "ADRP Xd, label
> > ...
> > > And apparently gcc choose to use it as such. Since the instructions in
> >
> > Where exactly does it chose to do so?
>
> In the code emitter which decide to use the following instructions
The new atmelimage converts a machine code BLOB to bootable ROM image. Atmel
ROM has no sophisticated image format, it only checks the first 7 ARM vectors.
The vectors can contain valid B or LDR opcodes, the 6'th vector contains the
image size to load.
Additionally the PMECC header can be written
For sama5d3xek we need to modify the SPL image for correct detection by ROM
code.
Signed-off-by: Andreas Bießmann
---
Changes in v3:
* add atmel_pmecc_params host tool, it generates an appropriate string for
mkimage -n switch with compiled in values also used in atmel_nand driver
Changes in v
Signed-off-by: Andreas Bießmann
Cc: Bo Shen
---
Changes in v3:
* use CONFIG_SPL_GENERATE_ATMEL_PMECC_HEADER
Changes in v2: None
include/configs/sama5d3xek.h |1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/sama5d3xek.h b/include/configs/sama5d3xek.h
index 516be85..5caa96
This series add atmelimage support to mkimage.
An atmelimage is a quite dumb image type cause it has no real header. The file
is mostly unmodified but the 6'th ARM vector gets replaced by the image size
to load.
Heiko, I know your approach setting the vector in start.S but I think this
solution i
Hi Tom,
On Fri, May 16, 2014 at 01:58:05PM -0400, Tom Rini wrote:
> On Fri, May 16, 2014 at 07:26:51PM +0200, Luka Perkov wrote:
> > when trying to build env with "-mfloat-abi=hard" I'm hitting this error:
> >
> > /opt/openwrt/trunk/staging_dir/toolchain-arm_cortex-a9+neon_gcc-4.8-linaro_uClibc-0
For at91 armv7 SoC (SAMA5D3x), only LCD and macb used DMA.
Now as the lcd and macb driver already support dcache. So we can
enable dcache now.
Also we can enable icache without any problem.
Signed-off-by: Josh Wu
---
v1 -> v2:
remove the redundant #ifndef(s).
arch/arm/cpu/armv7/at91/cpu.c |
To support dcache, we need flush DMA descriptor buffer before enable lcd
DMA.
Also we need call lcd_set_flush_dcache(1) to make lcd driver flush the
lcd buffer if there is any change.
Cc: Anatolij Gustschin
Signed-off-by: Josh Wu
---
drivers/video/atmel_hlcdfb.c |6 ++
1 file changed,
Add to code to flush the dcache after we writing in DMA buffer.
Also we need invalidate the dcache before we check the status in the
DMA buffer.
Tested in SAMA5D3x-EK with gmac0. Tftp download speed shows in below:
Disable DCache: 1.1 MiB/s
Enable DCache: 1.6 MiB/s
Increase speed w
This patch series add DCache support for macb and atmel_hlcdfb driver.
Then enabled ICache and DCache support for at91 armv7 SoC.
Tested on SAMA5D3x-EK board and AT91SAM9M10G45EK and AT91SAM9X5EK.
Change log:
v1 -> v2:
1. move the lcd_set_flush_dcache() to atmel hlcdfb driver.
2. split the at
Add cm-t54 board directory, config file. Enable build.
Basic support includes:
Serial console
SD/MMC
eMMC
USB
Ethernet
Signed-off-by: Dmitry Lifshitz
Acked-by: Igor Grinberg
---
v2: * Fixed Makefile to use board file name explicitely instead of $(BOARD).o
* Use CONFIG_SYS_SDRAM_BASE
On Sun, May 11, 2014 at 1:27 PM, Vasili Galka wrote:
>
> On Fri, May 9, 2014 at 6:08 PM, Tom Rini wrote:
>>
>> On Thu, May 08, 2014 at 02:49:35PM +0300, Vasili Galka wrote:
>> > Hi,
>> >
>> > I'm building u-boot (am335x_evm config) using arm-none-eabi toolchain
>> > under Cygwin. When trying to b
Hi, Voice
Thanks for the review.
On 5/16/2014 6:02 PM, Bo Shen wrote:
Hi Josh,
On 05/16/2014 04:52 PM, Josh Wu wrote:
Signed-off-by: Josh Wu
---
arch/arm/include/asm/arch-at91/at91sam9x5.h |2 ++
include/configs/at91sam9m10g45ek.h |1 -
include/configs/at91sam9n12ek.h
> -Original Message-
> From: Bastien ROUCARIÈS
> [mailto:roucaries.bast...@gmail.com]
> Sent: 18 May 2014 21:51
> To: u-boot@lists.denx.de
> Cc: Jamie Lentin; Prafulla Wadaskar; Albert ARIBAUD;
> Stefan Herbrechtsmeier
> Subject: [PATCH 4/4] kirkwood: Shorten DNS-325
> IDENT_STRING to mat
Add support for Cortina CS4315/CS4340 10G PHY.
- This driver loads CS43xx firmware from NOR/NAND/SPI/SD device
to initialize Cortina PHY.
- Cortina PHY has non-standard offset of PHY ID registers, thus
we define own get_phy_id() to override default get_phy_id().
- To define macro CONFIG_PHY_COR
On 05/19/2014 10:09 AM, Bo Shen wrote:
> On 05/19/2014 03:48 PM, Andreas Bießmann wrote:
>> On 05/19/2014 05:13 AM, Bo Shen wrote:
>>> On 05/16/2014 05:59 PM, Andreas Bießmann wrote:
+#define CONFIG_SPL_AT91_HEADER_USE_PMECC1
+#define CONFIG_SPL_AT91_HEADER_SECTOR_PER_PAGE4
>>>
Hi Andreas,
On 05/19/2014 03:48 PM, Andreas Bießmann wrote:
Hi Bo,
On 05/19/2014 05:13 AM, Bo Shen wrote:
On 05/16/2014 05:59 PM, Andreas Bießmann wrote:
For sama5d3xek we need to modify the SPL image for correct detection
by ROM
code.
Signed-off-by: Andreas Bießmann
---
Changes in v2:
* a
Some of the fm_port_to_index() callers did not check for -1 return value and
used -1 as an array index.
Signed-off-by: Marian Rotariu
---
drivers/net/fm/fm.h |3 ++-
drivers/net/fm/init.c |6 ++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/drivers/net/fm/fm.h b/dri
On some SoC(e.g. T2080/T4240) the 3rd DMA is not functional if SRIO2 is
chosen. we add fdt_fixup_dma3() to disable the 3rd DMA if SRIO2 is chosen.
Signed-off-by: Shengzhou Liu
---
arch/powerpc/cpu/mpc85xx/fdt.c | 47 ++
1 file changed, 47 insertions(+)
di
Hi Bo,
On 05/19/2014 05:13 AM, Bo Shen wrote:
> On 05/16/2014 05:59 PM, Andreas Bießmann wrote:
>> For sama5d3xek we need to modify the SPL image for correct detection
>> by ROM
>> code.
>>
>> Signed-off-by: Andreas Bießmann
>> ---
>>
>> Changes in v2:
>> * add -n switch to mkimage for PMECC type
Hello Wolfgang.
On zo, 2014-05-18 at 21:51 +0200, Wolfgang Denk wrote:
> In message <1400416665.2394.20.camel@yellow> you wrote:
> >
> > > > So, I think the 4kb alignment would be a requirement or restriction.
> > > > Gcc did not declare it explicitly
> > > > due to in normal world memory are al
Add CONFIG_SYS_GENERIC_BOARD to use common/board_*.c for lager.
Signed-off-by: Nobuhiro Iwamatsu
---
include/configs/lager.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/lager.h b/include/configs/lager.h
index 7b47d2e..f39a788 100644
--- a/include/configs/lager.h
+++ b/inc
Add CONFIG_SYS_GENERIC_BOARD to use common/board_*.c for koelsch.
Signed-off-by: Nobuhiro Iwamatsu
---
include/configs/koelsch.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/koelsch.h b/include/configs/koelsch.h
index d7a0c2d..3bb073f 100644
--- a/include/configs/koelsch
Add CONFIG_SYS_GENERIC_BOARD to use common/board_*.c for armadillo800eva.
Signed-off-by: Nobuhiro Iwamatsu
---
include/configs/armadillo-800eva.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/configs/armadillo-800eva.h
b/include/configs/armadillo-800eva.h
index 17a2da0..8bb932c 10
Hi ,
I am trying to make a eval board from TI to boot it with the new FIT image
format.
I have followed the below procedure but iam getting the "No valid FDT found -
please append one to U-Boot binary, use u-boot-dtb.bin or define
CONFIG_OF_EMBED." error message. Cannot find out what is the
64 matches
Mail list logo