aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-02-04x86: serial: Use NS16550_DYNAMIC in Slim BootloaderPark, Aiden1-13/+0
2020-02-04serial: ns16550: Support run-time configurationSimon Glass1-1/+15
2020-02-01Merge tag 'u-boot-rockchip-20200130' of https://gitlab.denx.de/u-boot/custodi...Tom Rini3-2/+10
2020-01-31Merge tag 'uniphier-v2020.04-2' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-3/+3
2020-02-01ARM: uniphier: use $loadaddr for source commandMasahiro Yamada1-3/+3
2020-01-30rockchip: Add Single boot image (with binman, pad_cat)Jagan Teki1-0/+3
2020-01-30rockchip: rk3399: Add bootcount supportJagan Teki1-1/+4
2020-01-30rk3399: Check MMC env while defining itJagan Teki1-1/+3
2020-01-29Merge tag 'for-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini2-3/+26
2020-01-28Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-samsungTom Rini1-5/+5
2020-01-27Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini2-1/+12
2020-01-28arm: exynos: odroid: Change autoboot script to use ${mmcbootdev}Marek Szyprowski1-4/+4
2020-01-27power: regulator: add driver for Dialog DA9063 PMICMartin Fuzzey1-0/+12
2020-01-27power: pmic: add driver for Dialog DA9063 PMICMartin Fuzzey1-0/+308
2020-01-27mtd: spi-nor-core: Add octal mode supportVignesh Raghavendra2-0/+10
2020-01-27dm: spi: Check cs number before accessing slavesBin Meng1-1/+2
2020-01-27Merge tag 'u-boot-clk-26Jan2020' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini1-0/+4
2020-01-27i2c: Add enums for i2c speed and address sizeSimon Glass1-0/+26
2020-01-27global_data: remove unused mxc_i2c specific fieldBaruch Siach1-3/+0
2020-01-26Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2-3/+13
2020-01-26clk: Include missing headers for linux/clk-provider.hSean Anderson1-0/+4
2020-01-25Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini5-7/+9
2020-01-25mtd: add prototypes for weak functionPatrick Delaunay1-0/+2
2020-01-25common: blk: fix comment about blkcache_read return valueEric Nelson1-1/+1
2020-01-25common: add blkcache initAngelo Durgehello1-0/+6
2020-01-25configs: mt8518: set global variables for fastbootmingming lee1-1/+5
2020-01-24sunxi: H3/H5 Sync DT files from upstream Linux kernel as of next-20200108Chen-Yu Tsai2-3/+13
2020-01-24common: Update comment to show progressSimon Glass1-3/+2
2020-01-24common: Collect all the header files togetherSimon Glass1-24/+0
2020-01-24common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass2-4/+4
2020-01-24common: Move ROUND() into kernel.hSimon Glass2-2/+2
2020-01-24common: Move check_member() to kernel.hSimon Glass2-11/+11
2020-01-24common: Move hang() to the same header as panic()Simon Glass2-5/+22
2020-01-24common: Move testdram() into init.hSimon Glass2-4/+2
2020-01-24common: Move RAM-sizing functions to init.hSimon Glass2-4/+3
2020-01-24common: Rename and move source()Simon Glass2-3/+12
2020-01-24common: Move the image globals into image.hSimon Glass2-4/+4
2020-01-24image: Rename load_addr, save_addr, save_sizeSimon Glass1-3/+3
2020-01-24common: Move reset_cpu() to the CPU headerSimon Glass2-2/+2
2020-01-24common: Move reset_misc() function to arch headerSimon Glass1-1/+0
2020-01-24common: Move get_tbclk() to time.hSimon Glass2-1/+2
2020-01-24common: Move clock functions into a new fileSimon Glass2-5/+14
2020-01-24common: Move upmconfig() to ppc.hSimon Glass1-1/+0
2020-01-24common: Move ll_boot_init() to init.hSimon Glass2-7/+7
2020-01-24common: arm: Move s_init() to an ARM-specific headerSimon Glass1-2/+0
2020-01-24common: Move device-tree setup functions to fdt_support.hSimon Glass2-12/+14
2020-01-24common: Move type declarations to linux/types.hSimon Glass2-4/+4
2020-01-24common: Drop the symbol_lookup() declarationSimon Glass1-3/+0
2020-01-24common: Drop CONFIG_HAS_POSTSimon Glass1-4/+0
2020-01-24common: Drop CONFIG_POST_STD/ALT_LISTSimon Glass1-3/+0