Publishing details

Changelog

u-boot (2018.03+dfsg1-2ubuntu1) cosmic; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - rpi-import-mkknlimg.patch import tools/mkknlimg from Xenial/raspi2 -
      scripts/mkknlimg @ 83a3ebb
  * debian/patches/rpi2-rpi3-config-tweaks.patch: basing on the earlier
    rpi2-config-tweaks.patch, make configuration adjustments to the rpi2 and
    rpi3 configs.

u-boot (2018.03+dfsg1-2) unstable; urgency=medium

  [ Riku Voipio ]
  * u-boot-qcom: Add dragonboard 820c build (Closes: #894212).

  [ Vagrant Cascadian ]
  * u-boot-install-sunxi64: Ignore device write checks when FORCE is set.
  * u-boot-exynos: Update odroid patch to support distro_bootcmd, dropping
    support for legacy boot.
  * Add back uboot.elf, used to install jetson-tx1 (Closes: #893908).

u-boot (2018.03+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * Update patches for new upstream release.
  * debian/rules: Update default configuration for tools target.
  * [arm64] u-boot-rockchip: Add puma-rk3399 target.
  * Switch Vcs-* to use salsa.debian.org.
  * debian/rules: Fix typo that disabled 4GB ram support for the
    mx6cuboxi4x4 target (Closes: #893062).
  * Add patch to fix mmc support on Odroid-C2. Thanks to Jaehoon Chung and
    Heinrich Schuchardt.
  * u-boot-sunxi:
    - Add u-boot-install-sunxi64 script (Closes: #891490). Thanks to Adam
      Borowski.
    - [arm64] Add recommends on atf-allwinner.
  * debian/copyright: Updated location for libfdt.
  * Drop installation of uboot.elf, as it is stripped of debugging symbols
    and therefor not particularly useful.

u-boot (2018.01+dfsg1-2) unstable; urgency=medium

  * Update to use https copyright format URL.
  * debian/rules: Remove "dh --parallel", default in debhelper compat 11.
  * debian/patches:
    - Remove patch for IGEP board that was never applied.
    - Fix typo in mx6cubox-i4x4 patch description.
    - Add description to no-force-cross-compile-powerpc patch.
    - Add a description for the omap5_distro_bootcmd patch.
    - Remove patch for hurd support, as no packages are built on that
      hurd.

u-boot (2018.01+dfsg1-1) experimental; urgency=medium

  * New upstream release.
  * debian/patches: Refresh and removed.
  * debian/control:
    - Update to Standards-Version 4.1.3, no changes.
    - Build-Depend on debhelper 11.
  * debian/compat: Switch to debhelper compatibility level 11.

u-boot (2017.11+dfsg1-3) unstable; urgency=medium

  [ Vagrant Cascadian ]
  * Add patch submitted upstream to fix ethernet on Olimex
    A20-Olinuxino-Micro Rev. J (Closes: #864562).

  [ Marek Vasut ]
  * Disable DDR calibration on DH iMX6 (Closes: #884442).

u-boot (2017.11+dfsg1-2) unstable; urgency=medium

  [ Vagrant Cascadian ]
  * u-boot-tools: Fix broken FIT image generation by building tools-only
    target with an empty defconfig.
  * Run basic tests for mkimage/dumpimage.

  [ Marek Vasut ]
  * Backport DH iMX6 DDR configuration fix (Closes: #882123).

  [ Vagrant Cascadian ]
  * debian/control: Bump Standards-Version 4.1.2, no changes.
  * debian/rules: Use dpkg/architecture.mk instead of manually calling
    dpkg-architecture.

u-boot (2017.11+dfsg1-1) experimental; urgency=medium

  [ Vagrant Cascadian ]
  * Remove patches applied upstream.
  * Refresh patches.
  * Drop beaglebone black patch for usb-mass-storage.

  [ Marek Vasut ]
  * Add DHCOM i.MX6 PDK board support (Closes: #881298).

  [ Vagrant Cascadian ]
  * u-boot-sunxi: Include documentation for pine64 using u-boot SPL
    (Closes: #842688).
  * u-boot-rockchip: Include rk3399-firefly.dtb instead of generic
    u-boot.dtb file.

u-boot (2017.09+dfsg1-3) unstable; urgency=medium

  * Set the fdtfile variable from the value of CONFIG_DEFAULT_DEVICE_TREE
    (Closes: #870897). Thanks to Diego Roversi for the bug report!
  * Add patch to fix building jffs2 with gcc-7 (Closes: #877963). Thanks
    to Adrian Bunk!
  * Update Standards-Version of Debian Policy 4.1.1, no changes needed.

u-boot (2017.09+dfsg1-2) unstable; urgency=medium

  * u-boot-imx: mx6cuboxi4x4: Use a symlink for u-boot.img to mx6cuboxi,
    as it is identical.
  * u-boot-imx/u-boot-omap: Do not install spl/u-boot-spl.bin when the
    target uses SPL or MLO.
  * debian/rules: Generate mx6cuboxi4x4_defconfig based on
    mx6cuboxi_defconfig.
  * debian/rules: Do not install uboot.elf in mx6cuboxi4x4 target.
  * debian/rules: Only build the SPL target on mx6cuboxi4x4.
  * debian/patches: Fix odroid patch to actually use distro_bootcmd.
  * u-boot-rockchip: Fix USB on firefly-rk3399 with patches from upstream.
  * u-boot-exynos: Add patch to fix "console" environment variable
    (Closes: #877074). Thanks to Peter Lebbing!

u-boot (2017.09+dfsg1-1) experimental; urgency=medium

  * New upstream release.
  * Refreshed patches for new upstream version.
  * Update check for generating u-boot.rksd.
  * [armhf] u-boot-omap: Update to use igep00x0 target, which replaced
    igep0020.
  * debian/rules:
    - Use pkg-info.mk from dpkg-dev to set SOURCE_DATE_EPOCH and get the
      package version.
    - Switch "env" target to "envtools".

u-boot (2017.07+dfsg1-3) unstable; urgency=medium

  * u-boot-rockchip:
    - Generate u-boot.rksd used for firefly-rk3288 installation.
    - Add README.Debian describing how to install firefly-rk3288.

u-boot (2017.07+dfsg1-2) unstable; urgency=medium

  * u-boot-rockchip:
    - Ship u-boot.bin in firefly-rk3288 instead of u-boot.img.
    - Add NEWS file explaining the change for firefly-rk3288.
  * u-boot-imx:
    - mx6cuboxi: Add patch from upstream to support SATA.
    - Add patch to enable booting from SATA on wandboard.
  * u-boot-tools:
    - Install upstream fw_env.config, which includes several
      well-commented examples.
  * Consistantly use dd with conv=fsync,notrunc in Debian README files
    (Closes: #864742). Thanks to Heinrich Schuchardt.
  * debian/control:
    - Update to Standards-Version 4.0.0.

u-boot (2017.07+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches:
    - Refresh am57xx/omap5_distro_bootcmd.
    - Refresh distro_bootcmd patches for am57xx and odroid.
    - Sync mx6cuboxi4x4 patch with mx6cuboxi.
  * u-boot-sunxi: Install README.sunxi64.
  * [arm64] u-boot-sunxi: Install additional pine64 targets needed to
    manually build an SPL image.
  * [arm64] u-boot-rockchip: Add firefly-rk3399 target.
  * [armhf] Add Build-Depends on libpython-dev:native and swig.
  * [arm64] Add build-depends on libpython-dev:native, python and swig.
  * debian/rules: Split generation of rksd images into script, supporting
    generation for both rk3288 and rk3399 systems.
  * debian/copyright: Remove entries from Files-Excluded no longer present
    upstream.

u-boot (2017.05+dfsg1-1) experimental; urgency=medium

  * New upstream release.
  * Remove patches, applied upstream:
    - odroid-c2/0001-meson-gxbb-enable-MMC-as-boot-target.patch
    - odroid-c2/0002-meson-gxbb-change-ramdisk_addr_r.patch
  * Refresh patches:
    - am57xx/omap5_distro_bootcmd
    - n900-bootz-raw-initrd.diff
  * Split Build-Depends into multiple lines.
  * Add dependencies for cross-building arm64, armhf and armel.

u-boot (2017.05~rc2+dfsg1-1) experimental; urgency=medium

  * New upstream release candidate.

  * Remove patches applied upstream:
    - mx6cuboxi/serial_console_speed
    - Makefile-Fix-linking-with-modern-binutils

  * Refresh patches:
    - am57xx/omap5_distro_bootcmd
    - arndale/board-spl-rule

  * [arm64] Add u-boot-amlogic
    - Enable the odroid-c2 target.
    - Add patches:
      + Enable MMC boot on odroid-c2.
      + Fix ramdisk load address on odroid-c2.

u-boot (2017.05~rc1+dfsg1-1) experimental; urgency=medium

  * New upstream release candidate.

  * Refresh patches:
    - beagleboneblack usb-mass-storage.
    - mx6cuboxi4x4.
    - Update am57xx distro_bootcmd patch and also fix for dra7xx_evm.

  * Remove patches applied upstream:
    - orangepi_zero
    - openrd

  * Add patches from upstream:
    - Fix building with binutils.

  * Update lintian overrides with openrd targets.

u-boot (2016.11+dfsg1-4) unstable; urgency=medium

  [ Vagrant Cascadian ]
  * [armel] Apply a patch from upstream to fix openrd targets which failed
    to boot, and re-enable the openrd targets (Closes: #856441). Thanks to
    Albert ARIBAUD for the patch, Martin Michlmayr for pointing out the
    patch, and Phil Hands and Rick Thomas for testing on various openrd
    platforms.

  [ Martin Michlmayr ]
  * u-boot-rpi: typo in README.Debian (Closes: #858574).

u-boot (2016.11+dfsg1-3) unstable; urgency=medium

  [ Peter Michael Green ]
  * u-boot-imx: Add patch to add an mx6cuboxi4x4 target, supporting boards
    with 4GB of ram (Closes: #848911).

  [ Vagrant Cascadian ]
  * u-boot-sunxi: Add patches to support orangepi_zero.
    (Closes: #848557). Thanks to Mateusz Łukasik.
  * Add Rick Thomas to mx6cuboxi testers.

u-boot (2016.11+dfsg1-2) unstable; urgency=medium

  * u-boot-sunxi: Add nanopi_neo target.
    Thanks to Paul Tagliamonte. (Closes: #845932).

u-boot (2016.11+dfsg1-1) unstable; urgency=medium

  * New upstream release.
  * Remove mksunxiboot-spl patch, applied upstream.
  * Refresh patches.
  * Enable Cubieboard4 target.
  * Remove patches for ram detection on rk3288, applied upstream.

u-boot (2016.11~rc2+dfsg1-1) experimental; urgency=medium

  * New upstream release candidate.
  * Refresh patch for am57xx to use distro_bootcmd support.
  * Remove patches from 2016.09.01, applied upstream.
  * Add patches to enable ram detection on rockchip rk3288 platforms.
  * Update lintian overrides for openrd removal.

u-boot (2016.09+dfsg1-2) unstable; urgency=medium

  * odroid-xu3: Add patch to use the default bootdelay from
    distro_bootcmd.
  * Remove Philip Rinn from Cubieboard2 testers.
  * u-boot-rpi: Add documentation for configuring raspberry pi to use
    u-boot.
  * debian/watch: Add signature checking of upstream tarball.
  * u-boot-tools: Add device-tree-compiler to Recommends. Thanks to
    Pierre-Hugues Husson.  (Closes: #841351).
  * Apply patches from v2016.09.01:
    - 0001-Revert-Increase-default-of-CONFIG_SYS_MALLOC_F_LEN-f.patch
    - 0002-Revert-image-fit-switch-ENOLINK-to-ENOENT.patch
  * Remove openrd targets, as they do not boot (Closes: #837629).

u-boot (2016.09+dfsg1-1) unstable; urgency=medium

  * New upstream version.

  [ Vagrant Cascadian ]
  * Remove Ian Campbell from the list of arndale testers.
  * Remove Joey Hess from the A10-OLinuXino-Lime testers.
  * [armhf] u-boot-sunxi: Enable the CHIP target.
  * Refresh and remove patches applied upstream.

u-boot (2016.09~rc2+dfsg1-1) experimental; urgency=medium

  [ Vagrant Cascadian ]
  * New upstream release candidate.
  * Simplify cross-building in debian/rules.
  * Refresh debian/patches/tools-only-in-no-dot-config-targets.diff
  * u-boot-omap:
    - Add omap3_pandora target.
    - Add patches to switch omap3-pandora to use distro bootcmd.
  * Add patches from upstream to fix cache issues.

  [ Martin Michlmayr ]
  * Generate bootable image for DragonBoard 410c (Closes: #835656).

  [ Vagrant Cascadian ]
  * [arm64] Fix cross-building of DragonBoard 410c:
    - Allow skales:native to satisfy build-dependency.
    - Add build-depends on libfdt-dev:native.

u-boot (2016.09~rc1+dfsg1-1) experimental; urgency=medium

  * New upstream release candidate.
  * Remove patches applied upstream.
  * Remove redundant u-boot-rockchip.docs, as it is handled in the
    u-boot-rockchip.install file.
  * u-boot-sunxi: Install README for pine64 target.
  * Add build-depends on python:any [armhf], which is now required to
    build the firefly-rk3288 target.
  * Fix build of firefly-rk3288 target, which now uses u-boot-spl.bin to
    generate rksd image.
  * Build u-boot.img and u-boot.bin instead of deprecated u-boot-dtb.*
    targets.

u-boot (2016.07~rc3+dfsg1-2) experimental; urgency=medium

  * [armel] Apply patch from upstream that fixes FTBFS on openrd variants.
    (Closes: #830169).

u-boot (2016.07~rc3+dfsg1-1) experimental; urgency=medium

  * New upstream release candidate.

  [ Vagrant Cascadian ]
  * u-boot-sunxi: Enable on arm64.
  * u-boot-sunxi: Enable pine64_plus target on arm64.
  * Remove reproducibility patches, applied upstream.

  [ Ricardo Salveti ]
  * [arm64] Add u-boot-qcom package and enable dragonboard410c target
    (Closes: #824955).
  * Add patch submitted upstream "dragonboard410c: adding missing default
    addr for script and pxe boot."
  * Add patch submitted upstream "dragonboard410c: prefer sdcard boot over
    emmc"

u-boot (2016.07~rc1+dfsg1-3) experimental; urgency=medium

  [ Martin Michlmayr ]
  * Add NVIDIA to Tegra description
  * u-boot-tegra.README.Debian: fix name of package
  * u-boot-tegra.README.Debian: improve Jetson TK instructions.
    (Closes: #827081).

  [ Vagrant Cascadian ]
  * debian/control: u-boot-tools is not needed when cross-building on
    arm64.
  * Add patch to respect SOURCE_DATE_EPOCH when building FIT images,
    fixing reproducibility issues with dra7xx_evm target. Thanks to HW42
    for the patch.

u-boot (2016.07~rc1+dfsg1-2) experimental; urgency=medium

  * u-boot-tegra: Only install p2371-2180 symlink on arm64.
    (Closes: #826905). Thanks to Martin Michlmayr for the report!
  * Add patch to fix reproducibility issues with ld and some
    locales. Thanks to HW42!

u-boot (2016.07~rc1+dfsg1-1) experimental; urgency=medium

  * New upstream release candidate.

  [ Martin Michlmayr ]
  * u-boot-tegra:
    - Add Jetson TX1 (P2371-2180) target (Closes: #825458).
    - Add arm64 arch.
    - Update README.Debian for Jetson TX1.

  [ Vagrant Cascadian ]
  * u-boot-omap: Update use dra7xx_evm target.
  * u-boot-imx: Remove patch to us private libgcc on imx systems.
  * u-boot-exynos:
    - Refresh odroid distro_bootcmd patch.
    - Increase default environment size on odroid-u3 to support
      distro_bootcmd.
  * u-boot-sunxi: Enable Cubietruck_plus target.

u-boot (2016.05+dfsg1-1) experimental; urgency=medium

  * New upstream version.

  [ Ryan Finnie ]
  * u-boot-rpi: Add rpi_3, rpi_3_32b target (Closes: #823524).
  * u-boot-rpi: Add arm64 arch.

  [ Vagrant Cascadian ]
  * Remove patches applied upstream:
   - Revert-ti_armv7_common.h-Fix-U-Boot-location-on-eMMC.patch
   - Revert-rockchip-rk3288-correct-sdram-setting.patch
   - odroid-Update-README-with-correct-firmware-link-and-.patch

u-boot (2016.05~rc3+dfsg1-1) experimental; urgency=medium

  * New upstream release candidate.
  * Update debian/patches for 2016.05-rc3.
  * u-boot-rockchip:
    - Revert upstream patch to fix detected ram size on Firefly boards.
  * u-boot-imx:
    - Add patch to fix FTBFS by using u-boot's private libgcc.
  * u-boot-tools:
    - Add fw_env.config for openrd (Closes: #821056).
      Thanks to Rick Thomas.
  * u-boot-omap:
    - Revert upstream patch changing the default offsets for loading
      u-boot from eMMC.
  * u-boot-exynos:
    - Add odroid-xu3 target, tested on Odroid-XU4.
    - Add patch from upstream with updated documentation about Odroid-XU4
      target.

 -- Łukasz 'sil2100' Zemczak <email address hidden>  Fri, 27 Apr 2018 12:38:24 +0100

Available diffs

Builds

Package files