- Nov 01, 2012
-
-
Alessandro Rubini authored
This also removes the run of $SIZE on all object files, as the previous content of the screen is often more important for me. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
-
- Oct 17, 2012
-
-
Alessandro Rubini authored
I prefer the comment separatos for sections to be different than those for chapters (so I better see the structure while editing). It makes no difference for others I'm sure. Also, remove the info menus: they tend to rust in the source while the good ones in the output are regenarated by ./fixinfo . Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
While compiling a noticed some overfull and underfull boxes, and they are now fixed. Also, change the date and write that this is not a release (while leaving references to the last release we had. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Oct 16, 2012
-
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
This doesn't change the behavior of any command, but adds revision.c as a real source file rather than something created by make using "echo ... > revision.c". In any case, the file is recompiled each time you call "make", so the date and time reflect the last build. However, this introduces CONFIG_DETERMINISTIC_BINARY (that nobody sets at this point in time) to build a binary withouth __DATE__ and __TIME__ strings, so it is the same at every rebuild. See next commit. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
This has been verified to properly obey the new CONFIG_ETHERBONE settin. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Add the lines from the .gitignore found in bst-kconfig. As in the previous commit, use bst-kconfig commit v2.6.34-4-g8168c0b Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
This undoes some differences between the upstream 2.6.34 kconfig and the bst-kconfig out-of-tree port. This basically adds back include/config/ and include/generated/ . Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
This comes from the "bst-kconfig" project, which lives at git://git.informatik.uni-erlangen.de/vamos/bst-kconfig In particular, I copied from commit v2.6.34-4-g8168c0b which exported to a standalone package the kconfig code from version 2.6.34 of the kernel. This commit copies the files literally, but it renames "Makefile" to "Makefile.kconfig", as our Makefile is already in place. It can be said that it is a lazy choice and the code is old, but I also evaluated other projects as a source of Kconfig code. In particular, I studied busybox and buildroot; but the work needed to extract the relevant code looks bigger. I also evaluated kconfig-frontends, but it is not what we needed here (besides, it uses automake and thus it's completely unmaintainable for me -- known hackers say that autotools must die, and I share the idea). If needed, we can replace this with a newer Kconfig setup later on. At the time being, this is code base is more than enough for this project. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
Commit "5433fa2f Makefile: three fixes" introduced a bug, so that a fresh clone fails to compile because of a missing "board.h" file. This makes all objects depends on the symlink, which in turn is removed by "make clean", so you don't need to start from a fresh clone to experience the complete build. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com> Conflicts: Makefile
-
- Oct 05, 2012
-
-
Alessandro Rubini authored
This fits in 80 columns and makes other space cleanups, but there is no functional change. We'll need to touch it seriously when adding Kconfig and ppsi as an alternative to ptp-noposix, so I'd better have it readable before changing the meat in there. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com> Conflicts: Makefile
-
Alessandro Rubini authored
I'd better set CROSS_COMPILE in the environment than change my path, so CROSS_COMPILE is conditionally assigned. The revision is better "git describe --dirty" than "git rev-parse". The output is a short beautiful string like "wrpc-v2.0-13-g09a736d5 " with an optional "-dirty" trailer, to show we compiled a non-committed change. Finally, to execute commands we dont $(shell) at toplevel, but have them in the build rule. Signed-off-by:
Alessandro Rubini <rubini@gnudd.com>
-
Alessandro Rubini authored
-
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.
-
- Oct 03, 2012
-
-
Alessandro Rubini authored
-
Alessandro Rubini authored
-
- Sep 26, 2012
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- Sep 25, 2012
-
-
Grzegorz Daniluk authored
-
Grzegorz Daniluk authored
-
- Sep 24, 2012
-
-
Grzegorz Daniluk authored
-
- Sep 20, 2012
-
-
Grzegorz Daniluk authored
-
Signed-off-by:
Grzegorz Daniluk <grzegorz.daniluk@cern.ch>
-
- Sep 13, 2012
-
-
Tomasz Wlostowski authored
-
- Sep 12, 2012
-
-
Wesley W. Terpstra authored
-
- Sep 11, 2012
-
-
Wesley W. Terpstra authored
-
- Sep 10, 2012
-
-
Wesley W. Terpstra authored
The high 24 bits are HDL don't care values. Reading them into the timestamp caused locking issues under Altera.
-
- Aug 30, 2012
-
-
Wesley W. Terpstra authored
-