Re: [U-Boot] U-Boot API example doesn't support 64-bit

2019-04-15 Thread Priebe, Sebastian
Hello again, can nobody help to solve this problem? Any help would be very appreciated. Thanks. Sebastian > -Ursprüngliche Nachricht- > Von: U-Boot Im Auftrag von Priebe, > Sebastian > Gesendet: Freitag, 12. April 2019 14:32 > An: u-boot@lists.denx.de > Betreff: [

[U-Boot] U-Boot API example doesn't support 64-bit

2019-04-12 Thread Priebe, Sebastian
Hello, I'd like to use the U-Boot external API with an ARM64 SoC. If I enable CONFIG_API I get the following build error for the API example: examples/api/crt0.S: Assembler messages: examples/api/crt0.S:33: Error: operand 1 should be an integer register -- `ldr ip,=search_hint'

Re: [U-Boot] relocation on freescale mx35 doesn't work after update to 2015.01

2015-02-06 Thread Priebe, Sebastian
] Gesendet: Freitag, 6. Februar 2015 01:16 An: Priebe, Sebastian Cc: U-Boot Betreff: Re: relocation on freescale mx35 doesn't work after update to 2015.01 Hello Sebastian, On Thu, 5 Feb 2015 15:24:40 +, Priebe, Sebastian sebastian.pri...@cadcon.de wrote: Hello, I'm using a custom board

[U-Boot] relocation on freescale mx35 doesn't work after update to 2015.01

2015-02-05 Thread Priebe, Sebastian
Hello, I'm using a custom board with iMX35 CPU (ARM1136). After I updated to version 2015.01 the relocation doesn't work anymore. I turned on CONFIG_DEBUG and the last output I saw was: Relocating to 83f89000, new gd at 83e84ec8, sp at 83e84ea0 I recognized the new function relocate_vectors.

Re: [U-Boot] U-Boot Bug with newer GCC

2013-02-04 Thread Priebe, Sebastian
Gesellschaft: D-86368 Gersthofen Registergericht: Amtsgericht Augsburg HRA 14521 == -Ursprüngliche Nachricht- Von: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] Gesendet: Montag, 4. Februar 2013 09:49 An: Priebe, Sebastian Cc: Jeroen Hofstee; Wolfgang

Re: [U-Boot] U-Boot Bug with newer GCC

2013-02-04 Thread Priebe, Sebastian
Registergericht: Amtsgericht Augsburg HRA 14521 == -Ursprüngliche Nachricht- Von: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] Gesendet: Montag, 4. Februar 2013 12:36 An: Priebe, Sebastian Cc: Jeroen Hofstee; Wolfgang Denk; Marek Vasut; u-boot

Re: [U-Boot] U-Boot Bug with newer GCC

2013-02-04 Thread Priebe, Sebastian
der Gesellschaft: D-86368 Gersthofen Registergericht: Amtsgericht Augsburg HRA 14521 == -Ursprüngliche Nachricht- Von: Albert ARIBAUD [mailto:albert.u.b...@aribaud.net] Gesendet: Montag, 4. Februar 2013 15:32 An: Priebe, Sebastian Cc: Jeroen Hofstee

Re: [U-Boot] U-Boot Bug with newer GCC

2013-02-03 Thread Priebe, Sebastian
== -Ursprüngliche Nachricht- Von: Jeroen Hofstee [mailto:jer...@myspectrum.nl] Gesendet: Samstag, 2. Februar 2013 22:45 An: Wolfgang Denk Cc: Jeroen Hofstee; Marek Vasut; Heiko Schocher; Priebe, Sebastian; u-boot@lists.denx.de Betreff: Re: [U-Boot] U-Boot Bug

[U-Boot] U-Boot Bug with newer GCC

2013-02-01 Thread Priebe, Sebastian
Hello, we are using u-boot in our embedded system with arm-1136jfs cpu. We recently tried a new toolchain with GCC 4.7.2. If compiled with the new toolchain the feature CONFIG_AUTO_COMPLETE isn't working. U-Boot start normally and on hitting TAB the system freezes. I tracked the problem down the

[U-Boot] U-Boot Api Problem

2012-08-28 Thread Priebe, Sebastian
Since nobody seems to care about my problem is repost my question... Hello, we recently switched to the OSELAS Toolchain for ARM1136 processors and faced a problem considering the u-boot API. If compiling the API demo with -Os (as default in u-boot) the demo does not run anymore. If activating

[U-Boot] U-Boot API Problem

2012-08-23 Thread Priebe, Sebastian
Hello, we recently switched to the OSELAS Toolchain for ARM1136 processors and faced a problem considering the u-boot API. If compiling the API demo with -Os (as default in u-boot) the demo does not run anymore. If activating -fno-relocate-functions in the used cflags the demo runs as before

[U-Boot] U-Boot API Demo Problem

2012-08-23 Thread Priebe, Sebastian
Hello, we recently switched to the OSELAS Toolchain for ARM1136 processors and faced a problem considering the u-boot API. If compiling the API demo with -Os (as default in u-boot) the demo does not run anymore. If activating -fno-relocate-functions in the used cflags the demo runs as before