]> git.wh0rd.org - home.git/commitdiff
import vapier-adi
authorMike Frysinger <vapier@gentoo.org>
Mon, 3 Nov 2008 07:34:42 +0000 (02:34 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 28 Apr 2012 19:36:05 +0000 (15:36 -0400)
.bashrc
.gdbinit
.gitignore
.profile.d/aliases.sh
TODO

diff --git a/.bashrc b/.bashrc
index 0d72bd770f69144fac98e7be4ae4627514bf9cde..64ca2ddbeb5948c220bbf14c5778d31c055f850a 100644 (file)
--- 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 <vapier@gentoo.org>"
 export GCC_BOUNDS_OPTS=-no-message
index a1ce3b7aab048997915722e4bc636c320f8a916e..ccad867d33864381d24d24f6f078fa97f3b16a31 100644 (file)
--- 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
index 649e22172edcf655901bf6a52f1242ac871483b1..05860bfa0313db02407dd1d3b332870003a4acec 100644 (file)
@@ -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/
index a72c2564ecc743a1ace09215a56afa20fb6be29b..6fe1663f88d66f85176d4fcb812c0018753e8832 100644 (file)
@@ -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 88e9b822f97d3dbc0af23331c593563c6721deab..0824dda5b1490d40d0bf2a6bf28c5ef576594d08 100644 (file)
--- 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