On Wed, Apr 4, 2012 at 1:09 AM, Marek Vasut wrote:
>> I only changed start.S and forgot to change this code part too. That is why
>> I created this patch to fix this inconsistency.
>
> I see ... so this fixes some other commit. What was Shinya-san's concern, that
> you only changed this file?
On
>> this series collects the bugfix patches from the open patches at patchwork
>> delegated to you. Only these patches should be merged for the release.
>> The other patches are superseeded for now.
>>
>> The series is rebased against v2012.04-rc1 and needs your patch
>> http://patchwork.ozlabs.org/
On Sun, Apr 1, 2012 at 4:40 AM, Marek Vasut wrote:
>> This patch adds initial support for EMMA3SL/LP board.
>> Network and USB support will be added as follow up patches.
>>
>> Signed-off-by: Serge Ziryukin
>
> Would you care to resubmit updated version of this patch please? Or shall I
> discard
On 12/4/11 9:02 PM, Daniel Schwierzeck wrote:
diff --git a/boards.cfg b/boards.cfg
index c83d861..2cd917e 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -324,13 +324,13 @@ dbau1000 mipsmips32
dbau1x00-
dbau1100 mipsmips32
On 11/24/11 10:57 PM, Daniel Schwierzeck wrote:
@@ -206,11 +206,28 @@ _start:
RVECENT(romReserved,125)
RVECENT(romReserved,126)
RVECENT(romReserved,127)
+ XVECENT(romExcHandle,0x400);
+ RVECENT(romReserved,129);
+ RVECENT(romReserved,130);
+ RVECENT
On 11/24/11 10:57 PM, Daniel Schwierzeck wrote:
diff --git a/arch/mips/cpu/mips32/start.S b/arch/mips/cpu/mips32/start.S
index 9c1b2f7..b6cb4be 100644
--- a/arch/mips/cpu/mips32/start.S
+++ b/arch/mips/cpu/mips32/start.S
@@ -224,6 +224,14 @@ reset:
setup_c0_status_reset
+ /* Set a
Hi Wolfgang,
please pull the following patchset from Xiangfu introducing NanoNote
initial support. The device is one of most easy-to-get MIPS devices
and active people and communities are there in the world. The Linux
kernel also has been supporting it since v2.6.36. It's about time to
support
.
Signed-off-by: Xiangfu Liu
Acked-by: Daniel
Signed-off-by: Shinya Kuribayashi
---
Changes since v7:
* Fix checkpatch errors/warnings
Changes since v6:
* config files is folded into
* Following configs are deleted:
CONFIG_SYS_64BIT_VSPRINTF
CONFIG_NANDBOOT_CFG
CONFIG_QI_LB60
Qi LB60.
We'll bring up boot-from-NAND support in nand_spl/ in the future.
Signed-off-by: Xiangfu Liu
Acked-by: Daniel
Signed-off-by: Shinya Kuribayashi
---
Changes since v7:
* Fix checkpatch errors/warnings
Changes since v6:
* Remove NAND-boot stuff. Those bits will be submitted as a
Hi,
v8
--
Fix all checkpatch errors/warnings except for known false positives.
I'll make a pull-request shortly.
> total: 0 errors, 0 warnings, 2105 lines checked
>
> jz4740-v8/0001-MIPS-Ingenic-XBurst-Jz4740-processor-support.patch has no
> obvious style problems and is ready for submission.
.
Signed-off-by: Xiangfu Liu
Acked-by: Daniel
Signed-off-by: Shinya Kuribayashi
---
Changes since v6:
* config files is folded into
* Following configs are deleted:
CONFIG_SYS_64BIT_VSPRINTF
CONFIG_NANDBOOT_CFG
CONFIG_QI_LB60
MAINTAINERS |4 +
MAKEALL
Qi LB60.
We'll bring up boot-from-NAND support in nand_spl/ in the future.
Signed-off-by: Xiangfu Liu
Acked-by: Daniel
Signed-off-by: Shinya Kuribayashi
---
Changes since v6:
* Remove NAND-boot stuff. Those bits will be submitted as a nand-spl
support once this Jz4740 base suppo
Hi,
Here's seventh patchset for Ben NanoNote initial support. I've been
working with Xiangfu past six months to polish v6 patches. We have
addressed all comments from Wolfgang and Scott so far, drop nand_spl
and USB_boot functions to make the initial bring-up minimum and simple.
I think the pat
On 09/28/2011 06:09 PM, RdrouterUboot Router wrote:
> 2.Is it right?I can delete this code "mfc0 $10,$12" from uboot.
You can delete that MFC0 instruction in this case and save one word.
Presumably the original code used to update the Status register value
in read-modify-write manner, and at some
Hi Wolfgang,
please pull the following patch from Yao, thanks in advance.
The following changes since commit a1118d60423c1fe25afc9df9015f72739f96fd67:
MPC8xx: fix build problem for ETX094 board (2011-08-31 22:38:20 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-mips
Hi,
On 08/10/2011 04:11 PM, Yao Cheng wrote:
> The issue is found when calling flush_cache() with zero "size" argument.
> The bound of loop is miscalculated in this case and flush_cache() enters a
> wrong flushing loop.
> To fix this issue I skipped the operations when "size" is found to be zero.
Hi,
Please pull the patches from Daniel, which tries to clean up INCA-IP
dependent code in more generic way, preparing for upcoming new Lantiq
SoC support. Also consolidate MIPS generic area (cache and README).
Patches are within less than a week, but the changes are simple, clean
and well-docum
On 07/28/2011 05:14 PM, thomas.lan...@lantiq.com wrote:
> Hi Daniel,
>
> Daniel Schwierzeck wrote on 2011-07-27:
>
>> This patch series contains cleanups and enhancements to consolidate
>> the INCA-IP related config options and to make them more generic.
>> Additionally, the cache operation mode
On 5/27/11 2:44 AM, Pandurang Kale wrote:
>Has any one implemented it for MIPS based platform? If not, any hint to
> get it working.
https://www.ibm.com/developerworks/mydeveloperworks/blogs/ddou/entry/implementing_mips_interrupts_for_u_boot28?lang=en
__
Hi Daniel,
On 04/16/2011 12:16 AM, daniel.schwierz...@googlemail.com wrote:
> All architectures but MIPS are using --gc-sections on final linking.
> This patch introduces that feature for MIPS to reduce the memory and
> flash footprint.
>
> Signed-off-by: Daniel Schwierzec
ter
Daniel Schwierzeck (1):
MIPS: Introduce --gc-sections for MIPS
Shinya Kuribayashi (3):
MIPS: Remove mips_cache_lock() feature
MIPS: Coding style cleanups on common assembly files
MIPS: Move timer code to arch/mips/cpu/$(CPU)/
arch/mips/config.mk |2 +
a
er/compare registers as time keeping resources. And some MIPS
variant processors might come with different hardware specs with genuine
MIPS32 CP0 registers.
This patch makes each $(CPU) can have its own timer code.
Signed-off-by: Shinya Kuribayashi
---
arch/mips/cpu/mips32/Makefile|
On 04/16/2011 12:16 AM, daniel.schwierz...@googlemail.com wrote:
> All architectures but MIPS are using --gc-sections on final linking.
> This patch introduces that feature for MIPS to reduce the memory and
> flash footprint.
>
> Signed-off-by: Daniel Schwierzeck
> Cc: Shinya
On 04/12/2011 12:35 AM, Daniel Schwierzeck wrote:
>> diff --git a/arch/mips/cpu/mips32/start.S b/arch/mips/cpu/mips32/start.S
>> index 0a9d9d5..f1e3447 100644
>> --- a/arch/mips/cpu/mips32/start.S
>> +++ b/arch/mips/cpu/mips32/start.S
>> @@ -62,11 +62,11 @@
>>.globl _start
>>.text
>
-by: Shinya Kuribayashi
---
arch/mips/cpu/mips32/cache.S | 81 ++---
arch/mips/cpu/mips32/start.S | 117 +++--
2 files changed, 92 insertions(+), 106 deletions(-)
diff --git a/arch/mips/cpu/mips32/cache.S b/arch/mips/cpu/mips32
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/
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
Hi,
Please pull the MIPS updates, thanks in advance.
--- 8< ---
The following changes since commit 67a490d60d70f2b01d55976440ba30154af96965:
atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN (2011-04-01 14:49:08
-0500)
are available in the git repository at:
git://git.denx.de/u-boot-mip
On 03/29/2011 01:33 AM, daniel.schwierz...@googlemail.com wrote:
> This patch series refactors the Mips CPU directory and put all current
> code into an own mips32 subdirectory. Furthermore the SoC specific code
> of IncaIP and Au1x00 is moved to separate SoC subdirectories.
> The support for Purpl
Hi Komiya-san,
Since the commit below, tb0229 target has been broken for months because
and can not be easily included as used to by MIPS
ports any more.
> commit b36df561154bdd0a41bb77e09c5575ca2cf48013
> Author: Stefan Roese
> Date: Thu Sep 9 19:18:00 2010 +0200
>
> ppc4xx: Move ppc4x
On 3/29/11 12:27 AM, Daniel Schwierzeck wrote:
> Ok if we drop toolchain support for binutils lesser than 2.16 than I
> can simplify the
> this patch to one line because the assembler check is obsolete too:
>
> MIPSFLAGS = $(call cc-option,-march=mips32r2)
>
> Do you agree?
It sounds you're misund
Sorry for being late,
On 03/24/2011 01:37 AM, Daniel Schwierzeck wrote:
> 2011/3/23 Shinya Kuribayashi :
> Following changes have been introduced to ld in binutils-2.16:
[...]
> I'd claim that all toolchains with binutils lesser than 2.16 are not
> working anymore.
[...]
>
On 03/21/2011 09:42 PM, Daniel Schwierzeck wrote:
> I did some researching and testing with ELDK-4.1, ELDK-4.0 and ELDK-3.1.1.
Thanks, much appreciated.
> In ELDK-3.1.1 we have:
> - mips_4KC-gcc (GCC) 3.3.3 (DENX ELDK 3.1.1 3.3.3-9)
> - GNU assembler 2.14 20030612
>
> Therefore mips32r2 is alrea
On 03/16/2011 11:41 PM, Daniel Schwierzeck wrote:
> Is my approach with -march acceptable? This is more important to me
> for supporting new SoCs with 24k and 34k CPU cores. I think its a
> clean approach to use a default Mips32 architecture optimization plus
> a per CPU optimization configured in
On 3/15/11 10:20 PM, Daniel Schwierzeck wrote:
>> http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/81572/focus=81735
>
> sorry, I missed that discussion
You can find a lot more in the list archive.
> Do we need this endianess flag stuff at all? Each toolchain that is
> built with a specific
On 02/28/2011 03:57 PM, Xiangfu Liu wrote:
> diff --git a/Makefile b/Makefile
> index dc2e3d8..758daf2 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1093,6 +1093,19 @@ smdk6400_config: unconfig
> @echo "CONFIG_NAND_U_BOOT = y" >> $(obj)include/config.mk
>
> #
On 02/28/2011 03:57 PM, Xiangfu Liu wrote:
> arch/mips/cpu/xburst/Makefile| 50 +++
> arch/mips/cpu/xburst/config.mk | 33 ++
> arch/mips/cpu/xburst/cpu.c | 160
> arch/mips/cpu/xburst/jz4740.c| 264
> arch/mips/cpu/xburst/jz_serial.c | 114 +
> arc
On 02/28/2011 03:57 PM, Xiangfu Liu wrote:
> this is jz4740 base head file
>
> Signed-off-by: Xiangfu Liu
> Acked-by: Daniel
> ---
> Changes for v2:
> - remove useless code, prepare for using io.h
> - delete all base + offset. using C struct
>
> arch/mips/include/asm/jz4740.h | 1102
On 02/28/2011 03:57 PM, Xiangfu Liu wrote:
> diff --git a/arch/mips/cpu/xburst/jz_serial.c
> b/arch/mips/cpu/xburst/jz_serial.c
> new file mode 100644
> index 000..65ce993
> --- /dev/null
> +++ b/arch/mips/cpu/xburst/jz_serial.c
[...]
> +/*
> + * serial_init - initialize a channel
> + *
> + *
On 3/15/11 6:14 AM, daniel.schwierz...@googlemail.com wrote:
> Replace the current MIPSFLAGS code by cc-option macro and use
> -march=mips32r2 as default optimization level for all Mips32 CPUs.
> Replace the endianess determination code from toolchain prefix by
> a more generic one inspired by the
By the way, please use MIPS: next time, not Mips:
Thanks in advance,
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 3/9/11 10:16 PM, daniel.schwierz...@googlemail.com wrote:
> This patch series refactors the Mips CPU directory and put all current
> code into an own mips32 subdirectory. Furthermore the SoC specific code
> of IncaIP, Purple and Au1x00 is moved to separate SoC subdirectories.
Personally I'm not
o Octeon itself.
> To achieve this the current CPU code is moved to its own mips32
> subdirectory. All Mips32 boards have to use mips32 as config switch
> in board.cfg.
>
> Signed-off-by: Daniel Schwierzeck
> Cc: Shinya Kuribayashi
___
U-Boo
On 3/9/11 10:16 PM, daniel.schwierz...@googlemail.com wrote:
> This fixes a linker error introduced by the previous commit.
If so, such fix should be made along with that previous commit.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/
On 02/12/2011 08:23 PM, Aaron Williams wrote:
> There's in_xxx/out_xxx, __raw_readx/__raw_writex and readx/writex. What
> exactly is the difference between all of these? It looks like the in/out was
> added recently and is not present in the mips io.h file.
In the MIPS code, 'mips_io_port_base
driver stub
Shinya Kuribayashi (5):
cmd_ide: Fix an unused CONFIG_AU1X00 symbol to work as intended
MIPS: Move Alchemy Au1x00 based boards to boards.cfg
MIPS: Move Qemu MIPS target to boards.cfg
MIPS: Move Inca-IP targets to boards.cfg
MIPS: Move VCT boards to
Signed-off-by: Shinya Kuribayashi
---
Makefile | 32
boards.cfg | 12
2 files changed, 12 insertions(+), 32 deletions(-)
diff --git a/Makefile b/Makefile
index 3fe0596..6133160 100644
--- a/Makefile
+++ b/Makefile
@@ -1092,38 +1092,6
At the same time, fix up CPU_CLOCK_RATE to have the CONFIG_ prefix to
work with boards.cfg.
Signed-off-by: Shinya Kuribayashi
---
Makefile | 13 -
board/incaip/lowlevel_init.S |2 +-
boards.cfg |4
include/configs/incaip.h
CONFIG_QEMU_MIPS is already provided by , so we
don't generate it using the options fields in boards.cfg.
Signed-off-by: Shinya Kuribayashi
---
Makefile |5 -
boards.cfg |1 +
2 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/Makefile b/Makefile
index e1f3b7f..9e
CONFIG_GTH2 is already provided by , so we don't
generate it using the options fields in boards.cfg.
Signed-off-by: Shinya Kuribayashi
---
Makefile | 39 ---
boards.cfg |7 +++
2 files changed, 7 insertions(+), 39 deletions(-)
diff --
commit 8bde63eb3f79d68f693201528dafc8ae7aa087de ([MIPS] Rename Alchemy
processor configs into CONFIG_SOC_*) forgot to pick up this one.
Signed-off-by: Shinya Kuribayashi
---
common/cmd_ide.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/common/cmd_ide.c b/common
Along with applying Daniel's patches, I prepared these misc patches,
trying to move all MIPS boards left in the top Makefile to boards.cfg.
Compile tested using GCC4.4-based toolchain.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mai
On 02/03/2011 10:17 PM, daniel.schwierz...@googlemail.com wrote:
> Currently MAKEALL mips covers 21 boards and 15 of them have compile
> errors with gcc-4.3.3. This patch series fixes these boards.
>
> Changes for v2:
> - make brace style consistent in vct.h
> - delete unused board/dbau1x00/flash.
On 02/03/2011 08:59 PM, daniel.schwierz...@googlemail.com wrote:
> The linker of recent toolchains complains about multiple definitions
> on final linking of u-boot binary. This patch removes all redundant
> object files from u-boot.lds those are already added to .text section
> by the linker.
Con
Thanks for keeping on working on jz4740 patchset.
On 01/10/2011 01:18 AM, Xiangfu Liu wrote:
> Hi Wolfgang
> those patches are for add xburst jz4740 and Ben NanoNote(named qi_lb60) to
> U-Boot
>
> some info about xburst jz4740:
> the xburst jz4740 is recently added to linux 2.6.36
> and it
On 12/04/2010 11:32 AM, Shinya Kuribayashi wrote:
> Once this bootstrap feature approved as general U-Boot feature, I'd
> like to take MIPS-related changes.
>
> Thanks,
>
> Ralf
Not Ralf! Needs two cups of coffee to wake up...
Shinya
___
Hi,
On 11/30/2010 11:35 PM, Luigi 'Comio' Mantellini wrote:
> Look the following benchmark (qemu-mips board):
>
> U-Boot Vanilla
> 179600 bytes u-boot.bin
>
> Bootstrap code w/o compresion (memcpy)
> 189224 bytes u-boot-bootstrap.bin
> --> size 105%
>
> Bootstrap code using BZIP2 compression
>
On 11/18/10 9:54 PM, Wolfgang Denk wrote:
> the U-Boot Patchwork setup is now mostly complete (except that Shinya
> Kuribayashi has not registered yet).
Sorry I'm late, registered as skuribay.
By the way, maybe good opportunity to drop the leading [U-Boot] tag
from Subject: l
On 11/11/2010 12:37 PM, Xiangfu Liu wrote:
> From: Xiangfu Liu
If possible, please describe what Jz4740 SoC is, an overview of JzRISC
processor, where this patch is from or where to get the original work,
and so on.
It also would be nice we could have Signed-off-by: or Acked-by: from
Ingenic peo
ght now, nor couldn't follow the ongoing discussions
precisely.
> Any MIPS tool chain experts out there to try and follow-up for MIPS
> what Albert is doing for ARM right now?
I'll have a look at what's discussed, then think about w
The following changes since commit bd2313078114c4b44c4a5ce149af43bcb7fc8854:
Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master (2010-08-18
21:16:35 +0200)
are available in the git repository at:
git://www.denx.de/git/u-boot-mips.git master
Xiangfu Liu (1):
MIPS: update
On 8/31/2010 10:36 AM, Shinya Kuribayashi wrote:
>> As said in the previous mail the patch is tentative and won't
>> work with ELDK, and as fas as I could see nothing has been
>> changed since my version.
>
> So I'm overlooking something, will have to think about
On 8/31/2010 10:00 AM, Xiangfu Liu wrote:
> xian...@openmobilefree:~/u-boot/u-boot.git$ file u-boot
> u-boot: ELF 32-bit LSB executable, MIPS, MIPS32 version 1 (SYSV), statically
> linked, not stripped
My bad sorry. Could you provide output from readelf?
$ readelf u-boot
--
Shinya Ku
and won't
> work with ELDK, and as fas as I could see nothing has been
> changed since my version.
So I'm overlooking something, will have to think about it.
--
Shinya Kuribayashi
Renesas Electronics
___
U-Boot mailing list
U-Boot@l
On 8/30/10 10:43 PM, Xiangfu Liu wrote:
>>> [PATCH 2/2] change the way of build little endian board
>>
>> but this 2/2 looks problematic.
>>
>> As said in the previous mail the patch is tentative and won't
>> work with ELDK, and as fas as I could see nothing has been
>> changed since my version. L
On 8/30/10 6:53 PM, Xiangfu Liu wrote:
> can we apply those patch to MIPS-branch first??
> [PATCH 1/2] update the MIPS u-boot.lds
I'll push 1/2 to u-boot-mips and request pull later.
> [PATCH 2/2] change the way of build little endian board
but this 2/2 looks problematic.
As said in the previo
On 8/13/10 5:17 AM, Wolfgang Denk wrote:
>> http://elinux.org/CELF_Project_Proposal/Rework_ARM_architecture_support_in_U-Boot
>
> Yes, this is the one.
[snip[
> If you read the thread you can see that both Heikos tests and other
> testers who tried that code see dramatic speed improvements due to
>
On 08/12/2010 09:50 PM, Shinya Kuribayashi wrote:
> It would be gratefull if someone could expalain a bit about this big
> change. What's the primary motivation for full relocation?
Forgot to mention; the reason why I'd like to know is, because I'm
an ARM newbie, and inte
On 08/12/2010 03:15 AM, Heiko Schocher wrote:
> This patch series add full relocation and cache support for arm
> based boards. I test this for arm1136, arm_cortexa8 and arm926ejs
> based boards.
>
> Relocation support:
>
> !! This change is not compatible to old code !!
>
> If you want to compi
On 08/04/2010 12:29 AM, Xiangfu Liu wrote:
> On 08/03/2010 07:36 PM, Shinya Kuribayashi wrote:
>> Aconfccording to MAKEALL script, pb1000_ig is only used in Little-
>> endian, so its default endian should be set to LE as well. I too
>> missed this point in my previous pat
s", "elf32-tradbigmips", "elf32-tradbigmips")
> +OUTPUT_FORMAT("elf32-tradbigmips", "elf32-tradbigmips",
> "elf32-tradlittlemips")
> OUTPUT_ARCH(mips)
> ENTRY(_start)
> SECTIONS
According to MAKEALL script, pb1000_config is only
On 7/27/10 12:06 AM, Xiangfu Liu wrote:
> what about split this patch to two:
> one is all *.lds files,
> the other one is for the argument,
Sounds good.
> I have one question here. if we decete the board cpu by
> CONFIG_CPU_LITTLE_ENDIAN.
> why we need check the toolchina again.
The answer is d
On 07/21/2010 07:27 PM, Xiangfu Liu wrote:
> form the document about OUTPUT_FORMAT(default, big, little)
> If neither -EB nor -EL are used, output format will be the first argument.
> If -EB is used, the output format will be the second argument.
> If -EL is used, the output format will be the th
://git.denx.de/u-boot-mips.git master
Shinya Kuribayashi (1):
MIPS: qemu_mips: Import asm/unaligned.h from the Linux kernel
include/asm-mips/unaligned.h | 26 ++
1 files changed, 26 insertions(+), 0 deletions(-)
create mode 100644 include/asm-mips/unaligned.h
On 1/11/10 11:00 AM, Shinya Kuribayashi wrote:
> In the commit 6ac59c55 (net: pull CONFIG checks out of source and into
> makefile), net/net.o is changed to be built-in only when CONFIG_CMD_NET
> is enabled, while lib_mips/board.c has a reference to "getenv_IPaddr()
> left a
On 1/11/10 1:09 PM, AMIT KUMARSHARMA wrote:
> HI Shinya,
>
> Please go thorugh below link , issue is already resolved,
Ah, thanks. I missed that.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Hi,
here's a build summary of the latest git with GCC 4.4.1:
$ ./MAKEALL mips mips_el
- SUMMARY
Boards compiled: 23
Boards with warnings or errors: 11 ( qemu_mips vct_platinum_onenand
vct_platinum_onenand_small vct_platinumavc_onenand
vct_platinum
Hi Rohit, Amul, and Kyungmin (Samsung people),
Shinya Kuribayashi wrote:
> Build warnings / errors could be categorized into five groups:
>
> 3) env_onenand.c: CONFIG_ENV_{ADDR,SIZE}_FLEX undeclared build error
In the following commit, Flex-OneNAND support was introduced
S target who doesn't have CONFIG_CMD_NET
and suffer from this issue at this moment.
Signed-off-by: Shinya Kuribayashi
---
Note that arm/avr32/i386/m68k/nios/nios2/ppc/sparc have the same issue,
while blackfin/microblaze/sh don't.
lib_mips/board.c |2 ++
1 files changed, 2 inser
*** [zlib.o] Error 1
make[1]: Leaving directory `/home/skuribay/git/u-boot.git/lib_generic'
make: *** [lib_generic/libgeneric.a] Error 2
Reported-by: Himanshu Chauhan
Signed-off-by: Shinya Kuribayashi
---
include/asm-mips/unaligned.h | 26 ++
1 files changed, 26 i
>>
>>> return (size);
>>> }
>>> +
>>> +#endif
>> Removing CONFIG_CFI_DRIVER from configs/qemu_mips.h?
> If CONFIG_SYS_NO_FLASH is defined should it be compiled?
No. In U-Boot, in general, drivers should be predefined through
configs/.h. If we don't use CFI driver, just disable
it in top-level board config file. This is to avoid #ifdef mess,
and prevent the drivers from being clobbered.
--
Shinya Kuribayashi
NEC Electronics
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 12/18/09 10:06 PM, Stefan Roese wrote:
>>> Don't get me wrong. I'm not NACK'ing the patch. I'm just pointing out
>>> that it's different from the Linux version.
>>
>> I'm afraid 'LMO' needlessly makes you confused. Or am I missing
>> something?
>
> Yes, "LMO" was confusing me.
Sorry for that,
Hi,
On 12/19/09 3:57 PM, Himanshu Chauhan wrote:
> U-Boot hangs with qemu-system-mips with ##unknown flash error.
Do you have any idea what's the root cause of that unknown flash
error? Is this U-Boot CFI driver issue, or Qemu-side problem?
Using CONFIG_SYS_NO_FLASH is a quick, enough workaroun
Himanshu Chauhan wrote:
>> Himanshu Chauhan wrote:
>>> I see that in include directory asm points to asm-mips. Inside
>>> asm-mips there is another link arch->arch-mips which is a dead link.
>>> THere is no directory named arch-mips there.
>> This is another topic, let's ignore here.
>
> Is arch-m
Stefan Roese wrote:
> On Friday 18 December 2009 13:04:59 Himanshu Chauhan wrote:
Import relevant header file from LMO tree (slightly modified to U-Boot).
>>> Why don't you import this file from the Linux tree? This should work
>>> without modifications. And that's what we've done for PPC and
it/lib_generic'
make: *** [lib_generic/libgeneric.a] Error 2
Import relevant header file from LMO tree (slightly modified to U-Boot).
Reported-by: Himanshu Chauhan
Signed-off-by: Shinya Kuribayashi
---
Himanshu Chauhan wrote:
> I see that in include directory asm points to asm-mips.
Hi Ben,
Ben Warren wrote:
> Shinya Kuribayashi wrote:
>> First. I'm not sure why CONFIG_NET_MULTI is "undef"ed for qemu_mips,
>> while CONFIG_DRIVER_NE2000 has been enabled for qemu_mips at an early
>> stage.
>>
>> I don't follow recent ch
eth.c:497:2: warning: #warning Ethernet driver is deprecated. Please update to
use CONFIG_NET_MULTI
Signed-off-by: Shinya Kuribayashi
---
I have a few concerns about this fix:
First. I'm not sure why CONFIG_NET_MULTI is "undef"ed for qemu_mips,
while CONFIG_DRIVER_NE2000 h
:
ebi_onenand.c: In function 'onenand_board_init':
ebi_onenand.c:196: error: 'struct onenand_chip' has no member named
'read_spareram'
make[1]: *** [ebi_onenand.o] Error 1
make[1]: *** Waiting for unfinished jobs
make: *** [board/micronas/vct/libvct.a] Error 2
Signed-off-by
: In function 'onenand_board_init':
ebi_onenand.c:196: error: 'struct onenand_chip' has no member named
'read_spareram'
make[1]: *** [ebi_onenand.o] Error 1
make[1]: *** Waiting for unfinished jobs
make: *** [board/micronas/vct/libvct.a] Error 2
Signed-off-by:
Renato Andreola wrote:
> From 21d84ab72266f118794233176bd356d8b1cfdf35 Mon Sep 17 00:00:00 2001
> From: Renato Andreola
> Date: Fri, 21 Aug 2009 18:05:51 +0200
> Subject: [PATCH] drivers/mtd/cfi_flash: precision and underflow problem in
> tout calculation
>
> With old configuration it could hap
mon...@monstr.eu wrote:
> From: Michal Simek
>
> Signed-off-by: Michal Simek
> Signed-off-by: Michal Simek
> ---
> board/qemu-mips/README |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Wolfgang,
please take this one directly into your mainline as obvious.
Thanks in advance,
Hi,
Ben Warren wrote:
>> I found qemu_mips_config is spotted by it:
>> Configuring for qemu-mips board...
>> eth.c:497:2: warning: #warning Ethernet driver is deprecated. Please
>> update to use CONFIG_NET_MULTI
>>
>> But I don't follow the recent changes including that CONFIG_NET_MULTI
>> migrati
Wolfgang Denk wrote:
> Summary of current status:
>
> * Many boards now throw the (expected)
>
> #warning Ethernet driver is deprecated. Please update to use
> CONFIG_NET_MULTI
>
> messages.
I found qemu_mips_config is spotted by it:
Configuring for qemu-mips board...
eth.c:497:2: warning:
Chetan Nanda wrote:
> We have a MIPS-4KEC based SoC and running an older version of U-Boot
> (1.1.3) on it. It is working perfectly fine.
> Board has 8MB AMD flash and starting address of that flash is 0xBFC0
> (reset vector for MIPS).
>
> Problem is that we are not able to access full 8MB o
rst, but I don't think ARM
> developers would have appreciated finding hardcoded powerpc assumptions
> when they tried to add their boards.
Heh, we're already using onenand_ipl on our MIPS machines ;-)
--
Shinya Kuribayashi
NEC Electronics
___
U-B
Peter Tyser wrote:
> On Sun, 2009-07-12 at 14:54 +0200, Jean-Christophe PLAGNIOL-VILLARD
> wrote:
>> On 22:42 Fri 10 Jul , Mike Frysinger wrote:
>>> On Friday 10 July 2009 21:20:45 Shinya Kuribayashi wrote:
>>>> Peter Tyser wrote:
>>>>>> Befor
Peter Tyser wrote:
>> Before verifying MIPS builds, I'd like to make sure that why you take
>> lib/$(ARCH)/ alternative, not $(ARCH)/lib/. If there were any
>> discussion on #IRC, is there any chance we could share the summary or
>> decision to follow?
>
> There was no discussion, /lib/$(ARCH) ju
Hi,
Peter Tyser wrote:
> This series moves api_examples to api/examples and moves all
> lib* directories into a common lib/ directory. It also
> moves the _config.mk files into their corresponding
> lib directory.
>
> Seeing 12 lib_ directories and 12 _config.mk
> files in U-Boot's top level alw
Hi Detlev,
Detlev Zundel wrote:
>> This variable is not unused anywhere.
>
> Makes my brain twist and after carefully applying boolean equivalence
> operations contradicts the title ;)
Oops, thanks for pointing out. Will correct it later.
___
U-Boot m
1 - 100 of 176 matches
Mail list logo