From: Sonic Zhang
Signed-off-by: Sonic Zhang
---
arch/blackfin/cpu/initcode.h |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/blackfin/cpu/initcode.h b/arch/blackfin/cpu/initcode.h
index 1fec7f3..ab7fa45 100644
--- a/arch/blackfin/cpu/initcode.h
+++ b/arch/blac
Just to be sure that there is no pending data.
Signed-off-by: Michal Simek
---
drivers/serial/serial_xuartlite.c | 14 +-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/drivers/serial/serial_xuartlite.c
b/drivers/serial/serial_xuartlite.c
index e613994..988438e 10064
Am 19.01.2014 19:47, wrote Otavio Salvador:
> On Sun, Jan 19, 2014 at 4:03 PM, Fabio Estevam wrote:
>> On Sun, Jan 19, 2014 at 3:55 PM, Otavio Salvador
>> wrote:
>>
>>> Personally I think when using the ALT 2 people are expecting it works
>>> out of box so I think this should be in the PAD declar
Hi, Fenghua:
Thanks a lot!
Best wishes,
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Jan 21, 2014 5:27 PM, "Stephen Warren" wrote:
>
> On 10/15/2013 04:54 PM, Tom Warren wrote:
> > Some T114 peripherals can take up to 8 different clock
> > sources (parents), including 4 new ones that don't exist
> > on previous chips (PLLC2/C3/MEM2/SRC2). Expand clock/pll
> > code/tables to sup
On 10/15/2013 04:54 PM, Tom Warren wrote:
> Some T114 peripherals can take up to 8 different clock
> sources (parents), including 4 new ones that don't exist
> on previous chips (PLLC2/C3/MEM2/SRC2). Expand clock/pll
> code/tables to support these additional bits/sources.
>
> Changes were made to
From: Stephen Warren
For Tegra20, the SKU ID actually impacts how U-Boot programs the chip,
and hence we need to explicitly know about each and every SKU ID in order
to operate correctly.
However, for Tegra30/114, this isn't the case. Rather than forcing each
new user with a different SKU to man
Tom,
The following changes since commit b44bd2c73c4cfb6e3b9e7f8cf987e8e39aa74a0b:
Prepare v2014.01 (2014-01-20 17:52:59 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
for you to fetch changes up to e222b1f36fedb0363dbc21e0add7dc3848bae553:
pow
On 01/12/2014 11:32 PM, Shengzhou Liu wrote:
> This patch reverts patch 'add ft_fixup_xgec to support 3rd and 4th 10GEC'.
> When dual-role MAC acts as 10G,it still uses fsl,fman-port-1g-rx/tx as before.
>
> Signed-off-by: Shengzhou Liu
> ---
Applied to u-boot-mpc85xx master branch. Awaiting upst
On 01/13/2014 10:04 PM, Prabhakar Kushwaha wrote:
> u-boot binary size for Freescale mpc85xx platforms is 512KB.
> This has been reached to upper limit for some of the platforms causig
> linker error.
>
> So, Increase the u-boot binary size to 768KB.
>
> Signed-off-by: York Sun
> Signed-off-by:
On 01/12/2014 09:01 PM, Shengzhou Liu wrote:
> - Optimize UDIMM parameters for whole range from 1500MT/s to 2140MT/s.
> - Remove unused patameters: 'cpo', 'wrdata delay', '2T', which are
> unrelated to DDR3/3L.
>
> Tested with UDIMM 9JSF25672AZ-2G1K1 and verified speed 1200/1866/2133MT/s.
>
> S
On 01/05/2014 09:23 PM, Shengzhou Liu wrote:
> Enable Erratum A006379 for T2080, T2081, T4160, B4420.
>
> Signed-off-by: Shengzhou Liu
> ---
Applied to u-boot-mpc85xx master branch. Awaiting upstream.
York
___
U-Boot mailing list
U-Boot@lists.denx.d
On 01/02/2014 10:48 PM, Shengzhou Liu wrote:
> - add more serdes protocols support.
> - fix some serdes lanes route.
> - fix SGMII doesn't work and incorrect mdio display for XFI when serdes 0x6d.
> - correct boot location info for SD/SPI boot.
>
> Signed-off-by: Shengzhou Liu
> ---
> v2: update
On 01/02/2014 10:41 PM, Nikhil Badola wrote:
> From: Ramneek Mehresh
>
> Defines get_svr() for 83xx devices
>
> Signed-off-by: Ramneek Mehresh
> ---
> Changes for v2:
> - Changed patch heading
>
Applied to u-boot-mpc85xx master branch. Awaiting upstream.
York
On 01/02/2014 09:54 PM, Priyanka Jain wrote:
> Update following DDR related settings for T1040QDS
> -Correct number of chip selects to two as t1040qds supports
> two Chip selects.
> -Update board_specific_parameters udimm structure with settings
> derived via calibration.
> -Reduced I2C speed to
On 01/12/2014 09:58 PM, Prabhakar Kushwaha wrote:
> Rename CONFIG_PBLRCW_CONFIG and CONFIG_PBLRCW_CONFIG.
>
> Also add their details in README.
>
> Signed-off-by: Prabhakar Kushwaha
> ---
> changes for v2: Incorporated Wolfgang's comments
> - Added more description in README
>
Applied
On 01/09/2014 06:10 PM, Po Liu wrote:
> Using the TPL/SPL method to booting from 8k page NAND flash.
> - Add 256kB size SRAM tlb for second step booting;
> - Add spl.c for TPL image boot;
> - Add spl_minimal.c for minimal SPL image;
> - Add C29XPCIE_NAND configure;
> -
On 01/10/2014 11:03 AM, Scott Wood wrote:
> On Fri, 2014-01-10 at 10:10 +0800, Po Liu wrote:
>> Using the TPL method for nand boot by sram was already
>> supported. Here add some code for mpc85xx ifc nand boot.
>>
>> - For ifc, elbc, esdhc, espi, all need the SPL without
>> section .reset
Signed-off-by: Tom Rini
---
include/configs/am43xx_evm.h |9 +
1 file changed, 9 insertions(+)
diff --git a/include/configs/am43xx_evm.h b/include/configs/am43xx_evm.h
index 4de495a..8d0929e 100644
--- a/include/configs/am43xx_evm.h
+++ b/include/configs/am43xx_evm.h
@@ -79,6 +79,12
Signed-off-by: Tom Rini
---
include/configs/dra7xx_evm.h | 11 +++
1 file changed, 11 insertions(+)
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index f210ed8..94cfb5e 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -34,8 +34,
Signed-off-by: Tom Rini
---
include/configs/am335x_evm.h | 11 +++
1 file changed, 11 insertions(+)
diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
index 73a9adb..07c1b76 100644
--- a/include/configs/am335x_evm.h
+++ b/include/configs/am335x_evm.h
@@ -31,6 +31,
Pantelis,
On 01/09/2014 09:52 PM, Haijun Zhang wrote:
> Card detection pin is ineffective on T4240QDS Rev1.0.
> There are two cards can be connected to board.
> 1. eMMC card is built-in board, can not be removed. so
>For eMMC card it is always there.
> 2. Card detecting pin is functional for S
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/21/2014 02:34 PM, Wolfgang Denk wrote:
> Dear Murali,
>
> In message
> <3e54258959b69e4282d79e01ab1f32b70466c...@dfle11.ent.ti.com> you
> wrote:
>>
+ if (do_swap32) { + gph_size = gpimage_swap32(gph->size); +
gph_load_ad
The name the Linux kernel expects is 'mxc_nand' , not 'mxc-nand' .
This patch renames the driver name.
Signed-off-by: Marek Vasut
Cc: Stefano Babic
---
include/configs/m53evk.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/configs/m53evk.h b/include/configs/m53
Enable CONFIG_REGEX on M53EVK to allow usage of regular expressions
on environment variables.
Signed-off-by: Marek Vasut
Cc: Stefano Babic
---
include/configs/m53evk.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/configs/m53evk.h b/include/configs/m53evk.h
index db3697d..a62377
Dear Murali,
In message <3e54258959b69e4282d79e01ab1f32b70466c...@dfle11.ent.ti.com> you
wrote:
>
> >> + if (do_swap32) {
> >> + gph_size = gpimage_swap32(gph->size);
> >> + gph_load_addr = gpimage_swap32(gph->load_addr);
> >> + } else {
> >> + gph_size = gph->size;
>
Dear Murali,
In message <3e54258959b69e4282d79e01ab1f32b70466c...@dfle11.ent.ti.com> you
wrote:
>
> >New CONFIG_ options MUSt be documented in the README.
>
> Will do.
>
> >Also, you are just adding dead code. There are no users for this option.
>
> This is a preparatory patch for keystone u-
Dear Murali,
In message <3e54258959b69e4282d79e01ab1f32b70466c...@dfle11.ent.ti.com> you
wrote:
>
> >Are we adding dead code here? Or where exactly is this code being used?
> >
> This is a preparatory patch for keystone port that we are currently working
> on.
> I can repost the reworked code a
On Tuesday, January 21, 2014 at 08:45:52 AM, Jagan Teki wrote:
[...]
> Current design:
>
> cmd_sf.c
This is just the one of the users of the SPI flash API, but not the only one.
>
> spi_flash.h
> --
> sf (_probe, _ops), sf.c
> ---
On 01/21/2014 09:29 AM, Scott Wood wrote:
> On Tue, 2014-01-21 at 10:14 +0100, Wolfgang Denk wrote:
>> Dear York,
>>
>> In message you wrote:
>>>
On second thought, I also think we should avoid solutions where the
BE/LE test has to be done for each and every I/O accessor call again
On Tue, 2014-01-21 at 10:14 +0100, Wolfgang Denk wrote:
> Dear York,
>
> In message you wrote:
> >
> > > On second thought, I also think we should avoid solutions where the
> > > BE/LE test has to be done for each and every I/O accessor call again
> > > and again. We should rather do this just
Hi Simon,
On Tue, 2014-01-21 at 09:13 -0700, Simon Glass wrote:
> Hi,
>
> It's unfortunate that we need to carry over CONFIG_NEEDS_MANUAL_RELOC
> to the new common board init code. But if we do, this patch looks
> reasonable, so:
I think as long as PIC relocation is supported in U-Boot (for some
Just list one more exception.
Signed-off-by: Michal Simek
---
arch/microblaze/cpu/exception.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/microblaze/cpu/exception.c b/arch/microblaze/cpu/exception.c
index 9218355..227842f 100644
--- a/arch/microblaze/cpu/exception.c
+++ b/arch/m
Add support for U-BOOT SPL. NOR and RAM mode are supported.
There are 3 images in NOR flash. u-boot.img, dtb and kernel.
Signed-off-by: Michal Simek
---
arch/microblaze/cpu/Makefile | 1 +
arch/microblaze/cpu/spl.c| 55 +
arch/microblaze/cpu/
It speeds up writing a lot.
Signed-off-by: Michal Simek
---
include/configs/microblaze-generic.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/configs/microblaze-generic.h
b/include/configs/microblaze-generic.h
index aa8d59d..35e5a4a 100644
--- a/include/configs
It is nice to see u-boot version.
Signed-off-by: Michal Simek
---
arch/microblaze/lib/board.c | 7 +++
1 file changed, 7 insertions(+)
diff --git a/arch/microblaze/lib/board.c b/arch/microblaze/lib/board.c
index 896e73a..d22aa85 100644
--- a/arch/microblaze/lib/board.c
+++ b/arch/microblaz
Hi,
On 20 January 2014 03:30, Alexey Brodkin wrote:
>
> This is only required for "PIC" relocation and doesn't apply to modern
> "PIE" relocation which does data relocation as well as code.
>
> "init_sequence_r" is just an array that consists of compile-time
> adresses of init functions. Since th
Hi, fenghua:
Has you ever tried to boot a linux kernel with armv8 fvp model?
Best wishes,
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Dear Tom,
In message <20140120231034.GN3277@bill-the-cat> you wrote:
>
> I've pushed v2014.01 out to the repository and tarballs should exist
> soon.
Tarball is on the FTP server now.
Here the abbreviated release statistics:
Processed 980 csets from 153 developers
27 employers found
A total o
> -Original Messages-
> From: "Tom Rini"
> Sent Time: 2014-01-21 06:47:25 (Tuesday)
> To: u-boot@lists.denx.de
> Cc:
> Subject: [U-Boot] [PATCH] fdt_support.c: Correct linux, initrd-start/end
> setting
>
> The change to add 64bit initrd support broke 32bit initrd support as it
> always
On 09/17/2013 08:46 AM, Valentin Longchamp wrote:
> Some board require spi_flash_free to be called after all the accesses,
> in order, for instance, to restore the pin multiplexing configuration in
> the case where the SPI pins are multiplexed.
>
> This patch series tries to enhance this. Patch 1
In an ext4 filesystem, the inode corresponding to a file has a 60-byte
area which contains an extent header structure and up to 4 extent
structures (5 x 12 bytes).
For files that need more than 4 extents to be represented (either files
larger than 4 x 128MB = 512MB or smaller files but very fragm
Dear York,
In message you wrote:
>
> > On second thought, I also think we should avoid solutions where the
> > BE/LE test has to be done for each and every I/O accessor call again
> > and again. We should rather do this just once, and for example set
> > function pointers as needed (hoping that
> -Oorspronkelijk bericht-
> Van: Ruud Commandeur
> Verzonden: vrijdag 17 januari 2014 16:50
> Aan: 'Detlev Zundel'
> CC: U-Boot list
> Onderwerp: RE: [U-Boot] Fat write problem
>
>
>
> > -Oorspronkelijk bericht-
> > Van: Detlev Zundel [mailto:d...@denx.de]
> > Verzonden: v
Hi,
I have been reading u-boot documentation for last few weeks.
I am looking forward to configure & write my own u-boot for some board or
CPU .
I will be doing it first time.
Please suggest some existing board for which we have opensource U-boot
software available, which are good for someone to
45 matches
Mail list logo