aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2020-07-08spl: fit: fail fit loading in case of FDT appending errorDario Binacchi1-3/+6
2020-07-07image: Add support for ZSTD decompressionRobert Marko1-0/+52
2020-07-07common/board_f: Respect original FDT size while relocatingOleksandr Andrushchenko1-1/+1
2020-07-06video: restore CONFIG_VIDCONSOLE_AS_LCD as booleanPatrick Delaunay1-3/+3
2020-07-06Merge branch 'next'Tom Rini9-103/+256
2020-07-02riscv: sbi: Add newline to error messageSean Anderson1-1/+1
2020-07-01riscv: Clean up IPI initialization codeSean Anderson1-0/+5
2020-06-30Merge tag 'mips-pull-2020-06-29' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini1-1/+1
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski1-0/+20
2020-06-28splash: Fix build warning on 64 bits CPUYe Li1-1/+1
2020-06-25bdinfo: net: ppc: Drop bi_enet1addr and other similar infoSimon Glass1-15/+1
2020-06-25Merge tag 'xilinx-for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+1
2020-06-25common: fdt: Remove additional 4k space for fdt allocationAshok Reddy Soma1-1/+1
2020-06-18video: extend stdout video console work-around for 'vga'Anatolij Gustschin1-3/+4
2020-06-16common: hash: Remove a debug printf statementHarald Seiler1-2/+0
2020-06-13Merge tag 'dm-pull-12jun20' of git://git.denx.de/u-boot-dm into nextTom Rini1-74/+85
2020-06-12Add support for SHA384 and SHA512Reuben Dowle4-10/+142
2020-06-11log: clean up KconfigHeinrich Schuchardt1-74/+85
2020-06-04sifive: fu540: Add U-Boot proper sector startJagan Teki1-1/+2
2020-06-02image: android: fix abootimg supportChristian Gmeiner1-0/+7
2020-05-31spl: add fixed memory node in target fdt also when loading ATFHeiko Stuebner1-6/+13
2020-05-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini1-0/+8
2020-05-19board_r: Detect ifc-nor flash at run-timePankit Garg1-0/+8
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-1/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass6-0/+6
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass3-0/+3
2020-05-18common: Drop log.h from common headerSimon Glass51-0/+51
2020-05-18Fix some checkpatch warnings in calls to debug()Simon Glass1-3/+3
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass15-95/+104
2020-05-18common: Drop init.h from common headerSimon Glass4-0/+4
2020-05-18common: Drop image.h from common headerSimon Glass19-1/+23
2020-05-18common: Drop bootstage.h from common headerSimon Glass9-0/+9
2020-05-18bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass3-6/+6
2020-05-18common: Drop part.h from common headerSimon Glass4-1/+6
2020-05-18part: Drop disk_partition_t typedefSimon Glass3-6/+6
2020-05-18common: Drop net.h from common headerSimon Glass13-0/+14
2020-05-18common: Drop flash.h from common headerSimon Glass2-0/+2
2020-05-18flash: Tidy up coding style for flash functionsSimon Glass1-5/+5
2020-05-15board_r: Introduce CONFIG_PCI_INIT_R Kconfig optionOvidiu Panait2-3/+12
2020-05-15board_r: env: Use IS_ENABLED() instead of #ifdefsOvidiu Panait1-10/+11
2020-05-15common/board_f: avoid -Wtype-limits warningHeinrich Schuchardt1-1/+1
2020-05-15spl: Always define preloader_console_initSamuel Holland1-4/+3
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner1-2/+2
2020-05-10Merge branch 'master' of git://git.denx.de/u-bootStefano Babic5-33/+49
2020-05-07menu: add support for client defined statusline functionThirupathaiah Annapureddy1-5/+8
2020-05-04Merge tag 'u-boot-imx-20200502' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-9/+0
2020-05-03common: board_f: Use cpu_get_current_dev in print_cpuinfoYe Li1-5/+5
2020-05-03spl: sdp: Add DM gadget support for sdpSherry Sun1-2/+2
2020-05-03spl: sdp: Add a callback to clean up USB driverYe Li1-0/+1