Dear Minkyu Kang,
On 27 December 2011 14:18, Chander Kashyap wrote:
> Dear minkyu Kang
>
> On 23 December 2011 11:21, Chander Kashyap wrote:
>> Dear Minkyu Kang,
>>
>> On 23 December 2011 09:51, Minkyu Kang wrote:
>>>
>>> Dear Chander Kashyap,
>>>
>>> On 22 December 2011 19:52, Chander Kashyap
Dear Chander Kashyap,
On 27 December 2011 17:48, Chander Kashyap wrote:
>>> > Torsten Koschorrek
>>> > scb9328 ARM920T (i.MXL)
>>> > diff --git a/arch/arm/cpu/armv7/exynos/clock.c
>>> > b/arch/arm/cpu/armv7/exynos/clock.c
>>> > index b101f96..88e2fc0 100644
>>> > --- a/arch/arm/
On Tue, Jan 3, 2012 at 2:50 PM, Peter Bigot wrote:
> On Tue, Jan 3, 2012 at 2:24 PM, Tom Rini wrote:
>> With certain SD cards the code detects a timeout when the hardware
>> has not timed out. We change the timeout used to match the kernel
>> which gives software 20ms to detect a timeout. We al
From: Simon Schwarz
This adds some configs for devkit8000 to use the new spl command
Signed-off-by: Simon Schwarz
CC: Tom Rini
CC: Stefano Babic
CC: Wolfgang Denk
---
V10 changes:
This is new in V10 was split from other patch
include/configs/devkit8000.h |8
1 files changed, 8
From: Simon Schwarz
This adds a spl command to the u-boot.
Related config:
CONFIG_CMD_CPL
activate/deactivate the command
CONFIG_CMD_SPL_NAND_OFS
Offset in NAND to use
Signed-off-by: Simon Schwarz
CC: Tom Rini
CC: Stefano Babic
CC: Wolfgang Denk
---
V2 changes:
CHG corrected
Hi,
here an updated version of the patchset to boot Linux directly from SPL.
It fixes the (minor) comments received in version 11.
List of changes:
- drop commented lines into arch/arm/cpu/armv7/Makefile after checking build
for OMAP4/5
- use CONFIG_SPL_I2C_SUPPORT to protect I2C code
- fix TA
From: Simon Schwarz
This implements booting of Linux from NAND in SPL
Related config parameters:
CONFIG_SYS_NAND_SPL_KERNEL_OFFS
Offset in NAND of direct boot kernel image to use in SPL
CONFIG_SYS_SPL_ARGS_ADDR
Address where the kernel boot arguments are expected - this is
From: Simon Schwarz
Linux crashes if the GPMC isn't configured for the dm9000.
Signed-off-by: Simon Schwarz
CC: Tom Rini
CC: Stefano Babic
CC: Wolfgang Denk
---
V2 changes:
nothing
V3 changes:
nothing
V4 changes:
noting
V5 changes:
nothing
V6 changes:
nothing
V7 changes:
FIX multiline c
From: Simon Schwarz
This only outputs "Assuming u-boot.bin..." if debug is active.
Signed-off-by: Simon Schwarz
CC: Tom Rini
CC: Stefano Babic
CC: Wolfgang Denk
---
V11: no changes
V12: no changes
arch/arm/cpu/armv7/omap-common/spl.c |2 +-
1 files changed, 1 insertions(+), 1 deletion
From: Simon Schwarz
This adds Linux booting to the SPL
This depends on CONFIG_MACH_TYPE patch by Igor Grinberg
(http://article.gmane.org/gmane.comp.boot-loaders.u-boot/105809)
Related CONFIGs:
CONFIG_SPL_OS_BOOT
Activates/Deactivates the OS booting feature
CONFIG_SPL_OS_BOOT_KEY
From: Simon Schwarz
- Implements spl_start_uboot() for devkit8000
- Add configs to activate direct OS boot from SPL
Signed-off-by: Simon Schwarz
CC: Tom Rini
CC: Stefano Babic
CC: Wolfgang Denk
---
V10 changes:
sliced from the implementation
added an implementation of spl_start_uboot for dev
Signed-off-by: Stefano Babic
CC: Tom Rini
CC: Wolfgang Denk
CC: Simon Schwarz
---
Changes since V11:
- enable cache files in Makefile after checking build for OMAP4/5
arch/arm/cpu/armv7/Makefile |2 --
arch/arm/cpu/armv7/cpu.c|2 ++
arch/arm/lib/Makefile |5 +++--
3 fi
Call i2c initialization in spl_board_init only if I2C
is configured for the board.
Signed-off-by: Stefano Babic
CC: Tom Rini
CC: Wolfgang Denk
CC: Simon Schwarz
---
V12:
- use CONFIG_SPL_I2C_SUPPORT to protect I2C code
arch/arm/cpu/armv7/omap3/board.c |2 ++
1 files changed, 2 insertio
The SPL used on OMAPx can be reused by other SOCs from different
architectures. Move common files into common/ directory.
Signed-off-by: Stefano Babic
CC: Tom Rini
CC: Wolfgang Denk
CC: Simon Schwarz
---
V12: no changes
arch/arm/cpu/armv7/omap-common/Makefile| 10 --
c
Signed-off-by: Stefano Babic
CC: Tom Rini
CC: Wolfgang Denk
CC: Simon Schwarz
---
common/spl.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/spl.c b/common/spl.c
index 5fdf3fb..cf5395e 100644
--- a/common/spl.c
+++ b/common/spl.c
@@ -125,7 +125,7 @@ __noretur
Signed-off-by: Stefano Babic
CC: Tom Rini
CC: Wolfgang Denk
CC: Simon Schwarz
---
V12:
- change GPIO to select U-Boot als image
board/technexion/twister/twister.c | 23 +++
include/configs/twister.h | 12
2 files changed, 35 insertions(+), 0 del
Signed-off-by: Stefano Babic
---
arch/arm/cpu/armv7/omap-common/hwinit-common.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/cpu/armv7/omap-common/hwinit-common.c
b/arch/arm/cpu/armv7/omap-common/hwinit-common.c
index f65705d..4040d02 100644
--- a/arch/arm/cp
The SPL is developped first for TI-OMAPx. The patch
move OMAP specific function into OMAP directory.
Signed-off-by: Stefano Babic
CC: Tom Rini
CC: Wolfgang Denk
CC: Simon Schwarz
---
V12: replace tab with space defining MMCSD_MODE_UNDEFINED
arch/arm/cpu/armv7/omap-common/Makefile |2 +
The mt_ventoux board is a custom board using
the Technexion TAM3517 module.
Signed-off-by: Stefano Babic
CC: Ilya Yanok
CC: Igor Grinberg
---
Changes since V1:
- CONFIG_FPGA must be enabled (S. Babic)
- reworking fpga functions (Igor Grinberg)
- drop clean / distclean from Makefile (Igor Grin
Hi Simon,
On 04/01/12 16:21, Simon Glass wrote:
> Hi Graeme,
>
> On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ wrote:
>> The implementations of memcpy and memset are now the optimised versions
>> from glibc, so use them instead of simple copy loops
>>
>> Signed-off-by: Graeme Russ
>> ---
>> arch
On 04/01/12 16:23, Simon Glass wrote:
> Hi Graeme,
>
> On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ wrote:
>>
>> Signed-off-by: Graeme Russ
>> ---
>> arch/x86/cpu/start.S |3 ++-
>> arch/x86/include/asm/processor.h |6 +-
>> 2 files changed, 7 insertions(+), 2 deletions(-
On 04/01/12 16:24, Simon Glass wrote:
> Hi Graeme,
>
> On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ wrote:
>>
>
> This probably needs a commit message?
Done
Regards,
Graeme
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/lis
Hi Simon,
On 04/01/12 16:28, Simon Glass wrote:
> Hi Graeme,
>
> On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ wrote:
>>
>> Signed-off-by: Graeme Russ
>
> Commit message?
Added in v2
>
>> ---
>> arch/x86/cpu/start.S | 20 +---
>> arch/x86/include/asm/u-boot-x86
Hi Simon,
On 04/01/12 16:36, Simon Glass wrote:
> Hi Graeme,
>
> On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ wrote:
>> Use the base address of the 'F' segment as a pointer to the global data
>> structure. By adding the linear address (i.e. the 'D' segment address)
>> as the first word of the glo
Hi Simon,
On 04/01/12 16:38, Simon Glass wrote:
> Hi Graeme,
>
> On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ wrote:
>>
>> Signed-off-by: Graeme Russ
>> ---
>> arch/x86/cpu/cpu.c| 18 +++---
>> arch/x86/include/asm/u-boot-x86.h |1 +
>> arch/x86/lib/board.c
Hi Simon,
On 04/01/12 16:40, Simon Glass wrote:
> Hi Graeme,
>
> On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ wrote:
>>
>> Signed-off-by: Graeme Russ
>> ---
>> arch/x86/lib/board.c | 15 ++-
>> 1 files changed, 10 insertions(+), 5 deletions(-)
>>
>> diff --git a/arch/x86/lib/board
Hi Stefano,
On Wednesday 04 January 2012 09:25 AM, Stefano Babic wrote:
Signed-off-by: Stefano Babic
CC: Tom Rini
CC: Wolfgang Denk
CC: Simon Schwarz
---
Changes since V11:
- enable cache files in Makefile after checking build for OMAP4/5
How are you allocating memory for the page-tables(gd-
Hi Simon,
On 04/01/12 16:42, Simon Glass wrote:
> Hi Graeme,
>
> On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ wrote:
>>
>> Signed-off-by: Graeme Russ
>
> Seems a bit more than just checkpatch.
True - I'll change the name to 'Tweak IDT and GDT for alignment and
readability' - Saves me splitting
Hi Simon,
On 04/01/12 16:48, Simon Glass wrote:
> Hi Graeme,
>
> On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ wrote:
>>
>> Signed-off-by: Graeme Russ
>
> Perhaps mention why? Anyway:
Added commit message 'This function simply does not belong in board.c'
Regards,
Graeme
__
Hi Simon,
On 04/01/12 16:51, Simon Glass wrote:
> Hi Graeme,
>
> On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ wrote:
>>
>> Signed-off-by: Graeme Russ
>> ---
>> arch/x86/include/asm/init_helpers.h | 39 +
>> arch/x86/include/asm/init_wrappers.h | 42 +
>> arch/x86/lib/Makefile
Hi Simon,
On 04/01/12 16:52, Simon Glass wrote:
> Hi Graeme,
>
> On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ wrote:
>>
>> Signed-off-by: Graeme Russ
>> ---
>> arch/x86/include/asm/init_helpers.h |5 +
>> arch/x86/include/asm/relocate.h | 33 ++
>> arch/x86/lib/board.c
On 04/01/2012 12:33, Aneesh V wrote:
> Hi Stefano,
>
Hi,
> On Wednesday 04 January 2012 09:25 AM, Stefano Babic wrote:
>> Signed-off-by: Stefano Babic
>> CC: Tom Rini
>> CC: Wolfgang Denk
>> CC: Simon Schwarz
>> ---
>>
>> Changes since V11:
>>
>> - enable cache files in Makefile after checking b
On 22/12/2011 20:55, Marek Vasut wrote:
> Signed-off-by: Marek Vasut
> Cc: Wolfgang Denk
> Cc: Stefano Babic
> ---
> tools/mxsboot.c |3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/tools/mxsboot.c b/tools/mxsboot.c
> index 176753d..8246831 100644
Applied to u-b
On Wednesday, January 04, 2012 01:22:29 AM you wrote:
> On Tue, Jan 3, 2012 at 2:50 PM, Peter Bigot wrote:
> > On Tue, Jan 3, 2012 at 2:24 PM, Tom Rini wrote:
> >> With certain SD cards the code detects a timeout when the hardware
> >> has not timed out. We change the timeout used to match the k
On 29/12/2011 14:35, Fabio Estevam wrote:
> Use GENERATED_GBL_DATA_SIZE for calculating CONFIG_SYS_INIT_SP_OFFSET.
>
> Signed-off-by: Fabio Estevam
> ---
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
=
DENX So
On 04/01/2012 14:58, Simon Schwarz wrote:
> Hi Stefano,
>
Hi Simon,
> Just FYI: I already did this with DMA - the patch was rejected and I
> haven't worked on it since (as you already said it is some work...).
Yes, of course - it makes sense to find a solution that will be accepted
before imple
On Wed, Jan 4, 2012 at 2:02 AM, Stefano Babic wrote:
> The mt_ventoux board is a custom board using
> the Technexion TAM3517 module.
>
> Signed-off-by: Stefano Babic
> CC: Ilya Yanok
> CC: Igor Grinberg
[snip]
> +#if defined(CONFIG_GENERIC_MMC) && defined(CONFIG_OMAP_HSMMC) && \
> + !defi
On 04/01/2012 15:25, Tom Rini wrote:
> On Wed, Jan 4, 2012 at 2:02 AM, Stefano Babic wrote:
>> The mt_ventoux board is a custom board using
>> the Technexion TAM3517 module.
>>
>> Signed-off-by: Stefano Babic
>> CC: Ilya Yanok
>> CC: Igor Grinberg
> [snip]
>> +#if defined(CONFIG_GENERIC_MMC) &&
From: Stefan Bigler
Initial implementation for unsafe feature for biterror insertion on
NAND-Flash devices. The code flips single bits in the data block of the
flash to simulate single bit-errors.
Tested with Samsung K9F1G08U0D and Micron MT29F1G08ABADAWP on
km_kirkwood boards.
Signed-off-by: St
On Tue, Jan 3, 2012 at 6:58 PM, Scott Wood wrote:
>> On page 93, it says "Minimum required ECC: 4-bit ECC per 540 bytes of data".
>
> OK. Is booting from a source other than NAND (at least enough to fit
> software BCH support) an option?
>
Not easily. We were hoping to be able to use the existi
On Jan 3, 2012, at 6:31 AM, Tom Rini wrote:
> On 12/22/2011 12:28 PM, Grant Erickson wrote:
>> Only attempt to configure and add DRAM at chip select 1 if the board has
>> configured more than one bank of DRAM.
>>
>> This prevents boards that have CONFIG_NR_DRAM_BANKS set to 1 from getting an
>>
On 01/04/2012 09:10 AM, Grant Erickson wrote:
> On Jan 3, 2012, at 6:31 AM, Tom Rini wrote:
>> On 12/22/2011 12:28 PM, Grant Erickson wrote:
>>> Only attempt to configure and add DRAM at chip select 1 if the board has
>>> configured more than one bank of DRAM.
>>>
>>> This prevents boards that hav
Hi Albert,
This replaces the pull request I sent for u-boot-ti/next back around
Dec 23rd that wasn't pulled.
The following changes since commit a747cc0a8c55d69a56a6db80a35cdb48c853447d:
Thierry Reding (1):
tegra2: Optimize out-of-tree build for Ventana.
are available in the git reposit
On Jan 4, 2012, at 8:14 AM, Tom Rini wrote:
> On 01/04/2012 09:10 AM, Grant Erickson wrote:
>> On Jan 3, 2012, at 6:31 AM, Tom Rini wrote:
>>> On 12/22/2011 12:28 PM, Grant Erickson wrote:
Only attempt to configure and add DRAM at chip select 1 if the board has
configured more than one b
Hi Albert,
please pull from u-boot-imx, thanks.
The following changes since commit a747cc0a8c55d69a56a6db80a35cdb48c853447d:
tegra2: Optimize out-of-tree build for Ventana. (2011-12-24 10:23:32
+0100)
are available in the git repository at:
git://www.denx.de/git/u-boot-imx.git master
Eric
Hi Stefano,
On Wed, Jan 4, 2012 at 2:57 PM, Stefano Babic wrote:
> Fabio Estevam (6):
> net: imx: Add multi-FEC support for imx_get_mac_from_fuse
> mx28: Let imx_get_mac_from_fuse be common for mx28
> mx28: Let dram_init be common for mx28
> mx28evk: Add initial support for M
On 01/04/2012 09:32 AM, Holger Brunck wrote:
> From: Stefan Bigler
>
> Initial implementation for unsafe feature for biterror insertion on
> NAND-Flash devices. The code flips single bits in the data block of the
> flash to simulate single bit-errors.
> Tested with Samsung K9F1G08U0D and Micron M
On 04/01/2012 18:41, Fabio Estevam wrote:
> Hi Stefano,
>
> On Wed, Jan 4, 2012 at 2:57 PM, Stefano Babic wrote:
>
>> Fabio Estevam (6):
>> net: imx: Add multi-FEC support for imx_get_mac_from_fuse
>> mx28: Let imx_get_mac_from_fuse be common for mx28
>> mx28: Let dram_init be com
> This moves keyboard polling logic from USB HCD drivers into USB
> keyboard driver. Remove usb_event_poll() as keyboard polling was
> the only user of this API. With this patch USB keyboard works with
> EHCI controllers again. Tested on a tegra2 seaboard.
>
> Signed-off-by: Allen Martin
ping
> If CONSOLE_MUX is enabled, reevaluate console stdin when USB keyboard
> device is detected.
>
> Signed-off-by: Allen Martin
ping, anyone have any comments/feedback?
-Allen
nvpublic
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/m
Taken from glibc version 2.14.90
Signed-off-by: Graeme Russ
---
Changes for v2:
- None
arch/x86/include/asm/string.h |2 +-
arch/x86/lib/string.c | 61 +
2 files changed, 62 insertions(+), 1 deletions(-)
diff --git a/arch/x86/include/asm/s
The implementations of memcpy and memset are now the optimised versions
from glibc, so use them instead of simple copy loops
Signed-off-by: Graeme Russ
---
Changes for v2:
- Removed unneeded brackets
arch/x86/lib/board.c | 17 +
1 files changed, 5 insertions(+), 12 deletions(
Signed-off-by: Graeme Russ
---
Changes for v2:
- Use an enum
- Add defined for GDT size (previously added in patch 7)
- Use X86_ namespace (as per Linux headers)
arch/x86/cpu/cpu.c |8
arch/x86/cpu/start.S |3 ++-
arch/x86/include/asm/processor.h |
The inline assembler is ugly and uses hard coded magic numbers. Make it more
elegant to allow cleaner implementation of future GDT related patches. The
compiler seems smart enough to generate the same code anyway
Signed-off-by: Graeme Russ
---
Changes for v2:
- Rebased against revised patch #3
Move the relocation offset calculation out of assembler and into C. This
also paves the way for the upcoming init sequence simplification by adding
the board_init_f_r flash to RAM transitional function
Signed-off-by: Graeme Russ
---
Changes for v2:
- Added commit message
- Minor adjustment to n
Use the base address of the 'F' segment as a pointer to the global data
structure. By adding the linear address (i.e. the 'D' segment address) as
the first word of the global data structure, the address of the global data
relative to the 'D' segment can be found simply, for example, by:
fs
This commit introduces no functional changes - It simply re-arranges the
calculations so that adding to them in future commits will be cleaner
Signed-off-by: Graeme Russ
---
Changes for v2:
- Fixed typo in title
- Added commit message
arch/x86/lib/board.c | 23 +++
1 fil
Signed-off-by: Graeme Russ
---
Changes for v2:
- None
arch/x86/lib/board.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/lib/board.c b/arch/x86/lib/board.c
index b64c2d3..3d82165 100644
--- a/arch/x86/lib/board.c
+++ b/arch/x86/lib/board.c
@@ -252,8 +252,6
Signed-off-by: Graeme Russ
---
Changes for v2:
- None
arch/x86/lib/board.c | 15 ++-
1 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/arch/x86/lib/board.c b/arch/x86/lib/board.c
index 56acf35..a240d26 100644
--- a/arch/x86/lib/board.c
+++ b/arch/x86/lib/board.c
@@ -
Signed-off-by: Graeme Russ
---
Changes for v2:
- Tweaked commit title
arch/x86/cpu/cpu.c| 18 +++---
arch/x86/include/asm/u-boot-x86.h |1 +
arch/x86/lib/board.c |1 +
3 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/arch/x86/cpu
Signed-off-by: Graeme Russ
---
Changes for v2:
- Renamed to better reflect nature of changes
arch/x86/cpu/interrupts.c |2 +-
arch/x86/cpu/start16.S| 57 +++-
2 files changed, 46 insertions(+), 13 deletions(-)
diff --git a/arch/x86/cpu/interrup
Signed-off-by: Graeme Russ
---
Changes for v2:
- None
arch/x86/lib/bios.S| 134 +--
arch/x86/lib/realmode_switch.S | 61 +++
2 files changed, 122 insertions(+), 73 deletions(-)
diff --git a/arch/x86/lib/bios.S b/arch/x86/lib/bi
Signed-off-by: Graeme Russ
---
Changes for v2:
- None
arch/x86/lib/Makefile |1 +
arch/x86/lib/board.c| 27 ---
arch/x86/lib/cmd_boot.c | 64 +++
3 files changed, 65 insertions(+), 27 deletions(-)
create mode 100644 arch
This function simply does not belong in board.c
Signed-off-by: Graeme Russ
---
Changes for v2:
- Added commit message
arch/x86/lib/board.c |7 ---
arch/x86/lib/zimage.c |7 +++
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/arch/x86/lib/board.c b/arch/x86/lib/b
Signed-off-by: Graeme Russ
---
Changes for v2:
- None
arch/x86/lib/Makefile |1 +
arch/x86/lib/board.c| 69 +---
arch/x86/lib/relocate.c | 115 +++
3 files changed, 118 insertions(+), 67 deletions(-)
create mode 1
This patch moves towards reducing board.c to simply a set of init cores for
the three initialisation phases (Flash, Flash/RAM, and RAM), a set of three
init function arrays and a init function array processing function
Signed-off-by: Graeme Russ
---
Changes for v2:
- Changes patch title
- Tweak
Create an init function array for board_init_f_r - This finalises the
migration to a purely array based initialisation mechanism
Also tweak a few comments while we are at it so everything is 'correct'
Signed-off-by: Graeme Russ
---
Changes for v2:
- Renamed to a more apt name
- Fix bug in set_
Oops, after painstakingly setting In-Reply-To: I've gone and left
git-send-email chain-reply on :(
Sorry 'bout that
Regards,
Graeme
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
> Hi Marek,
Hello, please _ALWAYS_ CC the u-boot mailing list.
>
> in include/configs/m28evk.h:88 you define the U-Boot stack size:
> #define CONFIG_STACKSIZE0x0001 /* 128 KB stack
*/
> However, the actual size doesn't match the commented size.
> Did you mean this:
On 12/27/2011 11:23 PM, Prabhakar Kushwaha wrote:
> 1) OOB area should be updated irrespective of NAND page size. Earlier it was
> updated only for 512byte NAND page.
>
> 2) During OOB update fbcr should be equal to OOB size.
>
> Signed-off-by: Poonam Aggrwal
> Signed-off-by: Prabhakar Kushwaha
On 12/27/2011 11:22 PM, Prabhakar Kushwaha wrote:
> IFC NAND Machine calculates ECC on 512byte sector. Same is taken care in
> fsl_ifc_run_command() while ECC status verification. Here buffer number is
> calculated assuming 512byte sector and same is passed to is_blank.
> However in is_blank() bu
On 01/01/2012 05:31 AM, Xiangfu Liu wrote:
> Hi Scott Wood
>
> this is the patch I try to add nand spl boot for qi_lb60 board
>
> this patch works fine under qi_lb60(ben nanonote) but there are three
> 'extern' lines under: nand_spl/board/qi/qi_lb60/nand_spl.c
>
> those 'extern' lines already in
On 01/04/2012 04:01 PM, Scott Wood wrote:
> On 01/01/2012 05:31 AM, Xiangfu Liu wrote:
>> Hi Scott Wood
>>
>> this is the patch I try to add nand spl boot for qi_lb60 board
>>
>> this patch works fine under qi_lb60(ben nanonote) but there are three
>> 'extern' lines under: nand_spl/board/qi/qi_lb60
Fix a copy-and-paste error when adapting mpc8315erdb mtdparts
to mpc8313erdb. mtdids was already using the proper address
on mpc8313erdb.
Signed-off-by: Scott Wood
---
include/configs/MPC8313ERDB.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/MPC8313
On 12/05/2011 05:17 PM, Marek Vasut wrote:
> This will be beneficial for the PXA3XX NAND driver, which uses the NAND IDs to
> identify the chip and configure the controller accordingly.
>
> Signed-off-by: Marek Vasut
> Cc: Scott Wood
> ---
> drivers/mtd/nand/Makefile |4 ++--
> 1 files chan
Hi
yes. I have cpmpared this. but I can't find where is the problem.
attachment is the u-boot.map diff.
after remove those 'extern' the u-boot-nand-spl is exact same. binary file. map
file both same.
but the u-boot.bin/map changed.
Please help me take a look.
thanks Scott.
xiangfu
On 01/05/2
V1 -> V2
* cleanups: replace printf with one argument by puts [1-2]
* cleanups: remove unused macros and macro values / tabbing / remove FSF
address [3]
* i2c: move all local variables to SRAM [4]
* OMAP SPL: call timer_init in s_init to make udelay work earlier [5]
* hint CONFIG_SYS_TEXT_BASE cha
Signed-off-by: Andreas Müller
---
drivers/i2c/omap24xx_i2c.c | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/i2c/omap24xx_i2c.c b/drivers/i2c/omap24xx_i2c.c
index 4ae237a..271ed60 100644
--- a/drivers/i2c/omap24xx_i2c.c
+++ b/drivers/i2c/omap24xx_i2c.c
* remove unused macros
* remove unused macro values
* align tabs
* remove Free Software Foundation address
Signed-off-by: Andreas Müller
---
include/configs/omap3_overo.h | 69 ++--
1 files changed, 31 insertions(+), 38 deletions(-)
diff --git a/include/con
Signed-off-by: Andreas Müller
---
board/overo/overo.c | 14 +++---
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/board/overo/overo.c b/board/overo/overo.c
index 3c60b06..4a20c7f 100644
--- a/board/overo/overo.c
+++ b/board/overo/overo.c
@@ -119,7 +119,7 @@ int get_board
At old overo boards TWL4030 RTC irq is connected to gpio112. Unfortunately
this pin is also used for revision detection. Therefore we need to send
shut-up to TWL4030 to avoid reading wrong revision. In SPL this must
be done before SDRAM is set up because the type of SDRAM is revision dependent.
By
Signed-off-by: Andreas Müller
---
arch/arm/cpu/armv7/omap-common/spl.c |2 --
arch/arm/cpu/armv7/omap3/board.c |2 ++
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/cpu/armv7/omap-common/spl.c
b/arch/arm/cpu/armv7/omap-common/spl.c
index 9c35a09..74fea4f 1006
* avoid potential buffer overflows
* allow SPL-build not to output "Texas Instruments Revision detection
unimplemented"
Signed-off-by: Andreas Müller
---
arch/arm/cpu/armv7/omap-common/hwinit-common.c | 10 --
arch/arm/cpu/armv7/omap-common/spl.c | 10 --
arch/arm/
* implementation based on ti beagleboard/omap3evm
* timing data and i2c workaround for revision 0 boards taken from x-loader
* run-tested with overo revision 0 and 1 / boot from NAND and SDcard
* run-tested with x-loader
Signed-off-by: Andreas Müller
---
arch/arm/include/asm/arch-omap3/mem.h |
On Wed, Jan 4, 2012 at 4:56 PM, Scott Wood wrote:
> On 12/05/2011 05:17 PM, Marek Vasut wrote:
>> This will be beneficial for the PXA3XX NAND driver, which uses the NAND IDs
>> to
>> identify the chip and configure the controller accordingly.
>>
>> Signed-off-by: Marek Vasut
>> Cc: Scott Wood
>
85 matches
Mail list logo