This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allnoconfig
in repository toolchain/ci/qemu.
from b3f846c59d Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull- [...]
new c36c65ea3c target/arm: ARMv8.4-TTST extension
new 078e9fe3cb target/arm: enable Small Translation tables in max CPU
new 9a286bcdfd target/arm: fix typo in cpu.h ID_AA64PFR1 field name
new f6450bcb6b target/arm: make ARMCPU.clidr 64-bit
new a5fd319ae7 target/arm: make ARMCPU.ctr 64-bit
new 2a14526a6f target/arm: add descriptions of CLIDR_EL1, CCSIDR_EL1, CTR_E [...]
new 00a92832f4 target/arm: add aarch64 ID register fields to cpu.h
new bd78b6be24 target/arm: add aarch32 ID register fields to cpu.h
new 8d6fda8c10 ui/cocoa: Update path to docs in build tree
new fa56cf7e86 docs: Add qemu-storage-daemon(1) manpage to meson.build
new e4d51ac692 target/arm: Don't decode insns in the XScale/iWMMXt space as [...]
new e7e29fdbbe hw/net/lan9118: Fix RX Status FIFO PEEK value
new 5cab6d5a5a hw/net/lan9118: Add symbolic constants for register offsets
new bcda710f6c hw/misc: Add clock converter in NPCM7XX CLK module
new 0be12dc76a hw/timer: Refactor NPCM7XX Timer to use CLK clock
new 77c05b0b74 hw/adc: Add an ADC module for NPCM7XX
new 1e943c586a hw/misc: Add a PWM module for NPCM7XX
new 73314f1384 hw/misc: Add QTest for NPCM7XX PWM Module
new 828d651c58 hw/*: Use type casting for SysBusDevice in NPCM7XX
new 1ff5a063d6 ui/cocoa: Fix openFile: deprecation on Big Sur
new f8e1d8852e Merge remote-tracking branch 'remotes/pmaydell/tags/pull-tar [...]
The 21 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/meson.build | 1 +
docs/system/arm/nuvoton.rst | 4 +-
hw/adc/meson.build | 1 +
hw/adc/npcm7xx_adc.c | 301 +++++++++++++++
hw/adc/trace-events | 5 +
hw/adc/trace.h | 1 +
hw/arm/npcm7xx.c | 55 ++-
hw/arm/npcm7xx_boards.c | 2 +-
hw/mem/npcm7xx_mc.c | 2 +-
hw/misc/meson.build | 1 +
hw/misc/npcm7xx_clk.c | 797 ++++++++++++++++++++++++++++++++++++++-
hw/misc/npcm7xx_gcr.c | 2 +-
hw/misc/npcm7xx_pwm.c | 550 +++++++++++++++++++++++++++
hw/misc/npcm7xx_rng.c | 2 +-
hw/misc/trace-events | 6 +
hw/net/lan9118.c | 26 +-
hw/nvram/npcm7xx_otp.c | 2 +-
hw/ssi/npcm7xx_fiu.c | 2 +-
hw/timer/npcm7xx_timer.c | 39 +-
include/hw/adc/npcm7xx_adc.h | 69 ++++
include/hw/arm/npcm7xx.h | 4 +
include/hw/misc/npcm7xx_clk.h | 146 ++++++-
include/hw/misc/npcm7xx_pwm.h | 105 ++++++
include/hw/timer/npcm7xx_timer.h | 1 +
meson.build | 1 +
target/arm/cpu.h | 85 ++++-
target/arm/cpu64.c | 1 +
target/arm/helper.c | 15 +-
target/arm/translate.c | 7 +
tests/qtest/meson.build | 4 +-
tests/qtest/npcm7xx_adc-test.c | 377 ++++++++++++++++++
tests/qtest/npcm7xx_pwm-test.c | 490 ++++++++++++++++++++++++
ui/cocoa.m | 7 +-
33 files changed, 3049 insertions(+), 62 deletions(-)
create mode 100644 hw/adc/npcm7xx_adc.c
create mode 100644 hw/adc/trace-events
create mode 100644 hw/adc/trace.h
create mode 100644 hw/misc/npcm7xx_pwm.c
create mode 100644 include/hw/adc/npcm7xx_adc.h
create mode 100644 include/hw/misc/npcm7xx_pwm.h
create mode 100644 tests/qtest/npcm7xx_adc-test.c
create mode 100644 tests/qtest/npcm7xx_pwm-test.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-benchmark pushed a change to branch linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-master-arm-eabi-coremark-O3_LTO
in repository toolchain/ci/base-artifacts.
discards 4967a761 0: update: binutils-gcc: -8
new 0a56c5f2 0: update: binutils-gcc: -8
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4967a761)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_stm32/gnu_eabi-maste [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log | 104 +-
02-prepare_abe/console.log | 445 +-
03-build_abe-binutils/console.log | 11624 ++++++-------
04-build_abe-stage1/console.log | 20854 +++++++++++------------
05-build_abe-newlib/console.log | 28 +-
09-check_regression/console.log | 4 +-
10-update_baseline/console.log | 6 +-
console.log | 33065 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
9 files changed, 33105 insertions(+), 33039 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 146b87d7 0: update: qemu-b3f846c59d8405bb87c551187721fc92ff2f1b92: all
new e5eea9ba 0: update: binutils-gcc-linux-qemu: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (146b87d7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
01-reset_artifacts/console.log | 70 +-
02-prepare_abe/console.log | 396 +-
03-build_abe-binutils/console.log | 11385 ++++-----
04-build_abe-stage1/console.log | 20461 +++++++--------
05-build_linux/console.log | 527 +-
06-build_abe-qemu/console.log | 6668 ++---
07-boot_linux/console.log | 6 +-
08-check_regression/console.log | 12 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 12 +-
09-update_baseline/results.regressions | 2 +-
console.log | 39559 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
13 files changed, 40311 insertions(+), 38811 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_36-branch
in repository binutils-gdb.
from c4d095332bd elf/x86-64: Adjust R_AMD64_DIR64/R_AMD64_DIR32 for PE/x86-6 [...]
new 5e7caf03b3e Automatic date update in version.in
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 3034143dc6c src-release: fix indentation
new 4180301e81f Automatic date update in version.in
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.