| Rev |
Log message |
Author |
Age |
Path |
| 87 |
Added support for "When an Operand2 constant is used with the instructions MOVS, MVNS, ANDS, ORRS, ORNS, EORS, BICS, TEQ or TST, the carry flag is updated to bit[31] of the constant, if the constant is greater than 255 and can be produced by shifting an 8-bit value" to amber23 |
csantifort |
3901d 10h |
/amber/trunk/sw/boot-loader-serial/ |
| 82 |
Fixed overflag bug, ldmia user regs bug and status_bits_mode set on non-ececuting command bug |
csantifort |
3928d 02h |
/amber/trunk/sw/boot-loader-serial/ |
| 81 |
Make the tcp functionality more like a normal sockets implementation. |
csantifort |
4592d 04h |
/amber/trunk/sw/boot-loader-serial/ |
| 80 |
Enhanced boot-loader-ethmac to handle any number of telnet connections. |
csantifort |
4606d 07h |
/amber/trunk/sw/boot-loader-serial/ |
| 78 |
Added a serial debug port (using UART0) to boot-loader-ethmac |
csantifort |
4606d 13h |
/amber/trunk/sw/boot-loader-serial/ |
| 75 |
Fixed scripts after renaming boot-loader to boot-loader-serial |
csantifort |
4614d 08h |
/amber/trunk/sw/boot-loader-serial/ |
| 67 |
renamed boot-loader.c to boot-loader-serial.c |
csantifort |
4614d 09h |
/amber/trunk/sw/boot-loader-serial/ |
| 65 |
Renamed boot-loader to boot-loader-serial |
csantifort |
4614d 10h |
/amber/trunk/sw/boot-loader-serial/ |
| 64 |
Support latest Xilinx ISE 14.5 software. |
csantifort |
4614d 10h |
/amber/trunk/sw/boot-loader/ |
| 50 |
Revert to previous version |
csantifort |
5262d 03h |
/amber/trunk/sw/boot-loader/ |
| 49 |
Added a note n how to change timeouts |
csantifort |
5262d 04h |
/amber/trunk/sw/boot-loader/ |
| 48 |
Fixed a bug in linux that caused the os to not return to the running application after an interrupt.
Hello-world now runs stand-alone again.
Added initrd-200k-dhry, a disk image that uses the dhry program for init. |
csantifort |
5266d 10h |
/amber/trunk/sw/boot-loader/ |
| 43 |
Added support for the flat executable file format to vmlinux, so that the hello-world program is correctly relocated when it is loaded at the end of the vmlinux test.
Changed the Virtex-5 clock configuration to use a 1200MHz VCO frequency and 80MHz system clock frequency. |
csantifort |
5294d 06h |
/amber/trunk/sw/boot-loader/ |
| 40 |
Added wishbone bus jitter testing option.
Cleaned up waveform log .do files, now seperate files for a23 and a25 cores.
Added vmlinux executable elf file for running on hardware. |
csantifort |
5318d 03h |
/amber/trunk/sw/boot-loader/ |
| 36 |
Changed boot_mem for the a25 system to be 128 bits wide to match the 128-bit wide wishbone bus |
csantifort |
5321d 03h |
/amber/trunk/sw/boot-loader/ |
| 35 |
Amber25 improvements:
Use 128-bit wishbone bus, instead of 32-bit to reduce cache miss fetch times
Use a fast barrel shifter for shifts between 0 and 4 to improve timing
Use a 2 cycle full barrel shifter for complex shifts |
csantifort |
5322d 10h |
/amber/trunk/sw/boot-loader/ |
| 28 |
Moved function prototypes to .h file |
csantifort |
5340d 04h |
/amber/trunk/sw/boot-loader/ |
| 25 |
Bug fix: boot-loader.mem became larger that the allowed 8k byte boot mem size.
Removed a struct in elfsplitter.c thats only used for debug - this reduced boot-loader.mem enough so that it fits again.
Tidy up: Removed a debug message from hw/tools/run.sh |
csantifort |
5380d 09h |
/amber/trunk/sw/boot-loader/ |
| 11 |
Added vmlinux test. |
csantifort |
5430d 10h |
/amber/trunk/sw/boot-loader/ |
| 6 |
Set ignore property for output files |
csantifort |
5443d 08h |
/amber/trunk/sw/boot-loader/ |