| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Ensure device tree DTS is compiled" | Masahiro Yamada | 2019-03-22 | 1 | -10/+3 |
* | mips: add missing dtb-y to arch/mips/dts/Makefile | Masahiro Yamada | 2019-03-22 | 1 | -0/+5 |
* | powerpc: fix arch/powerpc/dts/Makefile | Masahiro Yamada | 2019-03-22 | 1 | -1/+1 |
* | ARM: fix arch/arm/dts/Makefile | Masahiro Yamada | 2019-03-22 | 1 | -11/+100 |
* | tools: fit_image: Add the loadable property to configs | Abel Vesa | 2019-03-22 | 1 | -0/+1 |
* | common: spl_fit: Default to IH_OS_U_BOOT if FIT_IMAGE_TINY enabled | Abel Vesa | 2019-03-22 | 1 | -0/+4 |
* | armv8: Disable exception vectors in SPL by default | Alexander Graf | 2019-03-22 | 2 | -3/+3 |
* | Makefile: Do not pass -E to mkimage when SPL has full fitImage support | Marek Vasut | 2019-03-22 | 1 | -1/+7 |
* | cmd: set CONFIG_SYS_HELP_CMD_WIDTH = 10 | Heinrich Schuchardt | 2019-03-22 | 1 | -1/+1 |
* | configs: dra7xx_evm: Remove ENV_IS_IN_FAT | Faiz Abbas | 2019-03-22 | 2 | -0/+2 |
* | arm: lib: bootm: Push the Starting kernel print to the end | Keerthy | 2019-03-22 | 1 | -2/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-socfpga | Tom Rini | 2019-03-21 | 2 | -2/+3 |
|\ |
|
| * | ARM: socfpga: Build sfp image only for Gen5 and Arria10 devices | Dalon Westergreen | 2019-03-21 | 2 | -2/+3 |
* | | Merge tag 'efi-2019-04-rc5' of git://git.denx.de/u-boot-efi | Tom Rini | 2019-03-21 | 7 | -25/+13 |
|\ \ |
|
| * | | efi_selftest: fix test_hii_string_get_string() | Heinrich Schuchardt | 2019-03-20 | 1 | -13/+4 |
| * | | efi_loader: superfluous conversion in efi_file_open() | Heinrich Schuchardt | 2019-03-20 | 1 | -1/+1 |
| * | | efi_loader: remove superfluous check in efi_setup_loaded_image() | Heinrich Schuchardt | 2019-03-20 | 1 | -4/+2 |
| * | | efi_loader: memory leak in efi_dump_single_var() | Heinrich Schuchardt | 2019-03-20 | 1 | -1/+0 |
| * | | efi_loader: missing return in efi_get_next_variable_name() | Heinrich Schuchardt | 2019-03-20 | 1 | -1/+1 |
| * | | efi_loader: endless loop in add_strings_package() | Heinrich Schuchardt | 2019-03-20 | 1 | -3/+2 |
| * | | efi_loader: correct parameter size in efi_allocate_pool | Heinrich Schuchardt | 2019-03-20 | 1 | -2/+3 |
| |/ |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 2019-03-21 | 1 | -5/+1 |
|\ \
| |/
|/| |
|
| * | i2c: i2c_cdns: Fix below warnings with checker tool | Siva Durga Prasad Paladugu | 2019-03-21 | 1 | -5/+1 |
* | | Merge git://git.denx.de/u-boot-marvell | Tom Rini | 2019-03-19 | 13 | -15/+39 |
|\ \ |
|
| * | | ARM: kirkwood: disable dcache for Kirkwood boards | Chris Packham | 2019-03-19 | 1 | -0/+6 |
| * | | ARM: mvebu: use correct name for pcie controller | Chris Packham | 2019-03-19 | 5 | -5/+5 |
| * | | ARM: mvebu: db-88f6820-amc: enable SPI_FLASH_BAR | Chris Packham | 2019-03-19 | 1 | -0/+1 |
| * | | ARM: mvebu: set CONFIG_SYS_MALLOC_F_LEN to 0x2000 | Chris Packham | 2019-03-19 | 1 | -0/+1 |
| * | | mv_ddr: ddr3: only use active chip-selects when tuning ODT | Chris Packham | 2019-03-19 | 1 | -1/+2 |
| * | | mv_ddr: ddr3: fix tRAS timimg parameter | Chris Packham | 2019-03-19 | 1 | -4/+4 |
| * | | ARM: kirkwood: add spi0 alias for dreamplug | Chris Packham | 2019-03-19 | 1 | -0/+4 |
| * | | MAINTAINERS: Update u-boot-marvell entry | Stefan Roese | 2019-03-19 | 1 | -4/+7 |
| * | | configs/clearfog_gt_8k: add network interface support | Baruch Siach | 2019-03-19 | 1 | -1/+3 |
| * | | pci: pci_mvebu: Add comment about missing of_n_addr_cells() call | Stefan Roese | 2019-03-19 | 1 | -0/+6 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-socfpga | Tom Rini | 2019-03-19 | 2 | -0/+5 |
|\ \ \ |
|
| * | | | arm: socfpga: make SPL_TEXT_BASE overridable | Simon Goldschmidt | 2019-03-16 | 1 | -0/+2 |
| * | | | ARM: dts: socfpga: Add missing altr,sysmgr-syscon for EMAC | Ley Foon Tan | 2019-03-16 | 1 | -0/+3 |
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2019-03-19 | 3 | -3/+8 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | fastboot: common: fix default fastboot_boot on 64-bit | Neil Armstrong | 2019-03-16 | 1 | -1/+1 |
| * | | | usb: udc-uclass: Fixed problem when no alias is defined in DT | Jean-Jacques Hiblot | 2019-03-16 | 1 | -2/+5 |
| * | | | cmd: fastboot: handle watchdog while waiting for fastboot commands. | Sean Nyekjaer | 2019-03-16 | 1 | -0/+2 |
| |/ / |
|
* | | | Prepare v2019.04-rc4v2019.04-rc4 | Tom Rini | 2019-03-18 | 1 | -1/+1 |
* | | | Merge git://git.denx.de/u-boot-fsl-qoriq | Tom Rini | 2019-03-15 | 17 | -56/+117 |
|\ \ \ |
|
| * | | | armv7: ls102xa: Add workaround for DDR erratum A-008850 | Alison Wang | 2019-03-15 | 10 | -37/+58 |
| * | | | drivers: net: ls1088ardb: Fix EC1 and EC2 RCW offset | Pramod Kumar | 2019-03-15 | 1 | -2/+2 |
| * | | | board: fsl: lx2160aqds: modify the phy fixup code | Pankaj Bansal | 2019-03-15 | 1 | -7/+31 |
| * | | | mc : Reduce MC memory size to 128M | Meenakshi Aggarwal | 2019-03-15 | 4 | -7/+21 |
| * | | | driver: net: fsl-mc: Fix DPC MAC address fixup | Ioana Ciocoi Radulescu | 2019-03-15 | 1 | -1/+3 |
| * | | | drivers: net: ldpaa_eth: check if the dpmac is enabled | Pankaj Bansal | 2019-03-15 | 1 | -2/+2 |
* | | | | Merge tag 'efi-2019-04-rc4-3' of https://github.com/xypron2/u-boot | Tom Rini | 2019-03-15 | 2 | -1/+12 |
|\ \ \ \
| |_|/ /
|/| | | |
|