summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-04Merge branch 'next' of git://git.denx.de/u-boot-shTom Rini
2020-05-04mkimage: fit: Do not tail-pad fitImage with external dataMarek Vasut
2020-05-01Merge branch '2020-05-01-master-imports'Tom Rini
2020-05-01.readthedocs.yml: fix type docs/Heinrich Schuchardt
2020-05-01actions: Fix syntax for enabling SYS_RELOC_GD_ENV_ADDRTom Rini
2020-05-01common/board_r: Drop initr_bedbug wrapperOvidiu Panait
2020-05-01cmd/bedbug.c: Make bedbug_init have a return valueOvidiu Panait
2020-05-01common/board_r: arm: Merge initr_enable_interrupts into interrupts_initOvidiu Panait
2020-05-01malloc: dlmalloc: add an ability for the malloc to be re-init/init multiple t...Marek Bykowski
2020-05-01rsa: sig: fix config signature check for fit with paddingPhilippe Reynes
2020-05-01test/py: vboot: add a test to check fit signature on fit with paddingPhilippe Reynes
2020-05-01hush: avoid NULL check before free()Heinrich Schuchardt
2020-05-01fs: ext4: avoid NULL check before free()Heinrich Schuchardt
2020-05-01cmd/gpt: avoid NULL check before free()Heinrich Schuchardt
2020-05-01tools/fit-image: print a warning when cmd-line for dtc might be truncatedSven Roederer
2020-05-01tools/mkimage: fix handling long filenamesSven Roederer
2020-05-01arm: enable distro boot for bananapi-r2Matthias Brugger
2020-05-01watchdog MediaTek add upstream compatibleMatthias Brugger
2020-05-01timer MediaTek use upstream compatibleMatthias Brugger
2020-05-01doc: describe the analysis of crash dumpsHeinrich Schuchardt
2020-05-01rtc: pcf2127: don't add/subtract 1 to tm_monRasmus Villemoes
2020-05-01arm: caches: manage phys_addr_t overflow in mmu_set_region_dcache_behaviourPatrick Delaunay
2020-05-01arm: caches: add DCACHE_DEFAULT_OPTIONPatrick Delaunay
2020-05-01arm: caches: protect dram_bank_mmu_setup access to bi_dramPatrick Delaunay
2020-05-01configs: migrate CONFIG_SYS_ARM_CACHE_* in KconfigPatrick Delaunay
2020-05-01tiny-printf: Support %iMarek Vasut
2020-05-01net: smc911x: Add DM supportMarek Vasut
2020-05-01net: smc911x: Split non-DM specific bits from common codeMarek Vasut
2020-05-01net: smc911x: Clean up the status handling in smc911x_recv()Marek Vasut
2020-05-01net: smc911x: Pass around driver private dataMarek Vasut
2020-05-01net: smc911x: Convert IO accessors to {read,write}{w,l}()Marek Vasut
2020-05-01net: smc911x: Drop weak alias from 32bit accessorsMarek Vasut
2020-05-01net: smc911x: Inline all functions from header fileMarek Vasut
2020-05-01net: smc911x: Pull MII registration into separate functionMarek Vasut
2020-05-01net: smc911x: Fix potential memleak() in init fail pathMarek Vasut
2020-05-01net: smc911x: Invert the logic in smc911x_miiphy_{read,write}()Marek Vasut
2020-05-01net: smc911x: Rename smc911x_rx() to smc911x_recv()Marek Vasut
2020-05-01net: smc911x: Replace malloc()+memset() with calloc()Marek Vasut
2020-05-01net: smc911x: Remove pkt_data_{push,pull}Marek Vasut
2020-05-01net: rtl8139: Fill in SPDX tagMarek Vasut
2020-05-01net: rtl8139: Move functions aroundMarek Vasut
2020-05-01net: rtl8139: Finish cleanupMarek Vasut
2020-05-01net: rtl8139: Factor out hardware resetMarek Vasut
2020-05-01net: rtl8139: Minor cleanup of rtl_disable()Marek Vasut
2020-05-01net: rtl8139: Minor cleanup of rtl_poll()Marek Vasut
2020-05-01net: rtl8139: Minor cleanup of rtl_transmit()Marek Vasut
2020-05-01net: rtl8139: Minor cleanup of rtl_reset()Marek Vasut
2020-05-01net: rtl8139: Minor cleanup of set_rx_mode()Marek Vasut
2020-05-01net: rtl8139: Consistently use rtl8139_rx_configMarek Vasut
2020-05-01net: rtl8139: Minor cleanup of read_eeprom()Marek Vasut