Home
last modified time | relevance | path

Searched hist:"62 afc601883e788f3f22291202d5b2a23c1a8b06" (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/common/
H A Dimage-fit.cdiff 950fe26de9d6e7355b96c6f5dcc8455398216b9f Sun Aug 14 13:31:24 CDT 2016 Andreas Bießmann <andreas@biessmann.org> image-fit: fix fit_image_load() OS check

Commit 62afc601883e788f3f22291202d5b2a23c1a8b06 introduced fpga image load via
bootm but broke the OS check in fit_image_load().

This commit removes following compiler warning:

---8<---
In file included from tools/common/image-fit.c:1:
/Volumes/devel/u-boot/tools/../common/image-fit.c:1715:39: warning: use of logical '||' with constant operand [-Wconstant-logical-operand]
os_ok = image_type == IH_TYPE_FLATDT || IH_TYPE_FPGA ||
^ ~~~~~~~~~~~~
/Volumes/devel/u-boot/tools/../common/image-fit.c:1715:39: note: use '|' for a bitwise operation
os_ok = image_type == IH_TYPE_FLATDT || IH_TYPE_FPGA ||
^~
|
1 warning generated.
--->8---

Signed-off-by: Andreas Bießmann <andreas@biessmann.org>
Cc: Michal Simek <michal.simek@xilinx.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
diff 62afc601883e788f3f22291202d5b2a23c1a8b06 Tue May 17 07:03:50 CDT 2016 Michal Simek <michal.simek@xilinx.com> image: Add boot_get_fpga() to load fpga with bootm

Add function boot_get_fpga() which find and load bitstream to
programmable logic if fpga entry is present.
Function is supported on Xilinx devices for full and partial bitstreams
in BIN and BIT format.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Remove additional blankline in image.h
H A Dbootm.cdiff 62afc601883e788f3f22291202d5b2a23c1a8b06 Tue May 17 07:03:50 CDT 2016 Michal Simek <michal.simek@xilinx.com> image: Add boot_get_fpga() to load fpga with bootm

Add function boot_get_fpga() which find and load bitstream to
programmable logic if fpga entry is present.
Function is supported on Xilinx devices for full and partial bitstreams
in BIN and BIT format.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Remove additional blankline in image.h
H A Dimage.cdiff 62afc601883e788f3f22291202d5b2a23c1a8b06 Tue May 17 07:03:50 CDT 2016 Michal Simek <michal.simek@xilinx.com> image: Add boot_get_fpga() to load fpga with bootm

Add function boot_get_fpga() which find and load bitstream to
programmable logic if fpga entry is present.
Function is supported on Xilinx devices for full and partial bitstreams
in BIN and BIT format.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Remove additional blankline in image.h
/openbmc/u-boot/include/
H A Dbootstage.hdiff 62afc601883e788f3f22291202d5b2a23c1a8b06 Tue May 17 07:03:50 CDT 2016 Michal Simek <michal.simek@xilinx.com> image: Add boot_get_fpga() to load fpga with bootm

Add function boot_get_fpga() which find and load bitstream to
programmable logic if fpga entry is present.
Function is supported on Xilinx devices for full and partial bitstreams
in BIN and BIT format.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Remove additional blankline in image.h
H A Dimage.hdiff 62afc601883e788f3f22291202d5b2a23c1a8b06 Tue May 17 07:03:50 CDT 2016 Michal Simek <michal.simek@xilinx.com> image: Add boot_get_fpga() to load fpga with bootm

Add function boot_get_fpga() which find and load bitstream to
programmable logic if fpga entry is present.
Function is supported on Xilinx devices for full and partial bitstreams
in BIN and BIT format.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Remove additional blankline in image.h