aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-01-18Merge patch series "Enable setexpr command to print cpu-list like bitmaps"WIP/18Jul2024Tom Rini10-42/+263
2024-01-18cmd: printf: forward '%p' format string specifierLukas Funke1-0/+51
2024-01-18setexptr: Extend setexpr_get_arg() to handle pointer to memoryLukas Funke1-3/+26
2024-01-18setexpr: Promote 'setexpr_get_arg()' to a public functionLukas Funke2-14/+28
2024-01-18setexpr: rename 'get_arg()' to 'setexpr_get_arg()'Lukas Funke1-3/+3
2024-01-18lib: vsprintf: enable '%pbl' format specifierLukas Funke1-0/+42
2024-01-18lib: Add hextobarray() functionLukas Funke2-0/+42
2024-01-18cmd: printf: Correctly handle field widthLukas Funke1-1/+1
2024-01-18doc: printf() codes: Add bitmap format specifierLukas Funke1-0/+4
2024-01-18test: cmd: setexpr: Add tests for bitmap string formatLukas Funke1-0/+22
2024-01-18linux: bitmap.h: add 'for_each_set_bitrange' iteration macroLukas Funke1-0/+7
2024-01-18sandbox: add generic find_next_zero_bit implementationLukas Funke1-22/+38
2024-01-18Revert "cmd: Set modern hush as default shell"Tom Rini1-1/+5
2024-01-18Revert "test/py: net: Add dhcp abort test"Tom Rini1-57/+0
2024-01-18CI: Move to latest Ubuntu "Jammy" tagTom Rini3-3/+3
2024-01-18test: test_trace.py: Have trace-cmd report always use -lTom Rini1-16/+16
2024-01-17test/py/requirements.txt: Update packaging requirementTom Rini1-1/+1
2024-01-17docker: build QEMU v8.2.0Heinrich Schuchardt1-1/+3
2024-01-17Merge tag 'xilinx-for-v2024.04-rc1-v2' of https://source.denx.de/u-boot/custo...Tom Rini45-328/+398
2024-01-17Merge tag 'efi-2024-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini118-583/+1042
2024-01-17Merge branch '2024-01-16-assorted-updates-and-improvements'Tom Rini61-43/+7211
2024-01-17test.py: Update pycryptodomex to address CVE-2023-52323Tom Rini1-1/+1
2024-01-17doc: drop references to non-existing CONFIG_MEM_SUPPORT_64BIT_DATARasmus Villemoes2-2/+2
2024-01-17README: drop mention of MEM_SUPPORT_64BIT_DATARasmus Villemoes1-3/+0
2024-01-17cmd/mem.c: fix wrong use of ifdef, drop pointless SUPPORT_64BIT_DATA macroRasmus Villemoes1-20/+18
2024-01-17test: add test of "cp" shell commandRasmus Villemoes2-0/+169
2024-01-17riscv: qemu: imply GOLDFISH_RTCHeinrich Schuchardt1-0/+2
2024-01-17rtc: driver for Goldfish RTCHeinrich Schuchardt3-0/+113
2024-01-17fs: remove explicit efi configuration dependencyAKASHI Takahiro1-4/+3
2024-01-17net: tftp: remove explicit efi configuration dependencyAKASHI Takahiro1-6/+4
2024-01-17efi_loader: rename BOOTEFI_BOOTMGR to EFI_BOOTMGRAKASHI Takahiro6-8/+8
2024-01-17efi_loader: split unrelated code from efi_bootmgr.cAKASHI Takahiro9-505/+531
2024-01-17doc: update requirements.txtHeinrich Schuchardt1-22/+21
2024-01-17doc: import Sphinx theme.css and pygments.cssHeinrich Schuchardt1-1/+4
2024-01-17doc: update theme_overrides.cssHeinrich Schuchardt1-4/+40
2024-01-17doc: add sphinx_rtd_theme extensionHeinrich Schuchardt1-1/+1
2024-01-17docs/sphinx: Explicitly convert Sphinx paths to strOliver Faso2-2/+2
2024-01-17doc: create index entries for commandsHeinrich Schuchardt92-0/+276
2024-01-17doc: add generated index to table of contentsHeinrich Schuchardt2-1/+8
2024-01-17doc: dfu: fix a handful of typosMattijs Korpershoek1-30/+30
2024-01-17configs: zynqmp_kria: Enable CONFIG_OF_BOARD_SETUPVenkatesh Yadav Abbarapu1-0/+1
2024-01-17xilinx: board: Update the kaslr-seed propertyVenkatesh Yadav Abbarapu1-0/+49
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