1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-22 09:17:31 +02:00

Merge branch 'master' of projects.qi-hardware.com:wernermisc

This commit is contained in:
Werner Almesberger 2012-07-24 04:56:47 -03:00
commit 85f5b568c4
2 changed files with 7 additions and 4 deletions

View File

@ -19,9 +19,9 @@
# fix-ftpd-root.patch - applied 2012-02-02 # fix-ftpd-root.patch - applied 2012-02-02
# mem-fixes.patch - fixed 2012-02-02 # mem-fixes.patch - fixed 2012-02-02
# fix-the-vga-vsync-pulses.patch- applied 2012-03-04 # fix-the-vga-vsync-pulses.patch- applied 2012-03-04
fix-dns-in-dhcp.patch # https://www.rtems.org/bugzilla/show_bug.cgi?id=1841 # fix-dns-in-dhcp.patch - applied 2012-05-22
export-shell-fns.patch # https://www.rtems.org/bugzilla/show_bug.cgi?id=2030 # bootp-dhcp-cleanup.patch - applied 2012-05-22
bootp-dhcp-cleanup.patch # https://www.rtems.org/bugzilla/show_bug.cgi?id=2031
# usb-firmware-ioctl.patch - applied 2012-03-04 # usb-firmware-ioctl.patch - applied 2012-03-04
# fix-pmem-size.patch - applied 2012-03-06 # fix-pmem-size.patch - applied 2012-03-06
milkymist-audio-add-support-mic-boost.patch # milkymist-audio-add-support-mic-boost.patch - applied 2012-07-09
export-shell-fns.patch # https://www.rtems.org/bugzilla/show_bug.cgi?id=2030

View File

@ -100,6 +100,9 @@ endian big
EOF EOF
for n in "$@"; do for n in "$@"; do
classify "$n" classify "$n"
if [ "$off" == "0xd20000" ]; then
echo eraseflash 0xd20000 151
fi
echo flashmem "$off" "$n" noverify echo flashmem "$off" "$n" noverify
done done
echo lockflash 0 55 echo lockflash 0 55