Hi Simon,
On Thu, 22 Jan 2015 08:10:07 -0700
Simon Glass wrote:
> Hi Masahiro,
>
> On 22 January 2015 at 00:33, Masahiro Yamada
> wrote:
> > Simon, Heiko,
> >
> >
> > On Thu, 22 Jan 2015 07:28:37 +0100
> > Heiko Schocher wrote:
> >
> >> > But for your particular case, I certainly would like
Hi,
I'm trying to build u-boot for a new gaisler board (gr-pci-xc5v-LX110T).
I have some trouble with the leon3/start.S and the linking process
so I tried to build u-boot from a fresh clean GIT source with the board on
board/gaisler/gr_xc3s_1500 which should be supported.
And I'm having the s
CONFIG_SATA_INTEL is not referenced anywhere, so remove it.
Signed-off-by: Bin Meng
---
include/configs/x86-common.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
index f16ae32..dd19c02 100644
--- a/include/configs/x86-common.h
++
On 24/01/15 14:32, Graeme Russ wrote:
When booting in JTAG mode, there is no way to use soft break-points, and
no way of knowing when SPL has finished executing (so the user can issue
a 'halt' command to load u-boot.bin for example)
Add a debug output and simple loop to stop execution at the c
Hi Jagan,
On Mon, Jan 12, 2015 at 2:52 PM, Jagan Teki wrote:
> On 12 January 2015 at 09:12, Bin Meng wrote:
>> Hi Jagan,
>>
>> On Wed, Dec 17, 2014 at 4:39 PM, Jagan Teki wrote:
>>> On 17 December 2014 at 13:32, Bin Meng wrote:
Hi Jagan,
On Wed, Dec 17, 2014 at 3:59 PM, Jagan Te
On Saturday, January 24, 2015 at 12:48:15 AM, Steve Rae wrote:
> On 15-01-21 11:05 PM, Marek Vasut wrote:
> > On Tuesday, January 20, 2015 at 11:42:08 PM, Steve Rae wrote:
> >> Implement the UDC support for the USB OTG interface.
> >>
> >> Signed-off-by: Steve Rae
> >> ---
> >
> > General questi
Hi Graeme,
This looks so much better!
On Sat, Jan 24, 2015 at 1:32 AM, Graeme Russ wrote:
> Section 4.1.2 of Freescale Application Note AN4199 describes the
> configuration required to operate the mx28 from a 5V source without a
> battery. This patch implements the changes to the Freescale bootl
Hi Bin,
On 22 January 2015 at 18:32, Bin Meng wrote:
> Hi Simon,
>
> On Fri, Jan 23, 2015 at 12:36 AM, Simon Glass wrote:
>> Hi Bin,
>>
>> On 21 January 2015 at 22:39, Bin Meng wrote:
>>>
>>> Hi Simon,
>>>
>>> On Thu, Jan 22, 2015 at 1:02 PM, Simon Glass wrote:
>>> > Hi Bin,
>>> >
>>> > On 21
Hi Stephen,
On 23 January 2015 at 23:35, Stephen Warren wrote:
> On 01/23/2015 09:37 PM, Bin Meng wrote:
>> Hi Stephen,
>>
>> On Sat, Jan 24, 2015 at 12:49 AM, Stephen Warren
>> wrote:
>>> On 01/23/2015 03:19 AM, Thierry Reding wrote:
On Thu, Jan 22, 2015 at 12:04:06AM +0800, Bin Meng
On 23 January 2015 at 20:56, Bin Meng wrote:
> Hi Simon,
>
> On Sat, Jan 24, 2015 at 5:17 AM, Simon Glass wrote:
>> Hi Bin,
>>
>> On 19 January 2015 at 22:16, Simon Glass wrote:
>>> Since the memory reference code is so slow on x86, add a feature to bypass
>>> this, storing the previous paramete
On 19 January 2015 at 22:16, Simon Glass wrote:
> Add this to the enum so that we can use the various fdtdec functions. A
> later commit will move this driver to driver model.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v3: None
> Changes in v2:
> - Use intel,ich-spi as the compatible str
On 19 January 2015 at 22:16, Simon Glass wrote:
> On x86 we use CMOS RAM to read and write some settings. Add basic support
> for this, including access to registers 128-255.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v3:
> - Adjust functions to remain compatible with other RTC drivers
>
On 19 January 2015 at 22:16, Simon Glass wrote:
> Move the checksum code out into its own file so it can be used elsewhere.
> Also use a new version which supports a length which is not a multiple of
> 2 and add a new function to add two checksums.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes
On 19 January 2015 at 22:16, Simon Glass wrote:
> The memory reference code takes a very long time to 'train' its SDRAM
> interface, around half a second. To avoid this delay on every boot we can
> store the parameters from the last training sessions to speed up the next.
>
> Add an implementation
On 19 January 2015 at 22:16, Simon Glass wrote:
> As a temporary measure before the ICH driver moves over to driver model,
> add device tree support to the driver.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> drivers/spi/ich.c| 7 +++
> i
On 19 January 2015 at 22:16, Simon Glass wrote:
> All memory to be reserved for use after relocation by adding a new call
> to perform this reservation.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> common/board_f.c | 7 +++
> 1 file changed, 7 insert
On 19 January 2015 at 22:16, Simon Glass wrote:
> Correct the SPI flash compatible string, add an alias and specify the
> position of the MRC cache, used to store SDRAM training settings for the
> Memory Reference Code.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v3:
> - Drop accidental c
On 19 January 2015 at 22:16, Simon Glass wrote:
> The existing IP checksum function is only accessible to the 'coreboot' cpu.
> Drop it in favour of the new code in the network subsystem.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v3:
> - Use checksum code that is now in net/checksum.c
>
On 19 January 2015 at 23:04, Bin Meng wrote:
> On Tue, Jan 20, 2015 at 1:16 PM, Simon Glass wrote:
>> Add a hook to ensure that this information is saved.
>>
>> Signed-off-by: Simon Glass
>> ---
>>
>> Changes in v3:
>> - Add misc_init_r() call for link now that it is shared with chromebook_link
On 19 January 2015 at 22:16, Simon Glass wrote:
> This is now stored in the device tree.
>
> Signed-off-by: Simon Glass
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> arch/x86/cpu/ivybridge/Kconfig | 28
> 1 file changed, 28 deletions(-)
Applied to u-boot-x
On 19 January 2015 at 22:16, Simon Glass wrote:
> Enable an environment area.
>
> Signed-off-by: Simon Glass
> Reviewed-by: Bin Meng
> ---
>
> Changes in v3: None
> Changes in v2: None
>
> include/configs/chromebook_link.h | 7 +++
> 1 file changed, 7 insertions(+)
Applied to u-boot-x86.
_
On 24 January 2015 at 02:17, Bin Meng wrote:
> CONFIG_SATA_INTEL is not referenced anywhere, so remove it.
>
> Signed-off-by: Bin Meng
> ---
>
> include/configs/x86-common.h | 1 -
> 1 file changed, 1 deletion(-)
Acked-by: Simon Glass
___
U-Boot mail
Hi, Stefano
On 1/22/2015 6:30 PM, Stefano Babic wrote:
On 16/01/2015 17:05, Peng Fan wrote:
This patch is to implement pmic_mode_init function, and add prototype
in header file.
This function is to set switching mode for pmic buck regulators to
improve system efficiency.
Mode:
OFF: The regula
Hi Florian,
On 23 January 2015 at 04:16, Florian Praden
wrote:
> Hi,
>
> I'm trying to build u-boot for a new gaisler board (gr-pci-xc5v-LX110T).
>
> I have some trouble with the leon3/start.S and the linking process
> so I tried to build u-boot from a fresh clean GIT source with the board on
> b
Hi Masahiro,
On 23 January 2015 at 22:04, Masahiro YAMADA wrote:
> Hi Simon,
>
>
> 2015-01-24 0:50 GMT+09:00 Simon Glass :
>
>>
>> I tried to document the reasoning in the patches, but let me try to
>> expand a bit. Hopefully this can provoke further comments /
>> improvements.
>>
>> The main mot
Hi Simon,
On 1/23/2015 5:26 AM, Simon Glass wrote:
Hi Peng,
On 21 January 2015 at 04:09, Peng Fan wrote:
This patch add DT support for mxc gpio driver.
There are one place using CONFIG_OF_CONTROL macro.
1. The U_BOOT_DEVICES and mxc_plat array are complied out. To DT,
platdata is alloced
On 12/09/2014 03:38 AM, Alison Wang wrote:
> This patch reverts to use ge0_clk125 for eTSEC clock muxing. For SAI and
> CAN which are pin multiplexed with RGMII1 in EC1 of RCW, ge2_clk125 will
> be used via hwconfig.
>
> Signed-off-by: Bhupesh Sharma
> Signed-off-by: Alison Wang
> ---
Applied
Hi, Simon
On 1/23/2015 6:29 AM, Simon Glass wrote:
Hi Peng,
On 16 January 2015 at 22:59, Peng Fan wrote:
Hi Simon ,Jagan
This patch is based on git://git.denx.de/u-boot-spi.git master branch,
since some fsl_qspi's new feature is still in this git repo and have
not been merged to mainline.
I
On 12/10/2014 12:17 AM, Ruchika Gupta wrote:
> If CONFIG_OF_CONTROL is enabled, lib/fdtdec.c is compiled.
> It includes and then includes
> . As a result, all the SoCs that enable
> CONFIG_OF_CONTROL must have even if they
> do not support GPIO.
>
> The right fix would be to split the lib/fd
On 12/15/2014 12:00 AM, Ruchika Gupta wrote:
> Era property is added in the crypto node in device tree.
> Move the code to do so from arch/powerpc/mpc8xxx/fdt.c to
> drivers/sec/sec.c so that it can be used across arm and
> powerpc platforms having crypto node.
>
> Signed-off-by:
On 12/16/2014 12:50 AM, Xiubo Li wrote:
> This patch adds the CH7301 HDMI options and the common configuration
> for DCU on LS1021AQDS board.
>
> Signed-off-by: Xiubo Li
> Signed-off-by: Alison Wang
> Cc: Jason Jin
> ---
Applied to u-boot-fsl-qoriq master branch, awaiting upstream.
York
__
On 12/16/2014 10:58 PM, Tang Yuantian wrote:
> Defining variable gic_dist_addr as a globe one prevents some
> functions, which use it, from being used before relocation
> which is the case in the deep sleep resume process on Freescale
> SoC platforms.
> Besides, we can always get the GIC base add
On 01/15/2015 03:29 AM, Alison Wang wrote:
> CAAM is connected to CCI-400 S0 slave interface. Disable snooping for
> S0 will cause CAAM self test failure. This patch is to enable snooping
> for S0 slave interface. These CCI-400 operations are moved to
> board_early_init_f() to be initialized earl
On 12/25/2014 11:14 PM, Alison Wang wrote:
> As QSPI/DSPI and IFC are pin multiplexed, QSPI and DSPI are
> only enabled in QSPI boot, and disabled in other boot modes.
> IFC is enabled in NOR/NAND/SD boot, and disabled in QSPI boot.
> This patch will add fdt support for the above rules.
>
> Sign
On 01/04/2015 01:30 AM, Alison Wang wrote:
> This patch adds LPUART support for LS1021AQDS board.
> For ls1021aqds_nor_lpuart_defconfig, LPUART is used as the console.
>
> Signed-off-by: Alison Wang
> ---
Applied to u-boot-fsl-qoriq master branch, awaiting upstream.
York
On 01/04/2015 01:30 AM, Alison Wang wrote:
> This patch adds LPUART support for LS1021ATWR board.
> For ls1021atwr_nor_lpuart_defconfig, LPUART is used as the console.
>
> Signed-off-by: Alison Wang
> ---
Applied to u-boot-fsl-qoriq master branch, awaiting upstream.
York
On 12/16/2014 10:58 PM, Tang Yuantian wrote:
> Add deep sleep support on Freescale LS1021QDS platform.
>
> Signed-off-by: Tang Yuantian
> ---
> based on: u-boot-fsl-qoriq master.
> depends on patch: http://patchwork.ozlabs.org/patch/420999/
> which is applied to u-boot-mpc85xx master, awaiting
Tom,
The following changes since commit 37b608a52dcb13312a4f7ccea199cd6bac76d298:
powerpc: remove icecube_5200, Lite5200, cpci5200, mecp5200, pf5200 (2015-01-23
16:56:09 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-fsl-qoriq.git master
for you to fetch changes up
On Mon, Jan 19, 2015 at 11:16 PM, Simon Glass wrote:
>
> Drop the old checksum functions in favour of the new ones.
>
> Signed-off-by: Simon Glass
Looks good to me.
Acked-by: Joe Hershberger
Thanks!
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
This series adds support for booting mx28 based boards which do not
include a battery as per Freescale application note AN4199
Patch 1 adds SPL debug output to help track down where early init
of the power block and SDRAM fails (define DEBUG and
CONFIG_SPL_SERIAL_SUPPORT in order to enable)
Patch
Section 4.1.2 of Freescale Application Note AN4199 describes the
configuration required to operate the mx28 from a 5V source without a
battery.
This patch changes the behaviour of the dropout control of the DC-DC
converter (refer to section 11.12.9 of the mx28 Application Processor
Reference Manua
When booting in JTAG mode, there is no way to use soft break-points, and
no way of knowing when SPL has finished executing (so the user can issue
a 'halt' command to load u-boot.bin for example)
Add a debug output and simple loop to stop execution at the completion of
the SPL initialisation as a p
It is difficult to track down fail to boot issues in the mxs SPL.
Implement the following to make it easier:
- Add debug outputs to allow tracing of SPL progress in order to track
where failure to boot occurs. DEUBUG and CONFIG_SPL_SERIAL_SUPPORT must
be defined to enable debug output in SPL
- Ad
In U-boot, the directory structure, arch/$(ARCH)/cpu/$(CPU)/$(SOC)/
has been adopted except that $(CPU) is missing from some
architectures and $(SOC) is missing from some CPUs.
This structure did not fit very well in some cases.
[1] AT91
AT91 SoC family have been developed across some ARM proces
Move
arch/arm/cpu/arm926ejs/nomadik/* -> arch/arm/mach-nomadik/*
Signed-off-by: Masahiro Yamada
Cc: Nomadik Linux Team
Cc: Alessandro Rubini
---
arch/arm/Kconfig | 2 +-
arch/arm/Makefile | 1 +
arch/arm/cpu/arm9
Move
arch/arm/cpu/armv7/highbank/* -> arch/arm/mach-highbank/*
Signed-off-by: Masahiro Yamada
Cc: Rob Herring
---
arch/arm/Kconfig| 2 +-
arch/arm/Makefile | 1 +
arch/arm/cpu/armv7/Makefile
Move
arch/arm/cpu/arm926ejs/orion5x/* -> arch/arm/mach-orion5x/*
Signed-off-by: Masahiro Yamada
Cc: Albert ARIBAUD
---
arch/arm/Kconfig | 2 +-
arch/arm/Makefile| 2 ++
arch/arm/cpu/arm926ejs/Makefi
Move
arch/arm/cpu/arm926ejs/davinci/* -> arch/arm/mach-davinci/*
Signed-off-by: Masahiro Yamada
Cc: Tom Rini
---
arch/arm/Kconfig | 2 +-
arch/arm/Makefile | 1 +
arch/arm/cpu/arm926ejs/Makefile
Move
arch/arm/cpu/arm926ejs/versatile/* -> arch/arm/mach-versatile/*
Signed-off-by: Masahiro Yamada
---
arch/arm/Kconfig | 2 +-
arch/arm/Makefile | 1 +
arch/arm/cpu/arm926ejs/Makefile
In U-Boot, SoC-specific headers are placed in
arch/$(ARCH)/include/asm/arch-$(SOC) and a symbolic link to that
directory is created at the early stage of the build process.
Creating and removing a symbolic link during the build is not
preferred. In fact, Linux Kernel did away with include/asm-$(A
Move
arch/arm/cpu/armv7/keystone/* -> arch/arm/mach-keystone/*
Signed-off-by: Masahiro Yamada
Cc: Tom Rini
---
arch/arm/Kconfig| 2 +-
arch/arm/Makefile | 1 +
arch/arm/cpu/armv7/Makefile
Move arch/arm/include/asm/arch-davinci/*
-> arch/arm/mach-davinci/include/mach/*
Signed-off-by: Masahiro Yamada
Cc: Tom Rini
---
.../{include/asm/arch-davinci => mach-davinci/include/mach}/aintc_defs.h | 0
.../asm/arch-davinci => mach-davinci/include/mach}/da850_lowlevel.h | 0
.../{
Move arch/arm/include/asm/arch-orion5x/*
-> arch/arm/mach-orion5x/include/mach/*
Signed-off-by: Masahiro Yamada
Cc: Albert ARIBAUD
---
arch/arm/{include/asm/arch-orion5x => mach-orion5x/include/mach}/cpu.h| 0
.../{include/asm/arch-orion5x => mach-orion5x/include/mach}/mv88f5182.h | 0
This commit adds $(srctree)/arch/arm/$(machdirs)/include/mach to
the headers search path.
It allows us to replace "#include " with
"#include ". As "#include " is still
supported, we can modify each file one by one.
Signed-off-by: Masahiro Yamada
---
arch/arm/Makefile | 2 ++
1 file changed, 2
Move arch/arm/include/asm/arch-nomadik/*
-> arch/arm/mach-nomadik/include/mach/*
Signed-off-by: Masahiro Yamada
Cc: Nomadik Linux Team
Cc: Alessandro Rubini
---
arch/arm/{include/asm/arch-nomadik => mach-nomadik/include/mach}/gpio.h | 0
arch/arm/{include/asm/arch-nomadik => mach-nomadik/in
Move arch/arm/include/asm/arch-keystone/*
-> arch/arm/mach-keystone/include/mach/*
Signed-off-by: Masahiro Yamada
Cc: Tom Rini
---
.../{include/asm/arch-keystone => mach-keystone/include/mach}/clock-k2e.h | 0
.../asm/arch-keystone => mach-keystone/include/mach}/clock-k2hk.h | 0
...
Move arch/arm/include/asm/arch-at91/*
-> arch/arm/mach-at91/include/mach/*
Signed-off-by: Masahiro Yamada
Cc: Andreas Bießmann
---
MAINTAINERS | 1 -
arch/arm/{include/asm/arch-at91 => mach-at91/include/mach}/at91_common.h | 0
arc
57 matches
Mail list logo