summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-12-03rsa: add support of padding pssPhilippe Reynes2-0/+16
2018-12-03rsa: add a structure for the paddingPhilippe Reynes2-0/+29
2018-12-03Kconfig: Migrate CONFIG_RTC_M41T62 define to KconfigLukasz Majewski3-3/+0
2018-12-03arm: baltos: migrate Ethernet PHYs configuration to KconfigYegor Yefremov1-4/+0
2018-12-03arm: baltos: move CONFIG_SYS_NAND_U_BOOT_OFFS to defconfigYegor Yefremov1-8/+1
2018-12-03arc: emsdp: Bump RAM size to 16 MbAlexey Brodkin1-1/+1
2018-12-01Merge tag 'for-master-20181130' of git://git.denx.de/u-boot-rockchipTom Rini3-26/+132
2018-12-01Merge tag 'pull-30nov18' of git://git.denx.de/u-boot-dmTom Rini11-54/+203
2018-11-30ARM: rockchip: rv1108: Add support for default distro_bootcmdOtavio Salvador2-0/+18
2018-11-30ARM: rockchip: rv1108: Enable BOUNCE_BUFFEROtavio Salvador1-0/+3
2018-11-30ARM: rockchip: rv1108: Sync clock with vendor treeOtavio Salvador1-26/+111
2018-11-30arm: kirkwood: configs: dreamplug: Convert to DM_SPIChris Packham1-1/+0
2018-11-30arm: kirkwood: configs: ds109: Convert to DM_SPIChris Packham1-1/+0
2018-11-29Merge tag 'u-boot-amlogic-20181126' of git://git.denx.de/u-boot-amlogicTom Rini14-114/+508
2018-11-29tpm: Convert to use a device parameterSimon Glass3-50/+112
2018-11-29tpm: Export the open/close functionsSimon Glass1-0/+18
2018-11-29tpm: Add a constant for the minimum supported digest sizeSimon Glass1-0/+2
2018-11-29ofnode: fix comment typoBaruch Siach1-1/+1
2018-11-29sound: Add sample rate as a parameter for square waveSimon Glass1-1/+3
2018-11-29dm: sandbox: i2c: Add a new 'emulation parent' uclassSimon Glass2-0/+22
2018-11-29dm: core: Put UCLASS_SIMPLE_BUS in orderSimon Glass1-1/+1
2018-11-29dm: core: Add a few more specific child-finding functionsSimon Glass1-0/+25
2018-11-29dm: core: Export uclass_find_device_by_phandle()Simon Glass1-0/+17
2018-11-29malloc_simple: Add logging of allocationsSimon Glass2-1/+2
2018-11-29arm: MediaTek: add basic support for MT7623 boardsWeijie Gao1-0/+56
2018-11-29arm: MediaTek: add basic support for MT7629 boardsRyder Lee1-0/+57
2018-11-29arm: dts: MediaTek: add device tree for MT7623Ryder Lee2-0/+432
2018-11-29arm: dts: MediaTek: add device tree for MT7629Ryder Lee2-0/+219
2018-11-29tools: MediaTek: add MTK boot header generation to mkimageRyder Lee1-0/+1
2018-11-27Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-6/+6
2018-11-27configs: Remove CONFIG_MARVELLChris Packham3-3/+0
2018-11-27ARM: vexpress_*_defconfig: Enable CMD_UBI supportOtavio Salvador1-1/+1
2018-11-27board: da8xxevm: Fix Environmental CRC errorAdam Ford1-1/+2
2018-11-27arm: ti: boot: Fix U-Boot environment partition addressSam Protsenko1-2/+2
2018-11-27armv7r: K3: Allow SPL to run only on core 0Lokesh Vutla1-0/+2
2018-11-26Merge git://git.denx.de/u-boot-riscvTom Rini4-9/+55
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer1-6/+6
2018-11-26ARM: meson: Add boot device discoveryNeil Armstrong1-0/+13
2018-11-26ARM: dts: Sync Amlogic Meson AXG DT from Linux 4.20-rc1Neil Armstrong7-0/+473
2018-11-26ARM: meson: Add support for AXG familyNeil Armstrong1-0/+5
2018-11-26configs: meson: change default load addressesJerome Brunet1-3/+3
2018-11-26ARM: rework amlogic configurationJerome Brunet7-95/+14
2018-11-26board: amlogic: move khadas-vim2 as q200 ref boardNeil Armstrong1-0/+0
2018-11-26configs: meson: remove unnecessary MESON_FDTFILE_SETTINGJerome Brunet6-17/+1
2018-11-26spl: Add support for passing handoff info to U-Boot properSimon Glass3-0/+40
2018-11-26spl: Add a define for SPL_TPL_PROMPTSimon Glass1-0/+13
2018-11-26test: Add a simple test for bloblistSimon Glass1-0/+1
2018-11-26bloblist: Locate bloblist in U-BootSimon Glass1-0/+4
2018-11-26spl: Set up the bloblist in SPLSimon Glass1-0/+27
2018-11-26Add core support for a bloblist to convey data from SPLSimon Glass2-0/+196