index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
fpga.c
Age
Commit message (
Expand
)
Author
2025-07-24
drivers: fpga: correct compiler errors and warnings
Pieter Van Trappen
2025-07-24
cmd: fpga: improve user feedback in case of bitstream load failure
Pieter Van Trappen
2025-02-05
fpga: Make do_fpga_loads() static
Michal Simek
2025-02-05
fpga: add new symbol for fpga_loadb
Ibai Erkiaga
2025-02-05
fpga: xilinx exclusive commands
Ibai Erkiaga
2025-02-05
fpga: resort fpga commands
Ibai Erkiaga
2025-02-05
fpga: improve loads usage information
Ibai Erkiaga
2025-02-05
fpga: fix alignment on fpga cmd usage info
Ibai Erkiaga
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
cmd: Remove <common.h> and add needed includes
Tom Rini
2022-09-29
treewide: Drop image_header_t typedef
Simon Glass
2022-09-07
cmd: fpga: Convert to use fit_get_data_node
Sean Anderson
2022-07-26
fpga: pass compatible flags to fpga_load()
Oleksandr Suvorov
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
2021-02-15
image: Adjust the workings of fit_check_format()
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
common: Drop image.h from common header
Simon Glass
2019-08-11
env: Move env_get() to env.h
Simon Glass
2019-08-11
common: Move gzip functions into a new gzip header
Simon Glass
2019-07-30
cmd: fpga: correct typo, capitalize "Xilinx"
Robert P. J. Day
2019-07-11
configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT
Tom Rini
2019-04-16
fpga: Add support for getting external data address and length
Tien Fong Chee
2018-09-11
cmd: fpga: Fix loads command
Michal Simek
2018-09-11
cmd: fpga: Use CMD_RET_FAILURE instead of simple 1
Michal Simek
2018-09-11
cmd: fpga: Add support for missing fpga loadmk commands
Michal Simek
2018-09-11
cmd: fpga: Fix loadmk command
Michal Simek
2018-09-11
cmd: fpga: Fix loadfs command
Michal Simek
2018-09-11
cmd: fpga: Fix dump and all direct fpga load commands
Michal Simek
2018-09-11
cmd: fpga: Extract fpga info command to separate function
Michal Simek
2018-09-11
cmd: fpga: Create new do_fpga_wrapper for using u-boot subcommands
Michal Simek
2018-09-11
cmd: fpga: Clean wrong_parms handling
Michal Simek
2018-09-11
cmd: fpga: Remove parameter checking from fpga loadfs command
Michal Simek
2018-09-11
cmd: fpga: Move parameter checking for loadfs/loads
Michal Simek
2018-09-11
cmd: fpga: Cleanup error handling in connection to FPGA_NONE
Michal Simek
2018-09-11
cmd: fpga: Move fpga_get_op to avoid local function declaration
Michal Simek
2018-09-11
cmd: fpga: Move error handling to do_fpga()
Michal Simek
2018-09-11
cmd: fpga: Remove fit image support passed without fpga device
Michal Simek
2018-06-01
cmd: fpga: Add support to load secure bitstreams
Siva Durga Prasad Paladugu
2018-06-01
cmd: fpga: Reorder the arguments parsing code
Siva Durga Prasad Paladugu
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-01-10
fpga: Use enum for bitstream command types
Michal Simek
2016-01-27
fpga: Fix compilation warnings
Michal Simek
2016-01-25
Remove the cmd_ prefix from command files
Simon Glass