summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-09sandbox: Use const in os_jump_to_file()Simon Glass
2024-08-05Prepare v2024.10-rc2v2024.10-rc2Tom Rini
2024-08-05configs: Resync with savedefconfigTom Rini
2024-08-05Merge patch series "Bug-fixes for a few boards"Tom Rini
2024-08-05rockchip: Avoid #ifdefs in RK3399 SPLSimon Glass
2024-08-05rockchip: Ensure memory size is available in RK3399 SPLSimon Glass
2024-08-05fdt: Correct condition for bloblist existingSimon Glass
2024-08-05binman: Keep the efi_capsule input fileSimon Glass
2024-08-05binman: Return failure when a usage() message is generatedSimon Glass
2024-08-05binman: Deal with mkeficapsule being missingSimon Glass
2024-08-05binman: Collect the version number for mkeficapsuleSimon Glass
2024-08-05mkeficapsule: Add a --version argumentSimon Glass
2024-08-02Merge tag 'u-boot-imx-master-20240802' of https://gitlab.denx.de/u-boot/custo...Tom Rini
2024-08-02config: Adjust Phytec imx8mm module config to support NVME diskLukasz Majewski
2024-08-02configs: imx93: enable the 'cpu' commandHou Zhiqiang
2024-08-02configs: imx8m: enable the 'cpu' commandHou Zhiqiang
2024-08-02MAINTAINERS: add entry for cpu commandHou Zhiqiang
2024-08-02doc: cmd: add documentation for cpu commandHou Zhiqiang
2024-08-02cmd: cpu: add release subcommandHou Zhiqiang
2024-08-02cpu: imx: implement release_core callbackHou Zhiqiang
2024-08-02cpu: imx: Add i.MX 8M series SoCsHou Zhiqiang
2024-08-02cpu: imx: removed the tail '\n' of the CPU descriptionHou Zhiqiang
2024-08-02cpu: imx: fix the CPU type field widthHou Zhiqiang
2024-08-02cpu: imx: fix the CPU frequency in cpu_imx_get_info()Hou Zhiqiang
2024-08-02test: cpu: add test for release CPU core.Hou Zhiqiang
2024-08-02cpu: sandbox: implement release_core callbackHou Zhiqiang
2024-08-02cpu: add release_core callbackHou Zhiqiang
2024-08-02clk: imx8m: register ARM A53 core clockHou Zhiqiang
2024-08-02configs: phycore-imx8mp_defconfig: enable CMD_ERASEENVYannic Moog
2024-08-02configs: phycore-imx8mm_defconfig: enable CMD_ERASEENVYannic Moog
2024-08-02configs: imx8mm-phygate-tauri-l_defconfig: enable CMD_ERASEENVYannic Moog
2024-08-02warp7: Convert to OF_UPSTREAMFabio Estevam
2024-08-01clk: clk-uclass: Print clk name in clk_enable/clk_disableMichael Trimarchi
2024-08-01clk: Revise help text for clk_get_parent_rate()Alexander Dahl
2024-08-01clk: Fix error message in clk_get_bulkJan Kiszka
2024-08-01Merge patch series "clk: mediatek: add OPs to support OF_UPSTREAM"Tom Rini
2024-08-01clk: mediatek: add support for APMIXED parent in infra MUXChristian Marangi
2024-08-01clk: mediatek: add support for GATEs for APMIXED OPsChristian Marangi
2024-08-01clk: mediatek: implement MUX_FLAGS and MUX_MIXED_FLAGS macroChristian Marangi
2024-08-01clk: mediatek: add support for remapping clock IDChristian Marangi
2024-08-01clk: mediatek: provide common clk init function for infrasysChristian Marangi
2024-08-01clk: mediatek: add support for gate clock to reference topckgen clockChristian Marangi
2024-08-01clk: mediatek: add support for parent mux from different source for topckgenChristian Marangi
2024-08-01clk: mediatek: add support for parent mux from different sourceChristian Marangi
2024-08-01clk: mediatek: add support for gate ID at offsetChristian Marangi
2024-08-01clk: mediatek: add support for gates in clk_tree for infrasysChristian Marangi
2024-08-01clk: mediatek: return XTAL rate for infrasys get_mux_rateChristian Marangi
2024-08-01clk: mediatek: return XTAL rate directly for gates with XTAL parentChristian Marangi
2024-08-01net: dwc_eth_qos: mdio: Implement clause 45Philip Oberfichtner
2024-08-01net/tftp: make tftpput working with servers that do not use OACKMikhail Kshevetskiy