aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-07-08Add README to clarify relation to U-Boot and ACube's versionHEADmasterBALATON Zoltan2-4295/+4305
2018-07-08Decrease 5ms delay in atapi transfers to 50us for Sam460ex drivers.Sebastian Bauer1-2/+4
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.
2018-07-08Don't put our include paths at the end of the include search list.Sebastian Bauer1-3/+3
Otherwise, possibly locally installed includes such as those from libfdt interfere with those used by UBoot and the compilation is exited with an error.
2018-07-08Add -fgnu89-inline to the Sam460ex makefile.Sebastian Bauer1-1/+2
This is required when using gcc 5 or newer.
2018-04-06Removed two big binaries that should not be neededBALATON Zoltan2-0/+0
2018-04-02Fixed dangling symlinkBALATON Zoltan1-1/+1
2018-02-20Fixed stack variable used beyond its scope in boota commandBALATON Zoltan1-3/+3
2018-02-20Fixed problem when start_unit_scan() is called with NULL argumentBALATON Zoltan1-1/+1
2018-02-20Fixed buildBALATON Zoltan2-5/+5
2018-02-20Imported sources fromBALATON Zoltan3704-0/+1213807
http://www.acube-systems.biz/download/u-boot-2010.06-05_20110414_prod.tar.gz