sort by:
Revision Author Date Message Commit Date
60b3916 Add README to clarify relation to U-Boot and ACube's version 08 July 2018, 21:22:12 UTC
9f8c9b9 Decrease 5ms delay in atapi transfers to 50us for Sam460ex drivers. The large delay is responsible for slow loading times with the standard slb of AmigaOS. It seems that the slb issues a command for each block, thus each transfer could last at up to 10ms. By decreasing the delay to 50us (which is also used in some other places), the speed of loading kickstart is now about 100 times faster. According to the comments, the delay makes sure that the hardware sets the busy signal, on which the code waits to be cleared. However, for QEMU the delays seem to be unnecessary altogether, so they could be removed. It is unclear how this change affects real hardware, so we keep at least the 50us delays in case anyone want to try this with real hardware. Similar delays in other places are not changes by this patch. 08 July 2018, 21:11:07 UTC
7fb06b0 Don't put our include paths at the end of the include search list. Otherwise, possibly locally installed includes such as those from libfdt interfere with those used by UBoot and the compilation is exited with an error. 08 July 2018, 21:08:20 UTC
f39236b Add -fgnu89-inline to the Sam460ex makefile. This is required when using gcc 5 or newer. 08 July 2018, 21:08:20 UTC
8ee007c Removed two big binaries that should not be needed 06 April 2018, 11:46:45 UTC
930735b Fixed dangling symlink 02 April 2018, 09:43:34 UTC
119aa27 Fixed stack variable used beyond its scope in boota command 20 February 2018, 17:22:44 UTC
f6402c1 Fixed problem when start_unit_scan() is called with NULL argument 20 February 2018, 17:22:44 UTC
d8a3324 Fixed build 20 February 2018, 17:22:32 UTC
866fd2a Imported sources from http://www.acube-systems.biz/download/u-boot-2010.06-05_20110414_prod.tar.gz 20 February 2018, 17:02:45 UTC
back to top