| /openbmc/u-boot/tools/buildman/ |
| H A D | README | 1 # SPDX-License-Identifier: GPL-2.0+ 6 Quick-start 12 cd /path/to/u-boot 14 buildman --fetch-arch arm 15 buildman -k rpi_2 17 # u-boot.bin is the output image 23 This tool handles building U-Boot to check that you have not broken it 26 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 …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch | 4 Subject: [PATCH] Use the defaults.h in ${B} instead of ${S}, and t-oe in ${B} 6 Use the defaults.h in ${B} instead of ${S}, and t-oe in ${B}, so that 7 the source can be shared between gcc-cross-initial, 8 gcc-cross-intermediate, gcc-cross, gcc-runtime, and also the sdk build. 10 While compiling gcc-crosssdk-initial-x86_64 on some host, there is 17 Upstream-Status: Inappropriate [embedded specific] 19 Signed-off-by: Khem Raj <raj.khem@gmail.com> 20 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 21 --- 22 gcc/Makefile.in | 2 +- [all …]
|
| H A D | 0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch | 3 Date: Sun, 5 Jul 2015 20:25:18 -0700 7 $(libexecdir)/gcc/$(target_noncanonical)/$(gcc_version), as what we 8 had done to lto-plugin. 10 …gcc-5.2.0: package gcc-plugins contains bad RPATH /patht/to/tmp/sysroots/qemux86-64/usr/lib64/../l… 11 …/path/to/gcc/5.2.0-r0/packages-split/gcc-plugins/usr/lib64/gcc/x86_64-poky-linux/5.2.0/plugin/libc… 14 Upstream-Status: Inappropriate [OE configuration] 16 Signed-off-by: Robert Yang <liezhi.yang@windriver.com> 17 --- 18 libcc1/Makefile.am | 4 ++-- 19 libcc1/Makefile.in | 4 ++-- [all …]
|
| H A D | 0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch | 9 This breaks the assumption of hardcoded multilib in gcc 15 Upstream-Status: Inappropriate [OE configuration] 16 Signed-off-by: Khem Raj <raj.khem@gmail.com> 17 --- 18 gcc/config/aarch64/aarch64-linux.h | 4 ++-- 19 gcc/config/alpha/linux-elf.h | 4 ++-- 20 gcc/config/arm/linux-eabi.h | 6 +++--- 21 gcc/config/arm/linux-elf.h | 2 +- 22 gcc/config/i386/linux.h | 4 ++-- 23 gcc/config/i386/linux64.h | 12 ++++++------ [all …]
|
| H A D | 0013-Ensure-target-gcc-headers-can-be-included.patch | 4 Subject: [PATCH] Ensure target gcc headers can be included 7 gcc-runtime target (omp.h, ssp/*.h). Being installed from a recipe 10 found by gcc with the existing search paths. Add support for 11 picking up these headers under the sysroot supplied on the gcc 14 Extend target gcc headers search to musl too 16 Upstream-Status: Inappropriate [embedded specific] 18 Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> 19 Signed-off-by: Khem Raj <raj.khem@gmail.com> 20 --- 21 gcc/Makefile.in | 2 ++ [all …]
|
| H A D | 0026-fix-incorrect-preprocessor-line-numbers.patch | 6 MIME-Version: 1.0 7 Content-Type: text/plain; charset=UTF-8 8 Content-Transfer-Encoding: 8bit 14 to 64-bit location_t and so one actually needs far longer header files 16 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120061#c11 17 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120061#c12 24 do_include_common -> parse_include -> check_eol -> check_eol_1 -> 25 cpp_get_token_1 -> _cpp_lex_token -> _cpp_lex_direct -> linemap_line_start 31 || SOURCE_COLUMN (map, highest) >= (1U << (column_bits - range_bits)) 34 (to_line - ORDINARY_MAP_STARTING_LINE_NUMBER (map)) [all …]
|
| H A D | 0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch | 3 Date: Tue, 27 Jun 2017 18:10:54 -0700 6 when -fstack-protector options are enabled we need to 11 where-as for glibc the needed symbols 14 but musl needs the libssp_noshared from gcc 16 Upstream-Status: Submitted [https://gcc.gnu.org/pipermail/gcc-patches/2023-April/615317.html] 18 Signed-off-by: Khem Raj <raj.khem@gmail.com> 19 --- 20 gcc/config/linux.h | 7 +++++++ 21 gcc/config/rs6000/linux.h | 10 ++++++++++ 22 gcc/config/rs6000/linux64.h | 10 ++++++++++ [all …]
|
| H A D | 0002-gcc-poison-system-directories.patch | 3 Date: Thu, 23 Jan 2025 17:12:51 -0800 4 Subject: [PATCH] gcc: poison-system-directories 7 zecke-no-host-includes.patch patch. The original patch checked for 12 wants this to be a failure, they can add "-Werror=poison-system-directories". 14 Upstream-Status: Inappropriate [OE configuration] 15 Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 16 Signed-off-by: sunil dora <sunilkumar.dora@windriver.com> 17 Signed-off-by: Khem Raj <raj.khem@gmail.com> 18 --- 19 gcc/common.opt | 4 ++++ [all …]
|
| H A D | 0023-Fix-install-path-of-linux64.h.patch | 9 [1] 0016-Use-the-multilib-config-files-from-B-instead-of-usin.patch 11 Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> 13 Upstream-Status: Inappropriate [configuration] 14 Signed-off-by: Khem Raj <raj.khem@gmail.com> 15 --- 16 gcc/Makefile.in | 2 ++ 19 diff --git a/gcc/Makefile.in b/gcc/Makefile.in 20 index 944d0a6680a..4cea9b20af5 100644 21 --- a/gcc/Makefile.in 22 +++ b/gcc/Makefile.in [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/ |
| H A D | 0001-kpatch-build-add-cross-compilation-support.patch | 4 Subject: [PATCH] kpatch-build: add cross-compilation support 6 This patch introduces new option for kpatch-build 7 script "--cross-compile" which can be used for 8 specifying cross-complier prefix. 14 possible to pass multy-component strings like 15 "ccache x86_64-xelinux-linux-" as cross-compiler 17 Upstream-Status: Pending 19 Signed-off-by: Ruslan Bilovol <rbilovol@cisco.com> 20 --- 21 kpatch-build/kpatch-build | 13 +++++++++++-- [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/ |
| H A D | 0001-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch | 3 Date: Sun, 15 Jan 2023 22:04:31 -0800 13 Fixes build when using -std >= gnu11 and using clang16+ 15 Older compilers gcc < 4.9 or clang < 8 has buggy _Alignof even though it 18 [1] https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2350.htm 21 Upstream-Status: Pending 23 Signed-off-by: Khem Raj <raj.khem@gmail.com> 24 --- 25 Misc/md5-coreutils.c | 12 +++++++++++- 26 Misc/sha1.c | 12 +++++++++++- 27 Misc/sha256.c | 12 +++++++++++- [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0011-Check-for-clang-before-checking-gcc-version.patch | 3 Date: Wed, 15 Apr 2020 14:17:20 -0700 4 Subject: [PATCH] Check for clang before checking gcc version 6 Clang advertises itself to be gcc 4.2.1, so when compiling this test 7 here fails since gcc < 4.4.5 did not support -static-libstdc++ but thats 9 before resorting to gcc version check. This should let clang enable 12 Upstream-Status: Pending 14 Signed-off-by: Khem Raj <raj.khem@gmail.com> 15 --- 16 configure | 2 +- 17 configure.ac | 2 +- [all …]
|
| /openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/ |
| H A D | 0001-Woverride-init-is-not-needed-with-gcc-9.patch | 3 Date: Thu, 20 Dec 2018 17:37:48 -0800 4 Subject: [PATCH] Woverride-init is not needed with gcc 9 7 | ../../gnupg-2.2.12/dirmngr/dns.h:525:16: error: lvalue required as 12 Upstream-Status: Pending 14 Signed-off-by: Khem Raj <raj.khem@gmail.com> 15 --- 16 dirmngr/dns.h | 2 +- 17 1 file changed, 1 insertion(+), 1 deletion(-) 19 diff --git a/dirmngr/dns.h b/dirmngr/dns.h 21 --- a/dirmngr/dns.h [all …]
|
| /openbmc/u-boot/scripts/ |
| H A D | gcc-version.sh | 3 # gcc-version [-p] gcc-command 5 # Prints the gcc version of `gcc-command' in a canonical 4-digit form 6 # such as `0295' for gcc-2.95, `0303' for gcc-3.3, etc. 8 # With the -p option, prints the patchlevel as well, for example `029503' for 9 # gcc-2.95.3, `030301' for gcc-3.3.1, etc. 12 if [ "$1" = "-p" ] ; then 19 if [ ${#compiler} -eq 0 ]; then 21 printf "Usage:\n\t$0 <gcc-command>\n" 25 MAJOR=$(echo __GNUC__ | $compiler -E -xc - | tail -n 1) 26 MINOR=$(echo __GNUC_MINOR__ | $compiler -E -xc - | tail -n 1) [all …]
|
| /openbmc/u-boot/test/stdint/ |
| H A D | test-includes.sh | 3 # Test script to check uintptr_t and 64-bit types for warnings 13 # ./test/stdint/test-includes.sh 15 out=/tmp/test-includes.tmp 21 local gcc=$4 25 if ! which ${gcc} >/dev/null 2>&1; then 26 echo "Not found: ${gcc}" 30 rm -rf ${out} 31 mkdir -p ${out} 33 mkdir -p ${out}/generated 34 touch ${out}/generated/generic-asm-offsets.h [all …]
|
| /openbmc/openbmc/poky/meta/recipes-support/boost/boost/ |
| H A D | 0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch | 4 Subject: [PATCH] Don't set up arch/instruction-set flags, we do that 8 Upstream-Status: Inappropriate 9 Signed-off-by: Christopher Larson <chris_larson@mentor.com> 10 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 11 --- 12 tools/build/src/tools/gcc.jam | 153 ---------------------------------- 13 1 file changed, 153 deletions(-) 15 diff --git a/tools/build/src/tools/gcc.jam b/tools/build/src/tools/gcc.jam 17 --- a/tools/build/src/tools/gcc.jam 18 +++ b/tools/build/src/tools/gcc.jam [all …]
|
| /openbmc/u-boot/include/linux/ |
| H A D | compiler-gcc.h | 2 #error "Please don't include <linux/compiler-gcc.h> directly, include <linux/compiler.h> instead." 6 * Common definitions for all gcc versions go here. 14 /* The "volatile" is due to gcc bugs */ 19 * where gcc and llvm may behave differently when otherwise using 20 * normal barrier(): while gcc behavior gets along with a normal 34 * This macro obfuscates arithmetic on a variable address so that gcc 39 * gcc optimizers assume this is the case. In particular they 70 * Force always-inline if the user requests it so via the .config, 71 * or if gcc is too old: 74 !defined(CONFIG_OPTIMIZE_INLINING) || (__GNUC__ < 4) [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/ |
| H A D | 0001-cmake-Disable-nonnull-compare-warning-on-gcc.patch | 3 Date: Tue, 19 Apr 2022 14:04:40 -0700 4 Subject: [PATCH] cmake: Disable nonnull-compare warning on gcc 6 GCC finds a legit warning which clang does not on code like this 15 warning as error when using gcc 17 Upstream-Status: Pending 18 Signed-off-by: Khem Raj <raj.khem@gmail.com> 19 --- 20 CMakeLists.txt | 4 ++++ 21 1 file changed, 4 insertions(+) 23 --- a/CMakeLists.txt [all …]
|
| /openbmc/openbmc/poky/meta/recipes-extended/wget/wget/ |
| H A D | 0002-improve-reproducibility.patch | 8 executables, which leads to non-reproducible builds. 9 The removed references (--sysroot, -fdebug-prefix-map) were 10 only used as part of the `wget --version' which do not have 14 $ wget --version 15 GNU Wget 1.14 built on linux-gnu. 17 +digest +https +ipv6 +iri +large-file +nls +ntlm +opie +ssl/openssl 22 Compile: gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC="/etc/wgetrc" 23 -DLOCALEDIR="/usr/share/locale" -I. -I../lib -I../lib -O2 -g -pipe 24 -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong 25 --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wifi-test-suite/files/ |
| H A D | 0001-Use-toolchain-from-environment-variables.patch | 6 Upstream-Status: Submitted [https://github.com/Wi-FiTestSuite/Wi-FiTestSuite-Linux-DUT/pull/42] 7 Signed-off-by: Adrian Friedli <adrian.friedli@husqvarnagroup.com> 8 Signed-off-by: Ankit Navik <ankit.tarot@gmail.com> 9 --- 10 Makefile.inc | 7 ++++--- 11 WTGService/Makefile | 2 +- 12 console_src/Makefile | 2 +- 13 lib/Makefile | 6 +++--- 14 4 files changed, 9 insertions(+), 8 deletions(-) 16 diff --git a/Makefile.inc b/Makefile.inc [all …]
|
| /openbmc/u-boot/board/amlogic/odroid-c2/ |
| H A D | README.nanopi-k2 | 1 U-Boot for NanoPi-K2 4 NanoPi-K2 is a single board computer manufactured by FriendlyElec 7 - Amlogic S905 ARM Cortex-A53 quad-core SoC @ 1.5GHz 8 - ARM Mali 450 GPU 9 - 2GB DDR3 SDRAM 10 - Gigabit Ethernet 11 - HDMI 2.0 4K/60Hz display 12 - 40-pin GPIO header 13 - 4 x USB 2.0 Host, 1 x USB OTG 14 - eMMC, microSD [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ |
| H A D | 0001-skip-the-test-when-gcc-not-deployed.patch | 4 Subject: [PATCH] skip the test when gcc not deployed 6 Skip the tests which depend on gcc when 7 gcc not deployed. 9 Upstream-Status: Submitted [https://sourceware.org/ml/elfutils-devel/2019-q2/msg00091.html] 11 Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> 12 --- 13 tests/run-disasm-x86-64.sh | 2 ++ 14 tests/run-disasm-x86.sh | 2 ++ 15 tests/run-strip-g.sh | 2 ++ 16 tests/run-strip-nothing.sh | 2 ++ [all …]
|
| /openbmc/openbmc/poky/meta/recipes-support/gmp/gmp/ |
| H A D | 0001-acinclude.m4-Add-parameter-names-in-prototype-for-g.patch | 3 Date: Sat, 15 Mar 2025 09:40:06 -0700 5 MIME-Version: 1.0 6 Content-Type: text/plain; charset=UTF-8 7 Content-Transfer-Encoding: 8bit 9 This allows it to compile with older gcc e.g. gcc-10 18 this was added to gcc via [1] thats why it is supported in 19 newer gcc. 22 old and new gcc 24 [1] https://gcc.gnu.org/pipermail/gcc-cvs/2020-October/336068.html 26 Upstream-Status: Submitted [https://gmplib.org/list-archives/gmp-devel/2025-March/006294.html] [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers/ |
| H A D | 0001-fix-bool-reserved-word-error-in-gcc-15.patch | 3 Date: Thu, 1 May 2025 20:16:11 -0700 4 Subject: [PATCH] fix bool reserved word error in gcc 15 6 gcc-15 switched to -std=c23 by default. https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=55e3bd376… 8 Upstream-Status: Submitted [https://www.virtualbox.org/pipermail/vbox-dev/2025-May/010316.html] 9 Signed-off-by: Khem Raj <raj.khem@gmail.com> 10 --- 11 vboxsf/include/iprt/types.h | 4 +++- 12 1 file changed, 3 insertions(+), 1 deletion(-) 14 diff --git a/vboxsf/include/iprt/types.h b/vboxsf/include/iprt/types.h 16 --- a/vboxsf/include/iprt/types.h [all …]
|
| /openbmc/u-boot/board/amlogic/p212/ |
| H A D | README.libretech-cc | 1 U-Boot for LibreTech CC 7 - Amlogic S905X ARM Cortex-A53 quad-core SoC @ 1.5GHz 8 - ARM Mali 450 GPU 9 - 2GB DDR3 SDRAM 10 - 10/100 Ethernet 11 - HDMI 2.0 4K/60Hz display 12 - 40-pin GPIO header 13 - 4 x USB 2.0 Host 14 - eMMC, microSD 15 - Infrared receiver [all …]
|