aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2019-12-15binman: Add a library to access binman entriesSimon Glass1-0/+45
2019-12-09Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2-1/+34
2019-12-10spl: opensbi: specify main hart as preferred boot hartLukas Auer1-1/+17
2019-12-10riscv: ax25-ae350: add SPL configurationRick Chen1-0/+17
2019-12-09Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-netTom Rini8-21/+83
2019-12-09dma: ti: k3-udma: Implement dma_get_cfg() interfaceVignesh Raghavendra1-0/+19
2019-12-09dma: Introduce dma_get_cfg() interfaceVignesh Raghavendra2-0/+23
2019-12-09net: mdio-uclass: add dm_eth_phy_connect helper functionAlex Marginean1-0/+12
2019-12-09net: mdio-uclass: rename arguments of dm_mdio_phy_connect for clarityAlex Marginean1-3/+3
2019-12-09include: phy: add data field for private driver dataAlex Marginean1-0/+3
2019-12-09include: phy: define XFI and USXGMII interface typesAlex Marginean1-0/+4
2019-12-09dt-bindings: phy: dp83867: Add documentation for disabling clock outputGrygorii Strashko1-1/+2
2019-12-09net: Improve documentation for string_to_ip()Joe Hershberger1-3/+4
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger1-14/+13
2019-12-09linux/types.h: fix typo uncharHeinrich Schuchardt1-1/+1
2019-12-09Merge tag 'u-boot-imx-20191209' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini4-2/+23
2019-12-06lib: crypto: add pkcs7 message parserAKASHI Takahiro1-0/+47
2019-12-06lib: crypto: add rsa public key parserAKASHI Takahiro1-0/+57
2019-12-06lib: crypto: add public key utilityAKASHI Takahiro2-0/+178
2019-12-06lib: add oid registry utilityAKASHI Takahiro1-0/+117
2019-12-06cmd: add asn1_compilerAKASHI Takahiro3-0/+174
2019-12-06linux/time.h: include vsprintf.hAKASHI Takahiro1-0/+1
2019-12-06include: kernel.h: include printk.hAKASHI Takahiro1-1/+1
2019-12-06lib: add mktime64() for linux compatibilityAKASHI Takahiro1-0/+10
2019-12-06rtc.h: add struct udevice declarationAKASHI Takahiro1-0/+2
2019-12-06cmd: Migrate from_env() from pxe.c to nvedit.cPatrice Chotard1-0/+10
2019-12-06imx: imx8qxp_mek: increase buffer sizes and args numberAnatolij Gustschin1-0/+5
2019-12-06ARM: imx: vining2000: Convert to ethernet DMMarek Vasut1-2/+0
2019-12-06ARM: imx: vining2000: Convert to SPL frameworkMarek Vasut1-0/+4
2019-12-06common: fdt_support: add support for setting usable memoryIgor Opaniuk1-0/+1
2019-12-06warp7: Fix U-Boot corruption after saving the environmentFabio Estevam1-0/+13
2019-12-06rockchip: allow loading larger kernelsBen Wolsieffer2-2/+2
2019-12-04cmd: nand/sf: isolate legacy codeMiquel Raynal1-6/+0
2019-12-04configs: move CONFIG_MTD in defconfigs when set in arch includesMiquel Raynal2-2/+0
2019-12-03mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTDMiquel Raynal4-5/+2
2019-12-03mtd: rename CONFIG_MTD -> CONFIG_DM_MTDMiquel Raynal1-1/+1
2019-12-03mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal44-122/+121
2019-12-03ARM: MediaTek: add basic support for MT8518 boardsmingming lee1-0/+65
2019-12-03clk: mediatek: add driver for MT8518mingming lee1-0/+249
2019-12-03ARM: omapl138_lcdk: Allow early init to start instruction cacheAdam Ford1-1/+1
2019-12-03Convert CONFIG_SYS_CORTINA_FW_IN_MMC et al to KconfigTom Rini3-7/+0
2019-12-03Convert CONFIG_PHY_CORTINA to KconfigTom Rini3-3/+0
2019-12-03bootm: vxworks: Support Linux compatible standard DTB for ARM and PPCLihua Zhao1-0/+3
2019-12-02Merge branch '2019-12-02-master-imports'Tom Rini19-258/+486
2019-12-02common: Move old EEPROM functions into a new headerSimon Glass2-15/+24
2019-12-02common: Drop get_endaddr()Simon Glass1-1/+0
2019-12-02common: Move trap_init() out of common.hSimon Glass2-1/+2
2019-12-02common: Move pci_init_board() out of common.hSimon Glass2-2/+3
2019-12-02common: Move some board functions out of common.hSimon Glass2-7/+8
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass2-13/+18