Home
last modified time | relevance | path

Searched +full:rootfs +full:- +full:arm (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/.gitlab-ci/container/
Dlava_build.sh3 set -e
4 set -o xtrace
10 MINIO_PATH="${MINIO_HOST}/mesa-lava/$1/${DISTRIBUTION_TAG}/${DEBIAN_ARCH}"
11 if wget -q --method=HEAD "https://${MINIO_PATH}/done"; then
16 # If remote files are up-to-date, skip rebuilding them
20 . .gitlab-ci/container/container_pre_build.sh
22 # Install rust, which we'll be using for deqp-runner. It will be cleaned up at the end.
23 . .gitlab-ci/container/build-rust.sh
26 GCC_ARCH="aarch64-linux-gnu"
30 DEVICE_TREES="arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb"
[all …]
Dgitlab-ci.yml3 .incorporate-templates-commit:
5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}"
7 .incorporate-base-tag+templates-commit:
9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT…
10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}"
12 .set-image:
14 - .incorporate-templates-commit
19 .set-image-base-tag:
21 - .set-image
22 - .incorporate-base-tag+templates-commit
[all …]
Dbaremetal_build.sh3 set -e
4 set -o xtrace
6 # Fetch the arm-built rootfs image and unpack it in our x86 container (saves
9 if wget -q --method=HEAD "${ARTIFACTS_PREFIX}/${FDO_UPSTREAM_REPO}/${ARTIFACTS_SUFFIX}/${arch}/done…
15 wget ${ARTIFACTS_URL}/lava-rootfs.tgz -O rootfs.tgz
16 mkdir -p /rootfs-$arch
17 tar -C /rootfs-$arch '--exclude=./dev/*' -zxf rootfs.tgz
18 rm rootfs.tgz
21 mkdir -p /baremetal-files
22 pushd /baremetal-files
[all …]
Dbuild-kernel.sh3 set -ex
5 mkdir -p kernel
6 wget -qO- ${KERNEL_URL} | tar -xj --strip-components=1 -C kernel
12 mkdir -p ld-links
13 for i in /usr/bin/*-ld /usr/bin/ld; do
15 ln -sf /usr/bin/$i.bfd ld-links/$i
17 export PATH=`pwd`/ld-links:$PATH
20 ./scripts/kconfig/merge_config.sh ${DEFCONFIG} ../.gitlab-ci/container/${KERNEL_ARCH}.config
23 cp arch/${KERNEL_ARCH}/boot/${image} /lava-files/.
26 if [[ -n ${DEVICE_TREES} ]]; then
[all …]
/third_party/mesa3d/.gitlab-ci/lava/
Dlava-gitlab-ci.yml1 .lava-test:
6 FDO_CI_CONCURRENT: 6 # should be replaced by per-machine definitions
9 FDO_HTTP_CACHE_URI: "http://caching-proxy/cache/?uri="
11 BASE_SYSTEM_HOST_PREFIX: "${MINIO_HOST}/mesa-lava"
14 # per-job build artifacts
15 BUILD_PATH: "${PIPELINE_ARTIFACTS_BASE}/${CI_PROJECT_NAME}-${ARCH}.tar.gz"
16 JOB_ROOTFS_OVERLAY_PATH: "${JOB_ARTIFACTS_BASE}/job-rootfs-overlay.tar.gz"
22 - ./artifacts/lava/lava-submit.sh
27 - results/
29 - results/*.shader_cache
[all …]
/third_party/mesa3d/docs/ci/
Dkernel.rst7 side-effects since many devices from different platforms are involved in the
11 -----------------
14 https://gitlab.freedesktop.org/gfx-ci/linux
21 please refer to `.gitlab-ci/container/gitlab-ci.yml` `KERNEL_URL` variable.
22 Every tag has a standard naming: `vX.YZ-for-mesa-ci-<commit_short_SHA>`, which
25 :code:`git tag vX.YZ-for-mesa-ci-$(git rev-parse --short HEAD)`
28 ---------------
30 When Mesa CI generates a new rootfs image, the Linux Kernel is built based on
31 the script located at `.gitlab-ci/container/build-kernel.sh`.
36 When a Kernel uprev happens, it is worth compiling and cross-compiling the
[all …]
/third_party/mesa3d/.gitlab-ci/bare-metal/
Dpoe-powered.sh7 BM=$CI_PROJECT_DIR/install/bare-metal
11 if [ -z "$BM_SERIAL" ]; then
12 echo "Must set BM_SERIAL in your gitlab-runner config.toml [[runners]] environment"
17 if [ -z "$BM_POE_ADDRESS" ]; then
18 echo "Must set BM_POE_ADDRESS in your gitlab-runner config.toml [[runners]] environment"
23 if [ -z "$BM_POE_INTERFACE" ]; then
24 echo "Must set BM_POE_INTERFACE in your gitlab-runner config.toml [[runners]] environment"
29 if [ -z "$BM_POWERUP" ]; then
30 echo "Must set BM_POWERUP in your gitlab-runner config.toml [[runners]] environment"
35 if [ -z "$BM_POWERDOWN" ]; then
[all …]
/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml7 - !reference [default, before_script]
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11- echo -e "\e[0Ksection_start:$(date +%s):ldd_section[collapsed=true]\r\e[0KChecking ldd on driver…
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - echo -e "\e[0Ksection_end:$(date +%s):ldd_section\r\e[0K"
18 - results/
20 .test-gl:
22 - .test
23 - .use-debian/x86_test-gl
[all …]
/third_party/mesa3d/docs/relnotes/
D20.1.3.rst1 Mesa 20.1.3 Release Notes / 2020-07-08
20 ---------------
24 9872b8d46bee822177ffbe4292addff7bdb84cefc1fe776b8e6b2881a8362bf1 mesa-20.1.3.tar.xz
27 ------------
29 - None
32 ---------
34 - vkGetSemaphoreCounterValue doesn't update without vkWaitSemaphores
36 - [v3d] corruption when GS omits some vertices
37 - [RADV] Non-precise occlusion queries return non-zero when all
39 - [DXVK] Project Cars rendering problems
[all …]
D20.2.0.rst1 Mesa 20.2.0 Release Notes / 2020-09-28
20 ---------------
24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz
28 ------------
30 - GL_ARB_compute_variable_group_size on Iris.
32 - GL_ARB_gpu_shader5 on llvmpipe
34 - GL_ARB_post_depth_coverage on llvmpipe
36 - GLES 3.2 on llvmpipe
38 - GL_EXT_shader_group_vote on GLES3.
40 - GL_EXT_texture_shadow_lod on llvmpipe
[all …]
D21.1.0.rst1 Mesa 21.1.0 Release Notes / 2021-05-05
20 ---------------
24 0128f10e22970d3aed3d1034003731f94623015cd9797c07151417649c1b1ff8 mesa-21.1.0.tar.xz
28 ------------
30 - VK_KHR_workgroup_memory_explicit_layout on Intel, RADV
32 - DRM format modifiers for AMD.
34 - VK_KHR_zero_initialize_workgroup_memory on Intel, RADV
36 - Zink exposes GL 4.6 and ES 3.1
38 - GL_EXT_depth_bounds_test on softpipe, zink
40 - GL_EXT_texture_filter_minmax on nvc0 (gm200+)
[all …]
D21.0.0.rst1 Mesa 21.0.0 Release Notes / 2021-03-11
20 ---------------
24 e6204e98e6a8d77cf9dc5d34f99dd8e3ef7144f3601c808ca0dd26ba522e0d84 mesa-21.0.0.tar.xz
28 ------------
30 - GL_EXT_demote_to_helper_invocation on radeonsi
32 - GL_NV_compute_shader_derivatives on radeonsi
34 - EGL_MESA_platform_xcb
36 - Removed GL_NV_point_sprite for classic swrast.
38 - driconf: remove glx_disable_oml_sync_control, glx_disable_sgi_video_sync, and glx_disable_ext_buf…
40 - Removed support for loading DRI drivers older than Mesa 8.0, including all DRI1 support
[all …]
D21.2.0.rst1 Mesa 21.2.0 Release Notes / 2021-08-04
20 ---------------
24 0cb3c802f4b8e7699b1602c08c29d06a4d532ab5b8f7a64676c4ca6bb8f4d426 mesa-21.2.0.tar.xz
28 ------------
30 - zink supports GL_ARB_texture_filter_minmax, GL_ARB_shader_clock
32 - VK_EXT_provoking_vertex on RADV.
34 - VK_EXT_extended_dynamic_state2 on RADV.
36 - VK_EXT_global_priority_query on RADV.
38 - VK_EXT_physical_device_drm on RADV.
40 - VK_KHR_shader_subgroup_uniform_control_flow on Intel and RADV.
[all …]
/third_party/NuttX/
DREADME.md5 - Getting Help
6 - Mailing Lists
7 - Issue Tracker
8 - Source Code
9 - Website Source Code
11 - Installing Cygwin
12 - Ubuntu Bash under Windows 10
13 - Using macOS
15 - Download and Unpack
16 - Semi-Optional apps/ Package
[all …]
/third_party/gptfdisk/
Dparttypes.cc2 // Class to manage partition type codes -- a slight variant on MBR type
5 /* This program is copyright (c) 2009-2018 by Roderick W. Smith. It is distributed
24 const PartType PartType::unusedPartType = (GUIDData) "00000000-0000-0000-0000-000000000000";
28 #define DESC_LENGTH (SCREEN_WIDTH - (6 * NUM_COLUMNS)) / NUM_COLUMNS
63 numInstances--; in ~PartType()
67 allTypes = allTypes->next; in ~PartType()
73 // Add all partition type codes to the internal linked-list structure.
75 // See http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
80 AddType(0x0000, "00000000-0000-0000-0000-000000000000", "Unused entry", 0); in AddAllTypes()
83 // (they're available mainly for MBR-to-GPT conversions). in AddAllTypes()
[all …]
/third_party/mesa3d/
D.pick_status.json31 "description": "pps: make pps-producer RT only on freedreno",
58 …"description": "tree-wide: Convert all usage of PIPE_(OS|ARCH|CC)_* to DETECT_(OS|ARCH|CC)_* by us…
67 …"description": "tree-wide: Convert all usage of #ifndef PIPE_(OS|ARCH|CC)_* to #if DETECT_(OS|ARCH…
76 …"description": "tree-wide: Convert all usage of #ifdef PIPE_(OS|ARCH|CC)_* to #if DETECT_(OS|ARCH|…
85 …"description": "tree-wide: Convert all usage of defined PIPE_(OS|ARCH|CC)_* to DETECT_(OS|ARCH|CC)…
94 …"description": "tree-wide: Convert all usage of defined(PIPE_(OS|ARCH|CC)_*) to DETECT_(OS|ARCH|CC…
220 …"description": "mesa/vbo: Replace the usage of cpu_has_sse4_1 with util_get_cpu_caps()->has_sse4_1…
256 "description": "microsoft/compiler: Delete now-unused memcpy lowering pass",
436 "description": "docs: fix badly encoded envvar-roles",
454 "description": "docs: remove stale envvar-reference",
[all …]