{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":47706974,"defaultBranch":"master","name":"u-boot","ownerLogin":"qemu","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-12-09T17:19:41.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2137033?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1679610135.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"97e0a68baaca8de1c67039915ff53ad261c3a5c6","ref":"refs/heads/WIP/tighten-some-deps","pushedAt":"2023-03-23T22:22:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Kconfig: DISTRO_DEFAULTS: Tighten some dependencies\n\nWe only need some commands if we have a block device, or USB host.\n\nSigned-off-by: Tom Rini ","shortMessageHtmlLink":"Kconfig: DISTRO_DEFAULTS: Tighten some dependencies"}},{"before":null,"after":"70817b42a150804035f3209e98525ac76a33ddb1","ref":"refs/heads/WIP/2023-03-23-rockchip-bootstd-fixes","pushedAt":"2023-03-23T19:35:57.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"bootstd: Relax the argument requirements for bootflow scan\n\nCurrently this does not allow the -lb flags unless CMD_BOOTFLOW_FULL is\nenabled, which means that we need two separate boot commands. Relax this\nto make things easier. It is only a small amount of extra code.\n\nSigned-off-by: Simon Glass ","shortMessageHtmlLink":"bootstd: Relax the argument requirements for bootflow scan"}},{"before":null,"after":"1167982460f6f1b7269751e3aebe8b1739f638bb","ref":"refs/heads/CHECK/use-pip-cache","pushedAt":"2023-03-22T19:25:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"CI: Update to have pip cache\n\nSigned-off-by: Tom Rini ","shortMessageHtmlLink":"CI: Update to have pip cache"}},{"before":null,"after":"486930bd7fe1db63c302c960445cdd4be4a4f1d1","ref":"refs/heads/WIP/2023-03-22-assorted-minor-code-cleanups","pushedAt":"2023-03-22T19:25:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"purism: librem5: Fix a function declaration in spl.c\n\nHere we implement usb_gadget_handle_interrupts() but did not include\n so did not have the declaration correct. Fix this\nand add the missing include.\n\nSigned-off-by: Tom Rini ","shortMessageHtmlLink":"purism: librem5: Fix a function declaration in spl.c"}},{"before":"5e207b8517427226b96c5e808ae119fb1d75d39a","after":"c84a00a647057d83ecfb081ca03c4865e4c1c1be","ref":"refs/heads/master","pushedAt":"2023-03-22T18:17:36.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Merge branch '2023-03-22-assorted-fixes'\n\n- Assorted TI platform fixes, correct location of NXP boot format git\n repository, don't try and mount partitions that are too small to be\n ext4 as ext4, handle .bin files in .gitattributes, flush out panic\n messages for sure, and correct console location on Arm total_compute.","shortMessageHtmlLink":"Merge branch '2023-03-22-assorted-fixes'"}},{"before":null,"after":"c058bc85305373140823bb4ad2cf9e5e997b069b","ref":"refs/heads/WIP/2023-03-22-assorted-fixes","pushedAt":"2023-03-22T15:34:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"dma: ti: k3-udma: Fix channel hang on teardown\n\nSetting RX flow error handling will stall the channel until descriptors\nare available to move RX data. Setting this bit causes issues when\ntearing down ethernet DMA channel at the end of TFTP transfer as\nunrelated network packets can cause teardown to stall indefinitely waiting\nfor driver to queue add more desc leading to channel hang with error\nlogs:\nudma_stop_dev2mem TIMEOUT !\nudma_stop_dev2mem: peer not stopped TIMEOUT !\nudma_stop_dev2mem TIMEOUT !\n\nFix this by clearing rx_error_handling similar to how its done for UDMA\nas part of udma_alloc_rchan_sci_req()\n\nThis fixes occasional TFTP Failures seen when downloading multiple files\none after the other on AM64/AM62 SoCs.\n\nFixes: 9a92851c33e8 (\"dma: ti: k3-udma: Add BCDMA and PKTDMA support\")\nReported-by: Nishanth Menon \nSigned-off-by: Vignesh Raghavendra ","shortMessageHtmlLink":"dma: ti: k3-udma: Fix channel hang on teardown"}},{"before":"e37be8484f025137d5073406641b1c731c19b3e1","after":"5e207b8517427226b96c5e808ae119fb1d75d39a","ref":"refs/heads/master","pushedAt":"2023-03-22T13:50:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Merge tag 'u-boot-amlogic-20230322' of https://source.denx.de/u-boot/custodians/u-boot-amlogic\n\n- odroid-go-ultra: setup PMIC regulators at board init","shortMessageHtmlLink":"Merge tag 'u-boot-amlogic-20230322' of https://source.denx.de/u-boot/…"}},{"before":null,"after":"5d899f1dcf7f9898b2b5969a1b4da7deeb0ccd37","ref":"refs/heads/WIP/2023-03-21-assorted-CI-updates","pushedAt":"2023-03-21T20:25:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"CI: Allow a mirror to be specified for Docker Hub\n\nTo conserve bandwidth and potentially avoid rate limits, allow a local\nmirror of Docker Hub to be specified globally. The default value is\nunchanged.\n\nSigned-off-by: Peter Hoyes \nReviewed-by: Simon Glass \nReviewed-by: Tom Rini ","shortMessageHtmlLink":"CI: Allow a mirror to be specified for Docker Hub"}},{"before":null,"after":"9921ea1ec7bf2710135bccf7c116f44609f4a811","ref":"refs/heads/CHECK/move-to-clang-16","pushedAt":"2023-03-21T18:14:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"CI: Move to clang-16\n\nAs this is now the stable release, move to using that now for our tests.\n\nSigned-off-by: Tom Rini ","shortMessageHtmlLink":"CI: Move to clang-16"}},{"before":"318af47668aa2347ca9bbf2114cb9af1d8739aca","after":"e37be8484f025137d5073406641b1c731c19b3e1","ref":"refs/heads/master","pushedAt":"2023-03-21T15:57:57.000Z","pushType":"push","commitsCount":18,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh\n\nA single reset controller driver (part of the clock driver) fix\nfor v2023.04 release.","shortMessageHtmlLink":"Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-b…"}},{"before":null,"after":"51321493ebf029a9c3b33c02104f20fd5cb3a9be","ref":"refs/heads/WIP/20Mar2023","pushedAt":"2023-03-20T22:47:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Merge tag 'u-boot-rockchip-20230319' of https://source.denx.de/u-boot/custodians/u-boot-rockchip\n\n- Fix for rockchip timer driver;\n- Fix for rk3568 and rk3588 boot device and clock driver;\n- Fix for rk3568 reset handler;\n- Fix for rk3568 sdhci DLL at 52MHz;","shortMessageHtmlLink":"Merge tag 'u-boot-rockchip-20230319' of https://source.denx.de/u-boot…"}},{"before":null,"after":"7bde9500dd142e5960f1f5486ba94fa76138e6b3","ref":"refs/heads/WIP/20Mar2023-next","pushedAt":"2023-03-20T22:15:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Merge tag 'u-boot-rockchip-20230319' of https://source.denx.de/u-boot/custodians/u-boot-rockchip into next\n\n- Fix for rockchip timer driver;\n- Fix for rk3568 and rk3588 boot device and clock driver;\n- Fix for rk3568 reset handler;\n- Fix for rk3568 sdhci DLL at 52MHz;","shortMessageHtmlLink":"Merge tag 'u-boot-rockchip-20230319' of https://source.denx.de/u-boot…"}},{"before":null,"after":"e5ee904f0196e0c1d2751f3c5eae10652bc6bce9","ref":"refs/heads/WIP/2023-03-17-improve-read-command-add-write-command","pushedAt":"2023-03-17T19:47:28.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"test: add tests of 'read' and 'write' shell commands\n\nReviewed-by: Simon Glass \nSigned-off-by: Rasmus Villemoes ","shortMessageHtmlLink":"test: add tests of 'read' and 'write' shell commands"}},{"before":null,"after":"cefd0449d6df77eb0edb8a6800a441f9cd4e3653","ref":"refs/heads/WIP/16Mar2023-next","pushedAt":"2023-03-16T16:53:07.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Merge tag 'xilinx-for-v2023.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-microblaze into next\n\nXilinx changes for v2023.07-rc1\n\ncmd:\n- Print results in hex instead of dec in smc command\n\nfirmware:\n- Cover missing ZYNQMP_FIRMWARE dependencies\n\nfpga:\n- fix loads for unencrypted use case\n\nrelocation\n- Add support for BE systems\n\nspi:\n- Fix xilinx_spi init reset sequence\n\narasan nand:\n- Remove hardcoded bbt option\n- Set ofnode value\n\nxilinx:\n- Enable SMC command\n- Fix some sparse issues\n\nzynqmp:\n- Remove cdns,zynq-gem compatible string\n- Add optee node\n- Some DT cleanups\n\nzynq:\n- Some DT cleanups\n\nmicroblaze\n- Remove MANUAL_RELOC option","shortMessageHtmlLink":"Merge tag 'xilinx-for-v2023.07-rc1' of https://source.denx.de/u-boot/…"}},{"before":null,"after":"7df18662dad7242c5871e10a521718c98a6651e3","ref":"refs/heads/CHECK/failtest","pushedAt":"2023-03-16T15:09:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"CI: Hack: Remove unused stuff for this test\n\nSigned-off-by: Tom Rini ","shortMessageHtmlLink":"CI: Hack: Remove unused stuff for this test"}},{"before":"88e08fc5f6e508eac46cd1dfb0379b11ae032c0a","after":"318af47668aa2347ca9bbf2114cb9af1d8739aca","ref":"refs/heads/master","pushedAt":"2023-03-16T00:25:59.000Z","pushType":"push","commitsCount":14,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-coldfire","shortMessageHtmlLink":"Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-b…"}},{"before":null,"after":"318af47668aa2347ca9bbf2114cb9af1d8739aca","ref":"refs/heads/WIP/15Mar2023","pushedAt":"2023-03-15T16:05:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-coldfire","shortMessageHtmlLink":"Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-b…"}},{"before":null,"after":"7ad703549ab15bdd1ca4214fa65854f2bf781a61","ref":"refs/heads/WIP/14Mar2023-next","pushedAt":"2023-03-14T15:16:18.396Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Merge tag 'v2023.04-rc4' into next\n\nPrepare v2023.04-rc4\n\nSigned-off-by: Tom Rini ","shortMessageHtmlLink":"Merge tag 'v2023.04-rc4' into next"}},{"before":"218cf0e09672ac7c2f650ff0d9ab87669224bf50","after":"88e08fc5f6e508eac46cd1dfb0379b11ae032c0a","ref":"refs/heads/master","pushedAt":"2023-03-14T01:02:34.237Z","pushType":"push","commitsCount":1,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Prepare v2023.04-rc4\n\nSigned-off-by: Tom Rini ","shortMessageHtmlLink":"Prepare v2023.04-rc4"}},{"before":"6c1cdf158c4f3ccc8c5f9552f049a3386899dcd2","after":"218cf0e09672ac7c2f650ff0d9ab87669224bf50","ref":"refs/heads/master","pushedAt":"2023-03-13T17:58:38.394Z","pushType":"push","commitsCount":17,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Merge tag 'efi-2023-04-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi\n\nPull request for efi-2023-04-rc4\n\nDocumentation:\n\n* man-page for panic command\n\nUEFI:\n\n* Correct parameter check for SetVariable()\n\nOther:\n\n * Provide unit test for crc8","shortMessageHtmlLink":"Merge tag 'efi-2023-04-rc4' of https://source.denx.de/u-boot/custodia…"}},{"before":null,"after":"ce578c8dabf99d826336aa4e36d48d025a1e03eb","ref":"refs/heads/WIP/13Mar2023-next","pushedAt":"2023-03-13T17:58:38.394Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Merge tag 'efi-next-20230313' of https://source.denx.de/u-boot/custodians/u-boot-efi into next\n\nPull request efi-next-20230313\n\nUEFI:\n\n* Improve graphics support in EFI app\n\nOthers:\n\n* x86: Add a few more items to bdinfo\n* video: Remove duplicate cursor-positioning function\n* video: Clear the vidconsole rather than the video","shortMessageHtmlLink":"Merge tag 'efi-next-20230313' of https://source.denx.de/u-boot/custod…"}},{"before":null,"after":"218cf0e09672ac7c2f650ff0d9ab87669224bf50","ref":"refs/heads/WIP/13Mar2023","pushedAt":"2023-03-13T15:44:30.915Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Merge tag 'efi-2023-04-rc4' of https://source.denx.de/u-boot/custodians/u-boot-efi\n\nPull request for efi-2023-04-rc4\n\nDocumentation:\n\n* man-page for panic command\n\nUEFI:\n\n* Correct parameter check for SetVariable()\n\nOther:\n\n * Provide unit test for crc8","shortMessageHtmlLink":"Merge tag 'efi-2023-04-rc4' of https://source.denx.de/u-boot/custodia…"}},{"before":"6c1cdf158c4f3ccc8c5f9552f049a3386899dcd2","after":"1247fc7de81d8106cdfa64ecf18aba47a6e587f3","ref":"refs/heads/WIP/10Mar2023","pushedAt":"2023-03-11T00:23:37.195Z","pushType":"push","commitsCount":11,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Merge https://source.denx.de/u-boot/custodians/u-boot-usb\n\nTwo minimal Kconfig/Makefile fixes for USB.","shortMessageHtmlLink":"Merge https://source.denx.de/u-boot/custodians/u-boot-usb"}},{"before":"b08ffdffdce95e267e782366f4a77bf6b5537b28","after":"6c1cdf158c4f3ccc8c5f9552f049a3386899dcd2","ref":"refs/heads/master","pushedAt":"2023-03-10T23:50:57.931Z","pushType":"push","commitsCount":26,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Merge tag 'dm-pull-10mar23' of https://source.denx.de/u-boot/custodians/u-boot-dm\n\nfixes and tests for the fdt command","shortMessageHtmlLink":"Merge tag 'dm-pull-10mar23' of https://source.denx.de/u-boot/custodia…"}},{"before":null,"after":"6c1cdf158c4f3ccc8c5f9552f049a3386899dcd2","ref":"refs/heads/WIP/10Mar2023","pushedAt":"2023-03-10T21:09:31.819Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Merge tag 'dm-pull-10mar23' of https://source.denx.de/u-boot/custodians/u-boot-dm\n\nfixes and tests for the fdt command","shortMessageHtmlLink":"Merge tag 'dm-pull-10mar23' of https://source.denx.de/u-boot/custodia…"}},{"before":null,"after":"369ca9bb2e3fc786d277b1691abc282c4689f858","ref":"refs/heads/WIP/10Mar2023-next","pushedAt":"2023-03-10T16:16:02.440Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Merge https://source.denx.de/u-boot/custodians/u-boot-mmc into next\n\nSigned-off-by: Tom Rini ","shortMessageHtmlLink":"Merge https://source.denx.de/u-boot/custodians/u-boot-mmc into next"}},{"before":null,"after":"bcf343146ff365a88481b9a80920ed146c6dee5b","ref":"refs/heads/WIP/09Mar2023-next","pushedAt":"2023-03-09T16:49:59.953Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Merge tag 'dm-next-9mar23' of https://source.denx.de/u-boot/custodians/u-boot-dm into next\n\nbinman x509, separate tools dir and other improvements\npatman parallel patch generation\nfdt fixes and tests\nPyPi support for U-Boot tools\nbuildman reproducible builds","shortMessageHtmlLink":"Merge tag 'dm-next-9mar23' of https://source.denx.de/u-boot/custodian…"}},{"before":null,"after":"24554419c3da2a3028b54cb77d938600d741a5a0","ref":"refs/heads/CHECK/check-lto-for-all-arm","pushedAt":"2023-03-07T21:58:47.811Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"arm: Enable LTO by default\n\nAt this point, we have had wide enough testing of LTO on ARM platforms\nthat we should have covered all of the issues that linking in manner\nexposes in terms of run-time failures. Enable this by default, on ARM.\n\nSigned-off-by: Tom Rini ","shortMessageHtmlLink":"arm: Enable LTO by default"}},{"before":null,"after":"476ccd14d7865321a37ee36baedb4826d5f0e2c4","ref":"refs/heads/WIP/2023-03-07-enable-fdt-overlay-more-widely","pushedAt":"2023-03-07T20:52:01.171Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"lib/Kconfig: Enable OF_LIBFDT_OVERLAY by default when FIT is enabled\n\nFIT image support is commonly used to bundle a kernel image, a device\ntree, and device tree overlays. Applying overlays requires the\nOF_LIBFDT_OVERLAY config option to be set, which lots of boards fail to\nselect, most likely because developers never noticed. This leads to an\nerror when trying to apply overlays:\n\n\"config with overlays but CONFIG_OF_LIBFDT_OVERLAY not set\"\n\nTI ARM boards select the option by default. Extend this to all systems\nthat select the FIT option. This only affects the default, overlay\nsupport can still be disabled manually in the configuration.\n\nSigned-off-by: Laurent Pinchart \nReviewed-by: Simon Glass \nReviewed-by: Marek Vasut ","shortMessageHtmlLink":"lib/Kconfig: Enable OF_LIBFDT_OVERLAY by default when FIT is enabled"}},{"before":null,"after":"70ed05ce6c051e55e126e67e72ab20409134c953","ref":"refs/heads/WIP/07Mar2023-next","pushedAt":"2023-03-07T18:05:47.082Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bonzini","name":"Paolo Bonzini","path":"/bonzini","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/42082?s=80&v=4"},"commit":{"message":"Merge tag 'next-20230307' of https://source.denx.de/u-boot/custodians/u-boot-video into next\n\n - video console refactoring and optimization\n - support for fonts wider than 1 byte\n - use named header for 8x16 font data\n - support multiple fonts configuration\n - move get_font_size() to truetype driver ops\n - support font size configuration at runtime\n - add 16x32 Terminus font from linux\n - add 12x22 Sun font from linux\n - add 12x22 console simple font test","shortMessageHtmlLink":"Merge tag 'next-20230307' of https://source.denx.de/u-boot/custodians…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADChgR-gA","startCursor":null,"endCursor":null}},"title":"Activity · qemu/u-boot"}