aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-16test.py: Update pycryptodomex to address CVE-2023-52323WIP/2024-01-16-assorted-updates-and-improvementsTom Rini1-1/+1
2024-01-16doc: drop references to non-existing CONFIG_MEM_SUPPORT_64BIT_DATARasmus Villemoes2-2/+2
2024-01-16README: drop mention of MEM_SUPPORT_64BIT_DATARasmus Villemoes1-3/+0
2024-01-16cmd/mem.c: fix wrong use of ifdef, drop pointless SUPPORT_64BIT_DATA macroRasmus Villemoes1-20/+18
2024-01-16test: add test of "cp" shell commandRasmus Villemoes2-0/+170
2024-01-16cmd/command.c: relax length check in cmd_get_data_size()Rasmus Villemoes1-1/+1
2024-01-16cmd/command.c: constify "arg" argument of cmd_get_data_size()Rasmus Villemoes2-2/+2
2024-01-16doc/usage/cmd/cp.rst: document that overlapping regions are supportedRasmus Villemoes1-1/+2
2024-01-16cmd/mem.c: use memmove in do_mem_cp()Rasmus Villemoes1-1/+1
2024-01-16test/py: memtest: Add tests for mtest commandLove Kumar1-0/+68
2024-01-16reset: npcm: Add support for Nuvoton NPCM BMC familyJim Liu3-0/+153
2024-01-16test/py: i2c: Add tests for i2c commandLove Kumar1-0/+116
2024-01-16test/py: mii: Add tests for mii commandLove Kumar1-0/+92
2024-01-16ARM add initial support for the Phytium Pe2201 Board.TracyMg_Li15-0/+684
2024-01-16lib: smbios: remove redundant next_header()Heinrich Schuchardt1-9/+2
2024-01-16smbios: copy QEMU tablesHeinrich Schuchardt5-2/+209
2024-01-16test: unit test for smbios commandHeinrich Schuchardt1-0/+47
2024-01-16doc: man-page for smbios commandHeinrich Schuchardt2-0/+94
2024-01-16cmd: provide command to display SMBIOS informationHeinrich Schuchardt3-0/+199
2024-01-16smbios: type2: contained object handlesHeinrich Schuchardt1-0/+1
2024-01-16arm: dts: k3-j721e-binman: Add support for HS-SE 2.0Neha Malcom Francis1-0/+83
2024-01-16doc: board: phytec: Add phyCORE-AM62xWadim Egorov3-0/+160
2024-01-16board: phytec: am62x: Add PHYTEC phyCORE-AM62x SoMWadim Egorov20-1/+5312
2024-01-16test/py: mdio: Add tests for mdio commandLove Kumar1-0/+79
2024-01-16test/py: net: Add dhcp abort testLove Kumar1-0/+57
2024-01-16Merge tag 'qcom-2024.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-bo...WIP/16Jan2024Tom Rini81-1792/+1773
2024-01-16Merge tag 'u-boot-imx-20240115' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini23-201/+1070
2024-01-16sandbox_flattree: enable button supportCaleb Connolly1-0/+3
2024-01-16test: spmi: fix testsCaleb Connolly2-3/+3
2024-01-16pmic: qcom: dont use dev_read_addr to get USIDCaleb Connolly2-98/+11
2024-01-16spmi: msm: fix register range namesCaleb Connolly4-58/+23
2024-01-16gpio: qcom_pmic: drop gpio-count propertyCaleb Connolly2-56/+5
2024-01-16dts: qcom: adjust pmic gpio to use upstream bindingsCaleb Connolly4-8/+4
2024-01-16gpio: qcom_pmic: support upstream DTCaleb Connolly1-3/+28
2024-01-16gpio: qcom_pmic: drop pon GPIO driverCaleb Connolly2-107/+2
2024-01-16mach-snapdragon: switch to PMIC button driverCaleb Connolly13-153/+91
2024-01-16button: qcom-pmic: introduce Qualcomm PMIC button driverCaleb Connolly4-0/+176
2024-01-16gpio: qcom_pmic: fix silent dev_read_addr downcastCaleb Connolly1-4/+10
2024-01-16serial: msm-geni: handle devm_clk_get() errorsCaleb Connolly1-3/+8
2024-01-16serial: msm-geni: don't rely on parent misc deviceCaleb Connolly5-61/+17
2024-01-16msm_gpio: use unsigned intCaleb Connolly1-4/+4
2024-01-16pinctrl: qcom: make compatible with linux DTsCaleb Connolly13-62/+130
2024-01-16pinctrl: qcom: move ipq4019 driver from mach-ipq40xxCaleb Connolly7-207/+27
2024-01-16pinctrl: qcom: move out of mach-snapdragonCaleb Connolly13-37/+149
2024-01-16clk/qcom: fix rcg divider valueCaleb Connolly6-54/+67
2024-01-16clk/qcom: add mnd_width to clk_rcg_set_rate_mnd()Caleb Connolly6-20/+22
2024-01-16clk/qcom: use function pointers for enable and set_rateCaleb Connolly17-241/+182
2024-01-16clk/qcom: sdm845: add register map for simple gate clocksCaleb Connolly2-12/+101
2024-01-16clk/qcom: handle resets and clocks in one deviceKonrad Dybcio15-341/+421
2024-01-16clk/qcom: move ipq4019 driver from mach-ipq40xxCaleb Connolly6-40/+13