mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-21 21:19:42 +02:00
Merge branch 'master' of projects.qi-hardware.com:wernermisc
This commit is contained in:
commit
85f5b568c4
@ -19,9 +19,9 @@
|
||||
# fix-ftpd-root.patch - applied 2012-02-02
|
||||
# mem-fixes.patch - fixed 2012-02-02
|
||||
# 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
|
||||
export-shell-fns.patch # https://www.rtems.org/bugzilla/show_bug.cgi?id=2030
|
||||
bootp-dhcp-cleanup.patch # https://www.rtems.org/bugzilla/show_bug.cgi?id=2031
|
||||
# fix-dns-in-dhcp.patch - applied 2012-05-22
|
||||
# bootp-dhcp-cleanup.patch - applied 2012-05-22
|
||||
# usb-firmware-ioctl.patch - applied 2012-03-04
|
||||
# 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
|
||||
|
@ -100,6 +100,9 @@ endian big
|
||||
EOF
|
||||
for n in "$@"; do
|
||||
classify "$n"
|
||||
if [ "$off" == "0xd20000" ]; then
|
||||
echo eraseflash 0xd20000 151
|
||||
fi
|
||||
echo flashmem "$off" "$n" noverify
|
||||
done
|
||||
echo lockflash 0 55
|
||||
|
Loading…
Reference in New Issue
Block a user