index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
/
fpga.c
Age
Commit message (
Expand
)
Author
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