- Nov 21, 2012
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
We are always pretty near to the end of RAM, so now that we have a reserved stack area, we can also check if it overlows. When it happens, let's print a message forever, so a user who comes and see what's up will see it eventually. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Nov 01, 2012
-
-
Alessandro Rubini authored
This adds copyright notes to all non-trivial source files, unless they where already there (i.e. dev/endpoint.c alone). I found authorship using the following script, run on commit "a2721762 documentation updated" (i.e, before automatic reindentation and other trivial stuff by me): git grep -l . | grep -v sockitowm/ | \ while read F; do echo "##### $F" git blame -w $F | \ sed -e 's/^[^ ]* .//' -e 's/-[0-9][0-9]-[0-9][0-9] .*$//' | \ sort | uniq -c | sort -rn done Then I augmented each file with this boilerplate: /* * This work is part of the White Rabbit project * * Copyright (C) 2011 CERN (www.cern.ch) * Copyright (C) 2011,2012 CERN (www.cern.ch) * Copyright (C) 2012 CERN (www.cern.ch) * Copyright (C) 2011 GSI (www.gsi.de) * Copyright (C) 2011,2012 GSI (www.gsi.de) * Copyright (C) 2012 GSI (www.gsi.de) * Author: Tomasz Wlostowski <tomasz.wlostowski@cern.ch> * Author: Grzegorz Daniluk <grzegorz.daniluk@cern.ch> * Author: Wesley W. Terpstra <w.terpstra@gsi.de> * * Released according to the GNU GPL, version 2 or any later version. */ Then I removed all the lines that didn't apply. Sometimes I reordered the authors to reflect who is the main author. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
When I add prototypes to headers, I ensure the source that defines the function sees the header, to detect inconsistencies (here, I add <wrc.h> to the includes). Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
This adds all missing prototypes and removes unused variables. It includes a generic <wrc.h> (which btw includes the printf prototype, not in uart.h any more) and other needed bits. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Oct 16, 2012
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Oct 05, 2012
-
-
Alessandro Rubini authored
This is massive: 4k lines changed (but only 840 if you ignore space-only changes). In this case "git blame -w" won't always find the right patch, and it may fall on this patch -- because those 800 lines changed in content too. This has been done with find . -name '*.[ch]' | xargs -n 1 ./scripts/Lindent Statistics: all changes and ignoring blank space: morgana% git diff --stat HEAD~1 | tail -1 77 files changed, 3774 insertions(+), 3709 deletions(-) morgana% git diff -w --stat HEAD~1 | tail -1 61 files changed, 894 insertions(+), 829 deletions(-) However, after this step I hand-fixed some very ugly long expressions (leaving them long: no content change at all is there). Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
If you find this patch with "git blame" please use "git blame -w" to have all white-space ignored while associating lines to commits. This commit has no practical effect but cleanup. I made it with sed like this: git grep -l '[ \t]$' | xargs sed -i 's/[ \t]*$//' However, I had to manually restore doc/wrpc_mon.png after the fact. Similarly, I restored the include/hw/*regs.h files, as they are (most likely) auto-generated.
-
- Sep 26, 2012
-
-
Grzegorz Daniluk authored
-
- Aug 10, 2012
-
-
Grzegorz Daniluk authored
-
- Aug 02, 2012
-
-
Grzegorz Daniluk authored
-
- Aug 01, 2012
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- Jul 20, 2012
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- Jul 19, 2012
-
-
Grzegorz Daniluk authored
-
- Jul 12, 2012
-
-
Grzegorz Daniluk authored
-
- Jul 11, 2012
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- Jul 09, 2012
-
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
-
- Jul 05, 2012
-
-
Wesley W. Terpstra authored
wrc_main starts bootp whenever link goes up Rever Arria2 sys clock to 125MHz -- we had packet loss at 62.5MHz Added IP training support to the shell Have the shell reset the packet filter when the MAC is changed
-
- Jul 04, 2012
-
-
Wesley W. Terpstra authored
Add more optional debug statements.
-
Wesley W. Terpstra authored
Read the MAC address either from EEPROM or sensor ID (preferring EEPROM).
-
- Jul 03, 2012
-
-
Wesley W. Terpstra authored
-
Wesley W. Terpstra authored
Initialize IPv4 after posix network startup.
-
- Jun 13, 2012
-
-
Tomasz Wlostowski authored
-
- May 31, 2012
-
-
Tomasz Wlostowski authored
-
Grzegorz Daniluk authored
-
- May 30, 2012
-
-
Grzegorz Daniluk authored
wrc_main: workaround for all those who want to test WRPC in default configuration without calibration data stored in eeprom
-
- May 25, 2012
-
-
Grzegorz Daniluk authored
-
- May 24, 2012
-
-
Grzegorz Daniluk authored
-
- May 22, 2012
-
-
Grzegorz Daniluk authored
-
- May 18, 2012
-
-
Tomasz Wlostowski authored
-
- May 14, 2012
-
-
Tomasz Wlostowski authored
-
- May 02, 2012
-
-
Tomasz Wlostowski authored
-
- Apr 30, 2012
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-