summaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* mci: core: allocate memory used for DMA with dma_allocAhmad Fatoum2 days1-4/+5
* clk: fix clk_set_rate command help textDenis Orlov2024-03-251-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2024-03-151-2/+4
|\
| * commands: dmesg: support aborting dmesg output with ctrl-cAhmad Fatoum2024-03-081-2/+4
* | commands: efi_handle_dump: don't ignore failure to parse GUIDAhmad Fatoum2024-03-051-15/+17
* | commands: efi_handle_dump: use guid_parse instead of open-codingAhmad Fatoum2024-03-051-61/+8
* | commands: efi_handle_dump: print loaded image devpathAhmad Fatoum2024-03-051-5/+12
* | commands: efi_handle_dump: prepare for supporting EFI loaderAhmad Fatoum2024-03-051-12/+19
* | commands: provide efi_handle_dump in both payload and loaderAhmad Fatoum2024-03-053-0/+191
* | commands: time: refactor into new strjoinAhmad Fatoum2024-03-051-14/+3
* | commands: time: reduce strjoin runtime, drop trailing spaceAhmad Fatoum2024-03-051-5/+7
* | commands: time: switch to using getopt for -nAhmad Fatoum2024-03-051-10/+18
* | commands: stat: add option for statatAhmad Fatoum2024-03-052-9/+23
* | commands: introduce new findmnt commandAhmad Fatoum2024-03-053-0/+124
* | fs: implement openat and friendsAhmad Fatoum2024-03-051-1/+1
* | commands: kallsyms: add command-line interfaceAhmad Fatoum2024-03-053-0/+60
* | of: don't report failure to of_read_file twiceAhmad Fatoum2024-03-054-12/+5
|/
* Merge branch 'for-next/zstd'Sascha Hauer2024-02-211-1/+1
|\
| * decompress: change length arguments to longSascha Hauer2024-02-061-1/+1
* | Merge branch 'for-next/partitions'Sascha Hauer2024-02-214-2/+398
|\ \
| * | partitions: efi: Allow to create barebox environment partitionSascha Hauer2024-02-201-1/+1
| * | default environment: make string arguments constSascha Hauer2024-02-201-1/+2
| * | commands: add partedSascha Hauer2024-02-203-1/+396
| |/
* / driver: make CONFIG_DEBUG_PROBES more useful for removalAhmad Fatoum2024-02-161-5/+9
|/
* usbgadget: add bbu fastboot partition naming schemeBastian Krause2024-01-251-1/+2
* of: populate new device_d::dma_coherent attributeAhmad Fatoum2024-01-111-0/+4
* Merge branch 'for-next/op-tee'Sascha Hauer2023-12-181-2/+11
|\
| * devinfo: indicate if device tree nodes are differently populatedAhmad Fatoum2023-12-051-2/+11
* | commands: regulator: add option to list provider devicesAhmad Fatoum2023-12-051-3/+8
|/
* Merge branch 'for-next/mmc'Sascha Hauer2023-11-271-19/+102
|\
| * mci: export mci_get_ext_csd as helperMarco Felsch2023-11-151-17/+0
| * commands: mmc: deprecate -c optionMarco Felsch2023-11-151-1/+2
| * commands: mmc: add partition_complete subcommandLI Qingwu2023-11-151-1/+34
| * commands: mmc: add write_reliability subcommandLI Qingwu2023-11-151-1/+67
* | Merge branch 'for-next/misc'Sascha Hauer2023-11-272-3/+43
|\ \
| * | commands: regulator: add support for enabling/disabling regulatorsAhmad Fatoum2023-11-241-3/+35
| * | commands: drvinfo: support filtering by driverAhmad Fatoum2023-11-211-0/+8
| |/
* / commands: i2c_read: default to reading one byteRoland Hieber2023-11-221-2/+2
|/
* lib: stackprot: hide symbols when not applicableAhmad Fatoum2023-10-131-0/+1
* commands: keystore: work around missing initialization false positiveAhmad Fatoum2023-10-101-1/+1
* common: version: remove trailing new line from version_stringAhmad Fatoum2023-10-101-1/+1
* Merge branch 'for-next/misc'Sascha Hauer2023-09-252-17/+57
|\
| * commands: test: support signed comparisonsAhmad Fatoum2023-09-141-15/+51
| * commands: pwm: add option to list registered PWMsBastian Krause2023-09-061-2/+6
* | commands: add stacksmash command for causing stack overflowsAhmad Fatoum2023-09-213-0/+65
|/
* lib: open_and_lseek(): move error messages to callersSascha Hauer2023-08-186-6/+14
* filetype: return error and pass filetype as pointer argumentSascha Hauer2023-08-181-1/+5
* commands: global: document usage without parametersRoland Hieber2023-08-181-1/+2
* boot: support running scripts when doing a dry runAhmad Fatoum2023-08-181-2/+2
* commands: rm: add -f option to ignore nonexistent filesAhmad Fatoum2023-08-042-6/+13