aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-06dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probeOvidiu Panait
2020-08-06board_f: Remove setup_board_part1Ovidiu Panait
2020-08-06board_f: ppc: Factor out ppc-specific bdinfo setupOvidiu Panait
2020-08-06board_f: m68k: Factor out m68k-specific bdinfo setupOvidiu Panait
2020-08-06board_f: Move sram bdinfo assignments to generic codeOvidiu Panait
2020-08-06board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfoOvidiu Panait
2020-08-06board_f: Introduce arch_setup_bdinfo initcallOvidiu Panait
2020-08-06board_f: Introduce setup_bdinfo initcallOvidiu Panait
2020-08-06cmd: bdinfo: Move sram info prints to generic codeOvidiu Panait
2020-08-06Kconfig: Remove CONFIG_SYS_SRAM_STARTOvidiu Panait
2020-08-06Kconfig: Convert CONFIG_SYS_SRAM_SIZE to KconfigOvidiu Panait
2020-08-06Kconfig: Convert CONFIG_SYS_SRAM_BASE to KconfigOvidiu Panait
2020-08-06Kconfig: Introduce CONFIG_SYS_HAS_SRAMOvidiu Panait
2020-08-06Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini
2020-08-06mvebu: bubt: Drop dead codeTom Rini
2020-08-06arm: mvebu: Update CRS305-1G-4S board flash layoutLuka Kovacic
2020-08-06arm: mvebu: crs3xx-98dx3236: Add a maintainerLuka Kovacic
2020-08-06arm: mvebu: Add CRS328-4C-20S-4S boardLuka Kovacic
2020-08-06arm: mvebu: Add CRS326-24G-2S boardLuka Kovacic
2020-08-06arm: mvebu: Add CRS305-1G-4S Bit boardLuka Kovacic
2020-08-06cmd: mvebu/bubt: Drop unused SPI_FLASH_PROTECTIONJagan Teki
2020-08-05Azure/Travis: Update to latest Docker imageTom Rini
2020-08-05Merge https://gitlab.denx.de/u-boot/custodians/u-boot-shTom Rini
2020-08-05Merge branch '2020-08-05-misc-fixes'Tom Rini
2020-08-05tools: env: Avoid an uninited warning with was_lockedSimon Glass
2020-08-05tools: env: Fix printf() warning in fw_envSimon Glass
2020-08-05ARM: add Kconfig option for PSCI 0.1Icenowy Zheng
2020-08-05cmd: bdinfo: cleanup phys_addr_t outputHeinrich Schuchardt
2020-08-05cmd: bootz: fix device-tree overlap testBaruch Siach
2020-08-05fit_image: Use calloc() to fix reproducibility issueFabio Estevam
2020-08-05usb: xhci: Add virt_to_phys() to support mapped platformsStefan Roese
2020-08-05usb: usb-uclass.c: Drop le16_to_cpu() as values are already swappedStefan Roese
2020-08-05usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq()Stefan Roese
2020-08-05usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu)Stefan Roese
2020-08-04arm: Add SPL build check to SPL early bss clearBrian Moyer
2020-08-04doc: move Clang documentation to HTMLHeinrich Schuchardt
2020-08-04pinctrl: aspeed: Fix Kconfig entry indentationMichal Simek
2020-08-04Makefile.lib: Build all DTS with -@ if OF_LIBFDT_OVERLAY is enabledMichal Simek
2020-08-04dt-bindings: Sync include/dt-bindings/phy/phy.h from LinuxMichal Simek
2020-08-04fixdep: fix coding style in previous fixStephen Warren
2020-08-04test/py: Add test support for three stage bootYan Liu
2020-08-04arm: move CONFIG_PREBOOT="usb start" to KConfigJonas Smedegaard
2020-08-04net: ping: reset stored IP addressMarek Szyprowski
2020-08-04net: dwc_eth_qos: add Kconfig option to select supported configurationPatrick Delaunay
2020-08-04lmb/bdinfo: dump lmb info via bdinfoTero Kristo
2020-08-04net: tftp: Add client support for RFC 7440Ramon Fried
2020-08-04psci: put psci_method in .data section if EFI_LOADER is not enabledYann Gautier
2020-08-04Fix corner case in bad block table handling.Doyle, Patrick
2020-08-04cmd: add clone commandJohn Chau
2020-08-04fs/fat/fat.c: Do not perform zero block reads if there are no blocks leftJason Wessel