Re: [U-Boot] [PATCH] sunxi: Ampe A76 support

2015-02-02 Thread Hans de Goede
Hi, On 02-02-15 23:04, Paul Kocialkowski wrote: Signed-off-by: Paul Kocialkowski Thanks I've queued this up for merging in u-boot-sunxi/next. Regards, Hans --- board/sunxi/MAINTAINERS| 5 + configs/Ampe_A76_defconfig | 15 +++ 2 files changed, 20 insertions(+) c

[U-Boot] [PATCH] mpc85xx/t104xrdb : remove raw timing parameter

2015-02-02 Thread Vijay Rai
This board actually uses DIMM, so removing unnecessary raw timing parameter code. Signed-off-by: Vijay Rai --- board/freescale/t104xrdb/ddr.c | 15 --- board/freescale/t104xrdb/ddr.h | 29 - include/configs/T104xRDB.h |1 - 3 files chan

[U-Boot] [PATCH] RSA depends on DM

2015-02-02 Thread Chris Kuethe
Discovered while experimenting with signature checking on vexpress which doesn't typically use DM. Rather than complaining about unmet dependencies it might be better to enable those them. --- lib/rsa/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/rsa/Kconfig b/lib/rsa/Kconfig in

Re: [U-Boot] Zynq Zybo booting with mainline U-Boot

2015-02-02 Thread Masahiro Yamada
Hi Simon, On Mon, 2 Feb 2015 22:00:25 -0700 Simon Glass wrote: > Hi, > > I have one of boards and would like to get mainline U-Boot booting on it. > > I have followed the instructions for creating a BOOT.BIN file comprised of: > > - boot.elf > - .bit file > - u-boot.elf > > and putting it o

[U-Boot] [PATCH] arm: spear: Move to generic board support

2015-02-02 Thread Stefan Roese
Without this change the board support for these SPEAr boards would be dropped soon. Generic board support seems to work just fine. Signed-off-by: Stefan Roese Cc: Viresh Kumar Cc: Vipin Kumar --- Unfortunately I missed the merge window by one day. I totally forget to check here. But I'm current

Re: [U-Boot] 0001-Adding-Support-for-BAV335x-boards.patch

2015-02-02 Thread Gilles
Hi Wolfgang, > You are probably not the first person to run into such issues. So > before asking for exceptions from the rules, you should look around > how other developers have solved the problems you are facing. Apologies about this. I just fixed all the problems and will re-submit the clean

Re: [U-Boot] Raspberry Pi GPIO interacts with u-boot

2015-02-02 Thread Stephen Warren
On 02/02/2015 06:13 PM, Simon Glass wrote: ... >> On Jan 29, 2015 5:24 PM, "Simon Glass" wrote: >>> On 29 January 2015 at 14:03, Reza Nikoopour wrote: Hey guys, I'm working on setting up an NTP server using the following: Raspberry Pi Model B+ > Raspberry PI GPS

Re: [U-Boot] [PATCH 2/9] sunxi: Move SPL s_init() code to board_init_f()

2015-02-02 Thread Simon Glass
Hi, On 2 February 2015 at 01:07, Hans de Goede wrote: > Hi Simon, Siarhei, > > On 01-02-15 21:59, Simon Glass wrote: >> >> Hi Siarhei, >> >> On 1 February 2015 at 11:37, Siarhei Siamashka >> > > > > >>> A comprehensive FEL usage guide is supposed to be in the linux-sunxi >>> wiki. But it might

Re: [U-Boot] [PATCH v4 6/6] Exynos: clock: change mask bits as per peripheral

2015-02-02 Thread Joonyoung Shim
Hi, On 02/02/2015 09:19 PM, Akshay Saraswat wrote: > We have assumed and kept mask bits for divider and pre-divider > as 0xf and 0xff, respectively. But these mask bits change from > one peripheral to another, and hence, need to be specified in > accordance with the peripherals. > > Signed-off-by

Re: [U-Boot] 0001-Adding-Support-for-BAV335x-boards.patch

2015-02-02 Thread Wolfgang Denk
Dear Gilles, In message <2e38a6a5-f189-4769-b358-f2ec13d5e...@gigadevices.com> you wrote: > > Huh.. my bad, I actually had my tabs set to 4 on the screen. > > Can you at least consider allowing me to use spaces to indent that > header file? Placing the entire u-boot environment variables in one

[U-Boot] [PATCH 2/2] ARM: UniPhier: set I2C offset length of on-board EEPROM in DTS

2015-02-02 Thread Masahiro Yamada
The EEPROM chip on the UniPhier reference daughter board expects 2-byte offset address. Since 7132b9fd68a1 (dm: i2c: dts: Support an offset-len device tree property), I2C sub-nodes can have "u-boot,i2c-offset-len" property. It is convenient to set the default I2C offset address length in Device T

[U-Boot] [PATCH 1/2] ARM: UniPhier: move EEPROM device node into a separate DTS

2015-02-02 Thread Masahiro Yamada
This EEPROM chip is installed on the expansion board commonly used on UniPhier platform. To avoid duplicated description, move the EEPROM node to a separate file and include it from other device tree sources. Signed-off-by: Masahiro Yamada --- arch/arm/dts/uniphier-ph1-ld4-ref.dts | 5 +

Re: [U-Boot] 0001-Adding-Support-for-BAV335x-boards.patch

2015-02-02 Thread Gilles
Hi Wolfgang, Huh.. my bad, I actually had my tabs set to 4 on the screen. Can you at least consider allowing me to use spaces to indent that header file? Placing the entire u-boot environment variables in one string without any indentation of sorts would make that code highly un-readable. And w

[U-Boot] [PATCH 0/2] Refactor EEPROM device tree and add default offset length

2015-02-02 Thread Masahiro Yamada
Masahiro Yamada (2): ARM: UniPhier: move EEPROM device node into a separate DTS ARM: UniPhier: set I2C offset length of on-board EEPROM in DTS arch/arm/dts/uniphier-ph1-ld4-ref.dts | 5 + arch/arm/dts/uniphier-ph1-pro4-ref.dts | 5 + arch/arm/dts/uniphier-ph1-sld3-ref.dts |

[U-Boot] powerpc/e5500: looks like init is setting a reserved HID0 bit in start.S?

2015-02-02 Thread Robert E Cochran
Hi, I noticed in cpu/mpc85xx/start.S that for ENABLE_36BIT_PHYS builds, HID0_ENMAS7 is set for E5500/T1040 builds, but the E5500 reference manual shows the bit doesn't exist. If the bit truly doesn't exist, should the code be patched or is it not worth the #ifdef? Bob start.S:309: #if d

Re: [U-Boot] [PATCH v2 1/5] microblaze: Move architecture to use generic board init

2015-02-02 Thread Simon Glass
Hi Michal, On 2 February 2015 at 08:46, Michal Simek wrote: > Compile code with -fPIC to get GOT. Do not build SPL > with fPIC because it increasing SPL size for nothing. > > Signed-off-by: Michal Simek > --- > > Changes in v2: > - Use dram_init instead of init_func_ram() > Suggested by Simon

[U-Boot] Zynq Zybo booting with mainline U-Boot

2015-02-02 Thread Simon Glass
Hi, I have one of boards and would like to get mainline U-Boot booting on it. I have followed the instructions for creating a BOOT.BIN file comprised of: - boot.elf - .bit file - u-boot.elf and putting it on a a micro-SD card. This works OK with the diligent master branch from github. I can bo

[U-Boot] [PATCH] ARM: UniPhier: remove dummy gpio.h

2015-02-02 Thread Masahiro Yamada
This dummy header was introduced by commit 630bf80ebb34 (ARM: UniPhier: add dummy gpio.h to enable CONFIG_OF_CONTROL). Thanks to commit a08d643dbd85 (dm: Drop gpio.h header from fdtdec.c), such an ugly workaround is no longer needed. Signed-off-by: Masahiro Yamada --- arch/arm/include/asm/arch

[U-Boot] [PATCH v2] ARM: at91: at91sam9rlek: update the default nand flash configs

2015-02-02 Thread Josh Wu
Update the nand flash offset mapping, default nand bootcmand and bootargs to align with linux4sam.org. Signed-off-by: Josh Wu Acked-by: Bo Shen --- Changes in v2: - modify the BOOTCMD to load both kernel and dtb. include/configs/at91sam9rlek.h | 18 +++--- 1 file changed, 11 inser

Re: [U-Boot] U-Boot gitweb

2015-02-02 Thread Bin Meng
Hello, On Mon, Feb 2, 2015 at 3:47 PM, Nable wrote: > Hi! > > I can also see the same issue. > It looks like some problem with permissions: > """ > Forbidden > You don't have permission to access /gitweb.css on this server. > Apache/2.2.22 (Debian) Server at git.denx.de Port 80 > """ > > Error 40

Re: [U-Boot] [RFC PATCH] dm: Add support for all targets which requires MANUAL_RELOC

2015-02-02 Thread Masahiro Yamada
Hi. On Mon, 2 Feb 2015 16:57:15 -0700 Simon Glass wrote: > Hi Michal, > > On 2 February 2015 at 08:31, Michal Simek wrote: > > Targets with CONFIG_NEEDS_MANUAL_RELOC do not use REL/RELA > > relocation (mostly only GOT) where functions aray are not > > updated. This patch is fixing function po

Re: [U-Boot] [PATCH v2] arm: spl: Allow board_init_r() to run with a larger stack

2015-02-02 Thread Tom Rini
On Mon, Feb 02, 2015 at 12:30:59PM -0700, Simon Glass wrote: > Hi Tom, > > On 2 February 2015 at 11:57, Tom Rini wrote: > > On Mon, Feb 02, 2015 at 11:16:16AM -0700, Simon Glass wrote: > >> Hi Albert, > >> > >> On 31 January 2015 at 15:36, Albert ARIBAUD > >> wrote: > >> > Hello Simon, > >> > >

Re: [U-Boot] [PATCH 0/2] ARM: at91: at91sam9rlek: add mmc config for at91sam9rlek

2015-02-02 Thread Bo Shen
Hi Josh, On 02/02/2015 05:50 PM, Josh Wu wrote: This patch series will enable mmc support on at91sam9rlek board. And also add a MMC config for it. Josh Wu (2): ARM: at91: at91sam9rlek: add mci support ARM: at91: at91sam9rlek: add mmc environment configuration For this series: Acked-by

Re: [U-Boot] Raspberry Pi GPIO interacts with u-boot

2015-02-02 Thread Simon Glass
Hi Reza, On 29 January 2015 at 20:40, Reza Nikoopour wrote: > Hey Simon, > > It seems like Crochet doesn't actually build U-boot with specifying which > config to use. > > I'm looking up how to build uboot using rpi_b.h OK. Please don't top post. The config is now called 'rpi'. Are you using th

Re: [U-Boot] [PATCH] ARM: at91: at91sam9rlek: update the default nand flash configs

2015-02-02 Thread Bo Shen
Hi Josh On 02/02/2015 05:31 PM, Josh Wu wrote: Update the nand flash offset mapping, default nand bootcmand and bootargs to align with linux4sam.org. Signed-off-by: Josh Wu except the following concern: Acked-by: Bo Shen --- include/configs/at91sam9rlek.h | 16 +--- 1 fil

Re: [U-Boot] [PATCH V3] cmd_i2c: Provide option for bulk 'i2c write' in one transaction

2015-02-02 Thread Simon Glass
Hi, On 30 January 2015 at 10:56, Lubomir Popov wrote: > I2C chips do exist that require a write of some multi-byte data to occur in > a single bus transaction (aka atomic transfer), otherwise either the write > does not come into effect at all, or normal operation of internal circuitry > cannot b

Re: [U-Boot] [PATCH RFT v2] gpio: at91: Fix getting address of private data

2015-02-02 Thread Simon Glass
On 30 January 2015 at 23:47, Axel Lin wrote: > Use dev_get_priv() rather than dev_get_platdata() to get correct address of > private data. > > Signed-off-by: Axel Lin > --- > v2: Fix an obvious typo in subject line (s/addres/address). > drivers/gpio/at91_gpio.c | 10 +- > 1 file changed,

Re: [U-Boot] [PATCH] gpio: omap: Pass correct argument to _get_gpio_direction()

2015-02-02 Thread Simon Glass
HI Axel, On 31 January 2015 at 07:23, Axel Lin wrote: > Pass bank rather than bank->base to _get_gpio_direction(). > > Signed-off-by: Axel Lin > --- > drivers/gpio/omap_gpio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpio/omap_gpio.c b/drivers/gpio/omap_g

[U-Boot] [RFC PATCH v2 5/8] net: Add basic driver model support to Ethernet stack

2015-02-02 Thread Joe Hershberger
First just add support for MAC drivers. Signed-off-by: Joe Hershberger --- Changes in v2: -Updated comments -Removed extra parentheses -Changed eth_uclass_priv local var names to be uc_priv -Update error codes -Cause an invalid name to fail binding -Rebase on top of dm/master -Stop maintaining

[U-Boot] [RFC PATCH v2 8/8] net: Add actual networking support to sandbox's driver

2015-02-02 Thread Joe Hershberger
This doesn't build right now Signed-off-by: Joe Hershberger --- Changes in v2: -Added the raw packet proof-of-concept patch. drivers/net/sandbox-raw.c | 60 +++ drivers/net/sandbox.c | 23 ++ 2 files changed, 83 insertions(+) cr

[U-Boot] [RFC PATCH v2 1/8] net: Provide a function to get the current MAC address

2015-02-02 Thread Joe Hershberger
The current implementation exposes the eth_device struct to code that needs to access the MAC address. Add a wrapper function for this to abstract away the pointer for this operation. Signed-off-by: Joe Hershberger --- Changes in v2: None arch/mips/cpu/mips32/au1x00/au1x00_eth.c | 2 +- arch/

[U-Boot] [RFC PATCH v2 3/8] net: Remove unneeded "extern" in net.h

2015-02-02 Thread Joe Hershberger
Many of the functions in net.h were preceded extern needlessly. Removing them to limit the number of checkpatch.pl complaints. Signed-off-by: Joe Hershberger --- Changes in v2: None include/net.h | 96 +-- 1 file changed, 48 insertions(+)

[U-Boot] [RFC PATCH v2 7/8] net: Add ARP and PING response to sandbox driver

2015-02-02 Thread Joe Hershberger
The sandbox driver will now generate response traffic to exercise the ping command even when no network exists. This allows the basic data pathways of the DM to be tested. Signed-off-by: Joe Hershberger --- Changes in v2: -Change printfs to debug in sandbox driver -Move static data to priv -Mov

[U-Boot] [RFC PATCH v2 6/8] net: Add network support to sandbox

2015-02-02 Thread Joe Hershberger
Add basic network support to sandbox which includes a network driver. Signed-off-by: Joe Hershberger --- Changes in v2: -Change printfs to debug in sandbox driver -Remove unused priv struct for sandbox driver arch/sandbox/dts/sandbox.dts | 4 +++ drivers/net/Makefile | 2 ++ drivers

[U-Boot] [RFC PATCH v2 4/8] net: Refactor in preparation for driver model

2015-02-02 Thread Joe Hershberger
Move some things around and organize things so that the driver model implementation will fit in more easily. Signed-off-by: Joe Hershberger --- Changes in v2: None include/net.h | 63 + net/eth.c | 75 +++--

[U-Boot] [RFC PATCH v2 2/8] net: Rename helper function to be more clear

2015-02-02 Thread Joe Hershberger
Make it clear that the helper is checking the addr, not setting it. Signed-off-by: Joe Hershberger --- Changes in v2: None net/eth.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/net/eth.c b/net/eth.c index eac4f7b..65e8c77 100644 --- a/net/eth.c +++ b/net/e

[U-Boot] [RFC PATCH v2 0/8] Add Driver Model support to network stack

2015-02-02 Thread Joe Hershberger
For now this simply addresses the MAC part of the network hardware. The next part to implement is the PHY children. I wanted to get early feedback on what I have so far to make sure I'm going in the direction that Simon envisioned. Added an additional patch that I've been playing with to allow ac

Re: [U-Boot] Possible OMAP3 regression with current mainline

2015-02-02 Thread Simon Glass
Hi Enric, On 30 January 2015 at 01:10, Enric Balletbo Serra wrote: > Hi Simon, > > 2015-01-30 2:24 GMT+01:00 Simon Glass : >> Hi Enric, >> >> On 26 January 2015 at 10:55, Enric Balletbo Serra >> wrote: >>> I just tried boot with my OMAP3 based board (IGEPv2) and I found that >>> is broken in cu

Re: [U-Boot] [PATCH 2/2] x86: Use tab instead of space to indent in PCIE_ECAM_BASE

2015-02-02 Thread Simon Glass
On 2 February 2015 at 06:29, Bin Meng wrote: > Hi Simon, > > On Mon, Feb 2, 2015 at 9:25 PM, Bin Meng wrote: >> Space is used before 'default' in PCIE_ECAM_BASE in arch/x86/Kconfig >> so it looks misaligned. Replace the space with tab to indent. >> >> Signed-off-by: Bin Meng >> --- >> >> arch/x

Re: [U-Boot] [RFC PATCH] dm: Add support for all targets which requires MANUAL_RELOC

2015-02-02 Thread Simon Glass
Hi Michal, On 2 February 2015 at 08:31, Michal Simek wrote: > Targets with CONFIG_NEEDS_MANUAL_RELOC do not use REL/RELA > relocation (mostly only GOT) where functions aray are not > updated. This patch is fixing function pointers for DM core > and serial-uclass to ensure that relocated functions

Re: [U-Boot] [PATCH v4 5/6] Exynos5: Use clock_get_periph_rate generic API

2015-02-02 Thread Simon Glass
On 2 February 2015 at 05:19, Akshay Saraswat wrote: > Replacing SoC and peripheral specific function calls with generic > clock_get_periph_rate calls to get the peripheral clocks. > Also, removing dead code of peripheral and SoC specific function > implementations which was used earlier for fetchi

Re: [U-Boot] [PATCH v4 3/6] Exynos542x: Add and enable get_periph_rate support

2015-02-02 Thread Simon Glass
On 2 February 2015 at 05:19, Akshay Saraswat wrote: > We planned to fetch peripheral rate through one generic API per > peripheral. These generic peripheral functions are in turn > expected to fetch apt values from a function refactored as > per SoC versions. This patch adds support for fetching p

Re: [U-Boot] [ANN] U-Boot v2015.04-rc1 released

2015-02-02 Thread Sinan Akman
Hi Tom On 02/02/2015 02:00 PM, Tom Rini wrote: Hey all, I've pushed v2015.04-rc1 out to the repository and tarballs should exist soon. I had this short patch sent out some time ago : http://u-boot.10912.n7.nabble.com/PATCH-mpc837xerdb-fix-Calling-hwconfig-without-a-buffer-warning-tp20259

Re: [U-Boot] 0001-Adding-Support-for-BAV335x-boards.patch

2015-02-02 Thread Wolfgang Denk
Dear Gilles, In message <3037d005-fdee-4fcb-ad36-1977e2e4b...@gigadevices.com> you wrote: > > I ran the patman tool to generate this patch which appears to throw a > few (erroneous) warnings about lines over 80 but, there are no lines > over 80... not sure what the problem is there. Also threw

Re: [U-Boot] [ANN] U-Boot v2015.04-rc1 released

2015-02-02 Thread Wolfgang Denk
Dear Tom, In message <20150202190012.GQ10826@bill-the-cat> you wrote: > > I've pushed v2015.04-rc1 out to the repository and tarballs should exist > soon. Tarball is out. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich,

[U-Boot] [PATCH] sunxi: Ampe A76 support

2015-02-02 Thread Paul Kocialkowski
Signed-off-by: Paul Kocialkowski --- board/sunxi/MAINTAINERS| 5 + configs/Ampe_A76_defconfig | 15 +++ 2 files changed, 20 insertions(+) create mode 100644 configs/Ampe_A76_defconfig diff --git a/board/sunxi/MAINTAINERS b/board/sunxi/MAINTAINERS index faa413c..f61144d 1006

[U-Boot] 0001-Adding-Support-for-BAV335x-boards.patch

2015-02-02 Thread Gilles
Folks, I just added support for the BAV335x OEM board http://birdland.com/oem/bav335x-network-processor/ I ran the patman tool to generate this patch which appears to throw a few (erroneous) warnings about lines over 80 but, there are no lines over 80... not sure what the problem is there. Al

Re: [U-Boot] [PATCH v2] arm: spl: Allow board_init_r() to run with a larger stack

2015-02-02 Thread Simon Glass
Hi Tom, On 2 February 2015 at 11:57, Tom Rini wrote: > On Mon, Feb 02, 2015 at 11:16:16AM -0700, Simon Glass wrote: >> Hi Albert, >> >> On 31 January 2015 at 15:36, Albert ARIBAUD >> wrote: >> > Hello Simon, >> > >> > On Mon, 26 Jan 2015 08:34:21 -0700, Simon Glass >> > wrote: >> >> At present

Re: [U-Boot] [PATCH 1/3] ARmv7: Add a soc_init hook to start.S

2015-02-02 Thread Simon Glass
+Bin Hi Tom, On 2 February 2015 at 11:56, Tom Rini wrote: > > On Sat, Jan 31, 2015 at 03:14:35PM -0700, Simon Glass wrote: > > Hi Tom, > > > > On 31 January 2015 at 14:49, Tom Rini wrote: > > > > > > On Sat, Jan 31, 2015 at 10:25:50PM +0100, Albert ARIBAUD wrote: > > > > Hello Tom, > > > > > >

Re: [U-Boot] Please pull u-boot-ti/master

2015-02-02 Thread Tom Rini
On Fri, Jan 30, 2015 at 09:20:27AM -0500, Tom Rini wrote: > Ahoy! > > The following changes since commit 2af13d6b6265a6700c4f65597410b769895024bf: > > lcd: fix console address is not initialized (2015-01-28 16:58:02 -0500) > > are available in the git repository at: > > git://git.denx.de/u

[U-Boot] [ANN] U-Boot v2015.04-rc1 released

2015-02-02 Thread Tom Rini
Hey all, I've pushed v2015.04-rc1 out to the repository and tarballs should exist soon. The merge window is now closed. I'm going to do my best to keep to the every two weeks we do an RC thing again this time and continuing to rely on everyones best judgement about what level of changes they're

Re: [U-Boot] Pull request: u-boot-blackfin

2015-02-02 Thread Tom Rini
On Mon, Feb 02, 2015 at 03:19:00PM +0800, Sonic Zhang wrote: > Hi Tom, > > Please pull the following patches for Blackfin from u-boot-blackfin > into your tree. > > Thanks > > Sonic Zhang > > > The following changes since commit 28c4dae114c9b94b2ad81d4da716e9fc2cba: > > Merge branch 'n

Re: [U-Boot] Please pull u-boot-sunxi master

2015-02-02 Thread Tom Rini
On Mon, Feb 02, 2015 at 03:19:48PM +0100, Hans de Goede wrote: > Hi Tom, > > We've once again build-up a nice collection of patches for sunxi. > Please pull u-boot-sunxi/master into master, highlights: > > 1) Finish the dram config cleanup > 2) Add support for 3 new boards > > The following cha

Re: [U-Boot] Please pull u-boot-x86 branch patman

2015-02-02 Thread Tom Rini
On Fri, Jan 30, 2015 at 04:42:24PM -0700, Simon Glass wrote: > Hi Tom, > > Some old patches I lost, plus a few new ones. > > Note this is branch 'patman'. > > > The following changes since commit 2af13d6b6265a6700c4f65597410b769895024bf: > > lcd: fix console address is not initialized (2015

Re: [U-Boot] ARM: armv7 fix spelling of SCTRL

2015-02-02 Thread Tom Rini
On Thu, Jan 29, 2015 at 06:03:39PM +0800, Peng Fan wrote: > SCTLR is the abbreviation of System Control Register, so we should > use SCTLR but not SCTRL. > > Signed-off-by: Peng Fan Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] Pull request: u-boot-net.git master

2015-02-02 Thread Tom Rini
On Fri, Jan 30, 2015 at 04:01:46PM -0600, Joe Hershberger wrote: > The following changes since commit 2af13d6b6265a6700c4f65597410b769895024bf: > > lcd: fix console address is not initialized (2015-01-28 16:58:02 -0500) > > are available in the git repository at: > > git://git.denx.de/u-boo

Re: [U-Boot] fpga: Extend dump description

2015-02-02 Thread Tom Rini
On Mon, Jan 26, 2015 at 08:52:27AM +0100, Michal Simek wrote: > There are missing parameters in help which fpga dump command > requires. > > Signed-off-by: Michal Simek Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature

Re: [U-Boot] [U-Boot, 3/4, v2] vexpress64: get rid of CONFIG_SYS_EXTRA_OPTIONS

2015-02-02 Thread Tom Rini
On Fri, Jan 23, 2015 at 11:50:53AM +0100, Linus Walleij wrote: > The Versatile Express ARMv8 semihosted FVP platform is still > using the legacy CONFIG_SYS_EXTRA_OPTIONS method to configure > some compile-time flags. Get rid of this and create a Kconfig > entry for the FVP model, and a selectable

Re: [U-Boot] [U-Boot, 4/4, v2] vexpress64: support the Juno Development Platform

2015-02-02 Thread Tom Rini
On Fri, Jan 23, 2015 at 02:41:10PM +0100, Linus Walleij wrote: > The Juno Development Platform is a physical Versatile Express > device with some differences from the emulated semihosting > models. The main difference is that the system is split in > a SoC and an FPGA where the SoC hosts the seria

Re: [U-Boot] [U-Boot, 1/2] drivers/pci/pci_rom.c: fix compile warning under 64bit mode

2015-02-02 Thread Tom Rini
On Thu, Jan 22, 2015 at 01:21:55PM +0800, Minghuan Lian wrote: > Fix this: > drivers/pci/pci_rom.c:95:15: warning: cast to pointer from > integer of different size [-Wint-to-pointer-cast] > rom_header = (struct pci_rom_header *)rom_address; > > Signed-off-by: Minghuan Lian Applied to u-boot/mas

Re: [U-Boot] [U-Boot,V5] add README.distro file

2015-02-02 Thread Tom Rini
On Thu, Jan 22, 2015 at 11:34:20AM -0700, Stephen Warren wrote: > From: Dennis Gilmore > > Add documentation on how to setup a system to use the generic distro > configs and boot commands. This spells out what is needed to make a > system conformant, but does not limit the board to only the defa

Re: [U-Boot] drivers/net/e1000.c: fix compile warning under 64bit mode

2015-02-02 Thread Tom Rini
On Thu, Jan 22, 2015 at 01:21:54PM +0800, Minghuan Lian wrote: > Fix this: > warning: cast from pointer to integer of different size > > Signed-off-by: Minghuan Lian Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___

Re: [U-Boot] arm: switch armltd vexpress to GENERIC_BOARD

2015-02-02 Thread Tom Rini
On Wed, Jan 21, 2015 at 08:52:33PM -0800, Chris Kuethe wrote: > only tested tested under QEMU with vexpress_ca9x4 ("-M vexpress-a9") and > vexpress_ca15_tc2 ("-M vexpress-a15"). Makes the ugly warning go away. > > Signed-off-by: Chris Kuethe Applied to u-boot/master, thanks! -- Tom signatur

Re: [U-Boot] cmd: Fix gettime command help

2015-02-02 Thread Tom Rini
On Mon, Jan 19, 2015 at 09:32:00PM +0800, Bin Meng wrote: > Remove the additional ',' and '\n' from the gettime command help. > > Signed-off-by: Bin Meng Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-B

Re: [U-Boot] distro_bootcmd: read DHCP boot script name from a variable

2015-02-02 Thread Tom Rini
On Mon, Jan 19, 2015 at 04:39:11PM -0700, Stephen Warren wrote: > From: Stephen Warren > > Modify $bootcmd_dhcp to read the downloaded script filename from an > environment variable rather than hard-coding it. This allows the user > (or another script) to select a different script name if they w

Re: [U-Boot] [U-Boot, 4/4] tools: do not print error messages in verify_header() functions

2015-02-02 Thread Tom Rini
On Thu, Jan 15, 2015 at 02:54:43AM -0200, Guilherme Maciel Ferreira wrote: > default_image.c and socfpgaimage.c are the only image modules that print error > messages during header verification. The verify_header() is used to query if a > given image file is processed by the image format. Thus, if

Re: [U-Boot] [U-Boot,3/4] dumpimage: fit: extract FIT images

2015-02-02 Thread Tom Rini
On Thu, Jan 15, 2015 at 02:54:42AM -0200, Guilherme Maciel Ferreira wrote: > The dumpimage is able to extract components contained in a FIT image: > > $ ./dumpimage -T flat_dt -i CONTAINER.ITB -p INDEX FILE > > The CONTAINER.ITB is a regular FIT container file. The INDEX is the poisition > of

Re: [U-Boot] common: bootm: Document fake bootm sub-command

2015-02-02 Thread Tom Rini
On Thu, Jan 15, 2015 at 09:53:13AM +0100, Michal Simek wrote: > Fake option is enabled only when CONFIG_TRACE is > enabled in common/bootm.c:do_boot_states(). > > Signed-off-by: Michal Simek > Reviewed-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digi

Re: [U-Boot] [U-Boot, 2/4] dumpimage: replace the term "datafile" by "subimage"

2015-02-02 Thread Tom Rini
On Thu, Jan 15, 2015 at 02:54:41AM -0200, Guilherme Maciel Ferreira wrote: > Signed-off-by: Guilherme Maciel Ferreira Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [U-Boot, 1/4] dumpimage: add 'T' option to explicitly set the image type

2015-02-02 Thread Tom Rini
On Thu, Jan 15, 2015 at 02:54:40AM -0200, Guilherme Maciel Ferreira wrote: > From: Guilherme Maciel Ferreira > > Some image types, like "KeyStone GP", do not have magic numbers to > distinguish them from other image types. Thus, the automatic image > type discovery does not work correctly. > >

Re: [U-Boot] [U-Boot, 3/3] imagetool: replace image registration function by linker_lists feature

2015-02-02 Thread Tom Rini
On Thu, Jan 15, 2015 at 02:48:07AM -0200, Guilherme Maciel Ferreira wrote: > The registration was introduced in commit > f86ed6a8d52c99bb2d17d3cac1647edca0c4399c > > This commit also removes all registration functions, and the member "next" > from image_type_params struct > > Signed-off-by: Gui

Re: [U-Boot] [U-Boot, 2/3] imagetool: make the image_save_datafile() available to all image types

2015-02-02 Thread Tom Rini
On Thu, Jan 15, 2015 at 02:48:06AM -0200, Guilherme Maciel Ferreira wrote: > Move the image_save_datafile() function from an U-Multi specific file > (default_image.c) to a file common to all image types (image.c). And rename it > to genimg_save_datafile(), to make clear it is useful for any image

[U-Boot] [PATCH 1/2] sunxi: video: Do not use CONFIG_SYS_MEM_TOP_HIDE for the framebuffer

2015-02-02 Thread Hans de Goede
Do not use CONFIG_SYS_MEM_TOP_HIDE for the framebuffer, instead override board_get_usable_ram_top to make sure that u-boot is not relocated into the area where we want to use the framebuffer, and patch the devicetree from sunxi_simplefb_setup() to tell the kernel to not touch the framebuffer. This

[U-Boot] [PATCH 2/2] sunxi: video: Dynamically reserve framebuffer memory

2015-02-02 Thread Hans de Goede
Only use CONFIG_SUNXI_MAX_FB_SIZE to reserve memory at the top when relocating u-boot, and calculate the actual amount of memory necessary when setting up the video-mode and use only that, freeing up some additional memory for use by the kernel. Signed-off-by: Hans de Goede --- drivers/video/sun

Re: [U-Boot] [U-Boot, 1/2] doc: "os" is also mandatory for "ramdisk" FIT image components

2015-02-02 Thread Tom Rini
On Thu, Jan 15, 2015 at 02:37:33AM -0200, Guilherme Maciel Ferreira wrote: > According to fit_image_print(), the "os" property from "image" node is > required > also when "type=ramdisk". > > Signed-off-by: Guilherme Maciel Ferreira Applied to u-boot/master, thanks! -- Tom signature.asc Des

Re: [U-Boot] [U-Boot, 3/4] config_distro_bootcmd: Scan all partitions for boot files

2015-02-02 Thread Tom Rini
On Mon, Jan 05, 2015 at 06:13:38PM +0100, Sjoerd Simons wrote: > Not all devices use the convention that the boot scripts are on the > first partition. For example on chromebooks it seems common for the > first two partitions to be ChromeOS kernel partitions. > > So instead of just the first part

Re: [U-Boot] [U-Boot, 1/3] imagetool: move common code to imagetool module

2015-02-02 Thread Tom Rini
On Thu, Jan 15, 2015 at 02:48:05AM -0200, Guilherme Maciel Ferreira wrote: > The get_type() and verify_print_header() functions have the > same code on both dumpimage.c and mkimage.c modules. > > Signed-off-by: Guilherme Maciel Ferreira Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [U-Boot,2/2] doc: fix misspellings

2015-02-02 Thread Tom Rini
On Thu, Jan 15, 2015 at 02:37:34AM -0200, Guilherme Maciel Ferreira wrote: > Signed-off-by: Guilherme Maciel Ferreira Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] linker_lists: fix misspellings

2015-02-02 Thread Tom Rini
On Thu, Jan 15, 2015 at 02:39:59AM -0200, Guilherme Maciel Ferreira wrote: > Signed-off-by: Guilherme Maciel Ferreira Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v2] arm: spl: Allow board_init_r() to run with a larger stack

2015-02-02 Thread Tom Rini
On Mon, Feb 02, 2015 at 11:16:16AM -0700, Simon Glass wrote: > Hi Albert, > > On 31 January 2015 at 15:36, Albert ARIBAUD wrote: > > Hello Simon, > > > > On Mon, 26 Jan 2015 08:34:21 -0700, Simon Glass > > wrote: > >> At present SPL uses a single stack, either CONFIG_SPL_STACK or > >> CONFIG_SYS

Re: [U-Boot] Please pull u-boot-dm

2015-02-02 Thread Tom Rini
On Thu, Jan 29, 2015 at 06:16:22PM -0700, Simon Glass wrote: > Hi Tom, > > This includes: > - Export redesign > - Uniphier and Exynos I2C driver model conversions > - Modular exponentiation framework for hardware acceleration (RSA / > verified boot) > - Proper device tree support for GPIOs in dri

Re: [U-Boot] [U-Boot, 1/1] common: add cache flush to imxtract function

2015-02-02 Thread Tom Rini
On Mon, Jan 12, 2015 at 04:23:18PM +0100, Pieter Voorthuijsen wrote: > A cache flush is required when an image is extracted that is required on > another core. > > Signed-off-by: Pieter Voorthuijsen > Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [U-Boot, 1/4] fs: Add command to retrieve the filesystem type

2015-02-02 Thread Tom Rini
On Mon, Jan 05, 2015 at 06:13:36PM +0100, Sjoerd Simons wrote: > New command to determine the filesystem type of a given partition. > Optionally stores the filesystem type in a environment variable. > > Signed-off-by: Sjoerd Simons > Reviewed-by: Stephen Warren Applied to u-boot/master, thanks

Re: [U-Boot] [U-Boot, 2/4] part: let list put the list in an environment variable

2015-02-02 Thread Tom Rini
On Mon, Jan 05, 2015 at 06:13:37PM +0100, Sjoerd Simons wrote: > Add an optional third argument to the "part list" command which puts a > space seperated list of valid partitions into the given environment > variable. This is useful for allowing boot scripts to iterate of all > partitions of a dev

Re: [U-Boot] [GIT PULL] u-boot-mips/master

2015-02-02 Thread Tom Rini
On Fri, Jan 30, 2015 at 03:42:25PM +0100, Daniel Schwierzeck wrote: > The following changes since commit ab92da9f47d51d363c7de42e2a7bd807e2c1bd54: > > Merge branch 'master' of git://git.denx.de/u-boot-x86 (2015-01-26 17:44:49 > -0500) > > are available in the git repository at: > > git://g

Re: [U-Boot] [U-Boot, 4/4] distro_distro_bootcmd: use CONFIG_BOOTCOMMAND instead of setting bootcmd=

2015-02-02 Thread Tom Rini
On Mon, Jan 05, 2015 at 06:13:39PM +0100, Sjoerd Simons wrote: > Move the bootcmd commands into a seperate distro_bootcmd environment > variable. Allowing a user to easily launch the distro boot sequence if > the default bootcmd did not default to distro boot commands. > > Also set CONFIG_BOOTCOM

Re: [U-Boot] [PATCH 1/3] ARmv7: Add a soc_init hook to start.S

2015-02-02 Thread Tom Rini
On Sat, Jan 31, 2015 at 03:14:35PM -0700, Simon Glass wrote: > Hi Tom, > > On 31 January 2015 at 14:49, Tom Rini wrote: > > > > On Sat, Jan 31, 2015 at 10:25:50PM +0100, Albert ARIBAUD wrote: > > > Hello Tom, > > > > > > On Tue, 27 Jan 2015 09:23:47 -0500, Tom Rini wrote: > > > > On Mon, Jan 26,

Re: [U-Boot] [PATCH] video: sunxi: Enable cache for the framebuffer

2015-02-02 Thread Hans de Goede
Hi, On 31-01-15 02:21, Siarhei Siamashka wrote: Because the framebuffer resides in a hidden chopped off part of DRAM, caching is not enabled for this area automatically when the MMU is configured. So it needs to be set explicitly. Additionally, the cfb console has a function to check whether th

Re: [U-Boot] [PATCH 1/4] sunxi: Make FEL mode usable again

2015-02-02 Thread Simon Glass
Hi Siarhei, On 1 February 2015 at 16:59, Siarhei Siamashka wrote: > > On Sun, 1 Feb 2015 13:59:41 -0700 > Simon Glass wrote: > > > Hi Siarhei, > > > > On 1 February 2015 at 11:48, Siarhei Siamashka > > wrote: > > > On Sun, 1 Feb 2015 09:28:36 -0700 > > > Simon Glass wrote: > > > > > >> Hi, > >

Re: [U-Boot] [PATCH v2] arm: spl: Allow board_init_r() to run with a larger stack

2015-02-02 Thread Simon Glass
Hi Albert, On 31 January 2015 at 15:36, Albert ARIBAUD wrote: > Hello Simon, > > On Mon, 26 Jan 2015 08:34:21 -0700, Simon Glass > wrote: >> At present SPL uses a single stack, either CONFIG_SPL_STACK or >> CONFIG_SYS_INIT_SP_ADDR. Since some SPL features (such as MMC and >> environment) require

Re: [U-Boot] [RFC PATCH 0/21] ARM: start to move SoC code into arch/arm/mach-*

2015-02-02 Thread Stephen Warren
On 01/31/2015 08:20 PM, Simon Glass wrote: Hi Albert, On 31 January 2015 at 20:02, Albert ARIBAUD wrote: Hello Masahiro, On Sun, 25 Jan 2015 15:11:02 +0900, Masahiro Yamada wrote: This series can be applied on the current u-boot/master (commit 37b608a52dcb133) I'd rather not have all mac

Re: [U-Boot] [PATCH 0/3] arm: reduce .bss section clear time

2015-02-02 Thread Simon Glass
Hi Lukasz, On 2 February 2015 at 01:46, Lukasz Majewski wrote: > Dear All, > >> And the next is interesting. >> odroid_defconfig has more than 80MB for malloc (we need about 64mb >> for the DFU now, to be able write 32MB file). >> >> This is the CONFIG_SYS_MALLOC_LEN. And the memory area for ma

Re: [U-Boot] [PATCH 2/3] arm: relocation: clear .bss section with arch memset if defined

2015-02-02 Thread Tom Rini
On Mon, Feb 02, 2015 at 07:28:14PM +0200, Pantelis Antoniou wrote: > Hi Tom, > > > On Feb 2, 2015, at 19:25 , Tom Rini wrote: > > > > On Sun, Feb 01, 2015 at 03:38:42AM +0100, Albert ARIBAUD wrote: > >> Hello Przemyslaw, > >> > >> On Wed, 28 Jan 2015 13:55:42 +0100, Przemyslaw Marczak > >> wro

Re: [U-Boot] [PATCH 2/3] arm: relocation: clear .bss section with arch memset if defined

2015-02-02 Thread Pantelis Antoniou
Hi Tom, > On Feb 2, 2015, at 19:25 , Tom Rini wrote: > > On Sun, Feb 01, 2015 at 03:38:42AM +0100, Albert ARIBAUD wrote: >> Hello Przemyslaw, >> >> On Wed, 28 Jan 2015 13:55:42 +0100, Przemyslaw Marczak >> wrote: >>> For ARM architecture, enable the CONFIG_USE_ARCH_MEMSET/MEMCPY, >>> will high

Re: [U-Boot] [PATCH 2/3] arm: relocation: clear .bss section with arch memset if defined

2015-02-02 Thread Tom Rini
On Sun, Feb 01, 2015 at 03:38:42AM +0100, Albert ARIBAUD wrote: > Hello Przemyslaw, > > On Wed, 28 Jan 2015 13:55:42 +0100, Przemyslaw Marczak > wrote: > > For ARM architecture, enable the CONFIG_USE_ARCH_MEMSET/MEMCPY, > > will highly increase the memset/memcpy performance. This is able > > than

Re: [U-Boot] [PATCH 2/3] arm: relocation: clear .bss section with arch memset if defined

2015-02-02 Thread Bill Pringlemeir
On 2 Feb 2015, bpringlem...@nbsps.com wrote: > On 31 Jan 2015, albert.u.b...@aribaud.net wrote: > >> Hello Przemyslaw, >> >> On Wed, 28 Jan 2015 13:55:42 +0100, Przemyslaw Marczak >> wrote: >>> For ARM architecture, enable the CONFIG_USE_ARCH_MEMSET/MEMCPY, >>> will highly increase the memset/me

Re: [U-Boot] [PATCH v2 0/11] Add full DDR init for Marvell Armada-XP MV78xx0 (AXP)

2015-02-02 Thread Tom Rini
On Mon, Feb 02, 2015 at 02:18:24PM +0100, Stefan Roese wrote: > On 28.01.2015 23:28, Luka Perkov wrote: > >On Mon, Jan 19, 2015 at 11:33:38AM +0100, Stefan Roese wrote: > >>This patch adds the DDR3 setup and training code taken from the Marvell > >>U-Boot repository. This code used to be included a

Re: [U-Boot] [RFC PATCH 6/7] arm: Show relocated PC/LR in the register dump

2015-02-02 Thread Simon Glass
Hi Albert, On 1 February 2015 at 01:45, Albert ARIBAUD wrote: > Hello Simon, > > On Fri, 30 Jan 2015 12:04:56 -0700, Simon Glass > wrote: >> If we don't know the relocation address, the raw values are not very useful. >> Show the pre-relocation values as well as these can be looked up in >> Syst

Re: [U-Boot] [PATCH 1/2] bootstage: Fix typos in the comment

2015-02-02 Thread Simon Glass
On 2 February 2015 at 06:25, Bin Meng wrote: > There are two typos in the comment block in bootstage.h, fix them. > > Signed-off-by: Bin Meng > --- > > include/bootstage.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Acked-by: Simon Glass

[U-Boot] [PATCH v2 6/6] KM/IVM: remove ivm_read_eeprom(void)

2015-02-02 Thread Valentin Longchamp
This is not used anymore since the procedure was split into a simple read function and a later alaysis. The ivm_read_eeprom name is now used for the previous ivm_simple_read_eeprom function. Signed-off-by: Valentin Longchamp --- Changes in v2: None board/keymile/common/common.h | 3 +-- b

  1   2   >