> -Original Message-
> From: Valentin Longchamp [mailto:valentin.longch...@keymile.com]
> Sent: Friday, April 08, 2011 6:18 PM
> To: u-boot@lists.denx.de
> Cc: holger.bru...@keymile.com; h...@denx.de; Valentin Longchamp; Wolfgang
> Denk; Detlev Zundel; Prafulla Wadaskar
> Subject: [PATCH]
Two boring patches for common MIPS area.
Build tested on gth2, and verified no logical changes are incorporated.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
As requested in commit e1390801a3c1a2b6d12fa90be368efc19f5b9bfd ([MIPS]
Request for the 'mips_cache_lock()' removal), such feature is no longer
needed for current MIPS implementation of U-Boot, and no one in the tree
use it for years.
Signed-off-by: Shinya Kuribayashi
---
arch/mips/cpu/mips32/ca
Fix style issues and alignments globally. No logical changes.
- Replace C comments with AS line comments where possible
- Use ifndef where possible, rather than if !defined for simplicity
- An instruction executed in a delay slot is now indicated by a leading
space, not by C comment
Signed-off-
> -Original Message-
> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de]
> On Behalf Of Valentin Longchamp
> Sent: Friday, April 08, 2011 6:23 PM
> To: u-boot@lists.denx.de
> Cc: h...@denx.de; holger.bru...@keymile.com
> Subject: Re: [U-Boot] [PATCH] Keymile boards
On Apr 5, 2011, at 2:39 PM, Matthew McClintock wrote:
> Change variables to const to reduce code size, these values are
> hardcoded via defines anyways so we might as well assume they
> are constants
>
> Signed-off-by: Matthew McClintock
> cc: Scott Wood
> ---
> With this change we can reduce
From: Priyanka Jain
If we boot from a SD card use it for the environment as well.
Signed-off-by: Priyanka Jain
Signed-off-by: Poonam Aggrwal
Signed-off-by: Kumar Gala
---
include/configs/P1_P2_RDB.h |6 +-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/include/configs
From: Dipen Dudhat
Signed-off-by: Dipen Dudhat
Signed-off-by: Kumar Gala
---
arch/powerpc/include/asm/immap_85xx.h | 71 +
1 files changed, 71 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/include/asm/immap_85xx.h
b/arch/powerpc/include/asm/immap_8
From: Dipen Dudhat
Modify eLBC based platform's NAND loader Makefile to preprocess nand loader
linker script and then use it.
Signed-off-by: Dipen Dudhat
CC: Scott Wood
Signed-off-by: Kumar Gala
---
nand_spl/board/freescale/mpc8536ds/Makefile | 11 +++
nand_spl/board/freescale/mpc
From: Dipen Dudhat
To make sure that machine change operation work successfully, change
timing parameters first before changing machine for chip select on IFC.
Signed-off-by: Dipen Dudhat
Signed-off-by: Kumar Gala
---
arch/powerpc/cpu/mpc8xxx/fsl_ifc.c | 31 +++
From: Haiying Wang
Fix fdt bportal to pass the bman revision number to kernel via device tree.
Signed-off-by: Haiying Wang
Signed-off-by: Kumar Gala
---
arch/powerpc/cpu/mpc85xx/fdt.c |1 +
arch/powerpc/cpu/mpc85xx/portals.c | 30 ++
arch/powerpc/
From: Dipen Dudhat
Add nand_spl and 8-bit NAND support on IFC controller.
Signed-off-by: Dipen Dudhat
CC: Scott Wood
---
arch/powerpc/cpu/mpc85xx/cpu_init_nand.c | 10 +
arch/powerpc/cpu/mpc85xx/u-boot-nand_spl.lds | 18 +-
drivers/mtd/nand/Makefile|1 +
driver
From: Bastian Ruppert
Signed-off-by: Bastian Ruppert
Signed-off-by: Stefano Babic
CC: Sandeep Paulraj
---
arch/arm/include/asm/arch-davinci/hardware.h |2 +-
board/davinci/ea20/ea20.c| 16
include/configs/ea20.h |2 +-
3 fil
From: Bastian Ruppert
Signed-off-by: Bastian Ruppert
Signed-off-by: Stefano Babic
CC: d...@denx.de
CC: Sandeep Paulraj
---
arch/arm/include/asm/arch-davinci/hardware.h |4 +++
board/davinci/ea20/ea20.c| 30 +-
2 files changed, 33 insertions(+)
Signed-off-by: Stefano Babic
CC: Sandeep Paulraj
CC: Scott Wood
---
board/davinci/ea20/ea20.c | 35 ++-
include/configs/ea20.h| 20 +---
2 files changed, 35 insertions(+), 20 deletions(-)
diff --git a/board/davinci/ea20/ea20.c b/board/dav
Use board_early_init_f so that the full boot log output can be displayed.
Signed-off-by: Stefano Babic
CC: Sandeep Paulraj
---
board/davinci/ea20/ea20.c | 18 +++---
1 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/board/davinci/ea20/ea20.c b/board/davinci/ea20/ea20
Signed-off-by: Stefano Babic
CC: Sandeep Paulraj
---
include/configs/ea20.h | 58
1 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/include/configs/ea20.h b/include/configs/ea20.h
index 2a7f531..1843dae 100644
--- a/include/configs
The NAND controller does not support subpage accessing. This is
not used at all for MLC NAND, but it is set for SLC NAND. UBI tries
to access to subpages, and because it fails, it starts "torture tests"
on the whole page that are always successful, making an endless loop
with the UBI background tas
From: Ramneek Mehresh
Second USB controller only works for SPI and SD boot because of pin muxing
Signed-off-by: Ramneek Mehresh
---
arch/powerpc/include/asm/immap_85xx.h |1 +
board/freescale/p1_p2_rdb/p1_p2_rdb.c | 14 ++
include/configs/P1_P2_RDB.h |1 +
3 fil
From: Ruchika Gupta
1. Create a temp mapping in AS=1 of CONFIG_SYS_MONITOR_BASE to
the 1M CONFIG_SYS_PBI_FLASH_WINDOW
(The CONFIG_SYS_PBI_FLASH_WINDOW is the address map for the flash
created by PBL within 0 - 3.5G memory range. The u-boot image at
this address has been validated by
The P3041DS & P5020DS boards are almost identical (except for the
processor in them). Additionally they are based on the P4080DS board
design so we use the some board code for all 3 boards.
Some ngPIXIS (FPGA) registers where reserved on P4080DS and now have
meaning on P3041DS/P5020DS. We utiliz
From: Emil Medve
Rework and add some new APIs to the fsl_corenet_serdes code for use by
erratum and drivers.
* Rename serdes_get_bank() to serdes_get_bank_by_lane()
* Add serdes_get_first_lane returns which SERDES lane is used by device
Signed-off-by: Emil Medve
Signed-off-by: Timur Tabi
Sign
From: Emil Medve
Signed-off-by: Emil Medve
Signed-off-by: Timur Tabi
Signed-off-by: Kumar Gala
---
arch/powerpc/cpu/mpc85xx/cmd_errata.c |3 +
arch/powerpc/cpu/mpc85xx/fsl_corenet_serdes.c | 107 +
arch/powerpc/include/asm/config_mpc85xx.h |1 +
ar
Signed-off-by: Fabio Estevam
---
drivers/gpio/mxc_gpio.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/gpio/mxc_gpio.c b/drivers/gpio/mxc_gpio.c
index 53a0673..dcf114a 100644
--- a/drivers/gpio/mxc_gpio.c
+++ b/drivers/gpio/mxc_gpio.c
@@ -52,7 +52,7 @@ int mx
Wolfgang, Albert, Sandeep,
Luca Ceresoli wrote:
>>> +#ifndef __ASSEMBLY__
>>> +extern unsigned int boot_flash_base;
>>> +extern unsigned int boot_flash_off;
>>> +extern unsigned int boot_flash_sec;
>>> +extern unsigned int boot_flash_type;
>>> +#endif
>> Can we please get rid of this?
> Hopefully
On Mar 6, 2011, at 10:17 PM, Kumar Gala wrote:
> From: Jiang Yutang
>
> Make the support for ATI graphics cards mutually exclusive with DIU.
>
> Signed-off-by: Jiang Yutang
> Signed-off-by: Kumar Gala
> ---
> include/configs/P1022DS.h | 16
> 1 files changed, 16 insertions(
On Mar 6, 2011, at 10:17 PM, Kumar Gala wrote:
> From: Jiang Yutang
>
> For soc which have pin multiplex relation, some of them can't enable
> simultaneously. This patch add environment var 'hwconfig' content
> defination for them. you can enable some one function by setting
> environment var '
On Mar 6, 2011, at 10:17 PM, Kumar Gala wrote:
> From: Jiang Yutang
>
> Set default configuration to have SDHC controller enabled,
> AUDIO enabled(codec clock sources is 12MHz) and disable TDM.
>
> Signed-off-by: Jiang Yutang
> Signed-off-by: Kumar Gala
> ---
> include/configs/P1022DS.h |
On Mar 13, 2011, at 10:05 AM, Kumar Gala wrote:
> From: Jiang Yutang
>
> For soc which have pin multiplex relation, some of them can't enable
> simultaneously. This patch add environment var 'hwconfig' content
> defination for them. you can enable some one function by setting
> environment var
On Mar 7, 2011, at 5:02 PM, Timur Tabi wrote:
> On Sun, Mar 6, 2011 at 10:17 PM, Kumar Gala wrote:
>> From: Jiang Yutang
>>
>> Added two build configurations with DIU enabled on P1022DS and fixed the
>> configuration for LVDS monitors to enable backlighting.
>>
>> Signed-off-by: Jiang Yutang
On Mar 15, 2011, at 9:10 PM, Shaohui Xie wrote:
> PBL(pre-boot loader): SPI flash used as RCW(Reset Configuration Word) and
> PBI(pre-boot initialization) source, CPC(CoreNet Platform Cache) used as 1M
> SRAM
> where PBL will copy whole U-BOOT image to, U-boot can boot from CPC after PBL
> compl
Kumar Gala wrote:
> I'll deal with merge issues, can you ack or provide feedback on this patch
My patch, "[v3] powerpc: user 'video-mode' environment variable to configure
DIU" ("user" should be "use") should be applied instead.
--
Timur Tabi
Linux kernel developer
_
On Mar 6, 2011, at 10:17 PM, Kumar Gala wrote:
> From: Jiang Yutang
>
> SHARP LQ084S3LG01 TFT LCD is the default configuration with P1022DS RevC
> board. It only support 800x600 resolutions. While using DIU's DVI or
> LVDS ports, some environment var should be setting:
>
> DVI:
> 'setenv moni
Kumar Gala wrote:
> what about this patch?
I missed this one. Unfortunately, it conflicts with my patch. I'll have to
rewrite this one to make it work.
Plus, there were problems with it. For instance, I'm not crazy about the
setenv() calls (I NAK'd an earlier internal version of this patch t
Dear Luca Ceresoli,
In message <4da0c56d.7030...@comelit.it> you wrote:
>
> >>> +#ifndef __ASSEMBLY__
> >>> +extern unsigned int boot_flash_base;
> >>> +extern unsigned int boot_flash_off;
> >>> +extern unsigned int boot_flash_sec;
> >>> +extern unsigned int boot_flash_type;
> >>> +#endif
> >> Ca
Dear Kumar Gala,
In message <31ff7c4d-599d-43ff-ac83-22086b69f...@kernel.crashing.org> you wrote:
>
> > board/freescale/p1022ds/diu.c |8 ++--
> > doc/README.p1022ds| 22 ++
> > drivers/video/fsl_diu_fb.c| 20 +++-
> > include/configs/P
36 matches
Mail list logo