mbox

[U-Boot] Pull request - fpga

Message ID 5279FAFC.3030005@monstr.eu
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://www.denx.de/git/u-boot-microblaze.git fpga

Message

Michal Simek Nov. 6, 2013, 8:17 a.m. UTC
Hi Tom,

please pull these 3 changes to your tree.

Thanks,
Michal


The following changes since commit e5a9a4076f1fb9fb9ce53c2aec32422073bbc66a:

  pxe: fix handling of absolute paths (2013-11-04 11:24:22 -0500)

are available in the git repository at:

  git://www.denx.de/git/u-boot-microblaze.git fpga

for you to fetch changes up to 32d7cdd366a1516fa498464c261851f3a76a62ef:

  fpga: Add support for gzip images with bitstreams (2013-11-06 09:15:12 +0100)

----------------------------------------------------------------
Jagannadha Sutradharudu Teki (1):
      fpga: zynqpl: Add dcache flush support

Michal Simek (2):
      fpga: zynqpl: Do not place bitstream below 1MB
      fpga: Add support for gzip images with bitstreams

 common/cmd_fpga.c     | 22 +++++++++++++++++++---
 drivers/fpga/zynqpl.c | 15 +++++++++++++--
 2 files changed, 32 insertions(+), 5 deletions(-)

Comments

Tom Rini Nov. 7, 2013, 12:55 a.m. UTC | #1
On Wed, Nov 06, 2013 at 09:17:00AM +0100, Michal Simek wrote:

> Hi Tom,
> 
> please pull these 3 changes to your tree.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit e5a9a4076f1fb9fb9ce53c2aec32422073bbc66a:
> 
>   pxe: fix handling of absolute paths (2013-11-04 11:24:22 -0500)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git fpga
> 
> for you to fetch changes up to 32d7cdd366a1516fa498464c261851f3a76a62ef:
> 
>   fpga: Add support for gzip images with bitstreams (2013-11-06 09:15:12 +0100)
> 
> ----------------------------------------------------------------
> Jagannadha Sutradharudu Teki (1):
>       fpga: zynqpl: Add dcache flush support
> 
> Michal Simek (2):
>       fpga: zynqpl: Do not place bitstream below 1MB
>       fpga: Add support for gzip images with bitstreams
> 
>  common/cmd_fpga.c     | 22 +++++++++++++++++++---
>  drivers/fpga/zynqpl.c | 15 +++++++++++++--
>  2 files changed, 32 insertions(+), 5 deletions(-)

Applied to u-boot/master, thanks!