aboutsummaryrefslogtreecommitdiff
path: root/cmd/qfw.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-13treewide: Tidy up semicolon after command macrosSimon Glass1-1/+1
2023-07-17qfw: Show the file address if availableSimon Glass1-1/+1
2023-02-06qemu: Move qfw kernel setup into a common fileSimon Glass1-68/+1
2023-02-06qemu: Update qfw command to use addressesSimon Glass1-21/+21
2022-12-23global: Migrate CONFIG_RAMDISK_ADDR to CFGTom Rini1-2/+2
2022-10-21qfw: return failure when no kernel could be loadedAndre Przywara1-2/+2
2022-10-21qfw: store loaded file size in environment variableAndre Przywara1-0/+2
2022-06-06qfw: Don't fail if setup data size is 0Pierre-Clément Tosi1-4/+6
2021-08-31qfw: Switch to CONFIG_SYS_LOAD_ADDR from CONFIG_LOADADDRTom Rini1-5/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-5/+5
2021-04-12x86: qemu: move QFW to its own uclassAsherah Connor1-30/+26
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-9/+10
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-2/+2
2017-08-16env: Rename setenv() to env_set()Simon Glass1-1/+1
2016-05-23cmd: qfw: do not require default macros when building qfw commandMiao Yan1-0/+13
2016-05-23cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h]Miao Yan1-1/+1
2016-05-23x86: qemu: split qfw command interface and qfw coreMiao Yan1-0/+181