summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2018-11-28arm: MediaTek: add basic support for MT7623 boardsWeijie Gao
2018-11-28arm: MediaTek: add basic support for MT7629 boardsRyder Lee
2018-11-28arm: dts: MediaTek: add device tree for MT7623Ryder Lee
2018-11-28arm: dts: MediaTek: add device tree for MT7629Ryder Lee
2018-11-28tools: MediaTek: add MTK boot header generation to mkimageRyder Lee
2018-11-27Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2018-11-26configs: Remove CONFIG_MARVELLChris Packham
2018-11-26ARM: vexpress_*_defconfig: Enable CMD_UBI supportOtavio Salvador
2018-11-26board: da8xxevm: Fix Environmental CRC errorAdam Ford
2018-11-26arm: ti: boot: Fix U-Boot environment partition addressSam Protsenko
2018-11-26armv7r: K3: Allow SPL to run only on core 0Lokesh Vutla
2018-11-26Merge git://git.denx.de/u-boot-riscvTom Rini
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass
2018-11-26spl: Add a define for SPL_TPL_PROMPTSimon Glass
2018-11-26test: Add a simple test for bloblistSimon Glass
2018-11-26bloblist: Locate bloblist in U-BootSimon Glass
2018-11-26spl: Set up the bloblist in SPLSimon Glass
2018-11-26Add core support for a bloblist to convey data from SPLSimon Glass
2018-11-26spl: Add support for logging in SPL and TPLSimon Glass
2018-11-26riscv: qemu: detect and boot the kernel passed by QEMULukas Auer
2018-11-26dm: core: add missing prototype for ofnode_read_u64Lukas Auer
2018-11-26riscv: qemu: enable distro bootLukas Auer
2018-11-26distro_bootcmd: add VirtIO distro boot commandLukas Auer
2018-11-26riscv: qemu: support booting LinuxLukas Auer
2018-11-26Drop CONFIG_INIT_CRITICALBin Meng
2018-11-26riscv: rename CPU_RISCV_32/64 to match architecture names ARCH_RV32I/64ILukas Auer
2018-11-20sf: Add a method to obtain the block-protect settingSimon Glass
2018-11-20misc: Update read() and write() methods to return bytes xferedSimon Glass
2018-11-20video: Update video_set_default_colors() to support invertSimon Glass
2018-11-20sandbox: Add a function to read a host fileSimon Glass
2018-11-20sandbox: log: Add a category for sandboxSimon Glass
2018-11-20cros_ec: Add new features for events and powerSimon Glass
2018-11-20fdt: restore board_fdt_blob_setup() declarationBaruch Siach
2018-11-20Merge git://git.denx.de/u-boot-marvellTom Rini
2018-11-20dm: adc: add uclass's mask and conversion helpersFabrice Gasnier
2018-11-20ARM: mvebu: db-88f6820: remove redundant commentChris Packham
2018-11-20linux/sizes.h: sync from kernelBaruch Siach
2018-11-20Use _AC and UL macros from linux/const.hBaruch Siach
2018-11-20linux/const.h: import from kernelBaruch Siach
2018-11-18mips: mt76xx: linkit-smart-7688: Misc updates to dts/config/defconfigStefan Roese
2018-11-18mips: mt76xx: gardena-smart-gateway: Misc updates to dts/config/defconfigStefan Roese
2018-11-16Ability to modify distro boot filenameMartyn Welch
2018-11-16dm: serial: fix comment on dm_serial_ops setconfigSimon Goldschmidt
2018-11-16board: ti: am654: r5: Add initial support for am654Lokesh Vutla
2018-11-16cmd: pinmux: Add pinmux commandPatrice Chotard
2018-11-16dm: uclass: Add uclass_foreach_dev_probePatrice Chotard
2018-11-16dm: uclass: Add uclass_next_device_err() to return a valid devicePatrice Chotard
2018-11-16dm: pinctrl: Add pinctrl_get_pin_name and pinctrl_get_pins_countPatrice Chotard
2018-11-16dm: pinctrl: Add get_pin_muxing() opsPatrice Chotard