|
b170cf7d
|
2024-07-27T19:05:53
|
|
bsd make
|
|
7d392bb7
|
2024-07-13T20: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-17T20: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-05T21:24:21
|
|
Merge pull request #18 from lemenkov/dependabot
Check GitHub Actions dependencies for updates regularly
|
|
25347c61
|
2024-04-24T12:35:25
|
|
Check GitHub Actions dependencies for updates regularly
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
|
|
375871e7
|
2024-04-24T10:44:16
|
|
Merge pull request #17 from mcayland/feature/github-action-updates
Feature: update GitHub actions
|
|
4aae0ba4
|
2024-04-24T10:38:52
|
|
.github/workflows: update to latest action releases
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
|
|
f9c6b321
|
2024-04-24T10: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-24T10:35:09
|
|
Merge pull request #16 from lemenkov/destdir_flexibility
Allow overriding some more Makefile variables
|
|
93927cd9
|
2016-01-08T16:31:12
|
|
Allow overriding some more Makefile variables
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
|
|
b6e3b72e
|
2023-02-11T15:28:13
|
|
Merge pull request #14 from fweimer-rh/c99
toke/Makefile: Declare return type of main in GCC flag probe
|
|
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.
|
|
2e143e9e
|
2022-02-15T10:13:54
|
|
Merge pull request #13 from mcayland/feature/github-workflow
Feature: add GitHub workflows to build docker containers
|
|
f0fb4834
|
2022-01-26T11: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-26T10: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-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>
|
|
e9816e05
|
2019-11-26T21:59:28
|
|
Merge pull request #2 from paulmenzel/add-configuration-file-for-travis-ci
Integrate with Travis CI
|
|
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>
|
|
4ad4383f
|
2016-12-21T12:12:30
|
|
Merge pull request #4 from paulmenzel/fix-whitespace-in-romheaders
Fix whitespace in romheaders
|
|
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>
|
|
c7e59ce3
|
2016-12-20T08:31:30
|
|
romheaders: Remove blank line at end of file
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
|
|
31602793
|
2016-12-20T08:31:20
|
|
romheaders: Strip trailing whitespace
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
b2004ed6
|
2006-10-30T22:09:59
|
|
fix automated coverage
git-svn-id: svn://coreboot.org/openbios/fcode-utils@112 f158a5a8-5612-0410-a976-696ce0be7e32
|
|
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
|
|
ed679850
|
2006-10-30T17:01:46
|
|
commit testlogs
git-svn-id: svn://coreboot.org/openbios/fcode-utils@110 f158a5a8-5612-0410-a976-696ce0be7e32
|
|
83d5fb4c
|
2006-10-30T16:58:53
|
|
add documentation
git-svn-id: svn://coreboot.org/openbios/fcode-utils@109 f158a5a8-5612-0410-a976-696ce0be7e32
|
|
cd481b58
|
2006-10-30T16:29:59
|
|
some more infrastructure
git-svn-id: svn://coreboot.org/openbios/fcode-utils@108 f158a5a8-5612-0410-a976-696ce0be7e32
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
487ecdc4
|
2006-10-15T20:09:08
|
|
automatic tests 1.
git-svn-id: svn://coreboot.org/openbios/fcode-utils@99 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
|
|
1fcdb9d5
|
2006-10-14T21:32:13
|
|
fix indentation
git-svn-id: svn://coreboot.org/openbios/fcode-utils@96 f158a5a8-5612-0410-a976-696ce0be7e32
|
|
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
|
|
372c7c49
|
2006-10-14T20:42:30
|
|
fix license printing
git-svn-id: svn://coreboot.org/openbios/fcode-utils@94 f158a5a8-5612-0410-a976-696ce0be7e32
|
|
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
|
|
b986c7db
|
2006-10-14T20:34:46
|
|
add testsuite scripts
git-svn-id: svn://coreboot.org/openbios/fcode-utils@92 f158a5a8-5612-0410-a976-696ce0be7e32
|
|
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
|
|
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
|
|
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
|
|
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
|
|
26efe184
|
2006-08-18T12:56:03
|
|
add shared files
git-svn-id: svn://coreboot.org/openbios/fcode-utils@77 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
|
|
64de277e
|
2006-08-18T09:45:11
|
|
add missing header
git-svn-id: svn://coreboot.org/openbios/fcode-utils@75 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
|