aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-06board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfoOvidiu Panait6-18/+28
2020-08-06board_f: Introduce arch_setup_bdinfo initcallOvidiu Panait2-1/+18
2020-08-06board_f: Introduce setup_bdinfo initcallOvidiu Panait2-0/+16
2020-08-06cmd: bdinfo: Move sram info prints to generic codeOvidiu Panait3-8/+4
2020-08-06Kconfig: Remove CONFIG_SYS_SRAM_STARTOvidiu Panait4-7/+2
2020-08-06Kconfig: Convert CONFIG_SYS_SRAM_SIZE to KconfigOvidiu Panait5-5/+7
2020-08-06Kconfig: Convert CONFIG_SYS_SRAM_BASE to KconfigOvidiu Panait3-2/+5
2020-08-06Kconfig: Introduce CONFIG_SYS_HAS_SRAMOvidiu Panait1-0/+11
2020-08-06Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini19-28/+719
2020-08-06mvebu: bubt: Drop dead codeTom Rini1-15/+0
2020-08-06arm: mvebu: Update CRS305-1G-4S board flash layoutLuka Kovacic2-6/+13
2020-08-06arm: mvebu: crs3xx-98dx3236: Add a maintainerLuka Kovacic1-0/+1
2020-08-06arm: mvebu: Add CRS328-4C-20S-4S boardLuka Kovacic8-0/+302
2020-08-06arm: mvebu: Add CRS326-24G-2S boardLuka Kovacic8-0/+302
2020-08-06arm: mvebu: Add CRS305-1G-4S Bit boardLuka Kovacic4-0/+101
2020-08-06cmd: mvebu/bubt: Drop unused SPI_FLASH_PROTECTIONJagan Teki1-7/+0
2020-08-05Azure/Travis: Update to latest Docker imageTom Rini2-2/+2
2020-08-05Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini4-4/+41
2020-08-05Merge branch '2020-08-05-misc-fixes'Tom Rini44-128/+421
2020-08-05tools: env: Avoid an uninited warning with was_lockedSimon Glass1-1/+1
2020-08-05tools: env: Fix printf() warning in fw_envSimon Glass1-2/+2
2020-08-05ARM: add Kconfig option for PSCI 0.1Icenowy Zheng1-0/+4
2020-08-05cmd: bdinfo: cleanup phys_addr_t outputHeinrich Schuchardt1-3/+4
2020-08-05cmd: bootz: fix device-tree overlap testBaruch Siach1-1/+1
2020-08-05fit_image: Use calloc() to fix reproducibility issueFabio Estevam1-4/+4
2020-08-04arm: Add SPL build check to SPL early bss clearBrian Moyer1-5/+5
2020-08-04doc: move Clang documentation to HTMLHeinrich Schuchardt3-55/+77
2020-08-04pinctrl: aspeed: Fix Kconfig entry indentationMichal Simek1-7/+7
2020-08-04Makefile.lib: Build all DTS with -@ if OF_LIBFDT_OVERLAY is enabledMichal Simek1-1/+1
2020-08-04dt-bindings: Sync include/dt-bindings/phy/phy.h from LinuxMichal Simek1-0/+4
2020-08-04fixdep: fix coding style in previous fixStephen Warren1-1/+1
2020-08-04test/py: Add test support for three stage bootYan Liu1-0/+10
2020-08-04arm: move CONFIG_PREBOOT="usb start" to KConfigJonas Smedegaard15-14/+1
2020-08-04net: ping: reset stored IP addressMarek Szyprowski1-0/+4
2020-08-04net: dwc_eth_qos: add Kconfig option to select supported configurationPatrick Delaunay2-6/+33
2020-08-04lmb/bdinfo: dump lmb info via bdinfoTero Kristo3-19/+31
2020-08-04net: tftp: Add client support for RFC 7440Ramon Fried3-7/+86
2020-08-04psci: put psci_method in .data section if EFI_LOADER is not enabledYann Gautier1-0/+4
2020-08-04Fix corner case in bad block table handling.Doyle, Patrick1-1/+1
2020-08-04cmd: add clone commandJohn Chau4-0/+136
2020-08-04fs/fat/fat.c: Do not perform zero block reads if there are no blocks leftJason Wessel1-1/+4
2020-08-04Merge tag 'u-boot-imx-20200804' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini52-247/+1716
2020-08-04Merge tag 'fixes-for-2020.10-rc1' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2-4/+10
2020-08-04Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini8-25/+239
2020-08-04Merge tag 'mips-pull-2020-08-03' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini15-8/+1072
2020-08-03Merge branch '2020-08-01-misc-cleanups'Tom Rini137-138/+255
2020-08-03checkpatch: Don't allow common.h and dm.h in headersSimon Glass2-2/+15
2020-08-03patman: Fix up the test commentsSimon Glass1-5/+5
2020-08-03dm: core: Guard against including dm.h in header filesSimon Glass1-0/+4
2020-08-03net: Drop duplicate include of dm.h in pcnet.cSimon Glass1-1/+0