{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":381366721,"defaultBranch":"master","name":"buildroot","ownerLogin":"bootlin","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-06-29T13:02:12.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/18612850?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1723729616.0","currentOid":""},"activityList":{"items":[{"before":"8221eceeb6a3c4f1a69b0eef3a8e02ed2264c634","after":"71bd6d518137a6fcb106c9e52777b184a0503004","ref":"refs/heads/debugging-training/2024.02","pushedAt":"2024-08-26T12:23:41.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Tropicao","name":"Alexis Lothoré","path":"/Tropicao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4692087?s=80&v=4"},"commit":{"message":"debugging: add a small target program for eBPF labs\n\nSigned-off-by: Alexis Lothoré ","shortMessageHtmlLink":"debugging: add a small target program for eBPF labs"}},{"before":"5115786c9a6cb03e4a24b51828eccc67b6978bab","after":null,"ref":"refs/heads/toolchains.bootlin.com-2024.05","pushedAt":"2024-08-15T13:46:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tpetazzoni","name":"Thomas Petazzoni","path":"/tpetazzoni","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1089203?s=80&v=4"}},{"before":null,"after":"5115786c9a6cb03e4a24b51828eccc67b6978bab","ref":"refs/heads/toolchains.bootlin.com-2024.05","pushedAt":"2024-08-15T13:46:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tpetazzoni","name":"Thomas Petazzoni","path":"/tpetazzoni","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1089203?s=80&v=4"},"commit":{"message":"package/uclibc: update to 1.0.50\n\nSee this git shortlog for changes:\n\nDmitry Chestnykh (2):\n Fix compilation with 4.x kernel headers\n Group conditions after `&&`\n\nFrank Mehnert (6):\n libdl: properly cast parameters for %p format string specifier\n iconv: explicit cast to `unsigned char*`\n iconv: explicitly state operator precedence\n ldso.c: use 'unsigned int' as loop variable type\n iconv: fix parameter type of utf8seq_is_{overlong,surrogate,illegal}\n iconv: prevent compiler warning during initialization with jis0208\n\nJ. Neuschäfer (1):\n bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), everywhere\n\nMarcus Haehnel (5):\n ldso/dl-vdso: avoid compiler warning if configured without vdso\n uclibc: Fix double promotion warning\n libm: Fix float conversion compiler warning\n features.h: add clang prerequisite macro\n buildsys: allow building with gcc-14\n\nSven Linker (1):\n c++: Remove deprecated dynamic exception specification\n\nValentin Gehrke (1):\n arm: Replace deprecated asm instructions for ARMv8 AArch32\n\nWaldemar Brodkorb (9):\n Clang support for gnu_inline attribute\n allow to use \n add SEEK_DATA/SEEK_HOLE\n lseek: allow SEEK_DATA/SEEK_HOLE to be used\n bits/stat.h: Declare st_mtim if defined(__USE_XOPEN2K8), add missing\n riscv: remove incomplete context implementation, use libucontext\n add memfd_create syscall wrapper\n getrandom: remove __USE_GNU / add GRND_INSECURE\n bump version for 1.0.50 release\n\nYann Le Du (1):\n stdlib: increase number of static atexit handlers to 32\n\nAll buildroot patches are upstream.\n\nSigned-off-by: Waldemar Brodkorb \nSigned-off-by: Thomas Petazzoni ","shortMessageHtmlLink":"package/uclibc: update to 1.0.50"}},{"before":null,"after":"9beba5871e6e4ad4ec696f1ec2f101449e80c0f7","ref":"refs/heads/debugging-training-ebpf-update","pushedAt":"2024-08-09T14:08:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Tropicao","name":"Alexis Lothoré","path":"/Tropicao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4692087?s=80&v=4"},"commit":{"message":"debugging: add a small target program for eBPF labs\n\nSigned-off-by: Alexis Lothoré ","shortMessageHtmlLink":"debugging: add a small target program for eBPF labs"}},{"before":"4e556fc841ca8c618a88ea26f0d05e62d9565d3c","after":"8221eceeb6a3c4f1a69b0eef3a8e02ed2264c634","ref":"refs/heads/debugging-training/2024.02","pushedAt":"2024-08-09T10:12:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Tropicao","name":"Alexis Lothoré","path":"/Tropicao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4692087?s=80&v=4"},"commit":{"message":"kconfig/lxdialog: fix check() with GCC14\n\nGCC14 now treats implicit int types as error so when check() from\ncheck-lxdialog.sh is called to check whether we can link against ncurses\nit will fail silently and the help text indicating to install ncurses is\nprinted.\n\nHowever, this is not due to missing ncurses but once the stderr redirect\nto /dev/null is removed we can see the root cause:\n:2:1: error: return type defaults to ‘int’ [-Wimplicit-int]\n\nSo, in order for menuconfig to work with GCC14 lets just specify the\nreturn type of main() as int.\n\nNpte that the upstream kconfig in the linux kernel source tree no longer\ncarries or uses the check-lxdialog.sh script since commit 1c5af5cf9308\n(kconfig: refactor ncurses package checks for building mconf and nconf),\nso there is no commit we can backport to our kconfig copy.\n\nSigned-off-by: Robert Marko \nReviewed-by: Petr Vorel \nTested-by: Petr Vorel \n[yann.morin.1998@free.fr: add note about upstream kernel]\nSigned-off-by: Yann E. MORIN \n(cherry picked from commit a6210d28dbf66b2f0a42d945711dfd93c7329feb)\nSigned-off-by: Peter Korsgaard ","shortMessageHtmlLink":"kconfig/lxdialog: fix check() with GCC14"}},{"before":"115840b8f5698f66e590232f5cc5cd57378e4ac0","after":"d8191b82b07a29e7a28d91f7424a55f3ba271b4f","ref":"refs/heads/st/2024.02.3","pushedAt":"2024-08-05T13:35:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tpetazzoni","name":"Thomas Petazzoni","path":"/tpetazzoni","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1089203?s=80&v=4"},"commit":{"message":"package/arm-gnu-toolchain: bump version to 13.2-rel1\n\nThe arm-gnu-toolchain is used by TI's K3 generation of devices to\ncompile the first stage bootloader (tiboot3.bin) which will run on the\n32bit R5 MCU.\n\nThe 10.3-2021.10 version of this toolchain is no longer publicized as\nbeing downloadable (and it's fairly old) on ARM's website. Let's upgrade\nto the latest version of the toolchain ARM (13.2-rel1)\n\nSigned-off-by: Bryan Brattlof \nSigned-off-by: Thomas Petazzoni ","shortMessageHtmlLink":"package/arm-gnu-toolchain: bump version to 13.2-rel1"}},{"before":"8f1d181e1630d16704633bbf9409b49a6bbe5f15","after":"115840b8f5698f66e590232f5cc5cd57378e4ac0","ref":"refs/heads/st/2024.02.3","pushedAt":"2024-07-12T08:40:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kmaincent","name":"kmaincent","path":"/kmaincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17012247?s=80&v=4"},"commit":{"message":"linux.mk: Add support for vendor directory in BR2_LINUX_KERNEL_CUSTOM_DTS_PATH\n\nLinux organizes devicetree files under vendor subdirectories for arm and\narm64 architectures, such as arch//boot/dts//. The\nBR2_LINUX_KERNEL_CUSTOM_DTS_PATH was only copying devicetree files to\narch//boot/dts/, which is incompatible with the vendor\nsubdirectory structure.\n\nThis patch adds support for using a directory in\nBR2_LINUX_KERNEL_CUSTOM_DTS_PATH that matches the vendor subdirectory name.\n\nSigned-off-by: Kory Maincent ","shortMessageHtmlLink":"linux.mk: Add support for vendor directory in BR2_LINUX_KERNEL_CUSTOM…"}},{"before":"532acc21747d2b2b676b09dfed8e932fc4733632","after":null,"ref":"refs/heads/wip_st/2024.02.3","pushedAt":"2024-07-10T15:13:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"kmaincent","name":"kmaincent","path":"/kmaincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17012247?s=80&v=4"}},{"before":null,"after":"8f1d181e1630d16704633bbf9409b49a6bbe5f15","ref":"refs/heads/st/2024.02.3","pushedAt":"2024-07-10T15:13:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kmaincent","name":"kmaincent","path":"/kmaincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17012247?s=80&v=4"},"commit":{"message":"linux.mk: Add support for vendor directory in BR2_LINUX_KERNEL_CUSTOM_DTS_PATH\n\nLinux organizes devicetree files under vendor subdirectories for arm and\narm64 architectures, such as arch//boot/dts//. The\nBR2_LINUX_KERNEL_CUSTOM_DTS_PATH was only copying devicetree files to\narch//boot/dts/, which is incompatible with the vendor\nsubdirectory structure.\n\nThis patch adds support for using a directory in\nBR2_LINUX_KERNEL_CUSTOM_DTS_PATH that matches the vendor subdirectory name.\n\nSigned-off-by: Kory Maincent ","shortMessageHtmlLink":"linux.mk: Add support for vendor directory in BR2_LINUX_KERNEL_CUSTOM…"}},{"before":"9c0ad89c8f686ac0067e12465370ec7eb71f8497","after":"532acc21747d2b2b676b09dfed8e932fc4733632","ref":"refs/heads/wip_st/2024.02.3","pushedAt":"2024-06-28T09:42:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kmaincent","name":"kmaincent","path":"/kmaincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17012247?s=80&v=4"},"commit":{"message":"linux.mk: Add support for vendor directory in BR2_LINUX_KERNEL_CUSTOM_DTS_PATH\n\nSigned-off-by: Kory Maincent ","shortMessageHtmlLink":"linux.mk: Add support for vendor directory in BR2_LINUX_KERNEL_CUSTOM…"}},{"before":"f7bbf1b11d9ea48529c51620746ac83ab1460f00","after":"9c0ad89c8f686ac0067e12465370ec7eb71f8497","ref":"refs/heads/wip_st/2024.02.3","pushedAt":"2024-06-27T16:11:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kmaincent","name":"kmaincent","path":"/kmaincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17012247?s=80&v=4"},"commit":{"message":"linux.mk: Add support for vendor directory in BR2_LINUX_KERNEL_CUSTOM_DTS_PATH\n\nSigned-off-by: Kory Maincent ","shortMessageHtmlLink":"linux.mk: Add support for vendor directory in BR2_LINUX_KERNEL_CUSTOM…"}},{"before":"762245d28bc661738d2dc031449a65c7545be062","after":"f7bbf1b11d9ea48529c51620746ac83ab1460f00","ref":"refs/heads/wip_st/2024.02.3","pushedAt":"2024-06-27T16:10:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kmaincent","name":"kmaincent","path":"/kmaincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17012247?s=80&v=4"},"commit":{"message":"linux.mk: Add support for vendor directory in BR2_LINUX_KERNEL_CUSTOM_DTS_PATH\n\nSigned-off-by: Kory Maincent ","shortMessageHtmlLink":"linux.mk: Add support for vendor directory in BR2_LINUX_KERNEL_CUSTOM…"}},{"before":"3494c5b83cc3ef75cbb60acd5237c1fba2df6a17","after":"762245d28bc661738d2dc031449a65c7545be062","ref":"refs/heads/wip_st/2024.02.3","pushedAt":"2024-06-27T12:35:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kmaincent","name":"kmaincent","path":"/kmaincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17012247?s=80&v=4"},"commit":{"message":"boot/optee-os: add support to build with host-cmake\n\nSome specific versions of OP-TEE need cmake on the host to build the scmi\nfirmware.\n\nTo allow building such OP-TEE OS versions, this commit adds the option\nBR2_TARGET_OPTEE_OS_NEEDS_CMAKE which when enabled ensures that host-cmake\nis built before OP-TEE OS.\n\nSigned-off-by: Kory Maincent ","shortMessageHtmlLink":"boot/optee-os: add support to build with host-cmake"}},{"before":"ae0f659aa1ae961840f36c828dd70d3852a8b661","after":"4e556fc841ca8c618a88ea26f0d05e62d9565d3c","ref":"refs/heads/debugging-training/2024.02","pushedAt":"2024-06-25T07:03:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Tropicao","name":"Alexis Lothoré","path":"/Tropicao","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4692087?s=80&v=4"},"commit":{"message":"package/libffi: fix host build failure\n\nHost build fails on updated Arch Linux desktop.\n\nMy current /usr/bin/gcc version is 14.1.1 20240522, where\nimplicit-function-declaration cause build to fail:\n\n2024-06-05T07:03:20 libtool: compile: /home/roy/hymatek/connexi-touchpanel-firmware/mxxf1/output/host/bin/ccache /usr/bin/gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -Iinclude -I../src -I/home/roy/hymatek/connexi-touchpanel-firmware/mxxf1/output/host/include -Wall -O2 -I/home/roy/hymatek/connexi-touchpanel-firmware/mxxf1/output/host/include -fexceptions -c ../src/tramp.c -fPIC -DPIC -o src/.libs/tramp.o\n2024-06-05T07:03:20 ../src/tramp.c: In function ‘ffi_tramp_get_temp_file’:\n2024-06-05T07:03:20 ../src/tramp.c:262:22: error: implicit declaration of function ‘open_temp_exec_file’ [-Wimplicit-function-declaration]\n2024-06-05T07:03:20 262 | tramp_globals.fd = open_temp_exec_file ();\n2024-06-05T07:03:20 | ^~~~~~~~~~~~~~~~~~~\n\nPatch from master was added to fix build.\n\nSigned-off-by: Roy Kollen Svendsen \nSigned-off-by: Peter Korsgaard ","shortMessageHtmlLink":"package/libffi: fix host build failure"}},{"before":"e1291afad59f8ebda17990c4e1a73758fe0e6281","after":"3494c5b83cc3ef75cbb60acd5237c1fba2df6a17","ref":"refs/heads/wip_st/2024.02.3","pushedAt":"2024-06-20T15:55:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kmaincent","name":"kmaincent","path":"/kmaincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17012247?s=80&v=4"},"commit":{"message":"package/optee-examples: Add support for custom tarball\n\nOP-TEE OS supports custom tarballs. If the OP-TEE OS custom tarball version\ndoes not match the latest optee-examples version supported by Buildroot,\noptee-examples might not build or run properly. This patch adds support for\nan optee-examples custom tarball URL to address this potential issue.\n\nSigned-off-by: Kory Maincent ","shortMessageHtmlLink":"package/optee-examples: Add support for custom tarball"}},{"before":null,"after":"e1291afad59f8ebda17990c4e1a73758fe0e6281","ref":"refs/heads/wip_st/2024.02.3","pushedAt":"2024-06-20T14:54:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kmaincent","name":"kmaincent","path":"/kmaincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17012247?s=80&v=4"},"commit":{"message":"package/optee-examples: Add support for custom tarball\n\nOP-TEE OS supports custom tarballs. If the OP-TEE OS custom tarball version\ndoes not match the latest optee-examples version supported by Buildroot,\noptee-examples might not build or run properly. This patch adds support for\nan optee-examples custom tarball URL to address this potential issue.\n\nSigned-off-by: Kory Maincent ","shortMessageHtmlLink":"package/optee-examples: Add support for custom tarball"}},{"before":"764f3d486dca5c9d42a11a0c7aade8baf5e566e4","after":"fb804aa6f7fad1555aece6bca14e647b5c702b83","ref":"refs/heads/tfm_feature","pushedAt":"2024-06-20T08:37:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kmaincent","name":"kmaincent","path":"/kmaincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17012247?s=80&v=4"},"commit":{"message":"boot: Add support for TrustedFirmware-M package\n\nAdd support for TrustedFirmware-M:\nhttps://trustedfirmware-m.readthedocs.io\nhttps://git.trustedfirmware.org/TF-M/trusted-firmware-m.git\n\nUse subpackages to download the third-party project sources to be able to\napply patches located in the TF-M sources. This approach is also necessary\nbecause the tfm-tests git host produces non-reproducible tarballs.\n\nSigned-off-by: Kory Maincent ","shortMessageHtmlLink":"boot: Add support for TrustedFirmware-M package"}},{"before":"fb4d64ecc2f432993a93dccc91ddfeeea782d5d6","after":"764f3d486dca5c9d42a11a0c7aade8baf5e566e4","ref":"refs/heads/tfm_feature","pushedAt":"2024-06-20T08:17:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kmaincent","name":"kmaincent","path":"/kmaincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17012247?s=80&v=4"},"commit":{"message":"boot: Add support for TrustedFirmware-M package\n\nAdd support for TrustedFirmware-M:\nhttps://trustedfirmware-m.readthedocs.io\nhttps://git.trustedfirmware.org/TF-M/trusted-firmware-m.git\n\nUse subpackages to download the third-party project sources to be able to\napply patches located in the TF-M sources. This approach is also necessary\nbecause the tfm-tests git host produces non-reproducible tarballs.\n\nSigned-off-by: Kory Maincent ","shortMessageHtmlLink":"boot: Add support for TrustedFirmware-M package"}},{"before":"2c0ad498dacda51da6c013914058712194688d8c","after":"fb4d64ecc2f432993a93dccc91ddfeeea782d5d6","ref":"refs/heads/tfm_feature","pushedAt":"2024-06-19T15:20:19.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kmaincent","name":"kmaincent","path":"/kmaincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17012247?s=80&v=4"},"commit":{"message":"boot: Add support for TrustedFirmware-M package\n\nAdd support for TrustedFirmware-M:\nhttps://trustedfirmware-m.readthedocs.io\nhttps://git.trustedfirmware.org/TF-M/trusted-firmware-m.git\n\nUse subpackages to download the 3rd parties project sources to be able to\napply patches and because tfm-tests git host produces non reproductible\ntarballs.\n\nSigned-off-by: Kory Maincent ","shortMessageHtmlLink":"boot: Add support for TrustedFirmware-M package"}},{"before":"e0045e8934a9af7cb1a2499232efd67c13c2e9c1","after":"2c0ad498dacda51da6c013914058712194688d8c","ref":"refs/heads/tfm_feature","pushedAt":"2024-06-14T15:14:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kmaincent","name":"kmaincent","path":"/kmaincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17012247?s=80&v=4"},"commit":{"message":"boot: Add support for TrustedFirmware-M package\n\nAdd support for TrustedFirmware-M:\nhttps://trustedfirmware-m.readthedocs.io\nhttps://git.trustedfirmware.org/TF-M/trusted-firmware-m.git\n\nUsed subpackages to download the 3rd parties project sources to be able to\napply patches and because tfm-tests git host produces non reproductible\ntarballs.\n\nSigned-off-by: Kory Maincent ","shortMessageHtmlLink":"boot: Add support for TrustedFirmware-M package"}},{"before":"4cca5733f1c9f8205cd0e6540db002c19905eb71","after":"e0045e8934a9af7cb1a2499232efd67c13c2e9c1","ref":"refs/heads/tfm_feature","pushedAt":"2024-06-14T09:51:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kmaincent","name":"kmaincent","path":"/kmaincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17012247?s=80&v=4"},"commit":{"message":"boot: Add support for TrustedFirmware-M package\n\nAdd support for TrustedFirmware-M:\nhttps://trustedfirmware-m.readthedocs.io\nhttps://git.trustedfirmware.org/TF-M/trusted-firmware-m.git\n\nUsed subpackages to download the 3rd parties project sources to be able to\napply patches and because tfm-tests git host produces non reproductible\ntarballs.\n\nSigned-off-by: Kory Maincent ","shortMessageHtmlLink":"boot: Add support for TrustedFirmware-M package"}},{"before":"1a36beb0fe0f88593e15b454366184b483101c31","after":"4cca5733f1c9f8205cd0e6540db002c19905eb71","ref":"refs/heads/tfm_feature","pushedAt":"2024-06-14T08:29:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kmaincent","name":"kmaincent","path":"/kmaincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17012247?s=80&v=4"},"commit":{"message":"boot: Add support for TrustedFirmware-M package\n\nAdd support for TrustedFirmware-M:\nhttps://trustedfirmware-m.readthedocs.io\nhttps://git.trustedfirmware.org/TF-M/trusted-firmware-m.git\n\nUsed subpackages to download the 3rd parties project sources to be able to\napply patches and because tfm-tests git host produces non reproductible\ntarballs.\n\nSigned-off-by: Kory Maincent ","shortMessageHtmlLink":"boot: Add support for TrustedFirmware-M package"}},{"before":"6d957f7351f9232e12fe1b8c40eff60f2f5abc76","after":"1a36beb0fe0f88593e15b454366184b483101c31","ref":"refs/heads/tfm_feature","pushedAt":"2024-06-13T16:39:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kmaincent","name":"kmaincent","path":"/kmaincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17012247?s=80&v=4"},"commit":{"message":"boot: Add support for TrustedFirmware-M package\n\nAdd support for TrustedFirmware-M:\nhttps://trustedfirmware-m.readthedocs.io\nhttps://git.trustedfirmware.org/TF-M/trusted-firmware-m.git\n\nUsed subpackages to download the 3rd parties project sources to be able to\napply patches and because tfm-tests git host produces non reproductible\ntarballs.\n\nSigned-off-by: Kory Maincent ","shortMessageHtmlLink":"boot: Add support for TrustedFirmware-M package"}},{"before":null,"after":"6d957f7351f9232e12fe1b8c40eff60f2f5abc76","ref":"refs/heads/tfm_feature","pushedAt":"2024-06-07T10:17:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kmaincent","name":"kmaincent","path":"/kmaincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17012247?s=80&v=4"},"commit":{"message":"dev\n\nSigned-off-by: Kory Maincent ","shortMessageHtmlLink":"dev"}},{"before":"d120ab4ba7c4715fda5830af4435b8ecd8374ea4","after":"9dd5bf3591044bd958f955ea2eb545ca926256b2","ref":"refs/heads/st/2023.02.10","pushedAt":"2024-06-06T10:05:35.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"kmaincent","name":"kmaincent","path":"/kmaincent","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17012247?s=80&v=4"},"commit":{"message":"Merge pull request #4 from bootlin/feature/gcnano-binaries-mp2\n\npackage/gcnano-binaries: Add STM32MP2 OEM support","shortMessageHtmlLink":"Merge pull request #4 from bootlin/feature/gcnano-binaries-mp2"}},{"before":"e8a5c65d5cd0dbad4c2ca449246a36867fb37806","after":"25192ec9ae46d66f4a9d02aaa5486b75d9ed90fd","ref":"refs/heads/feature/gcnano-binaries-mp2","pushedAt":"2024-06-06T10:03:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rgantois","name":"Romain Gantois","path":"/rgantois","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47940290?s=80&v=4"},"commit":{"message":"package/gcnano-binaries: Add STM32MP2 OEM support\n\nAdd initial support for STM32MP257 GPU drivers, which are currently\nprovided by the OEM fork of STMicroelectronics' gcnano-binaries repo.\n\ngcnano-binaries will be configured for STM32MP1 platforms on ARM 32-bits\nand STM32MP2 on ARM 64-bits.\n\nSigned-off-by: Romain Gantois ","shortMessageHtmlLink":"package/gcnano-binaries: Add STM32MP2 OEM support"}},{"before":"308082ee8c7942ea9da78ed64cea3ac76c3cbc19","after":"e8a5c65d5cd0dbad4c2ca449246a36867fb37806","ref":"refs/heads/feature/gcnano-binaries-mp2","pushedAt":"2024-05-27T13:58:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rgantois","name":"Romain Gantois","path":"/rgantois","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47940290?s=80&v=4"},"commit":{"message":"package/gcnano-binaries: Autodetect SoC platform from architecture\n\nConfigure gcnano-binaries for STM32MP1 platforms on ARM 32-bits and\nSTM32MP2 on ARM 64-bits.\n\nSigned-off-by: Romain Gantois ","shortMessageHtmlLink":"package/gcnano-binaries: Autodetect SoC platform from architecture"}},{"before":null,"after":"308082ee8c7942ea9da78ed64cea3ac76c3cbc19","ref":"refs/heads/feature/gcnano-binaries-mp2","pushedAt":"2024-05-24T10:25:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rgantois","name":"Romain Gantois","path":"/rgantois","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47940290?s=80&v=4"},"commit":{"message":"package/gcnano-binaries: Add STM32MP2 OEM support\n\nAdd initial support for STM32MP257 GPU drivers, which are currently\nprovided by the OEM fork of STMicroelectronics' gcnano-binaries repo.\n\nSigned-off-by: Romain Gantois ","shortMessageHtmlLink":"package/gcnano-binaries: Add STM32MP2 OEM support"}},{"before":"7973c2e90c8b3df1ee97bc6055fed80471fe5429","after":null,"ref":"refs/heads/feature/gcnano-binaries-mp2","pushedAt":"2024-05-24T10:14:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rgantois","name":"Romain Gantois","path":"/rgantois","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47940290?s=80&v=4"}},{"before":null,"after":"7973c2e90c8b3df1ee97bc6055fed80471fe5429","ref":"refs/heads/feature/gcnano-binaries-mp2","pushedAt":"2024-05-24T10:12:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rgantois","name":"Romain Gantois","path":"/rgantois","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47940290?s=80&v=4"},"commit":{"message":"package/gcnano-binaries: Add STM32MP2 OEM support\n\nAdd initial support for STM32MP257 GPU drivers, which are currently\nprovided by the OEM fork of STMicroelectronics' gcnano-binaries repo.\n\nSigned-off-by: Romain Gantois ","shortMessageHtmlLink":"package/gcnano-binaries: Add STM32MP2 OEM support"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yNlQxMjoyMzo0MS4wMDAwMDBazwAAAASkOrKi","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yNlQxMjoyMzo0MS4wMDAwMDBazwAAAASkOrKi","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNS0yNFQxMDoxMjoyNC4wMDAwMDBazwAAAARS5zsf"}},"title":"Activity · bootlin/buildroot"}