Hi. I am getting data abort while using original u-boot.lds file.
If i allign bss to 4 bytes rather than using " .bss __rel_dyn_start
(OVERLAY) : {".
With existing code i am getting odd address leading to data abort.
PFA the patch.
Is this a right approach to fix the data abort?
regards,
Chander
Dear "Chander M. Kashyap",
please submit patches ONLY inline, not as attachments!
In message
you wrote:
>
> Hi. I am getting data abort while using original u-boot.lds file.
> If i allign bss to 4 bytes rather than using " .bss __rel_dyn_start
> (OVERLAY) : {".
> With existing code i am getting
>From 0348473bedecd7c15f9eb6fd1e9fbe264307fcdf Mon Sep 17 00:00:00 2001
From: Erik Hansen
Date: Thu, 17 Mar 2011 14:42:27 +0100
Subject: [PATCH] fat32 root directory handling
Fat directory handling didn't check reaching the end of the root directory. It
relied on a stop condition based on a direc
Fat directory handling didn't check reaching the end of the root directory. It
relied on a stop condition based on a directory entry with a name starting with
a '\0' character. This check in itself is wrong ('\0' indicates free entry, not
end_of_directory) but outside the scope of this fix. For FAT
Faraday ftwdt010 watchdog is an architecture independant
watchdog. It is usaually used in SoC chip design.
Signed-off-by: Macpaul Lin
---
Changes for v2:
- Fix the wrong title of ftwdt010_wdt patch.
Changes for v3:
- Patch v2 was encoded in utf-8. Fixed to ASCII.
Changes for v4:
- Replace t
1. Enhance ftsmc020 according to datasheets.
2. Add assembly register offsets for support lowlevel_init.S.
Signed-off-by: Macpaul Lin
---
Note:
This patch should be applied after patch
"[U-Boot,v2,4/4] ftsmc020: move ftsmc020 static mem controller to
driver/mtd"
(/patch/87862/) is applied.
Add NDS32 support into common header file.
Signed-off-by: Macpaul Lin
---
include/common.h |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/common.h b/include/common.h
index d8c912d..31434aa 100644
--- a/include/common.h
+++ b/include/common.h
@@ -273,6 +273,10
Add config.mk for supporting NDS32 architecture.
Signed-off-by: Macpaul Lin
---
arch/nds32/config.mk | 34 ++
1 files changed, 34 insertions(+), 0 deletions(-)
create mode 100644 arch/nds32/config.mk
diff --git a/arch/nds32/config.mk b/arch/nds32/config.mk
new
Add generic header files support for nds32 architecture.
Cache, ptregs, data type and other definitions are included.
Signed-off-by: Macpaul Lin
---
Changes for v1-v4:
- Code cleanup and style formatting.
Changes for v5-v6:
- This patch also updated the following changes against the
ch
Add N1213 cpu core (N12 Core family) support for NDS32 arch.
This patch includes start.S for the initialize procedure of N1213.
NDS32 Core N1213 has the following hardware features.
Core:
- 16-/32-bit mixable instruction format
- 32 general-purpose 32-bit registers
- 8-stage pipeline
- D
Add header file of device offset support for SoC ag101.
SoC ag101 is the first chip using NDS32 N1213 cpu core.
Note:
Ag101 is actually use ftsdmc021 instead of ftsdmc020
as dram controller, which is probably wrong in the datasheet.
Signed-off-by: Macpaul Lin
---
arch/nds32/include/asm/a
lowlevel_init.S is a peripheral initial procedure of ag101.
It configures onboard dram, clock, and power settings.
It also prepars the dram environment before moving u-boot
from rom and flash into dram.
Signed-off-by: Macpaul Lin
---
ChangeLog from v1-v4:
- Code clean up and formatting style.
Add main function of SoC ag101 based on NDS32 n1213 core.
cpu.c
According to the bootstrap procedure in n1213 Core,
to turn off watchdog timer is suggested after the
cpu is in superuser mdoe.
1. bootstrap
1.1 reset - start of Andesboot
1.2 to superuser mode - as is when reset
1.3 Turn off
Add Makefile, board.c, interrupts.c and bootm.c functions
to nds32 architecture.
Signed-off-by: Macpaul Lin
---
Changes for v1-v4:
- code clean up and formatting style.
Changes for v5-v6
- board.c
- Do some clean up and add code
- Remove display banner which hasn't support.
- Add ft
Add standalone program related support for nds32 architecture.
Signed-off-by: Macpaul Lin
---
examples/standalone/nds32.lds | 64
+
examples/standalone/stubs.c | 17 +-
examples/standalone/x86-testapp.c | 12 +++
3 files changed, 9
Add support of NDS32 to common commands bdinfo, bootm, and image format.
Signed-off-by: Macpaul Lin
---
common/cmd_bdinfo.c | 26 ++
common/cmd_bootm.c |2 ++
common/image.c |1 +
include/image.h |5 +
4 files changed, 34 insertions(+), 0 delet
Add adp-ag101.c board config and related settings.
Signed-off-by: Macpaul Lin
---
MAINTAINERS | 11 +
MAKEALL |6 +++
board/AndesTech/adp-ag101/Makefile| 51 +
board/AndesTech/adp-ag101/adp-ag101.c | 81
Add evaluation board "adp-ag101" aconfiguration file adp-ag101.h.
Signed-off-by: Macpaul Lin
---
Changes for v1-v4:
- code clean up
Changes for v5-v6:
- Refine the definitions and parameters about CLK,
AHB controller, SDRAM controller, Static memory controllers.
- Add APB_CLK, AHB_CLK,
Add board adp-ag101 into boards.cfg
Signed-off-by: Macpaul Lin
---
boards.cfg |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/boards.cfg b/boards.cfg
index 45c3102..75e3157 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -243,6 +243,7 @@ vct_platinumavc mips
Cc:ing Dirk as the omap3_beagle maintainer, and Wolfgang for advice.
Le 02/03/2011 12:00, Alexander Holler a écrit :
> Hello,
>
> Am 02.03.2011 11:50, schrieb Thomas Weber:
>> Hello Alexander,
>> Am 02.03.2011 00:13, schrieb Jason Kridner:
>>> On Fri, Feb 18, 2011 at 3:37 AM, Alexander Holler
>
The reset request in usb_stor_get_info is causing issues with some usb
sticks. Some of these sticks vendor_id/product_id have been hardcoded to
not reset but better is to remove the reset altogether. It is not needed.
---
common/usb_storage.c | 25 -
1 files changed, 0 in
Dear "Macpaul Lin",
In message <1300965924-20508-1-git-send-email-macp...@andestech.com> you wrote:
> 1. Enhance ftsmc020 according to datasheets.
> 2. Add assembly register offsets for support lowlevel_init.S.
NAK. Such register offsets should be automatically generated from the
respective C str
Dear "Macpaul Lin",
In message <1300969687-2428-1-git-send-email-macp...@andestech.com> you wrote:
> Add generic header files support for nds32 architecture.
> Cache, ptregs, data type and other definitions are included.
>
> Signed-off-by: Macpaul Lin
It appears you did not bother to run your p
Dear "Macpaul Lin",
In message <1300969687-2428-3-git-send-email-macp...@andestech.com> you wrote:
> Add config.mk for supporting NDS32 architecture.
>
> Signed-off-by: Macpaul Lin
> ---
> arch/nds32/config.mk | 34 ++
> 1 files changed, 34 insertions(+), 0 del
Dear "Macpaul Lin",
In message <1300969687-2428-5-git-send-email-macp...@andestech.com> you wrote:
> Add header file of device offset support for SoC ag101.
>
> SoC ag101 is the first chip using NDS32 N1213 cpu core.
>
> Note:
>Ag101 is actually use ftsdmc021 instead of ftsdmc020
>as dra
Dear "Macpaul Lin",
In message <1300969687-2428-12-git-send-email-macp...@andestech.com> you wrote:
> Add adp-ag101.c board config and related settings.
>
> Signed-off-by: Macpaul Lin
> ---
> MAINTAINERS | 11 +
> MAKEALL |6 +++
Le 24/03/2011 07:58, Minkyu Kang a écrit :
> Dear Albert Aribaud,
>
> The following changes since commit 966a35d45b90fdcd694dec89b32e5b67771cfd64:
>
>Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-02-16 08:54:52
> +0900)
>
> are available in the git repository at:
>
>git:/
Am 24.03.2011 14:01, schrieb Albert ARIBAUD:
> Cc:ing Dirk as the omap3_beagle maintainer, and Wolfgang for advice.
...
> Apart from Thomas' question, there seems to be no Nak for this patch --
> I've taken the liberty to Cc: the board maintainer just in case -- so we
> might as well apply it.
>
>
Hi Albert,
On Wed, Mar 23, 2011 at 5:41 PM, Albert ARIBAUD wrote:
> Hi all,
>
> I am preparing for a last pull request for ARM before the upcoming
> release, since I have at least two fixes at the tip of my current master
> branch which need pulling. I will send the pull request no later than
> s
The reset request in usb_stor_get_info is causing issues with some usb
sticks. Some of these sticks vendor_id/product_id have been hardcoded to
not reset but better is to remove the reset altogether. It is not needed.
Signed-off-by: Erik Hansen
---
common/usb_storage.c | 25 ---
Le 22/03/2011 20:27, Tom Warren a écrit :
> Albert,
>
> On Wed, Feb 23, 2011 at 1:45 PM, Albert ARIBAUD
> wrote:
>> Le 23/02/2011 21:03, Tom Warren a écrit :
>>>
>>> OK, I'm an idiot. I see now that I needed to add -n to format-patch to
>>> add the numbering to the [PATCH] header.
>>>
>>> Sorry f
Le 11/03/2011 08:36, Matthias Weisser a écrit :
> Using optimized versions of memset and memcpy from linux brings a quite
> noticeable speed (x2 or better) improvement for these two functions.
>
> Here are some numbers for test done with jadecpu
>
> | HEAD(1)| HEAD(1)| H
Hi Minkyu Kang,
Le 15/03/2011 09:35, Minkyu Kang a écrit :
> f FB address is defined specific address then don't grab memory for LCD
>
> Signed-off-by: Minkyu Kang
> Cc: Albert Aribaud
> Cc: Wolfgang Denk
> Cc: Stefan Roese
> Cc: Kim Phillips
> Cc: Andy Fleming
> Cc: Kumar Gala
> ---
> v2
> add
Le 17/03/2011 08:30, Aneesh V a écrit :
> Albert,
>
> On Wednesday 16 March 2011 10:55 PM, Albert ARIBAUD wrote:
>> Le 16/03/2011 09:39, Aneesh V a écrit :
> [snip ..]
>>
>> Some toolchains in current use (notably the one provided with ELDK 4.2,
>> and possibly others) do not support -march=armv7[-
From: Prabhakar Kushwaha
Update the PCIe address map to match standard FSL memory map.
Additionally, fix the TLBs so the cover the PCIe address space properly
so cards plugged in like an e1000 work correctly.
Signed-off-by: Prabhakar Kushwaha
Signed-off-by: Kumar Gala
---
board/freescale/p1_p
Albert,
On Thu, Mar 24, 2011 at 7:27 AM, Albert ARIBAUD wrote:
> Le 22/03/2011 20:27, Tom Warren a écrit :
>>
>> Albert,
>>
>> On Wed, Feb 23, 2011 at 1:45 PM, Albert ARIBAUD
>> wrote:
>>>
>>> Le 23/02/2011 21:03, Tom Warren a écrit :
OK, I'm an idiot. I see now that I needed to add -n
Hi Wolfgang,
>> This e-mail (and its attachments) may contain confidential and legally
>> privileged information or information protected from disclosure. If you
>> are not the intended recipient, you are hereby notified that any
>> disclosure, copying, distribution, or use of the information cont
Signed-off-by: Loïc Minier
---
common/cmd_nvedit.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c
index fb69c24..c9ee3ed 100644
--- a/common/cmd_nvedit.c
+++ b/common/cmd_nvedit.c
@@ -65,7 +65,7 @@ DECLARE_GLOBAL_DATA_PTR;
On 2011/03/24 5:07 AM, Aaron Williams wrote:
> I have it working on our 8-bit boards properly now, though I've only done
> some
> limited testing.
>
> I basically put in the correct addresses into cfi_flash.h and updated various
> addresses for 8-bit support. The problem was that the CFI code w
This patch adds a driver for Freescale Colfire Queued SPI bus.
Coded to work with 8 bits per transfer to use with SPI flash.
CPOL, CPHA, and CS_ACTIVE_HIGH can be configured.
Tested with MCF5270 which have 4 chip selects.
Activate by #define CONFIG_CF_QSPI in board config.
Signed-off-by: Richard
Dear Albert ARIBAUD,
In message <4d8b40be.9070...@free.fr> you wrote:
>
> Wolfgang, which tree is this patch supposed to go through? Mine because
> the board is ARM? yours because it is a board, not arch, patch? Or
> whichever?
Formally it would need Dirk's ACK and then go though the TI tree an
Dear Albert ARIBAUD,
In message <4d8b54b8.6020...@free.fr> you wrote:
>
> > Is the current patch OK as is? It's a simple one-line change.
>
> I guess so. As soon as I get confirmation from Wolfgang that board
> patches can go through any tree, I'll apply it as a bugfix to master.
If you consider
On 02.03.2011 00:13, Jason Kridner wrote:
> On Fri, Feb 18, 2011 at 3:37 AM, Alexander Holler
> wrote:
>> Linux kernels>= 2.6.36 are using ttyOn instead ttySn for the
>> serials on OMAPs.
>>
>> Signed-off-by: Alexander Holler
>
> Ack.
Acked-by: Dirk Behme
>> ---
>> include/configs/omap3_beag
Dear Erik Hansen,
In message <1300972692-26627-1-git-send-email-e...@makarta.com> you wrote:
> The reset request in usb_stor_get_info is causing issues with some usb
> sticks. Some of these sticks vendor_id/product_id have been hardcoded to
> not reset but better is to remove the reset altogether.
Dear Erik Hansen,
In message <1300972692-26627-1-git-send-email-e...@makarta.com> you wrote:
...
> Reply-to: qeha@ws038732.localdomain
Please make sure to fix your broken mailer setup!!!
NEVER add such crap to any messages that leave your systems.
Best regards,
Wolfgang Denk
--
DENX Software
Dear Kumar Gala,
In message you
wrote:
> [ a few fixes for v2011.03 related to DDR settings on MPC8572DS ]
>
> The following changes since commit 62043ed02a2acffa801e3574e249de07d30336a2:
> Wolfgang Denk (1):
> Merge branch 'master' of git://git.denx.de/u-boot-ubi
>
> are available i
On Mar 24, 2011, at 3:18 PM, Wolfgang Denk wrote:
> Dear Kumar Gala,
>
> In message you
> wrote:
>> [ a few fixes for v2011.03 related to DDR settings on MPC8572DS ]
>>
>> The following changes since commit 62043ed02a2acffa801e3574e249de07d30336a2:
>> Wolfgang Denk (1):
>>Merge branc
Add ENTRY() command to the linker script so that entry point is
correctly marked in the final ELF file.
Signed-off-by: jozsef imrek
---
arch/powerpc/cpu/ppc4xx/u-boot.lds |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/cpu/ppc4xx/u-boot.lds
b/arch/powerpc/
Who is the custodian for the network code ?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Dear jozsef imrek,
In message <1301002747-8943-1-git-send-email-ma...@imrek.org> you wrote:
> Add ENTRY() command to the linker script so that entry point is
> correctly marked in the final ELF file.
Which exact problem are you trying to fix?
Best regards,
Wolfgang Denk
--
DENX Software Engi
Dear Gray Remlin,
In message <4d8bc6d1.7060...@gmail.com> you wrote:
> Who is the custodian for the network code ?
We don't have one at the moment, so I try to cover that.
Why are you asking - do you want to volunteer?
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wo
dear wolfgang,
On Fri, 25 Mar 2011, Wolfgang Denk wrote:
> > Add ENTRY() command to the linker script so that entry point is
> > correctly marked in the final ELF file.
>
> Which exact problem are you trying to fix?
i'm sorry, i probably should have been more verbose in the
changelog.
If FB address is defined specific address then don't grab memory for LCD
Signed-off-by: Minkyu Kang
Cc: Albert Aribaud
Cc: Wolfgang Denk
Cc: Stefan Roese
Cc: Kim Phillips
Cc: Andy Fleming
Cc: Kumar Gala
---
v3
fix whitespace errors
v2
add document
arch/arm/lib/board.c |4
a
Dear Albert ARIBAUD,
2011-03-24 오후 10:57, Albert ARIBAUD 쓴 글:
> Le 24/03/2011 07:58, Minkyu Kang a écrit :
>> Dear Albert Aribaud,
>>
>> The following changes since commit 966a35d45b90fdcd694dec89b32e5b67771cfd64:
>>
>>Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-02-16
>> 08:54
What is the status of the OpenRD-Ultimate support discussed last summer?
Is there no way to detect the board type and use a single U-Boot image for
all three variants?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-b
I have a question about how to save last warm-reboot information.
I am trying to find a method to save last warm-reboot reason. If I want to
save the information by DRAM memory, how to do this?
Thanks!
Shuyou
___
U-Boot mailing list
U-Boot@lists
Hi,
I am working on ARM at91sam9g20ek. I am copying my Kernel image and
rootfilesystem (jffs2) from USB to nand memory in UBOOT. Currently copying
files from USB to RAM takes more time and I figured out from the code that
USB Speed is low (1.5Mb/s). How can I change it to Fast speed in Uboot?
Hi,
On Fri, Mar 25, 2011 at 08:21:46, sywang wrote:
>
>
> I have a question about how to save last warm-reboot information.
>
>
> I am trying to find a method to save last warm-reboot reason. If I want to
> save the information by DRAM memory, how to do this?
>
AFAIK, there isn't any direc
58 matches
Mail list logo