|
b170cf7d
|
2024-07-27T19:05:53
|
|
bsd make
|
|
93927cd9
|
2016-01-08T16:31:12
|
|
Allow overriding some more Makefile variables
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
|
|
98d13766
|
2023-02-07T12:47:13
|
|
toke/Makefile: Declare return type of main in GCC flag probe
Without it, the probe may incorrectly fail with future compilers
which do not support implicit ints.
|
|
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>
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
372c7c49
|
2006-10-14T20:42:30
|
|
fix license printing
git-svn-id: svn://coreboot.org/openbios/fcode-utils@94 f158a5a8-5612-0410-a976-696ce0be7e32
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|