Changeset 3545
- Timestamp:
- Feb 13, 2013 8:40:27 AM (3 months ago)
- Location:
- cpu
- Files:
-
- 1 added
- 4 edited
-
arm/olpc/4.0/ec-version.fth (modified) (1 diff)
-
arm/olpc/build-fw.fth (modified) (1 diff)
-
x86/pc/olpc/apt.fth (added)
-
x86/pc/olpc/fw.bth (modified) (1 diff)
-
x86/pc/olpc/via/fw.bth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/4.0/ec-version.fth
r3538 r3545 1 \ The EC microcode 1 \ The EC microcode 2 2 macro: EC_PLATFORM cl4 3 3 macro: EC_VERSION 7_0_3_11 -
cpu/arm/olpc/build-fw.fth
r3525 r3545 946 946 ; 947 947 948 : newrom 949 " flash! http:\\192.168.200.200\new.rom" eval 950 ; 951 : newec 952 " flash-ec http:\\192.168.200.200\ecimage.bin" eval 953 ; 954 : qz 955 " qz" $essid " http:\\qz\" included \ qa test bed scripting, james cameron 956 ; 957 : .os " more int:\boot\olpc_build" eval ; 958 : urom " flash! u:\new.rom" eval ; 959 : uec " flash-ec! u:\ecimage.bin" eval ; 960 : erom " flash! ext:\new.rom" eval ; 961 : no-usb-delay " dev /usb false to delay? dend" evaluate ; 962 : null-fsdisk 963 " dev /null : size 0 8 ; : write-blocks-start 3drop false ; : write-blocks-end false ; dend" evaluate 964 " devalias fsdisk //null" evaluate 965 ; 966 stand-init: wifi 967 " NN" find-tag if ?-null $essid then 968 " PP" find-tag if ?-null $wpa then 969 ; 948 : enable-serial ; 949 fload ${BP}/cpu/x86/pc/olpc/apt.fth \ Common developer utilities 970 950 971 951 \ LICENSE_BEGIN -
cpu/x86/pc/olpc/fw.bth
r3278 r3545 655 655 ; 656 656 657 : newrom " flash! http:\\192.168.200.200\new.rom" eval ; 658 : urom " flash! u:\new.rom" eval ; 659 : qz 660 " qz" $essid " http:\\qz\" included \ qa test bed scripting, james cameron 661 ; 662 : .os " more int:\boot\olpc_build" eval ; 663 664 \ Fancy battery charge logger. 665 fload ${BP}/cpu/x86/pc/olpc/charge.fth 666 657 : enable-serial ; 658 fload ${BP}/cpu/x86/pc/olpc/charge.fth \ Fancy battery charge logger 667 659 fload ${BP}/cpu/x86/pc/olpc/diskspeed.fth \ Mass storage speed test 660 fload ${BP}/cpu/x86/pc/olpc/apt.fth \ Common developer utilities 668 661 669 662 tag-file @ fclose tag-file off -
cpu/x86/pc/olpc/via/fw.bth
r3349 r3545 742 742 ; 743 743 744 : newrom 745 enable-serial 746 " flash! http:\\192.168.200.200\new.rom" eval 747 ; 748 : urom enable-serial " flash! u:\new.rom" eval ; 749 : qz 750 " qz" $essid " http:\\qz\" included \ qa test bed scripting, james cameron 751 ; 752 : .os " more int:\boot\olpc_build" eval ; 753 : no-usb-delay " dev /usb false to delay? dend" evaluate ; 754 : null-fsdisk 755 " dev /null : size 0 8 ; : write-blocks-start 3drop false ; : write-blocks-end false ; dend" evaluate 756 " devalias fsdisk //null" evaluate 757 ; 758 759 \ Fancy battery charge logger. 760 fload ${BP}/cpu/x86/pc/olpc/charge.fth 761 744 fload ${BP}/cpu/x86/pc/olpc/charge.fth \ Fancy battery charge logger 762 745 fload ${BP}/cpu/x86/pc/olpc/diskspeed.fth \ Mass storage speed test 746 fload ${BP}/cpu/x86/pc/olpc/apt.fth \ Common developer utilities 763 747 764 748 tag-file @ fclose tag-file off
Note: See TracChangeset
for help on using the changeset viewer.
