OpenCores
URL https://opencores.org/ocsvn/v586/v586/trunk

Subversion Repositories v586

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /v586
    from Rev 108 to Rev 109
    Reverse comparison

Rev 108 → Rev 109

/trunk/boot/test_128.s File deleted
/trunk/boot/test.s
29,7 → 29,7
call send8b_spi
 
mov $0x0FFFF0,%edi
mov $0x0c0000,%esi
mov $0x0c8000,%esi
call fill_spi
 
call banner
49,7 → 49,7
movb $0xF0,%bl
call send8b_spi
 
mov $0x3FFFF0,%edi
mov $0x4FFFF0,%edi
mov $0x0c0000,%esi
call fill_spi
 
166,11 → 166,13
mov %eax , 0x90210
 
/* mem size */
movl $0x003c00 , %eax
//movl $0x003c00 , %eax
movl $0x01fc00 , %eax
 
mov %eax , 0x901e0
 
/* initrd start */
mov $0x00400000 , %eax
mov $0x00500000 , %eax
/* mov $0, %eax */
mov %eax , 0x90218
 
283,7 → 285,7
 
/* banner */
.org 0x03b0
.ascii "Boot copy flash"
.ascii "Boot step.."
.byte 10
.byte 13
.byte 0

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.