openbios/fcode-utils

Branch :


Log

Author Commit Date CI Message
thodg b170cf7d 2024-07-27 19:05:53 bsd make
7d392bb7 2024-07-13 20:48:38 Merge pull request #19 from openbios/dependabot/github_actions/docker/build-push-action-6 Bump docker/build-push-action from 5 to 6
9ae94c2c 2024-06-17 20:05:31 Bump docker/build-push-action from 5 to 6 Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
725d20db 2024-05-05 21:24:21 Merge pull request #18 from lemenkov/dependabot Check GitHub Actions dependencies for updates regularly
25347c61 2024-04-24 12:35:25 Check GitHub Actions dependencies for updates regularly Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
375871e7 2024-04-24 10:44:16 Merge pull request #17 from mcayland/feature/github-action-updates Feature: update GitHub actions
4aae0ba4 2024-04-24 10:38:52 .github/workflows: update to latest action releases Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
f9c6b321 2024-04-24 10:38:52 docker: update debian base image to 12.5 Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
7cddcb08 2024-04-24 10:35:09 Merge pull request #16 from lemenkov/destdir_flexibility Allow overriding some more Makefile variables
93927cd9 2016-01-08 16:31:12 Allow overriding some more Makefile variables Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
b6e3b72e 2023-02-11 15:28:13 Merge pull request #14 from fweimer-rh/c99 toke/Makefile: Declare return type of main in GCC flag probe
98d13766 2023-02-07 12: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.
2e143e9e 2022-02-15 10:13:54 Merge pull request #13 from mcayland/feature/github-workflow Feature: add GitHub workflows to build docker containers
f0fb4834 2022-01-26 11:12:13 .github/workflows: add main.yml for building fcode-utils upon push This is a GitHub push action that generates a container image from docker/Dockerfile using the fcode-utils-builder image and pushes the result to ghcr.io/openbios/fcode-utils:master for public use. It is essentially a standard Debian 11.2 image with the binaries copied into /usr/bin. Note that this action also creates a zip artifact containing the binaries and localvariables directories to allow simple build testing and verification upon merge. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
ef9ab22c 2022-01-26 10:53:11 .github/workflows: add build-fcode-utils-builder.yml action This is a GitHub manual action that generates a container image from docker/Dockerfile.builder and pushes the result to ghcr.io/openbios/fcode-utils-builder:master for public use. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
9623b4cb 2022-01-26 10: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>
e9816e05 2019-11-26 21:59:28 Merge pull request #2 from paulmenzel/add-configuration-file-for-travis-ci Integrate with Travis CI
d89219a0 2017-06-08 18:57:07 Update contact information Remove obsolete email addresses and add OpenBIOS mailing list information. Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
4ad4383f 2016-12-21 12:12:30 Merge pull request #4 from paulmenzel/fix-whitespace-in-romheaders Fix whitespace in romheaders
6c70a42a 2016-12-18 11: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>
c7e59ce3 2016-12-20 08:31:30 romheaders: Remove blank line at end of file Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
31602793 2016-12-20 08:31:20 romheaders: Strip trailing whitespace Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
499e8134 2015-11-06 15: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-26 19: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
89cd48d6 2010-09-25 17: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
3aec3b5f 2010-05-24 14: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
a63bd548 2010-05-24 13: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-26 17: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-26 17: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-26 15:57:21 update headers git-svn-id: svn://coreboot.org/openbios/trunk/fcode-utils-devel@758 f158a5a8-5612-0410-a976-696ce0be7e32
8f5fbd6d 2010-04-26 15: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
e57ae066 2010-04-26 15: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
d1b620a3 2010-04-26 15: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
f649f795 2010-04-26 15: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
08b0f196 2010-04-26 13: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
b8940c7f 2010-01-28 13: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
bef13df3 2009-11-29 13: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
3a7ca6ae 2009-03-08 07: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
2dd0c393 2008-07-11 23: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
b2c8dafb 2006-10-30 23:06:43 fix test log path git-svn-id: svn://coreboot.org/openbios/fcode-utils@113 f158a5a8-5612-0410-a976-696ce0be7e32
b2004ed6 2006-10-30 22:09:59 fix automated coverage git-svn-id: svn://coreboot.org/openbios/fcode-utils@112 f158a5a8-5612-0410-a976-696ce0be7e32
085ca632 2006-10-30 17:55:20 - add ChangeLog - small Makefile fix git-svn-id: svn://coreboot.org/openbios/fcode-utils@111 f158a5a8-5612-0410-a976-696ce0be7e32
ed679850 2006-10-30 17:01:46 commit testlogs git-svn-id: svn://coreboot.org/openbios/fcode-utils@110 f158a5a8-5612-0410-a976-696ce0be7e32
83d5fb4c 2006-10-30 16:58:53 add documentation git-svn-id: svn://coreboot.org/openbios/fcode-utils@109 f158a5a8-5612-0410-a976-696ce0be7e32
cd481b58 2006-10-30 16:29:59 some more infrastructure git-svn-id: svn://coreboot.org/openbios/fcode-utils@108 f158a5a8-5612-0410-a976-696ce0be7e32
57ccc1a8 2006-10-30 16:25:35 update testsuite to 1.0.2 git-svn-id: svn://coreboot.org/openbios/fcode-utils@107 f158a5a8-5612-0410-a976-696ce0be7e32
1773b2e9 2006-10-30 13:26:11 fix links to use our own copy. git-svn-id: svn://coreboot.org/openbios/fcode-utils@106 f158a5a8-5612-0410-a976-696ce0be7e32
970b84b8 2006-10-30 11:59:18 detok 1.0.2 merge part 3 git-svn-id: svn://coreboot.org/openbios/fcode-utils@105 f158a5a8-5612-0410-a976-696ce0be7e32
bf55ca78 2006-10-30 11:31:16 detok 1.0.2 merge commit II git-svn-id: svn://coreboot.org/openbios/fcode-utils@104 f158a5a8-5612-0410-a976-696ce0be7e32
f33144f8 2006-10-30 10:04:23 detok 1.0.2 merge git-svn-id: svn://coreboot.org/openbios/fcode-utils@103 f158a5a8-5612-0410-a976-696ce0be7e32
91c7df5f 2006-10-30 09: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
26375b4b 2006-10-30 09: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
60c9c198 2006-10-30 09: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
487ecdc4 2006-10-15 20:09:08 automatic tests 1. git-svn-id: svn://coreboot.org/openbios/fcode-utils@99 f158a5a8-5612-0410-a976-696ce0be7e32
b77b8dd5 2006-10-15 18:54:09 clean up build system git-svn-id: svn://coreboot.org/openbios/fcode-utils@98 f158a5a8-5612-0410-a976-696ce0be7e32
2d06e2b2 2006-10-15 16:37:02 add test execution to Makefile git-svn-id: svn://coreboot.org/openbios/fcode-utils@97 f158a5a8-5612-0410-a976-696ce0be7e32
1fcdb9d5 2006-10-14 21:32:13 fix indentation git-svn-id: svn://coreboot.org/openbios/fcode-utils@96 f158a5a8-5612-0410-a976-696ce0be7e32
f3423cae 2006-10-14 21:07:27 update test suite to v1.0.1 git-svn-id: svn://coreboot.org/openbios/fcode-utils@95 f158a5a8-5612-0410-a976-696ce0be7e32
372c7c49 2006-10-14 20:42:30 fix license printing git-svn-id: svn://coreboot.org/openbios/fcode-utils@94 f158a5a8-5612-0410-a976-696ce0be7e32
af385f3f 2006-10-14 20:36:03 small fix for test executor git-svn-id: svn://coreboot.org/openbios/fcode-utils@93 f158a5a8-5612-0410-a976-696ce0be7e32
b986c7db 2006-10-14 20:34:46 add testsuite scripts git-svn-id: svn://coreboot.org/openbios/fcode-utils@92 f158a5a8-5612-0410-a976-696ce0be7e32
acf5213f 2006-10-14 20:31:53 testsuite 1.0.0 git-svn-id: svn://coreboot.org/openbios/fcode-utils@91 f158a5a8-5612-0410-a976-696ce0be7e32
6dcfd5aa 2006-10-14 20: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-14 20:18:07 add coverage examples to Makefile git-svn-id: svn://coreboot.org/openbios/fcode-utils@89 f158a5a8-5612-0410-a976-696ce0be7e32
b3cd2c84 2006-10-14 20:17:30 fix types on Mac OS X git-svn-id: svn://coreboot.org/openbios/fcode-utils@88 f158a5a8-5612-0410-a976-696ce0be7e32
ce7e241d 2006-08-18 12:57:14 add toke doxygen documentation target git-svn-id: svn://coreboot.org/openbios/fcode-utils@78 f158a5a8-5612-0410-a976-696ce0be7e32
26efe184 2006-08-18 12:56:03 add shared files git-svn-id: svn://coreboot.org/openbios/fcode-utils@77 f158a5a8-5612-0410-a976-696ce0be7e32
fbd83855 2006-08-18 12: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
64de277e 2006-08-18 09:45:11 add missing header git-svn-id: svn://coreboot.org/openbios/fcode-utils@75 f158a5a8-5612-0410-a976-696ce0be7e32
837b7737 2006-08-18 09:07:34 moving fcode suite to an extra directory git-svn-id: svn://coreboot.org/openbios/fcode-utils@74 f158a5a8-5612-0410-a976-696ce0be7e32