[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 00/10] Travis fixes
From: |
Alexander Graf |
Subject: |
[PATCH v3 00/10] Travis fixes |
Date: |
Tue, 4 Jun 2019 12:27:24 +0200 |
This patch set collects a few fixes for Travis CI since the initial
commit was applied:
- catch up with the tree
- fix targets that need a board specified
- make mkimage loop more robust
- add QEMU tests for ARM and AArch64 EFI targets
- add ARM Thumb mode tests
- verify that on demand module and config loading from TFTP works
- disable MIPS/IA64 tests
- add arm_thumb test
That way we should hopefully catch even more problems going forward.
v1 -> v2:
- add ARM Thumb mode tests
- verify that on demand module and config loading from TFTP works
- use local gnulib (saves ~3m git checkout time)
v2 -> v3:
- add arm_thumb target
- disable MIPS/IA64
- Use 19.03 release firmware files
- add comments to why we still use the system gnulib
Alexander Graf (10):
travis: Run bootstrap instead of autogen.sh
travis: Fix sparc64 test
travis: Fix mips QEMU target
travis: Fix arm coreboot test and make loop more robus
arm coreboot: Use common directory path
travis: Add smoke tests for arm and aarch64
travis: Add ARM thumb target to tests
travis: Test module loading from tftp as well
travis: Disable MIPS target
travis: Disable IA64 target
.travis.yml | 67 +++++++++++++++++++++++++++++++++++++++++++++-------------
util/mkimage.c | 4 ++--
2 files changed, 54 insertions(+), 17 deletions(-)
--
2.16.4
- [PATCH v3 00/10] Travis fixes,
Alexander Graf <=
- [PATCH v3 02/10] travis: Fix sparc64 test, Alexander Graf, 2019/06/04
- [PATCH v3 03/10] travis: Fix mips QEMU target, Alexander Graf, 2019/06/04
- [PATCH v3 04/10] travis: Fix arm coreboot test and make loop more robus, Alexander Graf, 2019/06/04
- [PATCH v3 01/10] travis: Run bootstrap instead of autogen.sh, Alexander Graf, 2019/06/04
- [PATCH v3 07/10] travis: Add ARM thumb target to tests, Alexander Graf, 2019/06/04
- [PATCH v3 05/10] arm coreboot: Use common directory path, Alexander Graf, 2019/06/04
- [PATCH v3 08/10] travis: Test module loading from tftp as well, Alexander Graf, 2019/06/04
- [PATCH v3 09/10] travis: Disable MIPS target, Alexander Graf, 2019/06/04