summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-17test.py: Update pycryptodomex to address CVE-2023-52323Tom Rini
2024-01-17doc: drop references to non-existing CONFIG_MEM_SUPPORT_64BIT_DATARasmus Villemoes
2024-01-17README: drop mention of MEM_SUPPORT_64BIT_DATARasmus Villemoes
2024-01-17cmd/mem.c: fix wrong use of ifdef, drop pointless SUPPORT_64BIT_DATA macroRasmus Villemoes
2024-01-17test: add test of "cp" shell commandRasmus Villemoes
2024-01-17riscv: qemu: imply GOLDFISH_RTCHeinrich Schuchardt
2024-01-17rtc: driver for Goldfish RTCHeinrich Schuchardt
2024-01-17fs: remove explicit efi configuration dependencyAKASHI Takahiro
2024-01-17net: tftp: remove explicit efi configuration dependencyAKASHI Takahiro
2024-01-17efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGRAKASHI Takahiro
2024-01-17efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro
2024-01-17doc: update requirements.txtHeinrich Schuchardt
2024-01-17doc: import Sphinx theme.css and pygments.cssHeinrich Schuchardt
2024-01-17doc: update theme_overrides.cssHeinrich Schuchardt
2024-01-17doc: add sphinx_rtd_theme extensionHeinrich Schuchardt
2024-01-17docs/sphinx: Explicitly convert Sphinx paths to strOliver Faso
2024-01-17doc: create index entries for commandsHeinrich Schuchardt
2024-01-17doc: add generated index to table of contentsHeinrich Schuchardt
2024-01-17doc: dfu: fix a handful of typosMattijs Korpershoek
2024-01-17configs: zynqmp_kria: Enable CONFIG_OF_BOARD_SETUPVenkatesh Yadav Abbarapu
2024-01-17xilinx: board: Update the kaslr-seed propertyVenkatesh Yadav Abbarapu
2024-01-16cmd/command.c: relax length check in cmd_get_data_size()Rasmus Villemoes
2024-01-16cmd/command.c: constify "arg" argument of cmd_get_data_size()Rasmus Villemoes
2024-01-16doc/usage/cmd/cp.rst: document that overlapping regions are supportedRasmus Villemoes
2024-01-16cmd/mem.c: use memmove in do_mem_cp()Rasmus Villemoes
2024-01-16test/py: memtest: Add tests for mtest commandLove Kumar
2024-01-16reset: npcm: Add support for Nuvoton NPCM BMC familyJim Liu
2024-01-16test/py: i2c: Add tests for i2c commandLove Kumar
2024-01-16test/py: mii: Add tests for mii commandLove Kumar
2024-01-16ARM add initial support for the Phytium Pe2201 Board.TracyMg_Li
2024-01-16lib: smbios: remove redundant next_header()Heinrich Schuchardt
2024-01-16smbios: copy QEMU tablesHeinrich Schuchardt
2024-01-16arm: dts: k3-j721e-binman: Add support for HS-SE 2.0Neha Malcom Francis
2024-01-16doc: board: phytec: Add phyCORE-AM62xWadim Egorov
2024-01-16board: phytec: am62x: Add PHYTEC phyCORE-AM62x SoMWadim Egorov
2024-01-16test/py: mdio: Add tests for mdio commandLove Kumar
2024-01-16test/py: net: Add dhcp abort testLove Kumar
2024-01-16Merge tag 'qcom-2024.04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini
2024-01-16Merge tag 'u-boot-imx-20240115' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2024-01-16sandbox_flattree: enable button supportCaleb Connolly
2024-01-16test: spmi: fix testsCaleb Connolly
2024-01-16pmic: qcom: dont use dev_read_addr to get USIDCaleb Connolly
2024-01-16spmi: msm: fix register range namesCaleb Connolly
2024-01-16gpio: qcom_pmic: drop gpio-count propertyCaleb Connolly
2024-01-16dts: qcom: adjust pmic gpio to use upstream bindingsCaleb Connolly
2024-01-16gpio: qcom_pmic: support upstream DTCaleb Connolly
2024-01-16gpio: qcom_pmic: drop pon GPIO driverCaleb Connolly
2024-01-16mach-snapdragon: switch to PMIC button driverCaleb Connolly
2024-01-16button: qcom-pmic: introduce Qualcomm PMIC button driverCaleb Connolly
2024-01-16gpio: qcom_pmic: fix silent dev_read_addr downcastCaleb Connolly