Re: [U-Boot] [PATCH 2/6] arm: Remove jornada link script

2011-11-19 Thread Kristoffer Ericson
Acked On Thu, Nov 17, 2011 at 07:10:46PM +0100, Marek Vasut wrote: > > This link script seems old and incompatible with relocation and its > > own sa1000 start.S file. It isn't used because the CPU's link script > > was picked up in preference to this. > > > > Signed-off-by: Simon Glass > > ---

Re: [U-Boot] [PATCH 04/52] ARM: remove broken "jornada" board

2011-07-18 Thread Kristoffer Ericson
On Mon, Jul 18, 2011 at 02:11:55PM +0200, Wolfgang Denk wrote: > Dear Kristoffer Ericson, > > In message <20110718112058.GA2596@Boggieman> you wrote: > > Please dont. I have the patches here, will send them during the week. > > You are late. Board removal has been

Re: [U-Boot] [PATCH 04/52] ARM: remove broken "jornada" board

2011-07-18 Thread Kristoffer Ericson
Please dont. I have the patches here, will send them during the week. Best wishes Kristoffer On Mon, Jul 18, 2011 at 12:16:32AM +0200, Wolfgang Denk wrote: > Signed-off-by: Wolfgang Denk > Cc: Kristoffer Ericson > --- > MAINTAINERS |4 - > board/jornada/Mak

[U-Boot] Elf relocation issues with jornada

2010-12-08 Thread Kristoffer Ericson
Greetings, Im obviously doing something wrong. This is what I get at bootup: U-Boot 2010.12-rc2-00029-g49733aa-dirty (Dec 08 2010 - 21:04:16) DRAM: 361.9 MiB The DRAM is pulling some random number each time, so Ive gotten 0,0,146.2,361.8.Patch attached. Best wishes Kristoffer Ericson diff

[U-Boot] [PATCH] Fix jornada memory init]

2010-11-27 Thread Kristoffer Ericson
Hi, Havent recieved any input and its still not applied. So bumping it yet again(#3). It only affects my specific platform. Best wishes Kristoffer - Forwarded message from Kristoffer Ericson - Date: Sat, 6 Nov 2010 14:24:27 +0100 From: Kristoffer Ericson To: w...@denx.de Cc: u

[U-Boot] Detecting U-boot in linux kernel startup

2010-11-17 Thread Kristoffer Ericson
Greetings, Im in the situation where most of the hp jornada 700-series handhelds got a rom containing wince while mine (and shortly alot more) contain uboot. So instead of adding alot of #ifdefs inside the kernel, I thought that I could do a check at bootup instead. I basicly need some unique id t

Re: [U-Boot] [PATCH] Fix jornada memory init

2010-11-16 Thread Kristoffer Ericson
Hi, Just bumping this since Ive gotten no feedback and its not applied yet. Best wishes Kristoffer On Sat, Nov 06, 2010 at 02:24:27PM +0100, Kristoffer Ericson wrote: > * Fix memory initialization. This fixes the problem > with kernel oopses during heavy load. > > * Cleanup pin

[U-Boot] [PATCH] Fix jornada memory init

2010-11-06 Thread Kristoffer Ericson
* Fix memory initialization. This fixes the problem with kernel oopses during heavy load. * Cleanup pinsetup, which for reference is among other things needed for proper flash erasing. Signed-off-by: Kristoffer Ericson --- board/jornada/setup.S | 24 1 files

Re: [U-Boot] Kernel OOPS on memcpy - bad memory setup?

2010-10-28 Thread Kristoffer Ericson
On Thu, Oct 28, 2010 at 09:15:55PM +0200, Wolfgang Denk wrote: > Dear Kristoffer Ericson, > > In message <20101028190714.gd...@boggieman.bredbandsbolaget.se> you wrote: > > > > > No. U-Boot is long dead and gone when Linux boots. > > > > Is that true ev

Re: [U-Boot] Kernel OOPS on memcpy - bad memory setup?

2010-10-28 Thread Kristoffer Ericson
On Thu, Oct 28, 2010 at 12:04:56AM +0200, Wolfgang Denk wrote: > Dear Kristoffer Ericson, > > In message <20101027214641.gc...@boggieman.bredbandsbolaget.se> you wrote: > > Greetings, > > > > Getting an kernel oops after running an package manager (ipkg). Not

Re: [U-Boot] Kernel OOPS on memcpy - bad memory setup?

2010-10-28 Thread Kristoffer Ericson
On Thu, Oct 28, 2010 at 07:55:49AM +0100, Chris Isbell wrote: > -Original Message- > From: Kristoffer Ericson > Reply-to: Kristoffer Ericson > To: w...@denx.de > Cc: u-boot@lists.denx.de > Subject: [U-Boot] Kernel OOPS on memcpy - bad memory setup? > Date: Wed, 27 Oc

[U-Boot] Kernel OOPS on memcpy - bad memory setup?

2010-10-27 Thread Kristoffer Ericson
Greetings, Getting an kernel oops after running an package manager (ipkg). Not seeing it anywhere else, but dont have any large binaries (busybox). So, I assume I have made some memory error in u-boot? Best wishes Kristoffer LOG: [ 25.195972] udevd (417): /proc/417/oom_adj is deprecated, ple

[U-Boot] CONFIG_HZ = 1000 makes timer stop working on SA1100

2010-10-24 Thread Kristoffer Ericson
Hi, Subject pretty much says it all. When using CONFIG_HZ = 1000, it can no longer handle any delays (ex. autoboot = 10s goes directly to bootup). Moving it back to the correct HZ setting for SA1100 makes it work properly again. So either its due to the problem Jochen pointed out earlier or simply

Re: [U-Boot] building jornada_config _armboot_start undeclared (first use in this function)

2010-10-22 Thread Kristoffer Ericson
On Fri, Oct 22, 2010 at 11:51:30PM +0200, Albert ARIBAUD wrote: > Le 22/10/2010 22:47, Wolfgang Denk a écrit : > > >The elf_reloc has been merged into the master branch a couple of days > >ago. As such, it is only of historic interest. > > Sorry. I've obviously missed it; I've been rather busy th

Re: [U-Boot] building jornada_config _armboot_start undeclared (first use in this function)

2010-10-22 Thread Kristoffer Ericson
On Fri, Oct 22, 2010 at 05:26:33PM +0200, Albert ARIBAUD wrote: > Le 22/10/2010 17:01, Kristoffer Ericson a écrit : > >On Fri, Oct 22, 2010 at 03:22:58PM +0200, Albert ARIBAUD wrote: > >>Le 22/10/2010 15:07, Kristoffer Ericson a écrit : > >>>Greetings, > >>&

Re: [U-Boot] building jornada_config _armboot_start undeclared (first use in this function)

2010-10-22 Thread Kristoffer Ericson
On Fri, Oct 22, 2010 at 03:22:58PM +0200, Albert ARIBAUD wrote: > Le 22/10/2010 15:07, Kristoffer Ericson a écrit : > > Greetings, > > > > Getting this when trying to build (using same toolchain which has worked > > before). > > Someone else must have hit th

Re: [U-Boot] building jornada_config _armboot_start undeclared (first use in this function)

2010-10-22 Thread Kristoffer Ericson
On Fri, Oct 22, 2010 at 03:22:58PM +0200, Albert ARIBAUD wrote: > Le 22/10/2010 15:07, Kristoffer Ericson a écrit : > > Greetings, > > > > Getting this when trying to build (using same toolchain which has worked > > before). > > Someone else must have hit th

[U-Boot] building jornada_config _armboot_start undeclared (first use in this function)

2010-10-22 Thread Kristoffer Ericson
Greetings, Getting this when trying to build (using same toolchain which has worked before). Someone else must have hit this, so before I start bugtracking. Best wishes Kristoffer Ericson arm-linux-ar crv libsa1100.a cpu.o timer.o r - cpu.o r - timer.o make[1]: Leaving directory `/home

Re: [U-Boot] [Patch v3] Add support for HP Jornada flashrom boards

2010-10-22 Thread Kristoffer Ericson
On Tue, Oct 19, 2010 at 11:45:29PM +0200, Wolfgang Denk wrote: > Dear Kristoffer Ericson, > > In message <1287178303-17003-1-git-send-email-kristoffer.eric...@gmail.com> > you wrote: > > This patch adds support for the HP Jornada flashboards > > that were made i

[U-Boot] [Patch v3] Add support for HP Jornada flashrom boards

2010-10-15 Thread Kristoffer Ericson
This patch adds support for the HP Jornada flashboards that were made in 2008. Older flashroms should work if memory registers are adjusted. Signed-off-by: Kristoffer Ericson --- Changes for v2: - Adding myself to MAINTAINERS - Fixing line lengths - Fixing comment style

[U-Boot] [PATCH] Add support for HP Jornada flashrom boards

2010-10-13 Thread Kristoffer Ericson
This patch adds support for the HP Jornada flashboards that were made in 2008. Older flashroms should work if memory registers are adjusted. Signed-off-by: Kristoffer Ericson --- MAINTAINERS |4 + board/jornada/Makefile| 53 +++ board/jornada/config.mk |6

Re: [U-Boot] [PATCH] - Add support for HP Jornada (710/720/728) board

2010-10-11 Thread Kristoffer Ericson
On Wed, Oct 06, 2010 at 09:41:04PM +0200, Kristoffer Ericson wrote: > This patch add support for the HP Jornada 700-series with flashrom (manufact. > 2008). > With little effort it could also be made to support earlier flashroms (just a > change of memory settings). > The H

[U-Boot] [PATCH] - Add support for HP Jornada (710/720/728) board

2010-10-06 Thread Kristoffer Ericson
This patch add support for the HP Jornada 700-series with flashrom (manufact. 2008). With little effort it could also be made to support earlier flashroms (just a change of memory settings). The HP Jornada is an strongarm device (sa1110 + sa). Signed-off-by: Kristoffer Ericson diff --git

[U-Boot] SA1110 Uart3 Weirdness

2010-10-03 Thread Kristoffer Ericson
Greetings, An update on the blob vs u-boot problems Im having. I noticed that driving UART3 > 19200 on blob caused the same kind of issues that Im seeing in u-boot. But downgrading baud = 19200 works in u-boot, but when booting kernel I instead get scrambled data (which looks like wrong baud). I

[U-Boot] SA1110 vs SA1100

2010-10-03 Thread Kristoffer Ericson
into u-boot. Pin settings are identical Memory registers are identical So just looking for any quick info on where to look. Since I dont want to start rewriting everything to find the problem. Best wishes Kristoffer Ericson ___ U-Boot mailing list U-Boot

[U-Boot] SSP and SA1111 misbehaving

2010-06-16 Thread Kristoffer Ericson
Greetings, Im having great difficulty deciding where the error exists, if its inside kernel or bootloader. What Im seeing is problems initializing hardware when using Flashrom + U-boot + 2.6.32: SA fails to set trigger mode 3 SSP seems fine but doesnt work when trying to use it, it just times

Re: [U-Boot] [PATCH] sa1100 change get_timer(base) to return time since base

2010-06-15 Thread Kristoffer Ericson
On Wed, Jun 02, 2010 at 12:34:26PM +0200, Jochen Friedrich wrote: > Hi Kristoffer, > > >Did this get applied anywhere? Fail to see it inside the git log. > > Nope, I didn't get any response yet. Any idea on why SSP and sa is non-working atm? I must be missing setting something inside bootloa

Re: [U-Boot] Linux kernel only reporting 16M / 128M

2010-06-09 Thread Kristoffer Ericson
On Wed, Jun 09, 2010 at 01:23:19PM +0200, Wolfgang Denk wrote: > Dear Kristoffer Ericson, > > In message <20100609110742.ga1...@boggieman> you wrote: > > > > My flashing issues are now gone and will adress this later on. > > So the cause of the problem

Re: [U-Boot] Linux kernel only reporting 16M / 128M

2010-06-09 Thread Kristoffer Ericson
On Wed, Jun 09, 2010 at 01:23:19PM +0200, Wolfgang Denk wrote: > Dear Kristoffer Ericson, > > In message <20100609110742.ga1...@boggieman> you wrote: > > > > My flashing issues are now gone and will adress this later on. > > So the cause of the problems was the

[U-Boot] Linux kernel only reporting 16M / 128M

2010-06-09 Thread Kristoffer Ericson
Greetings, My flashing issues are now gone and will adress this later on. Anyhow, I noticed that linux kernel only reports 16M total memory while the board got 128M. Was just wondering where to start looking? Everything works fine inside u-boot so its not passed correctly or something, not sure

Re: [U-Boot] Problems flashing kernel

2010-06-08 Thread Kristoffer Ericson
On Tue, Jun 08, 2010 at 05:01:05PM +0200, Stefano Babic wrote: > Kristoffer Ericson wrote: > > > It worked earlier for unknown reasons, but no longer does. It has > > only worked once. Erasing all the flash (aside from first 512kb) > > works without any error messages,

Re: [U-Boot] Problems flashing kernel

2010-06-08 Thread Kristoffer Ericson
On Tue, Jun 08, 2010 at 05:01:05PM +0200, Stefano Babic wrote: > Kristoffer Ericson wrote: > > > It worked earlier for unknown reasons, but no longer does. It has > > only worked once. Erasing all the flash (aside from first 512kb) > > works without any error messages,

Re: [U-Boot] Problems flashing kernel

2010-06-08 Thread Kristoffer Ericson
On Tue, Jun 08, 2010 at 04:31:15PM +0200, Stefano Babic wrote: > Kristoffer Ericson wrote: > > > You are quite correct in that, thx. that also explains why it > > took a good while longer than usual. > > > > I cannot seem to shake the "Flash not Erased&q

Re: [U-Boot] Problems flashing kernel

2010-06-08 Thread Kristoffer Ericson
On Tue, Jun 08, 2010 at 03:05:44PM +0200, Stefano Babic wrote: > Kristoffer Ericson wrote: > > Greetings, > > > > Hi, > > > When I do: > > HP Jornada# cp.b 0xC0008 0x0008 1296996 (<- my kernel size) > > Copy to flash... . (and just sits there

[U-Boot] Problems flashing kernel

2010-06-08 Thread Kristoffer Ericson
Greetings, Im having issues making flashing work on my platform. Earlier it responded that flash was not erased, but after doing : HP Jornada# erase 0x0008 0x03BF it worked. When I do: HP Jornada# cp.b 0xC0008 0x0008 1296996 (<- my kernel size) Copy to flash... . (and just sits th

Re: [U-Boot] [PATCH] sa1100 change get_timer(base) to return time since base

2010-06-02 Thread Kristoffer Ericson
On Wed, Jun 02, 2010 at 12:34:26PM +0200, Jochen Friedrich wrote: > Hi Kristoffer, > > >Did this get applied anywhere? Fail to see it inside the git log. > > Nope, I didn't get any response yet. Wolgang, there doesnt seem to be any submaintainers to push patches to for SA11xx. For future referen

Re: [U-Boot] [PATCH] sa1100 change get_timer(base) to return time since base

2010-06-01 Thread Kristoffer Ericson
On Sun, May 16, 2010 at 07:35:18PM +0200, Jochen Friedrich wrote: > similar to 274737e5eb25b2bcd3af3a96da923effd543284f > > This patch changes get_timer() for sa1100 to return the time since > 'base' instead of the time since the counter was at zero. > > Symptom seen is flash timeout errors when

[U-Boot] PATCHES for Sa1100 platforms

2010-05-28 Thread Kristoffer Ericson
adding video drivers for epson s1d13xxxfb which this platform and others require. Best wishes Kristoffer Ericson ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Unable to get U-boot working on sa1110 based platform

2010-05-25 Thread Kristoffer Ericson
, seems like both are used for memory setup? Ive attached my current patchset against current u-boot. Greatful for any feedback. Best wishes Kristoffer Ericson diff --git a/MAKEALL b/MAKEALL index bb09627..aca53ed 100755 --- a/MAKEALL +++ b/MAKEALL @@ -524,6 +524,7 @@ LIST_SA

[U-Boot] Anyone out there with a working sa11xx board using uboot?

2009-11-23 Thread Kristoffer Ericson
Kristoffer Ericson -- Kristoffer Ericson ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] still nothing on serial output sa1100

2009-09-15 Thread Kristoffer Ericson
000 + str r2, [r0, #MDCNFG] + + ldr r2, [r1, #MSC0] + str r2, [r0, #MSC0] + + ldr r2, [r1, #MSC1] + str r2, [r0, #MSC1] + + ldr r2, [r1, #MSC2] + str r2, [r0, #MSC2] + + ldr r2, [r1, #

[U-Boot] Any Sa1100 users of uboot out there

2009-09-13 Thread Kristoffer Ericson
Greetings, Doing some hard bugsearching on my sa1100 based board. Currently getting zero output through serial. so in order to focus on the right areas Im looking for anyone else with an sa1100 based board thats currently working with uboot. Best wishes Kristoffer -- Kristoffer Ericson

[U-Boot] Getting pcmcia drivers builtin by default (bug?)

2009-09-09 Thread Kristoffer Ericson
0 /* there is only one bank */ +#define CONFIG_SYS_MAX_FLASH_SECT 128 /* max # of sectors on one chip */ +#undef CONFIG_SYS_FLASH_PROTECTION +#define CONFIG_SYS_FLASH_BANKS_LIST{ CONFIG_SYS_FLASH_BASE } + +#define CONFIG_ENV_IN_OWN_SECTOR 1 +#define CONFIG_E

[U-Boot] HP Jornada flashrom doesnt boot

2009-09-03 Thread Kristoffer Ericson
NV_IS_IN_FLASH) +#define CONFIG_ENV_IN_OWN_SECTOR 1 +#define CONFIG_ENV_ADDR(PHYS_FLASH_1 + PHYS_FLASH_SECT_SIZE) +#define CONFIG_ENV_SIZEPHYS_FLASH_SECT_SIZE +#define CONFIG_ENV_SECT_SIZE PHYS_FLASH_SECT_SIZE +#endif + +#endif /* __CONFIG_H */ -- Kristoffer Ericson ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] HP Jornada 720 flashrom

2009-09-03 Thread Kristoffer Ericson
ep 2009 23:37:47 +0200 Wolfgang Denk wrote: > Dear Kristoffer Ericson, > > In message <20090902233329.a9b77e68.kristoffer.eric...@gmail.com> you wrote: > > Greetings, > > > > Trying to get my Flashrom working (previously used blob with it). > > I get t

[U-Boot] HP Jornada 720 flashrom

2009-09-02 Thread Kristoffer Ericson
/kristoffer/work/projects/u-boot.git/net/net.c:535: undefined reference to `eth_halt' make: *** [u-boot] Fel 1 My device shouldnt be using those at all so its no wonder that they are undefined, but the question is how I should get rid of those messages. Best wishes Kristoffer -- Kris

[U-Boot] Failure to compile sa1100 boards

2009-06-17 Thread Kristoffer Ericson
: parse error make: *** [u-boot] Fel 1 (= error 1) This is currently the same for all sa1100 boards im trying. So is it my toolchain or a real fault? My versions are u-boot (latest from git) gcc : 3.4.5 glibc : 2.3.5 Best wishes Kristoffer Ericson error log: UNDEF_SYM=`arm-linux-objdump -x board

[U-Boot] patch to make u-boot work on jornada 720 flashrom - feedback wanted

2009-06-08 Thread Kristoffer Ericson
ZE) +#define CONFIG_ENV_SIZE PHYS_FLASH_SECT_SIZE +#define CONFIG_ENV_SECT_SIZE PHYS_FLASH_SECT_SIZE +#endif + +#endif /* __CONFIG_H */ -- Kristoffer Ericson ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot