Log

Author Commit Date CI Message
Mark Cave-Ayland 9623b4cb 2022-01-26T10:47:22 docker: introduce Dockerfile.builder for fcode-utils-builder container This introduces a new Dockerfile.builder file that can be used by docker build to generate a container that can build fcode-utils based upon Debian 11.2. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Stefan Reinauer e9816e05 2019-11-26T21:59:28 Merge pull request #2 from paulmenzel/add-configuration-file-for-travis-ci Integrate with Travis CI
Stefan Reinauer d89219a0 2017-06-08T18:57:07 Update contact information Remove obsolete email addresses and add OpenBIOS mailing list information. Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Stefan Reinauer 4ad4383f 2016-12-21T12:12:30 Merge pull request #4 from paulmenzel/fix-whitespace-in-romheaders Fix whitespace in romheaders
Paul Menzel 6c70a42a 2016-12-18T11:19:20 Add configuration file Travis CI After registering at [Travis CI](https://travis-ci.org/), and enabling the GitHub project in the profile, with this configuration file, every branch will be build tested, that means, `make` is run. On GitHub, the branch or merge/pull request will then be annotated, if the build passed or failed. This way, simple build errors can be detected before accepting a merge/pull request. Currently, the default build environment is Ubuntu 12.04.5 LTS with gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3. Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Paul Menzel c7e59ce3 2016-12-20T08:31:30 romheaders: Remove blank line at end of file Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Paul Menzel 31602793 2016-12-20T08:31:20 romheaders: Strip trailing whitespace Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Laurent Vivier 499e8134 2015-11-06T15:06:25 toke: fix line parsing on big-endian Trying to compile openbios on Fedora 22 ppc64, I had the following error: toke -o QEMU,VGA.bin ~/openbios/drivers/vga.fs ... Tokenizing ~/openbios/drivers/vga.fs Binary output to QEMU,VGA.bin Warning: File ~/openbios/drivers/vga.fs, Line 1. Unterminated comment Nothing Tokenized. 1 Warning. This can be reproduced with the fcode-utils examples. "toke" is parsing the comment line until it finds a '\n'. The '\n' is stored as a char in a field of an union, but it is read as a long. It works well on little endian but not on big endian. Signed-off-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@1354 f158a5a8-5612-0410-a976-696ce0be7e32
John Arbuckle 40a02e5a 2015-04-26T19:49:15 fcode-utils: add Makefile install target Add an install target to the fcode-utils Makefiles for toke, detok and romheaders so that "make install" will work correctly. Signed-off-by: John Arbuckle <programmingkidx@gmail.com> Reviewed-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@1335 f158a5a8-5612-0410-a976-696ce0be7e32
Andreas Färber 89cd48d6 2010-09-25T17:07:10 Haiku does not have asm/types.h. It does have [u]int*_t but not in sys/types.h. Use C99/POSIX stdint.h types for all platforms. v1 -> v2: * Don't just use stdint.h in place of sys/types.h in the Sun/Haiku code path. Suggested by Stefan. Signed-off-by: Andreas Färber <andreas.faerber@web.de> Cc: Stefan Reinauer <stepan@openbios.org> git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@863 f158a5a8-5612-0410-a976-696ce0be7e32
Andreas Faerber 3aec3b5f 2010-05-24T14:20:17 OpenSolaris amd64 support. Signed-off-by: Andreas Faerber <afaerber@opensolaris.org> git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@776 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer a63bd548 2010-05-24T13:31:15 drop -ansi because opensolaris has some odd implications like breaking getopt if it's there. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@775 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer e6563bda 2010-04-26T17:07:49 push version number. git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@760 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 9b6a8a42 2010-04-26T17:01:01 warning free build on OS X 10.5.8 git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@759 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 76f2e7bb 2010-04-26T15:57:21 update headers git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@758 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 8f5fbd6d 2010-04-26T15:43:25 SUN OPB on the SPARC (Enterprise) platforms (especially): M3000, M4000, M9000 expects a checksum algorithm that is not compliant with IEEE 1275-1994 section 5.2.2.5. Add flag "Sun-Style-Checksum" to switch to the other algorithm. git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@757 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer e57ae066 2010-04-26T15:40:54 fcode-utils/romheaders: separate INCLUDES and CFLAGS git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@756 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer d1b620a3 2010-04-26T15:39:51 fcode-utils: separate CFLAGS and INCLUDES so CFLAGS can be overridden git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@755 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer f649f795 2010-04-26T15:39:20 fcode-utils: support compilation on solaris. git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@754 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 08b0f196 2010-04-26T13:06:48 This is toke / detok update from Matthias Kapffer: - display-status is obsolete - fix the three broken examples under toke/examples - drop calls to non-existent distclean git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@753 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer b8940c7f 2010-01-28T13:20:14 Also use the APPLE section on x86/x64 systems. git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@670 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer bef13df3 2009-11-29T13:49:47 slightly rework fcode-utils makefiles: - honor $(MAKE) for those invoking with gmake instead of make - wipe overzealous make distclean - drop -s from strip arguments Signed-off-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@636 f158a5a8-5612-0410-a976-696ce0be7e32
Blue Swirl 3a7ca6ae 2009-03-08T07:54:36 Move fcode-utils under /trunk and rename to fcode-utils-devel git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@471 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 2dd0c393 2008-07-11T23:21:43 some documentation fixes in the fcode suite documentation git-svn-id: svn://coreboot.org/openbios/fcode-utils@197 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer b2c8dafb 2006-10-30T23:06:43 fix test log path git-svn-id: svn://coreboot.org/openbios/fcode-utils@113 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer b2004ed6 2006-10-30T22:09:59 fix automated coverage git-svn-id: svn://coreboot.org/openbios/fcode-utils@112 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 085ca632 2006-10-30T17:55:20 - add ChangeLog - small Makefile fix git-svn-id: svn://coreboot.org/openbios/fcode-utils@111 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer ed679850 2006-10-30T17:01:46 commit testlogs git-svn-id: svn://coreboot.org/openbios/fcode-utils@110 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 83d5fb4c 2006-10-30T16:58:53 add documentation git-svn-id: svn://coreboot.org/openbios/fcode-utils@109 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer cd481b58 2006-10-30T16:29:59 some more infrastructure git-svn-id: svn://coreboot.org/openbios/fcode-utils@108 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 57ccc1a8 2006-10-30T16:25:35 update testsuite to 1.0.2 git-svn-id: svn://coreboot.org/openbios/fcode-utils@107 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 1773b2e9 2006-10-30T13:26:11 fix links to use our own copy. git-svn-id: svn://coreboot.org/openbios/fcode-utils@106 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 970b84b8 2006-10-30T11:59:18 detok 1.0.2 merge part 3 git-svn-id: svn://coreboot.org/openbios/fcode-utils@105 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer bf55ca78 2006-10-30T11:31:16 detok 1.0.2 merge commit II git-svn-id: svn://coreboot.org/openbios/fcode-utils@104 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer f33144f8 2006-10-30T10:04:23 detok 1.0.2 merge git-svn-id: svn://coreboot.org/openbios/fcode-utils@103 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 91c7df5f 2006-10-30T09:50:41 localvalues support, contributed by David Paktor <dlpaktor@netscape.net> git-svn-id: svn://coreboot.org/openbios/fcode-utils@102 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 26375b4b 2006-10-30T09:49:32 romheaders v1.0.2, contribution by David Paktor <dlpaktor@netscape.net> git-svn-id: svn://coreboot.org/openbios/fcode-utils@101 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 60c9c198 2006-10-30T09:48:28 tokenizer v 1.0.2, contribution by David Paktor <dlpaktor@netscape.net> git-svn-id: svn://coreboot.org/openbios/fcode-utils@100 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 487ecdc4 2006-10-15T20:09:08 automatic tests 1. git-svn-id: svn://coreboot.org/openbios/fcode-utils@99 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer b77b8dd5 2006-10-15T18:54:09 clean up build system git-svn-id: svn://coreboot.org/openbios/fcode-utils@98 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 2d06e2b2 2006-10-15T16:37:02 add test execution to Makefile git-svn-id: svn://coreboot.org/openbios/fcode-utils@97 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 1fcdb9d5 2006-10-14T21:32:13 fix indentation git-svn-id: svn://coreboot.org/openbios/fcode-utils@96 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer f3423cae 2006-10-14T21:07:27 update test suite to v1.0.1 git-svn-id: svn://coreboot.org/openbios/fcode-utils@95 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 372c7c49 2006-10-14T20:42:30 fix license printing git-svn-id: svn://coreboot.org/openbios/fcode-utils@94 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer af385f3f 2006-10-14T20:36:03 small fix for test executor git-svn-id: svn://coreboot.org/openbios/fcode-utils@93 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer b986c7db 2006-10-14T20:34:46 add testsuite scripts git-svn-id: svn://coreboot.org/openbios/fcode-utils@92 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer acf5213f 2006-10-14T20:31:53 testsuite 1.0.0 git-svn-id: svn://coreboot.org/openbios/fcode-utils@91 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 6dcfd5aa 2006-10-14T20:19:21 merge David Paktor's changes for toke 1.0.1 git-svn-id: svn://coreboot.org/openbios/fcode-utils@90 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 13d59b2b 2006-10-14T20:18:07 add coverage examples to Makefile git-svn-id: svn://coreboot.org/openbios/fcode-utils@89 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer b3cd2c84 2006-10-14T20:17:30 fix types on Mac OS X git-svn-id: svn://coreboot.org/openbios/fcode-utils@88 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer ce7e241d 2006-08-18T12:57:14 add toke doxygen documentation target git-svn-id: svn://coreboot.org/openbios/fcode-utils@78 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 26efe184 2006-08-18T12:56:03 add shared files git-svn-id: svn://coreboot.org/openbios/fcode-utils@77 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer fbd83855 2006-08-18T12:47:12 initial merge of David Paktor's fine work. I redid all of the Makefiles and fixed some minor issues with the code. git-svn-id: svn://coreboot.org/openbios/fcode-utils@76 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 64de277e 2006-08-18T09:45:11 add missing header git-svn-id: svn://coreboot.org/openbios/fcode-utils@75 f158a5a8-5612-0410-a976-696ce0be7e32
Stefan Reinauer 837b7737 2006-08-18T09:07:34 moving fcode suite to an extra directory git-svn-id: svn://coreboot.org/openbios/fcode-utils@74 f158a5a8-5612-0410-a976-696ce0be7e32