aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-10bootm: Add a Kconfig option for bootm functionalitySimon Glass25-23/+36
2024-04-10boot: Reorder FIT and BOOTSTD to be firstSimon Glass1-18/+18
2024-04-10Merge patch series "Complete decoupling of zboot logic from commands"Tom Rini10-248/+333
2024-04-10x86: zboot: Tidy up the comment for zboot_run()Simon Glass1-3/+6
2024-04-10x86: zboot: Use zboot_start() in zboot_run()Simon Glass1-13/+1
2024-04-10x86: zboot: Separate logic functions from commandsSimon Glass3-28/+52
2024-04-10x86: zboot: Rename zboot_start() to zboot_run()Simon Glass3-9/+9
2024-04-10x86: zboot: Move argument processing outside zboot_start()Simon Glass1-39/+28
2024-04-10x86: zboot: Drop intermediate zboot_go() functionSimon Glass1-10/+1
2024-04-10x86: zboot: Drop intermediate zboot_setup() functionSimon Glass1-10/+6
2024-04-10x86: zboot: Move environment setting into zboot_load()Simon Glass2-14/+9
2024-04-10x86: zboot: Create separate functions for the logicSimon Glass1-14/+52
2024-04-10x86: zboot: Avoid iteration in do_zboot_states()Simon Glass1-13/+14
2024-04-10x86: zboot: Create a separate ZBOOT option for zboot logicSimon Glass4-2/+11
2024-04-10x86: zboot: Move command code into its own fileSimon Glass4-195/+239
2024-04-10x86: zboot: Move zimage definitions to the header fileSimon Glass2-35/+42
2024-04-10Merge tag 'xilinx-for-v2024.07-rc1' of https://source.denx.de/u-boot/custodia...Tom Rini34-91/+302
2024-04-10trace: use dynamic string buffer in make_flamegraph()Vincent Stehlé1-19/+39
2024-04-10net: dw_eth_qos: Add missing \n in error messages.Heinrich Schuchardt1-54/+54
2024-04-10lib: add missing line breaks in debug messagesMaxim Moskalets1-4/+4
2024-04-10fs: ext4: all file paths are absoluteHeinrich Schuchardt1-5/+0
2024-04-10net: nfs: fix file handle length in NFSv3Sébastien Szymanski1-5/+13
2024-04-10rtc: goldfish_rtc_probe should be staticHeinrich Schuchardt1-1/+1
2024-04-10tools: open FIT image read-onlyAhelenia Ziemiańska1-1/+1
2024-04-10fs: ext4: make "File System is consistent\n" a debug messageHeinrich Schuchardt1-1/+1
2024-04-10build: Revive and update LDR format supportGreg Malysa3-1/+20
2024-04-10scripts/Makefile.spl: Use 'sort' in SHRUNK_ARCH_DTB ruleTom Rini1-1/+1
2024-04-10fs: ext4: Change the Settings of file permissionsJixiong Hu1-2/+18
2024-04-10cmd: sysboot: null check filenameCaleb Connolly1-0/+4
2024-04-10arm64: Fix map_range() not splitting mapped blocksPierre-Clément Tosi1-0/+2
2024-04-10xilinx: common: Fix MAC address read from EEPROMPetr Zejdl1-4/+8
2024-04-10configs: zynqmp_kria: Deactivate CONFIG_SPI_FLASH_BARTejas Bhumkar1-1/+0
2024-04-09Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscvWIP/09Apr2024Tom Rini29-64/+649
2024-04-09doc: describe Milk-V Mars boardHeinrich Schuchardt2-0/+112
2024-04-09riscv: starfive: avoid including common.hHeinrich Schuchardt3-3/+0
2024-04-09board: starfive: support Milk-V Mars boardHeinrich Schuchardt1-12/+87
2024-04-09riscv: set fdtfile on Milk-V MarsHeinrich Schuchardt1-13/+30
2024-04-09eeprom: starfive: function get_product_id_from_eeprom()Heinrich Schuchardt2-0/+17
2024-04-09riscv: do not set default fdt for VisionFive 2Heinrich Schuchardt3-1/+22
2024-04-09riscv: starfive: MMC card detectHeinrich Schuchardt1-1/+1
2024-04-09riscv: Move virtio scan to board_late_init()Łukasz Stelmach2-6/+7
2024-04-09riscv: support extension probing using riscv, isa-extensionsConor Dooley1-21/+35
2024-04-09riscv: don't read riscv, isa in the riscv cpu's get_desc()Conor Dooley2-9/+11
2024-04-09configs: milkv_duo: Add SD card configsKongyang Liu1-0/+10
2024-04-09riscv: dts: sophgo: Add clk node and sdhci nodeKongyang Liu3-0/+34
2024-04-09mmc: cv1800b: Add sdhci driver support for cv1800b SoCKongyang Liu3-0/+130
2024-04-09riscv: cache: Implement dcache for cv1800bKongyang Liu2-0/+46
2024-04-09riscv: cpu: cv1800b: Add support for cv1800b SoCKongyang Liu6-2/+51
2024-04-09riscv: add backtrace supportBen Dooks4-0/+60
2024-04-08Merge tag 'efi-2024-07-rc1' of https://source.denx.de/u-boot/custodians/u-boo...WIP/08Apr2024Tom Rini30-257/+326