Re: [U-Boot] [PATCH] km_arm: convert the km_arm boards to the generic board support

2014-11-12 Thread Albert ARIBAUD
Hello Valentin, On Fri, 3 Oct 2014 11:46:53 +0200, Valentin Longchamp wrote: > This implies that all the km_kirkwood boards and their variants now are > using the generic board init sequence. > > Signed-off-by: Valentin Longchamp > --- > > include/configs/km/km_arm.h | 2 ++ > 1 file change

Re: [U-Boot] [PATCH v2 4/4] ARM: ls102xa: allow all the peripheral access permissions as R/W.

2014-11-12 Thread York Sun
I will take a closer look tomorrow. Being crazy busy lately. York From: Albert ARIBAUD Sent: Wed, 12/11/2014 22:08 To: Sun York-R58495 CC: Xiubo Li-B47053 ; Sun York-R58495 ; u-boot@lists.denx.de Subject: Re: [PATCH v2 4/4] ARM: ls102xa: allow all the peripheral

Re: [U-Boot] [PATCH v2 4/4] ARM: ls102xa: allow all the peripheral access permissions as R/W.

2014-11-12 Thread Albert ARIBAUD
Hello York, On Wed, 8 Oct 2014 11:07:36 +0800, Xiubo Li wrote: > The Central Security Unit (CSU) allows secure world software to > change the default access control policies of peripherals/bus > slaves, determining which bus masters may access them. This > allows peripherals to be separated into

Re: [U-Boot] [PATCH v3 06/26] x86: Emit post codes in startup code for Chromebooks

2014-11-12 Thread Bin Meng
On Thu, Nov 13, 2014 at 1:42 PM, Simon Glass wrote: > On x86 it is common to use 'post codes' which are 8-bit hex values emitted > from the code and visible to the user. Traditionally two 7-segment displays > were made available on the motherboard to show the last post code that was > emitted. Thi

Re: [U-Boot] [PATCH v3 08/26] x86: Refactor PCI to permit alternate init

2014-11-12 Thread Bin Meng
On Thu, Nov 13, 2014 at 1:42 PM, Simon Glass wrote: > We want access PCI earlier in the init sequence, so refactor the code so > that it does not require use of a BSS variable to work. This will allow us > to use early malloc() to store information about a PCI hose. > > Common PCI code moves to ar

Re: [U-Boot] [PATCH v3 0/5] ls102xa: HYP/non-sec: for ls102xa.

2014-11-12 Thread Albert ARIBAUD
Hello York, On Mon, 20 Oct 2014 17:00:45 +0800, Xiubo Li wrote: > Change for V3: > - Fix the language in commit message. > > Change for V2: > - All the registers are defined as a struct, here use it. > - Use CONFIG_PEN_ADDR_BIG_ENDIAN instead of CONFIG_SOC_BIG_ENDIAN. > > > Xiubo Li (5): > A

Re: [U-Boot] [PATCH v3 09/26] x86: Support use of PCI before relocation

2014-11-12 Thread Bin Meng
On Thu, Nov 13, 2014 at 1:42 PM, Simon Glass wrote: > Add support for using PCI before SDRAM is available, using early malloc() > and global_data. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Callpci_setup_type1() in early PCI setup > > Changes in v2: > - Split out new patch to sup

Re: [U-Boot] [PATCH v2] spl: Change debug to printf for "Unsupported boot-device"

2014-11-12 Thread Heiko Schocher
Hello Stefan, Am 11.11.2014 19:03, schrieb Stefan Roese: We had the problem on an AM33xx platform, that SPL detected an unsupported boot-device. But since this message is a debug message it took a bit of time to really know, where the hangup in SPL resulted from. So let's change this debug messa

Re: [U-Boot] [PATCH 2/2] spi: add common spi3 controller driver

2014-11-12 Thread Scott Jiang
Hi Jagan, Could you merge these two patches first? Then I'll send a patch like "adi_spi:convert to use dm spi". Because these patches are for different task. Regards, Scott 2014-11-13 5:50 GMT+08:00 Jagan Teki : > Hi Scott, > > Sorry for the late response, Can you add the driver to dm-spi. > > P

Re: [U-Boot] [PATCH v3 03/26] x96: ifdtool: Allow creation of an empty ROM

2014-11-12 Thread Masahiro Yamada
This typo caught my attention by chance. > x96: ifdtool: Allow creation of an empty ROM x96 -> x86 Masahiro Yamada ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Pull request: u-boot-arm/master

2014-11-12 Thread Albert ARIBAUD
Hello Tom, The following changes since commit 63f7af9a4cfb4a3b9136674c6612c6d13957c2cd: Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2014-11-11 15:49:10 -0500) are available in the git repository at: git://git.denx.de/u-boot-arm master for you to fetch changes up to 8e59f8b

<    1   2   3