You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(79) |
Aug
(27) |
Sep
(64) |
Oct
(202) |
Nov
(31) |
Dec
(59) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(125) |
Feb
(173) |
Mar
(13) |
Apr
(140) |
May
(75) |
Jun
(1) |
Jul
(37) |
Aug
(14) |
Sep
|
Oct
(20) |
Nov
(9) |
Dec
(2) |
2003 |
Jan
(51) |
Feb
(12) |
Mar
(18) |
Apr
(24) |
May
(1) |
Jun
|
Jul
|
Aug
(72) |
Sep
(12) |
Oct
(18) |
Nov
(60) |
Dec
(26) |
2004 |
Jan
(1) |
Feb
(40) |
Mar
(3) |
Apr
(3) |
May
|
Jun
(1) |
Jul
(4) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(5) |
2006 |
Jan
(13) |
Feb
(5) |
Mar
(8) |
Apr
(13) |
May
(7) |
Jun
(6) |
Jul
(10) |
Aug
(6) |
Sep
(6) |
Oct
(35) |
Nov
(20) |
Dec
(10) |
2007 |
Jan
(13) |
Feb
(9) |
Mar
(2) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
(2) |
Aug
(3) |
Sep
(1) |
Oct
|
Nov
(1) |
Dec
(1) |
2008 |
Jan
|
Feb
|
Mar
(1) |
Apr
(4) |
May
(1) |
Jun
|
Jul
|
Aug
(2) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(54) |
Jun
(78) |
Jul
(35) |
Aug
(21) |
Sep
(21) |
Oct
(29) |
Nov
(10) |
Dec
(5) |
2010 |
Jan
|
Feb
|
Mar
(26) |
Apr
(55) |
May
(73) |
Jun
(63) |
Jul
(38) |
Aug
(39) |
Sep
(19) |
Oct
(2) |
Nov
(1) |
Dec
(1) |
2011 |
Jan
(2) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: Tim R. <tim...@us...> - 2001-07-07 16:09:39
|
Update of /cvsroot/blob/blob In directory usw-pr-cvs1:/tmp/cvs-serv3219 Modified Files: ChangeLog Log Message: nuke dup Index: ChangeLog =================================================================== RCS file: /cvsroot/blob/blob/ChangeLog,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- ChangeLog 2001/06/27 19:47:41 1.1.1.1 +++ ChangeLog 2001/07/07 16:09:37 1.2 @@ -10,10 +10,6 @@ - Brutus support by Erik Mouw (without a Brutus) - PLEB support by Erik Mouw -blob-1.0.8-pre2: -- Various Assabet fixes by Justin M. Seger -- RTC fix by Mark Huang - blob-1.07b: - Boots with linux-2.3.99-pre8-rmk1-np1 |
From: Tim R. <tim...@us...> - 2001-07-07 16:08:44
|
Update of /cvsroot/blob/blob In directory usw-pr-cvs1:/tmp/cvs-serv3032 Modified Files: Tag: blob_1_0_9_hack ChangeLog Log Message: nuke dup Index: ChangeLog =================================================================== RCS file: /cvsroot/blob/blob/ChangeLog,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- ChangeLog 2001/07/01 17:48:17 1.1.1.1.2.1 +++ ChangeLog 2001/07/07 16:08:40 1.1.1.1.2.2 @@ -13,10 +13,6 @@ - Brutus support by Erik Mouw (without a Brutus) - PLEB support by Erik Mouw -blob-1.0.8-pre2: -- Various Assabet fixes by Justin M. Seger -- RTC fix by Mark Huang - blob-1.07b: - Boots with linux-2.3.99-pre8-rmk1-np1 |
From: Russ D. <ru...@us...> - 2001-07-04 02:07:10
|
Update of /cvsroot/blob/blob In directory usw-pr-cvs1:/tmp/cvs-serv14379 Modified Files: Tag: blob_1_0_9_hack configure.in Log Message: NESA board support Index: configure.in =================================================================== RCS file: /cvsroot/blob/blob/configure.in,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- configure.in 2001/07/01 17:29:44 1.1.1.1.2.1 +++ configure.in 2001/07/03 20:44:34 1.1.1.1.2.2 @@ -90,6 +90,13 @@ AC_DEFINE(USE_EDODRAM) AC_DEFINE(USE_SERIAL3) ;; + nesa) + AC_MSG_RESULT(NESA) + AC_DEFINE(NESA) + AC_DEFINE(USE_SA1100) + AC_DEFINE(USE_EDODRAM) + AC_DEFINE(USE_SERIAL3) + ;; pleb) AC_MSG_RESULT(PLEB) AC_DEFINE(PLEB) |
From: Russ D. <ru...@us...> - 2001-07-04 02:07:08
|
Update of /cvsroot/blob/blob/src In directory usw-pr-cvs1:/tmp/cvs-serv14379/src Modified Files: Tag: blob_1_0_9_hack main.c start.S Log Message: NESA board support Index: main.c =================================================================== RCS file: /cvsroot/blob/blob/src/main.c,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- main.c 2001/06/27 22:50:48 1.1.1.1.2.1 +++ main.c 2001/07/03 20:44:34 1.1.1.1.2.2 @@ -225,6 +225,8 @@ theKernel(0, 16); #elif defined LART theKernel(0, 27); +#elif defined NESA + theKernel(0, 75); #elif defined PLEB #warning "This is NOT the correct PLEB architecture number!" theKernel(0, 18); Index: start.S =================================================================== RCS file: /cvsroot/blob/blob/src/start.S,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- start.S 2001/06/27 22:50:48 1.1.1.1.2.1 +++ start.S 2001/07/03 20:44:34 1.1.1.1.2.2 @@ -266,6 +266,15 @@ /* The LED controls FORCE_ON, so turn it on here */ str r1, [r2, #0x08] + +#elif defined NESA + /* Bit 23 is the LED, according to Russ */ + mov r1, #0x00800000 + str r1, [r2, #0x04] + + /* Turn the LED on here for the fun of it, eh? */ + str r1, [r2, #0x08] + #elif defined PLEB #warning "FIXME: Include code to turn on one of the PLEB LEDs over here" #else @@ -298,6 +307,18 @@ ands r0, r0, #0x04 bne cpy_ext2int + /* Put the main flash to the correct speed */ + mov r2, #0xAD000000 + add r2, r2, #0x008C0000 + add r2, r2, #0x00004800 + add r2, r2, #0x00000088 + str r2, [r1, #0x10] + + adr r0, int_flash_str + bl print_str +#endif + +#if defined NESA /* Put the main flash to the correct speed */ mov r2, #0xAD000000 add r2, r2, #0x008C0000 |
From: Erik M. <er...@us...> - 2001-07-01 18:22:57
|
Update of /cvsroot/blob/blob In directory usw-pr-cvs1:/tmp/cvs-serv8478 Modified Files: Tag: blob_1_0_9_hack acconfig.h Log Message: yes, that did the trick, so we can safely add the second line of this patch as well :) Index: acconfig.h =================================================================== RCS file: /cvsroot/blob/blob/acconfig.h,v retrieving revision 1.1.1.1.2.1 retrieving revision 1.1.1.1.2.2 diff -u -r1.1.1.1.2.1 -r1.1.1.1.2.2 --- acconfig.h 2001/07/01 18:20:28 1.1.1.1.2.1 +++ acconfig.h 2001/07/01 18:22:54 1.1.1.1.2.2 @@ -63,6 +63,7 @@ #undef LART /* Define for NESA boards */ +#undef NESA /* Define for PLEB boards */ #undef PLEB |
From: Erik M. <er...@us...> - 2001-07-01 18:20:32
|
Update of /cvsroot/blob/blob In directory usw-pr-cvs1:/tmp/cvs-serv8138 Modified Files: Tag: blob_1_0_9_hack acconfig.h Log Message: add NESA (and yet another test for syncmail) Index: acconfig.h =================================================================== RCS file: /cvsroot/blob/blob/acconfig.h,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- acconfig.h 2001/06/27 19:47:41 1.1.1.1 +++ acconfig.h 2001/07/01 18:20:28 1.1.1.1.2.1 @@ -62,6 +62,8 @@ /* Define for LART boards */ #undef LART +/* Define for NESA boards */ + /* Define for PLEB boards */ #undef PLEB |