From: Mike Frysinger Date: Mon, 3 Nov 2008 07:34:42 +0000 (-0500) Subject: import vapier-adi X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=63d15f5806d8a342bf72a963a1b8573b24e30ab8 import vapier-adi --- diff --git a/.bashrc b/.bashrc index 0d72bd7..64ca2dd 100644 --- a/.bashrc +++ b/.bashrc @@ -4,7 +4,8 @@ for sh in ~/.profile.d/*.sh ; do . "$sh" done -export PATH=/usr/lib/ccache/bin:/sbin:/usr/sbin:${PATH}:/usr/games/bin:~/.bin +export PATH=/usr/lib/ccache/bin:/sbin:/usr/sbin:${PATH}:/usr/games/bin +[ -e ~/.bin ] && export PATH=${PATH}:~/.bin export ECHANGELOG_USER="Mike Frysinger " export GCC_BOUNDS_OPTS=-no-message diff --git a/.gdbinit b/.gdbinit index a1ce3b7..ccad867 100644 --- a/.gdbinit +++ b/.gdbinit @@ -29,6 +29,11 @@ define dis disassemble $arg0 ($arg0 + 0x40) end end +define go + jump *$arg0 +end source /usr/local/src/blackfin/svn/toolchain/trunk/debug-helpers/gdb-scripts/bfin source /usr/local/src/blackfin/svn/toolchain/trunk/debug-helpers/gdb-scripts/u-boot +source /usr/local/src/blackfin/git/toolchain/debug-helpers/gdb-scripts/bfin +source /usr/local/src/blackfin/git/toolchain/debug-helpers/gdb-scripts/u-boot diff --git a/.gitignore b/.gitignore index 649e221..05860bf 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *~ # generated files +*.gdb *.o a.out @@ -9,33 +10,30 @@ a.out /.bugz_cookie /.dbus/session-bus/ /.DCOPserver_* +/.dmrc +/.gnomerc-errors /.ICEauthority /.pulse-cookie /.Xauthority /.xsession-errors* -/.ash_history -/.bash_history +/.*_history /.cgdb/readline_history.txt /.clive/recall /.gconfd/saved_state .gdb_history /.gitk -/.gnuplot_history /.history /.jtag/history /.lesshst /.links/links.his -/.linphonec_history -/.mysql_history -/.nano_history -/.php_history +/.octave_hist /.recently-used* -/.sh_history /.tgdb/a2_tgdb_debug.txt /.tgdb/tgdb_log.txt /.viminfo /.wireshark/recent +/minicom.cap /minicom.log /test @@ -61,6 +59,7 @@ a.out /.xchat2/scrollback/ # Packages i don't care about +/.crash_report_* /.audacious/ /.crack-attack/ /.ddd/ @@ -109,3 +108,7 @@ a.out # per-system files /Desktop/ + +# other git trees +/ICEs/ +/patches/ diff --git a/.profile.d/aliases.sh b/.profile.d/aliases.sh index a72c256..6fe1663 100644 --- a/.profile.d/aliases.sh +++ b/.profile.d/aliases.sh @@ -5,7 +5,7 @@ alias bc='bc -q' #alias bittorrent-curses='bittorrent-curses --max_upload_rate 10' #alias bt='bittorrent-curses --max_upload_rate 10 --save_in . --save_incomplete_in .' alias duh='du . --max-depth=1 -h' -alias eclipse='eclipse-3.1 -vmargs -Xmx512m' +alias eclipse='eclipse-3.2 -vmargs -Xmx512m' alias gdb='gdb --quiet' alias gdbtui='gdbtui --quiet' alias grep='grep --colour=auto' diff --git a/TODO b/TODO index 88e9b82..0824dda 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,27 @@ gforge frs sort is fucked +.romfs does not get a PHDR, but it works because u-boot reads section +headers only, not program headers + +in images/ dont use .gz, use like -gzipped + +bfin exception request - write documentation + - handler must be in L1 + - data must be in L1 + - cannot cause an exception + - jump to return_from_exception + +review is_machine / is_arch for blackfin processors + +internal is 9 011 ... + +- make linphone/demos/etc more visible on frontpage +- add doc header tab to frontpage alonside projects/mystuff/etc... + +bootrom: + - byte count in ldr header is treated as a signed value + - bootrom functions for programming of power and reset + toolchain - make patchset 1.1 w/all new fixes + hardened and roll gcc-4.1.2-r1