summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ti816x: Enable NANDTom Rini2017-06-051-3/+57
* ti816x: Rework DDR initialization sequenceTom Rini2017-06-051-15/+0
* Enable PXE boot on meson-gxbb.Vagrant Cascadian2017-06-051-0/+1
* Merge git://git.denx.de/u-boot-fdtTom Rini2017-06-042-2248/+2
|\
| * fdt: Move header files into lib/libfdtSimon Glass2017-06-022-2160/+2
| * fdt: Use SPDX format for licenses in the libfdt headersSimon Glass2017-06-022-90/+2
* | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-06-037-5/+47
|\ \
| * | armv8: ls2080aqds: Add support for SD bootSantan Kumar2017-06-012-1/+31
| * | armv8: ls2080a: Reorganise NAND_BOOT code in config flagSantan Kumar2017-06-012-1/+5
| * | QE: add QE support on SD bootZhao Qiang2017-06-014-3/+5
| * | drivers: net: fsl-mc: Link MC boot to PHY_RESET_RBogdan Purcareata2017-06-012-0/+6
* | | Merge git://git.denx.de/u-boot-sunxiTom Rini2017-06-032-0/+232
|\ \ \
| * | | sunxi: A64/Pine64: update device tree from LinuxAndre Przywara2017-06-012-0/+232
* | | | Kconfig: Migrate FS_FAT / FAT_WRITETom Rini2017-06-0366-139/+1
* | | | board: ti: enable support for writing to fat partitionSekhar Nori2017-06-032-9/+0
* | | | config_fallbacks: add additional fallbacks for fat filesystemSekhar Nori2017-06-031-1/+5
* | | | configs: k2g_evm: make sure config fallbacks take effectSekhar Nori2017-06-031-2/+3
* | | | configs: k2*_evm: let each board decide env locationSekhar Nori2017-06-035-4/+13
| |_|/ |/| |
* | | dm: test: Fix nit with position of backslashSimon Glass2017-06-011-1/+1
* | | dm: spi: Convert uclass to livetreeSimon Glass2017-06-011-1/+1
* | | cros_ec: Update the cros_ec keyboard driver to livetreeSimon Glass2017-06-011-2/+1
* | | dm: reset: Update uclass to support livetreeSimon Glass2017-06-011-2/+2
* | | dm: power-domain: Update uclass to support livetreeSimon Glass2017-06-011-1/+1
* | | dm: phy: Update uclass to support livetreeSimon Glass2017-06-011-2/+1
* | | dm: mailbox: Update uclass to support livetreeSimon Glass2017-06-011-1/+1
* | | clk: Modify xlate() method for livetreeSimon Glass2017-06-011-2/+3
* | | dm: pmic: Convert uclass to livetreeSimon Glass2017-06-011-1/+1
* | | samsung: Move pmic header out of config fileSimon Glass2017-06-013-3/+0
* | | dm: i2c: Convert uclass to livetreeSimon Glass2017-06-011-2/+1
* | | string: Add strcspn()Simon Glass2017-06-011-0/+15
* | | string: Add strchrnul()Simon Glass2017-06-011-0/+13
* | | dm: Add more livetree helpers and definitionsSimon Glass2017-06-011-0/+36
* | | fdt: Rename a few functions in fdt_supportSimon Glass2017-06-011-2/+2
* | | cros_ec: Convert to support live treeSimon Glass2017-06-012-18/+2
* | | dm: gpio: Add live tree supportSimon Glass2017-06-011-5/+5
* | | dm: gpio: Drop blank line in gpio_xlate_offs_flags() commentSimon Glass2017-06-011-1/+0
* | | dm: gpio: Refactor to prepare for live tree supportSimon Glass2017-06-011-2/+4
* | | dm: core: Run tests with both livetree and flat treeSimon Glass2017-06-012-0/+4
* | | dm: test: Show the test filename when runningSimon Glass2017-06-011-0/+2
* | | dm: core: Add a way to find a device by ofnodeSimon Glass2017-06-012-0/+35
* | | dm: core: Scan the live tree when setting up driver modelSimon Glass2017-06-011-1/+2
* | | dm: core: Update device_bind_driver_to_node() to use ofnodeSimon Glass2017-06-012-1/+3
* | | dm: core: Update lists_bind_fdt() to use ofnodeSimon Glass2017-06-011-4/+3
* | | dm: core: Allow binding a device from a live treeSimon Glass2017-06-011-4/+6
* | | dm: core: Implement live tree 'read' functionsSimon Glass2017-06-011-92/+148
* | | dm: core: Add device-based 'read' functions to access DTSimon Glass2017-06-011-0/+383
* | | dm: core: Add a place to put extra device-tree reading functionsSimon Glass2017-06-013-22/+48
* | | dm: core: Add address operations on device tree referencesSimon Glass2017-06-011-1/+22
* | | fdt: Update fdt_get_base_address() to use constSimon Glass2017-06-011-1/+1
* | | dm: core: Add livetree address functionsSimon Glass2017-06-012-2/+66