summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2021-01-27-assorted-fixes-and-improvements'WIP/28Jan2021Tom Rini2021-01-2834-128/+915
|\
| * cmd: misc: Fix return value for the sleep commandWIP/2021-01-27-assorted-fixes-and-improvementsMarek Szyprowski2021-01-271-1/+1
| * doc: device-tree-bindings: rtc: Abracon AB x80x i2c rtcYing-Chun Liu (PaulLiu)2021-01-271-0/+31
| * rtc: add rtc-abx80x, a driver for the Abracon AB x80x i2c rtcYing-Chun Liu (PaulLiu)2021-01-273-0/+563
| * autoboot: fix illegal memory access when stop key and delay key are emptyYuezhang.Mo@sony.com2021-01-271-3/+3
| * binman: Allow reading entries from a subnodeSimon Glass2021-01-272-0/+32
| * binman: Move selection of the binman node into a functionSimon Glass2021-01-271-10/+33
| * crc32: Exclude crc32 from TPLSimon Glass2021-01-271-0/+2
| * mmc: pci_mmc: Set the removable flagSimon Glass2021-01-271-0/+8
| * mmc: pci_mmc: Only generate ACPI code for the SD cardSimon Glass2021-01-271-1/+10
| * uuid: Add a comment for UUID_STR_LENSimon Glass2021-01-271-0/+1
| * display_options: Use USE_TINY_PRINTF for SPL checkSimon Glass2021-01-271-5/+4
| * fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()Simon Glass2021-01-271-1/+1
| * fdtdec: Update the missing-devicetree messageSimon Glass2021-01-271-1/+2
| * net: Use CONFIG_IS_ENABLED() in eth_dev_get_mac_address()Simon Glass2021-01-271-1/+1
| * video: Allow syncing the entire framebuffer to the copySimon Glass2021-01-272-0/+24
| * bloblist: Add missing tag namesSimon Glass2021-01-271-0/+6
| * bloblist: Support relocating to a larger spaceSimon Glass2021-01-275-4/+73
| * spl: Add functions for next and previous phaseSimon Glass2021-01-272-1/+54
| * lib: rsa: rsa-verify: don't look for keys in the FIT imagePhilippe Reynes2021-01-271-2/+2
| * pci: Remove CONFIG_PCI_ENUM_ONLY as it's not used (any more)Stefan Roese2021-01-274-89/+41
| * common: fit-sig: Fix error message in fit_config_verify_sig()Alexandru Gagniuc2021-01-271-1/+1
| * smccc: fix sign bit expansionVolodymyr Babchuk2021-01-271-2/+2
| * bootcount: allow to use this feature on TPLPhilippe Reynes2021-01-274-5/+15
| * Makefile: Do not call useless command 'true'Pali Rohár2021-01-271-1/+5
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellTom Rini2021-01-2716-48/+143
|\
| * arm: mvebu: turris_mox: enable setexpr command in defconfigMarek Behún2021-01-271-1/+1
| * arm: mvebu: turris_mox: enable wdt command in defconfigMarek Behún2021-01-271-0/+1
| * arm64: a37xx: pci: Fix printing debug messagesPali Rohár2021-01-271-3/+2
| * serial: a3720: Implement pending method for output directionPali Rohár2021-01-271-2/+8
| * pci: pci_mvebu: Define an IO region as wellPhil Sutter2021-01-271-1/+27
| * pci: Make auto-config code a little more robustPhil Sutter2021-01-271-4/+5
| * arm: mvebu: ds414: Config header mini-reviewPhil Sutter2021-01-271-18/+3
| * arm: mvebu: Espressobin: Disable slot when emmc is not presentPali Rohár2021-01-272-3/+31
| * ARM: mvebu: ClearFog make sure that SATA and UART images are buildableDennis Gilmore2021-01-271-2/+2
| * ARM: mvebu: helios4 dts changes to enable SPIDennis Gilmore2021-01-272-11/+26
| * ARM: mvebu: helios4 adjust env sizes to enable SPI to workDennis Gilmore2021-01-273-2/+25
| * gpio: Add support for DM GPIO for KirkwoodHarm Berntsen2021-01-271-1/+1
| * ARM: Distro boot: document the need for fdtfile variable to be setDennis Gilmore2021-01-271-0/+11
* | Merge tag 'doc-2021-04-rc1-3' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2021-01-2722-185/+1596
|\ \
| * | doc: exception commandHeinrich Schuchardt2021-01-272-0/+69
| * | doc: update Kernel documentation build systemHeinrich Schuchardt2021-01-2714-156/+1476
| * | .gitlab-ci: install doc/sphinx/requirements.txtHeinrich Schuchardt2021-01-272-1/+8
| * | doc: fix doc/develop/logging.rstHeinrich Schuchardt2021-01-273-10/+10
| * | doc: board: fix Microchip MPFS Icicle Kit docHeinrich Schuchardt2021-01-271-18/+33
| |/
* | Merge branch '2021-01-27-assorted-net-updates'Tom Rini2021-01-2719-19/+1838
|\ \ | |/ |/|
| * cmd: pxe: add support for FDT overlaysWIP/2021-01-27-assorted-net-updatesNeil Armstrong2021-01-273-0/+113
| * net: phy: micrel: Try default PHY ofnode firstMarek Vasut2021-01-271-2/+7
| * board: presidio-asic: Add CAxxxx Ethernet supportAlex Nemirovsky2021-01-273-2/+48
| * net: phy: ca_phy: Add driver for CAxxxx SoCsAbbie Chang2021-01-276-0/+147