summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Export uclass_find_device_by_phandle()Simon Glass2018-11-291-0/+17
* malloc_simple: Add logging of allocationsSimon Glass2018-11-292-1/+2
* arm: MediaTek: add basic support for MT7623 boardsWeijie Gao2018-11-281-0/+56
* arm: MediaTek: add basic support for MT7629 boardsRyder Lee2018-11-281-0/+57
* arm: dts: MediaTek: add device tree for MT7623Ryder Lee2018-11-282-0/+432
* arm: dts: MediaTek: add device tree for MT7629Ryder Lee2018-11-282-0/+219
* tools: MediaTek: add MTK boot header generation to mkimageRyder Lee2018-11-281-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-11-271-6/+6
|\
| * usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-261-6/+6
* | configs: Remove CONFIG_MARVELLChris Packham2018-11-263-3/+0
* | ARM: vexpress_*_defconfig: Enable CMD_UBI supportOtavio Salvador2018-11-261-1/+1
* | board: da8xxevm: Fix Environmental CRC errorAdam Ford2018-11-261-1/+2
* | arm: ti: boot: Fix U-Boot environment partition addressSam Protsenko2018-11-261-2/+2
* | armv7r: K3: Allow SPL to run only on core 0Lokesh Vutla2018-11-261-0/+2
* | Merge git://git.denx.de/u-boot-riscvTom Rini2018-11-264-9/+55
|\ \ | |/ |/|
| * riscv: qemu: detect and boot the kernel passed by QEMULukas Auer2018-11-261-0/+10
| * dm: core: add missing prototype for ofnode_read_u64Lukas Auer2018-11-261-0/+10
| * riscv: qemu: enable distro bootLukas Auer2018-11-261-1/+13
| * distro_bootcmd: add VirtIO distro boot commandLukas Auer2018-11-261-0/+13
| * riscv: qemu: support booting LinuxLukas Auer2018-11-261-0/+6
| * Drop CONFIG_INIT_CRITICALBin Meng2018-11-261-5/+0
| * riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64ILukas Auer2018-11-261-4/+4
* | spl: Add support for passing handoff info to U-Boot properSimon Glass2018-11-263-0/+40
* | spl: Add a define for SPL_TPL_PROMPTSimon Glass2018-11-261-0/+13
* | test: Add a simple test for bloblistSimon Glass2018-11-261-0/+1
* | bloblist: Locate bloblist in U-BootSimon Glass2018-11-261-0/+4
* | spl: Set up the bloblist in SPLSimon Glass2018-11-261-0/+27
* | Add core support for a bloblist to convey data from SPLSimon Glass2018-11-262-0/+196
* | spl: Add support for logging in SPL and TPLSimon Glass2018-11-261-2/+17
|/
* sf: Add a method to obtain the block-protect settingSimon Glass2018-11-201-0/+27
* misc: Update read() and write() methods to return bytes xferedSimon Glass2018-11-201-4/+4
* video: Update video_set_default_colors() to support invertSimon Glass2018-11-201-2/+3
* sandbox: Add a function to read a host fileSimon Glass2018-11-201-0/+14
* sandbox: log: Add a category for sandboxSimon Glass2018-11-201-0/+1
* cros_ec: Add new features for events and powerSimon Glass2018-11-201-0/+89
* fdt: restore board_fdt_blob_setup() declarationBaruch Siach2018-11-201-0/+1
* Merge git://git.denx.de/u-boot-marvellTom Rini2018-11-205-19/+38
|\
| * ARM: mvebu: db-88f6820: remove redundant commentChris Packham2018-11-202-10/+0
| * linux/sizes.h: sync from kernelBaruch Siach2018-11-201-0/+4
| * Use _AC and UL macros from linux/const.hBaruch Siach2018-11-201-9/+0
| * linux/const.h: import from kernelBaruch Siach2018-11-201-0/+34
* | dm: adc: add uclass's mask and conversion helpersFabrice Gasnier2018-11-201-0/+21
|/
* mips: mt76xx: linkit-smart-7688: Misc updates to dts/config/defconfigStefan Roese2018-11-181-1/+1
* mips: mt76xx: gardena-smart-gateway: Misc updates to dts/config/defconfigStefan Roese2018-11-181-2/+2
* Ability to modify distro boot filenameMartyn Welch2018-11-161-3/+4
* dm: serial: fix comment on dm_serial_ops setconfigSimon Goldschmidt2018-11-161-3/+1
* board: ti: am654: r5: Add initial support for am654Lokesh Vutla2018-11-162-0/+8
* cmd: pinmux: Add pinmux commandPatrice Chotard2018-11-161-0/+3
* dm: uclass: Add uclass_foreach_dev_probePatrice Chotard2018-11-161-0/+16
* dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard2018-11-161-0/+12