index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-05-04
Merge branch 'next' of git://git.denx.de/u-boot-sh
Tom Rini
2020-05-04
mkimage: fit: Do not tail-pad fitImage with external data
Marek Vasut
2020-05-01
Merge branch '2020-05-01-master-imports'
Tom Rini
2020-05-01
.readthedocs.yml: fix type docs/
Heinrich Schuchardt
2020-05-01
actions: Fix syntax for enabling SYS_RELOC_GD_ENV_ADDR
Tom Rini
2020-05-01
common/board_r: Drop initr_bedbug wrapper
Ovidiu Panait
2020-05-01
cmd/bedbug.c: Make bedbug_init have a return value
Ovidiu Panait
2020-05-01
common/board_r: arm: Merge initr_enable_interrupts into interrupts_init
Ovidiu Panait
2020-05-01
malloc: dlmalloc: add an ability for the malloc to be re-init/init multiple t...
Marek Bykowski
2020-05-01
rsa: sig: fix config signature check for fit with padding
Philippe Reynes
2020-05-01
test/py: vboot: add a test to check fit signature on fit with padding
Philippe Reynes
2020-05-01
hush: avoid NULL check before free()
Heinrich Schuchardt
2020-05-01
fs: ext4: avoid NULL check before free()
Heinrich Schuchardt
2020-05-01
cmd/gpt: avoid NULL check before free()
Heinrich Schuchardt
2020-05-01
tools/fit-image: print a warning when cmd-line for dtc might be truncated
Sven Roederer
2020-05-01
tools/mkimage: fix handling long filenames
Sven Roederer
2020-05-01
arm: enable distro boot for bananapi-r2
Matthias Brugger
2020-05-01
watchdog MediaTek add upstream compatible
Matthias Brugger
2020-05-01
timer MediaTek use upstream compatible
Matthias Brugger
2020-05-01
doc: describe the analysis of crash dumps
Heinrich Schuchardt
2020-05-01
rtc: pcf2127: don't add/subtract 1 to tm_mon
Rasmus Villemoes
2020-05-01
arm: caches: manage phys_addr_t overflow in mmu_set_region_dcache_behaviour
Patrick Delaunay
2020-05-01
arm: caches: add DCACHE_DEFAULT_OPTION
Patrick Delaunay
2020-05-01
arm: caches: protect dram_bank_mmu_setup access to bi_dram
Patrick Delaunay
2020-05-01
configs: migrate CONFIG_SYS_ARM_CACHE_* in Kconfig
Patrick Delaunay
2020-05-01
tiny-printf: Support %i
Marek Vasut
2020-05-01
net: smc911x: Add DM support
Marek Vasut
2020-05-01
net: smc911x: Split non-DM specific bits from common code
Marek Vasut
2020-05-01
net: smc911x: Clean up the status handling in smc911x_recv()
Marek Vasut
2020-05-01
net: smc911x: Pass around driver private data
Marek Vasut
2020-05-01
net: smc911x: Convert IO accessors to {read,write}{w,l}()
Marek Vasut
2020-05-01
net: smc911x: Drop weak alias from 32bit accessors
Marek Vasut
2020-05-01
net: smc911x: Inline all functions from header file
Marek Vasut
2020-05-01
net: smc911x: Pull MII registration into separate function
Marek Vasut
2020-05-01
net: smc911x: Fix potential memleak() in init fail path
Marek Vasut
2020-05-01
net: smc911x: Invert the logic in smc911x_miiphy_{read,write}()
Marek Vasut
2020-05-01
net: smc911x: Rename smc911x_rx() to smc911x_recv()
Marek Vasut
2020-05-01
net: smc911x: Replace malloc()+memset() with calloc()
Marek Vasut
2020-05-01
net: smc911x: Remove pkt_data_{push,pull}
Marek Vasut
2020-05-01
net: rtl8139: Fill in SPDX tag
Marek Vasut
2020-05-01
net: rtl8139: Move functions around
Marek Vasut
2020-05-01
net: rtl8139: Finish cleanup
Marek Vasut
2020-05-01
net: rtl8139: Factor out hardware reset
Marek Vasut
2020-05-01
net: rtl8139: Minor cleanup of rtl_disable()
Marek Vasut
2020-05-01
net: rtl8139: Minor cleanup of rtl_poll()
Marek Vasut
2020-05-01
net: rtl8139: Minor cleanup of rtl_transmit()
Marek Vasut
2020-05-01
net: rtl8139: Minor cleanup of rtl_reset()
Marek Vasut
2020-05-01
net: rtl8139: Minor cleanup of set_rx_mode()
Marek Vasut
2020-05-01
net: rtl8139: Consistently use rtl8139_rx_config
Marek Vasut
2020-05-01
net: rtl8139: Minor cleanup of read_eeprom()
Marek Vasut
[next]