[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 0/5] Allwinner H3 fixes for EMAC and acceptance tests
From: |
Niek Linnenbank |
Subject: |
[PATCH v3 0/5] Allwinner H3 fixes for EMAC and acceptance tests |
Date: |
Thu, 4 Mar 2021 21:35:35 +0100 |
The following are maintenance patches for the Allwinner H3. The first patch
resolves artifact download errors by updating the URLs to the armbian.com
server.
The second patch is a fix for the EMAC that is used by the Allwinner H3 /
Orange Pi PC machine.
ChangeLog:
v3:
- fixed the acceptance tests by using up-to-date armbian.com URLs
v2:
- added Reviewed-By tags
- changed URL for artifacts to github.com/nieklinnenbank/QemuArtifacts
Kind regards,
Niek
Niek Linnenbank (5):
hw/net/allwinner-sun8i-emac: traverse transmit queue using TX_CUR_DESC
register value
tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic
test for orangepi-pc machine
tests/acceptance/boot_linux_console: change URL for
test_arm_orangepi_bionic_20_08
tests/acceptance: update sunxi kernel from armbian to 5.10.16
tests/acceptance: drop ARMBIAN_ARTIFACTS_CACHED condition for
orangepi-pc, cubieboard tests
hw/net/allwinner-sun8i-emac.c | 58 ++++++------
tests/acceptance/boot_linux_console.py | 120 +++++++++----------------
tests/acceptance/replay_kernel.py | 10 +--
3 files changed, 77 insertions(+), 111 deletions(-)
--
2.25.1
- [PATCH v3 0/5] Allwinner H3 fixes for EMAC and acceptance tests,
Niek Linnenbank <=
- [PATCH v3 1/5] hw/net/allwinner-sun8i-emac: traverse transmit queue using TX_CUR_DESC register value, Niek Linnenbank, 2021/03/04
- [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Niek Linnenbank, 2021/03/04
- Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Willian Rampazzo, 2021/03/05
- Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Philippe Mathieu-Daudé, 2021/03/08
- Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Niek Linnenbank, 2021/03/08
- Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Willian Rampazzo, 2021/03/08
- Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Willian Rampazzo, 2021/03/08
- Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Philippe Mathieu-Daudé, 2021/03/22
- Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Philippe Mathieu-Daudé, 2021/03/22
- Re: [PATCH v3 2/5] tests/acceptance/boot_linux_console: remove Armbian 19.11.3 bionic test for orangepi-pc machine, Willian Rampazzo, 2021/03/22