Commit Graph

29 Commits

Author SHA1 Message Date
Simon Glass
d512b608dc pickman: Record cherry-pick of 5 commits from us/next
- e44098d1aa arm: mach-k3: am62p: Fixup CPU core, CAN-FD and Video-codec nodes in fdt
- a226a6422c arm: mach-k3: am62p: Fixup thermal zone critical points
- 8d05cbef73 arm: mach-k3: am62p: Fixup a53 max cpu frequency by speed-grade
- 969f43c563 arm: mach-k3: am62p: Set a53 cpu freq based on speed-grade
- e26a9ac4c6 Merge patch series "Add fdt-fixups for AM62P variants"
2025-12-21 18:13:44 -07:00
Simon Glass
b80bc1753e pickman: Record cherry-pick of 10 commits from us/next
- 8ff96fb6d0 arm: dts: k3-*-ddr: Add ss_cfg reg entry
- fed3b1eb9b ram: k3-ddrss: Use the DDR controller BIST engine for ECC priming
- 22ce56a3eb ram: k3-ddrss: Add k3_ddrss_ddr_bank_base_size_calc() to solve 'calculations restricted to 32 bits' issue
- 39d66893ef ram: k3-ddrss: Setup ECC region start and range
- 42957c3a8b ram: k3-ddrss: Enable ECC interrupts
- 98dd3c126e drivers: ram: Kconfig: Add CONFIG_K3_INLINE_ECC
- 7a84969dcb ram: k3-ddrss: Remove 'ti,ecc-enable' support
- 01fa91bd5b arm: mach-k3: Set NR_DRAM_BANKS to 2
- bc07851897 board: ti: Pull redundant DDR functions to a common location and Fixup DDR size when ECC is enabled
- 08733bf313 Merge patch series "Inline ECC Series"
2025-12-21 15:11:24 -07:00
Simon Glass
3d09f8b6f1 pickman: Record cherry-pick of 4 commits from us/next
- eda65fa42b power: regulator: replace printf() with pr_err()
- 7e261a05a5 power: replace magic numbers with macros
- b9fe3ec8a2 power: pmic: tps65941: Fix TI TPS65224 PMIC compatiable
- ecc2bd711a Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-pmic
2025-12-21 04:43:19 -07:00
Simon Glass
5fa6b3bdc6 pickman: Record review handling for cherry-ddb0f26dc45 2025-12-20 19:34:52 -07:00
Simon Glass
9183801db8 pickman: Record review handling for cherry-ddb0f26dc45 2025-12-20 19:34:52 -07:00
Simon Glass
58dc5263e2 pickman: Record review handling for cherry-ddb0f26dc45 2025-12-20 19:34:52 -07:00
Simon Glass
d29e87da85 pickman: Record review handling for cherry-ddb0f26dc45 2025-12-20 19:34:52 -07:00
Simon Glass
20fdd65132 pickman: Record review handling for cherry-b20c51bc45c 2025-12-20 18:10:01 -07:00
Simon Glass
dcf97c0e16 pickman: Record review handling for cherry-b20c51bc45c 2025-12-20 18:10:01 -07:00
Simon Glass
2f455a7183 pickman: Record cherry-pick of 4 commits from us/next
- b20c51bc45 usb: ehci-mx5: Use regulator_set_enable_if_allowed
- addcb09fd5 usb: ehci-mx6: Use regulator_set_enable_if_allowed
- 801b5fafd3 usb: ehci-mx6: Add i.MX95 support
- 6a0db9ee03 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-usb
2025-12-20 18:10:01 -07:00
Simon Glass
2b2444f5a8 pickman: Record review handling for cherry-5b5124e3d5c 2025-12-20 21:12:49 +00:00
Simon Glass
a817f785ac pickman: Record cherry-pick of 3 commits from us/next
- 5b5124e3d5 watchdog: rti: support SPL (or re-start)
- 5964f24f15 watchdog: rti: drop hack manipulating WDT clock rate
- 121e62e8af Merge https://source.denx.de/u-boot/custodians/u-boot-watchdog
2025-12-20 21:12:49 +00:00
Simon Glass
bf1fd21063 pickman: Record cherry-pick of 4 commits from us/next
- ddb0f26dc4 arm64: Convert core type check macros into inline functions
- 2fca3cf799 arm64: Add MIDR entries for Cortex-A57 and Cortex-A76
- 46a7999160 arm64: renesas: Convert boards over to is_cortex_a() functions
- 35d9b1d254 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
2025-12-20 12:22:59 -07:00
Simon Glass
c795a4fe1e pickman: Record cherry-pick of 22 commits from us/next
- 6f7f47e8c0 API: unify platform_sys_info() implementations
- 9eb59201ab examples: implement _start and syscall for RISC-V
- e18186686f examples: use architecture specific memset() on RISC-V
- 8e5b57eea0 examples: use QEMU compatible LOAD_ADDR on RISC-V
- f99b549fc2 efi_loader: avoid writing message in Exit() boot service
- d01720a830 test: fix test_extension.py
- 9cb53b5ffd configs: sandbox_deconfig: remove CONFIG_AMIGA_PARTITION
- 37e0cf42cb CI: xilinx_versal_virt: disable USB_DWC3
- 1f68057e03 net: eth_bootdev_hunt() should not run DHCP
- 5a4ac8a35a cmd: bootmenu: add parameter -e for UEFI boot options
- 6f1251a78b efi_loader: Don't warn if the TCG2 FinalEvents table is not installed
- 463e4e6476 efi_loader: fix pe reloc pointer overrun
- 66e2466888 efi_loader: Update startimage_exit self-test to check error
- e3b13ce84e doc: develop: Fix typos and wording in binman/binman.rst
- 763926915f doc: develop: Fix typos and wording in gdb.rst
- ea958a0c7d doc: sandbox: Fix the "sb" command name
- c3cf134a41 efi_loader: Expose efi_reinstall_protocol_interface in efi_loader.h
- 60c9b794e7 efi_loader: update EFI specification version
- 6a87a5d068 cmd: efidebug: update output of memory attributes
- cdf6953290 doc/develop/distro.rst: Better document upstream definition of extlinux.conf
- 9c6c7e30aa efi: Correct ECPT table GUID
- e13e0a921f Merge tag 'efi-next-20250105' of https://source.denx.de/u-boot/custodians/u-boot-efi
2025-12-20 09:56:39 -07:00
Simon Glass
1359c089af pickman: Record cherry-pick of 3 commits from us/next
- 118a10e1dd ARM: renesas: Consistently enable ENV_OVERWRITE on Renesas R-Car
- 70da4f2859 net: rswitch: Do not register disabled ports as ethernet devices
- 0d05bd2058 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
2025-12-19 21:59:14 -07:00
Simon Glass
ce099aa93d pickman: Record cherry-pick of 3 commits from us/next
- 1db256a347 driver: clk: tegra: partially support PLL clocks
- b46bd4f874 driver: clk: tegra: init basic clocks on probe
- 429d4846ea Merge patch series "Tegra: fix clock init"
2025-12-18 16:07:29 -07:00
Simon Glass
1cb1236f1d pickman: Record cherry-pick of 14 commits from us/next
- c1b9d3eb88 ARM: dts: renesas: Fix R-Car spelling
- 279d916b98 ARM: renesas: Fix R-Car spelling
- d774197bb0 clk: renesas: Fix R-Car spelling
- 4a9c8946b8 gpio: renesas: Fix R-Car spelling
- 1fea57811f i2c: renesas: Fix R-Car spelling
- 190c6d05e8 mmc: renesas: Fix R-Car spelling
- 5f97f5c7ed mtd: renesas: Fix R-Car spelling
- 7246f98d29 pci: renesas: Fix R-Car spelling
- 1bf8f02f14 phy: renesas: Fix R-Car spelling
- 4380b31e40 pinctrl: renesas: Fix R-Car spelling
- b1c2886cf2 serial: renesas: Fix R-Car spelling
- 14655e62cf spi: renesas: Fix R-Car spelling
- 802b08805c usb: renesas: Fix R-Car spelling
- 9452fb7484 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
2025-12-17 13:09:44 -07:00
Simon Glass
05fd9df66b pickman: Record cherry-pick of 4 commits from us/next
- b841e559cd Prepare v2025.01-rc4
- 28a620d281 board: rpi: Pass CMA through from firmware DT
- 6a5fc32fd2 board: rpi: Enable capsule updates
- 26512629fb Merge tag 'rpi-2025.01-rc5' of https://source.denx.de/u-boot/custodians/u-boot-raspberrypi
2025-12-17 11:05:47 -07:00
Simon Glass
4bbc6bcec6 pickman: Record cherry-pick of 13 commits from us/next
- ef9574da96 configs: Resync with savedefconfig
- 1a48b0be93 lmb: prohibit allocations above ram_top even from same bank
- 1ac2838350 rtc: CONFIGS_RTC_PL031 must depend on CONFIGS_DM_RTC
- c7401fc1d9 net: disable MBEDTLS in SPL
- 1f40dbad60 arm: qemu: fix update_info declaration
- 45f05f6812 mbedtls: remove MBEDTLS_HAVE_TIME
- 9a699a0a0d clk: rzg2l: Ignore enable for core clocks
- 2b1a5efca8 net: ravb: Simplify max-speed handling in ravb_of_to_plat
- 215663f5e4 pinctrl: rzg2l: Support 2.5V PVDD for Ethernet interfaces
- bba516a772 pinctrl: rzg2l: Support Ethernet TXC output enable
- 3a735cff5f pinctrl: rzg2l: Drop unnecessary scope
- 455e66bc59 arm64: renesas: Disable AVB1 and AVB2 on R8A779G0 V4H White Hawk board
- 497353969e Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
2025-12-17 10:51:55 -07:00
Simon Glass
1390c2ca1c pickman: Record cherry-pick of 3 commits from us/next
- ccddb0abec power: regulator: replace some debug() by dev_dbg()
- 74cd1af112 power: regulator: replace dev_dbg() by dev_err() in regulator_post_bind()
- 448add5529 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-pmic
2025-12-17 09:04:19 -07:00
Simon Glass
6dd5a2b06b pickman: Record cherry-pick of 3 commits from us/next
- 05396fb724 efi_loader: Check for a valid fw_name before auto generating GUIDs
- 1d9aa4a283 lmb: Fix the allocation of overlapping memory areas with !LMB_NONE
- ac3428fcc7 Merge tag 'efi-master-05122024' of https://source.denx.de/u-boot/custodians/u-boot-tpm
2025-12-16 20:39:15 -07:00
Simon Glass
382521caf5 pickman: Record cherry-pick of 12 commits from us/next
- e5565c24bb pinctrl: exynos: fix type of count integer
- 57e77dc80e arm: dts: e850-96: Remove TRNG node from appended dts
- 65b38a519b Revert "efi_memory: do not add U-Boot memory to the memory map"
- a37064cb2e net: lwip: wget: fix legacy syntax
- 57b6fb7eb1 Makefile: avoid non-standard sed expressions
- 6e3e72ed4e arm: dts: socfpga: remove spurious execute permission from dt files
- 12fcb98257 powerpc/t2080qds: remove spurious x permission from README file
- 03e57244bc binman: Avoid skipping binman_init()
- 924a5e4e41 Revert "global_data: Drop spl_handoff"
- acab6e78ac common: relocate fdt_blob in global_data for FDTSRC_EMBED case
- 0bbc17f06b configs: e850-96: Disable PSCI reset
- f96e513318 Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsung
2025-12-17 02:30:38 +00:00
Simon Glass
bccecaaae5 pickman: Record cherry-pick of 9 commits from us/next
- 6e18eec908 ARM: dts: imx: Make DRAM coding GPIOs available before relocation on Data Modul i.MX8M Mini/Plus eDM SBC
- 1171adfd89 ARM: dts: imx: Pick safe DRAM size on failure on Data Modul i.MX8M Mini/Plus eDM SBC
- ec3e5fa55d ARM: imx: Perform plain boot in altbootcmd on Data Modul i.MX8M Mini/Plus eDM SBC
- 3a689038bf ARM: imx: Deduplicate Data Modul i.MX8M eDM SBC defconfigs
- 0b97a394f6 ARM: imx: Replace YModem with SDP on Data Modul i.MX8M Mini eDM SBC SPL
- 4835efca7a ARM: dts: imx: Enable PCIe and NVMe on Data Modul i.MX8M Mini eDM SBC
- 6ceb861882 Revert "arm64: dts: ti: k3-j7200: Fix OSPI boot"
- 20f641987f test/cmd/wget.c: move net_test_wget() to the cmd test suite
- bf3dfb405b Merge tag 'u-boot-imx-master-20241130' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
2025-12-16 11:12:56 -07:00
Simon Glass
e54167ea98 pickman: Record cherry-pick of 5 commits from us/next
- 91bc909d31 spl: increase SPL_SYS_MALLOC_SIZE when using BIOSEMU on RISC-V
- afc52da894 configs: SiFive Unmatched: enable 'env erase' sub-command
- 185986caeb configs: visionfive2: re-enable SPL_SYS_MMCSD_RAW_MODE
- bdca70632d configs: enable CONFIG_PCI_REGION_MULTI_ENTRY=y in sifive_unmatched_defconfig
- b51b97e9be Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
2025-12-16 09:26:29 -07:00
Simon Glass
b793cef3c6 pickman: Record cherry-pick of 6 commits from us/next
- 3881c6b903 configs: Resync with savedefconfig
- a2fa53be4f mtd: nand: brcmnand: remove device specific nand driver files
- 67e52b59a2 arm: dts: Use upstream dts
- a4f72e8b6e mtd: rawnand: brcmnand: Default bcmbca parameter_page_big_endian to zero
- 5b70f26fed mtd: rawnand: brcmnand: update log level messages
- 931122add7 Merge branch 'u-boot-nand-20241126' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash
2025-12-16 07:55:14 -07:00
Simon Glass
80fcff70cd pickman: Record cherry-pick of 3 commits from us/next
- 06b8aafd68 fastboot: properly handle unknown partition type
- 35d967f5a8 usb: ci_udc: don't use "advance" feature when setting address
- 9e66cb41ee Merge tag 'u-boot-dfu-20241126' of https://source.denx.de/u-boot/custodians/u-boot-dfu
2025-12-16 14:19:39 +00:00
Simon Glass
2a205595ac pickman: Record cherry-pick of 17 commits from us/next
- a8c07ac497 alist: Mention the error condition in alist_add_placeholder()
- 13bd298499 alist: Add a comment for alist_init_struct()
- 6668d860f7 alist: Expand the comment for alist_get()
- 2ce146a3de alist: Add a way to get the next element
- 83bc5989fc alist: Add for-loop helpers
- 70f5f17415 alist: Add a function to empty the list
- d01c58acb7 alist: Add a way to efficiently filter an alist
- b84c13f37d alist: Add maintainer
- cedf9ccaa2 dm: core: Add a function to see if a device exists
- 6e625484f5 test: boot: Use a consistent name for the script bootmeth
- 57e77dc80e arm: dts: e850-96: Remove TRNG node from appended dts
- 33ddfc059e driver: sifive ccache: enable TRUNKCLOCKGATE and REGIONCLOCKGATE
- e83a99cb67 configs: visionfive2: re-enable SPL_SYS_MMCSD_RAW_MODE
- d86ff34285 xilinx: mbv: Place DTB by default to DDR location
- e4b8d8be4e xilinx: mbv: Align smode_defconfig with upstream QEMU
- d5f5e77818 riscv: Introduce configuration for 64bit version Microblaze V
- a7a96a37cb Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
2025-12-15 17:36:18 -07:00
Simon Glass
ce07e78917 pickman: Record cherry-pick of 8 commits from us/next
- e5565c24bb pinctrl: exynos: fix type of count integer
- 57e77dc80e arm: dts: e850-96: Remove TRNG node from appended dts
- 895b54998e configs: khadas-vim3{l}: fix userdata size
- ea2273911d arm: dts: meson: remove meson-a1.dtsi
- a5ed242ba6 dt-bindings: remove a1 bindings from include/
- 827edb6c00 dt-bindings: remove axg bindings from include/
- 1cdb4e03e6 dt-bindings: interrupt-controller: remove arm-gic.h from include/
- 030ec147af Merge tag 'u-boot-amlogic-next-20241113' of https://source.denx.de/u-boot/custodians/u-boot-amlogic into next
2025-12-15 16:20:22 -07:00
Simon Glass
8c915b40e6 pickman: Record cherry-pick of 15 commits from us/next
- e5565c24bb pinctrl: exynos: fix type of count integer
- 57e77dc80e arm: dts: e850-96: Remove TRNG node from appended dts
- 06b8aafd68 fastboot: properly handle unknown partition type
- 35d967f5a8 usb: ci_udc: don't use "advance" feature when setting address
- 325ac6c1e7 arm: mvebu: Disable JFFS2 support for Kirkwood and Armada XP boards
- 96ca314798 arm: kirkwood: Enable bootstd for Sheevaplug board
- 3eef899b57 arm: mvebu: x240: Use default baudrate table
- 27b2488735 arm: mvebu: x240: Switch to standard boot
- cbbfa8d778 arm: mvebu: x240: Don't build mkeficapsule
- b25b2d4f67 arm: mvebu: x240: Enable IPV6 support
- 1b46176532 arm: mvebu: x530: Remove dead comments
- c6b17af142 arm: mvebu: x530: Don't build mkeficapsule
- f337b5aaad arm: mvebu: x530: Enable IPV6 support
- 7446e29db5 arm: mvebu: Add Allied Telesis x250 board
- 6b96e01d70 Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-marvell
2025-12-15 17:22:49 +00:00