summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2024-09-05Merge patch series "provide names for emmc hardware partitions"Tom Rini
2024-09-05mmc: allow use of hardware partition names for mmc partconfTim Harvey
2024-09-05mmc: use an enumerated type to represent PARTITION_CONFIG fieldsTim Harvey
2024-09-03Merge patch series "Make LMB memory map global and persistent"Tom Rini
2024-09-03lmb: remove the lmb_init_and_reserve() functionSughosh Ganu
2024-09-03lmb: make LMB memory map persistent and globalSughosh Ganu
2024-09-02Merge tag 'v2024.10-rc4' into nextTom Rini
2024-08-27cmd: bind: Use device sequence instead for driver bind/unbindZixun LI
2024-08-26Merge patch series "Tidy up console recording in tests"Tom Rini
2024-08-26mmc: Drop the blank line before accessesSimon Glass
2024-08-26global_data: Drop spl_handoffSimon Glass
2024-08-26board_f: Move fdt_size to boardSimon Glass
2024-08-26board_f: Add a new struct to hold pre-relocation infoSimon Glass
2024-08-22cmd: bcb: Fix segfault on invalid block deviceMattijs Korpershoek
2024-08-19Merge tag 'v2024.10-rc3' into nextTom Rini
2024-08-15sandbox: Enable wget commandYasuharu Shibata
2024-08-15cmd: led: fix led command usage for the LED_SW_BLINK enabled caseMikhail Kshevetskiy
2024-08-13i2c: Remove CFG_SYS_I2C_MAX_HOPSSimon Glass
2024-08-13date: Drop the legacy I2C codeSimon Glass
2024-08-13rtc: Drop CFG_SYS_RTC_BUS_NUMSimon Glass
2024-08-09upl: Add a commandSimon Glass
2024-08-08ubi: allow to write to volume with offsetAlexey Romanov
2024-08-08ubi: allow to read from volume with offsetAlexey Romanov
2024-08-02cmd: cpu: add release subcommandHou Zhiqiang
2024-07-30Merge patch series "led: implement software blinking"Tom Rini
2024-07-30led: enable LEDST_BLINK state unconditionallyMikhail Kshevetskiy
2024-07-19cmd: move CMD_DHCP6 options beneath CMD_DHCP6Heinrich Schuchardt
2024-07-19cmd: correct ELF-related commands dependenciesMaxim Moskalets
2024-07-19bootstash: Do not provide a default address for allTom Rini
2024-07-18Merge patch series "bootstd: Add Android support"Tom Rini
2024-07-18android: boot: Add set_abootimg_addr() and set_avendor_bootimg_addr()Mattijs Korpershoek
2024-07-15cmd: Remove duplicate newlinesMarek Vasut
2024-07-10cmd: add resize for FDT in bootelfMaxim Moskalets
2024-07-10gpt: allow spaces in partition listMikhail Kshevetskiy
2024-07-05Fix Kconfig coding style from spaces to tabAnand Moon
2024-07-05cmd: bootm: add ELF file supportMaxim Moskalets
2024-07-03Merge patch series "m68k: Implement a default flush_dcache_all"Tom Rini
2024-07-03cmd: cache: Remove weak functionsTom Rini
2024-07-03Merge tag 'ubifixes-for-v2024-10-rc1' of https://source.denx.de/u-boot/custod...Tom Rini
2024-07-03sandbox: enable support for the unlz4 commandJonathan Liu
2024-07-03cmd: ubi: check 'updating' before calling ubi_more_update_data()Martin Kurbanov
2024-07-03cmd: ubi: remove redundant initializationsMartin Kurbanov
2024-06-30Merge tag 'efi-2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2024-06-30cmd: correct kaslrseed descriptionHeinrich Schuchardt
2024-06-30cmd: fwu: Also print information about sizeMichal Simek
2024-06-28Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code"Tom Rini
2024-06-28use fdt_kaslrseed function to de-duplicate codeTim Harvey
2024-06-26zboot: Correct use of state_mask argumentSimon Glass
2024-06-26zboot: Add debugging for bootingSimon Glass
2024-06-26cmd: gpt: Fix freeing gpt_pte in gpt_verify()Sam Protsenko