Searched +full:foss +full:- +full:xtensa (Results 1 – 6 of 6) sorted by relevance
2 # Docker cross-compiler target5 # using a prebuilt toolchains for Xtensa cores from:6 # https://github.com/foss-xtensa/toolchain/releases8 FROM docker.io/library/debian:11-slim10 RUN apt-get update && \11 DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \13 apt-get install -y --no-install-recommends \14 build-essential \15 ca-certificates \19 python3-minimal && \[all …]
1 # SPDX-License-Identifier: GPL-2.0+4 # build U-Boot on Travis CI - https://travis-ci.org/14 - ubuntu-toolchain-r-test15 - llvm-toolchain-trusty-717 - cppcheck18 - sloccount19 - sparse20 - bc21 - build-essential22 - libsdl1.2-dev[all …]
8 W: Web-page with status/info24 N: [^a-z]tegra all files whose path contains the word tegra52 -----------------------------------57 L: uboot-snps-arc@synopsys.com58 T: git git://git.denx.de/u-boot-arc.git65 L: uboot-snps-arc@synopsys.com66 F: drivers/clk/clk-hsdk-cgu.c67 F: include/dt-bindings/clock/snps,hsdk-cgu.h68 F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt73 L: uboot-snps-arc@synopsys.com[all …]
10 consult qemu-devel and not any specific individual privately.23 W: Web-page with status/info59 ------------------------------63 L: qemu-devel@nongnu.org72 R: Philippe Mathieu-Daudé <philmd@linaro.org>76 F: docs/devel/code-of-conduct.rst77 F: docs/devel/conflict-resolution.rst78 F: docs/devel/submitting-a-patch.rst79 F: docs/devel/submitting-a-pull-request.rst82 -------------------------------------------------[all …]
5 ----------[all...]
1 # SPDX-License-Identifier: GPL-2.0+6 Quick-start12 cd /path/to/u-boot14 buildman --fetch-arch arm15 buildman -k rpi_217 # u-boot.bin is the output image23 This tool handles building U-Boot to check that you have not broken it26 to make full use of multi-processor machines.38 where it left off. This should happen cleanly and without side-effects.42 You may need to press Ctrl-C several times to quit it. Also it will print[all …]