[PULL] u-boot-mips
Daniel Schwierzeck
daniel.schwierzeck at gmail.com
Tue May 25 16:59:55 CEST 2021
Hi Tom,
please pull a minor bugfix for MIPS64 Octeon and the removal of qemu_mips boards.
Gitlab:
https://source.denx.de/u-boot/custodians/u-boot-mips/-/pipelines/7625
Azure:
https://dev.azure.com/danielschwierzeck/u-boot/_build/results?buildId=24&view=results
The following changes since commit e1bf0336a58cfe873a34c36ff53e5e3806f2d263:
Prepare v2021.07-rc3 (2021-05-24 20:53:13 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-mips.git/ tags/mips-pull-2021-05-25
for you to fetch changes up to 835b4fdf3bf5ec778e1fb7610f00707754454974:
doc: update and fix Qemu MIPS documentation (2021-05-25 15:35:06 +0200)
----------------------------------------------------------------
- MIPS: octeon: fix CFI flash setup
- MIPS: remove qemu_mips boards
----------------------------------------------------------------
Daniel Schwierzeck (2):
MIPS: remove deprecated qemu_mips board
doc: update and fix Qemu MIPS documentation
Stefan Roese (1):
mips: octeon: octeon_ebb7304_defconfig: Fix CFI flash setup
.azure-pipelines.yml | 12 --
.gitlab-ci.yml | 24 ----
arch/mips/Kconfig | 11 --
board/qemu-mips/Kconfig | 26 ----
board/qemu-mips/MAINTAINERS | 14 --
board/qemu-mips/Makefile | 7 -
board/qemu-mips/lowlevel_init.S | 40 ------
board/qemu-mips/qemu-mips.c | 85 ------------
configs/octeon_ebb7304_defconfig | 5 +-
configs/qemu_mips64_defconfig | 29 ----
configs/qemu_mips64el_defconfig | 30 -----
configs/qemu_mips_defconfig | 27 ----
configs/qemu_mipsel_defconfig | 28 ----
doc/board/emulation/qemu-mips.rst | 273 +++++++++++---------------------------
include/configs/qemu-mips.h | 89 -------------
include/configs/qemu-mips64.h | 89 -------------
scripts/config_whitelist.txt | 1 -
17 files changed, 81 insertions(+), 709 deletions(-)
delete mode 100644 board/qemu-mips/Kconfig
delete mode 100644 board/qemu-mips/MAINTAINERS
delete mode 100644 board/qemu-mips/Makefile
delete mode 100644 board/qemu-mips/lowlevel_init.S
delete mode 100644 board/qemu-mips/qemu-mips.c
delete mode 100644 configs/qemu_mips64_defconfig
delete mode 100644 configs/qemu_mips64el_defconfig
delete mode 100644 configs/qemu_mips_defconfig
delete mode 100644 configs/qemu_mipsel_defconfig
delete mode 100644 include/configs/qemu-mips.h
delete mode 100644 include/configs/qemu-mips64.h
More information about the U-Boot
mailing list