Re: [U-Boot] [IXP42x PATCH series v4 04/17] Fix IXP code to work after relocation was added

2011-05-22 Thread Michael Schwingen
Am 05/21/2011 01:58 AM, schrieb Marek Vasut: -int timer_init (void) +unsigned long long get_ticks(void) { -/* install interrupt handler for timer */ -irq_install_handler(IXP425_TIMER_2_IRQ, timer_isr, (void *)timestamp); - -/* setup the Timer counter value */ -

Re: [U-Boot] [IXP42x PATCH series v4 04/17] Fix IXP code to work after relocation was added

2011-05-22 Thread Marek Vasut
On Sunday, May 22, 2011 09:15:03 PM Michael Schwingen wrote: Am 05/21/2011 01:58 AM, schrieb Marek Vasut: -int timer_init (void) +unsigned long long get_ticks(void) { - /* install interrupt handler for timer */ - irq_install_handler(IXP425_TIMER_2_IRQ, timer_isr, (void

Re: [U-Boot] [IXP42x PATCH series v4 04/17] Fix IXP code to work after relocation was added

2011-05-20 Thread Marek Vasut
On Wednesday, April 06, 2011 11:49:05 PM Michael Schwingen wrote: - jump to real flash location after reset before turning off flash mirror - fix timer system to use HZ == 1000, remove broken interrupt-based code Signed-off-by: Michael Schwingen mich...@schwingen.org --- Changes for V2:

[U-Boot] [IXP42x PATCH series v4 04/17] Fix IXP code to work after relocation was added

2011-04-06 Thread Michael Schwingen
- jump to real flash location after reset before turning off flash mirror - fix timer system to use HZ == 1000, remove broken interrupt-based code Signed-off-by: Michael Schwingen mich...@schwingen.org --- Changes for V2: - fix patch description Changes for V3: - use I/O accessors - move