[U-Boot] how to enable data cache on at91rm9200?

2009-08-24 Thread Aras Vaichas
Hi, how would I enable the data cache for an at91rm9200? (ARM920T) Can someone point me in the right direction, or pass me a patch for any version of U-Boot? The aim is to improve the boot time as suggested here: http://elinux.org/Boot_Time#Boot_time_check_list Aras ___

Re: [U-Boot] How to random my mac in u-boot

2010-02-08 Thread Aras Vaichas
>> There are many ways to install a MAC into your hardware -without >> hard-conding one into your image code. >> >>> Because of the quantity of the boards comparing with the number of workers, >>> we can not set the MAC address by hand. So what I means is to make the Our Linux devices all have an

Re: [U-Boot] How to random my mac in u-boot

2010-02-17 Thread Aras Vaichas
On 9 February 2010 17:29, Wolfgang Denk wrote: > In general, such a solution is not needed at all. When you can > automate writes to an EEPROM, you can do the same for writes to flash > memory (which is what I pointed out in my posting refering to the > tqm8xx boards). True, but not for our case.