summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-22fsp: Move and rename fsp_types.h fileSughosh Ganu2-4/+5
2020-12-22doc: edison: Update information about xFSTKAndy Shevchenko1-20/+29
2020-12-21Prepare v2021.01-rc4Tom Rini1-1/+1
2020-12-21Travis-CI: Drop supportTom Rini1-698/+0
2020-12-21board: kontron: sl28: reorder mmc devicesMichael Walle2-3/+3
2020-12-20Merge tag 'efi-2021-01-rc4' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini7-1/+598
2020-12-20MAINTAINERS: add tools/efivar.py to EFI PAYLOADHeinrich Schuchardt1-0/+1
2020-12-20tools: add a simple script to generate EFI variablesPaulo Alcantara1-0/+380
2020-12-20efi_loader: make variable store size customizableHeinrich Schuchardt2-1/+15
2020-12-20doc: man-page for bootefi commandHeinrich Schuchardt3-0/+137
2020-12-20doc: button commandHeinrich Schuchardt2-0/+65
2020-12-19dm: Update documentation for new sequence numbersSimon Glass1-24/+35
2020-12-19dm: core: Drop seq and req_seqSimon Glass4-24/+42
2020-12-19cmd: Drop use of old sequence numbers in commandsSimon Glass4-7/+7
2020-12-19dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass4-20/+26
2020-12-19dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass12-94/+64
2020-12-19dm: Drop uclass_resolve_seq()Simon Glass3-62/+0
2020-12-19dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass3-0/+56
2020-12-19dm: Switch over to use new sequence number for dev_seq()Simon Glass4-35/+40
2020-12-19pinctrl: Update for new sequence numbersSimon Glass1-1/+1
2020-12-19gpio: Update for new sequence numbersSimon Glass5-5/+5
2020-12-19x86: Simplify acpi_device_infer_name()Simon Glass2-29/+4
2020-12-19x86: Drop unnecessary mp_init logicSimon Glass3-18/+9
2020-12-19usb: Update for new sequence numbersSimon Glass1-4/+2
2020-12-19usb: ehci-mx6: Drop assignment of sequence numberSimon Glass1-3/+9
2020-12-19spi: Update for new sequence numbersSimon Glass2-2/+1
2020-12-19pci: Update to use new sequence numbersSimon Glass2-23/+32
2020-12-19dm: core: Allow manual sequence numberingSimon Glass2-1/+4
2020-12-19net: Update to use new sequence numbersSimon Glass2-6/+3
2020-12-19i2c: Update for new sequence numbersSimon Glass6-80/+8
2020-12-19octeon: Don't attempt to set the sequence numberSimon Glass3-4/+0
2020-12-19dm: test: Drop assumptions of no sequence numbersSimon Glass3-9/+0
2020-12-19dm: Fix return value in dev_read_alias_seq()Simon Glass1-1/+3
2020-12-19dm: core: Switch binding to use new sequence numbersSimon Glass2-5/+3
2020-12-19dm: test: Check all devices have a sequence numbersSimon Glass1-0/+19
2020-12-19dm: core: Add a new sequence number for devicesSimon Glass3-9/+29
2020-12-19dm: core: Update uclass_find_next_free_req_seq() argsSimon Glass4-12/+12
2020-12-19dm: Avoid accessing seq directlySimon Glass98-197/+211
2020-12-19linker_lists: Fix alignment issueSimon Glass3-1/+72
2020-12-18Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini27-173/+1094
2020-12-18Merge tag 'u-boot-amlogic-20201218' of https://gitlab.denx.de/u-boot/custodia...Tom Rini1-0/+4
2020-12-18ARM: dts: meson: switch TFLASH_VDD_EN pin to open drain on Odroid-C4Marek Szyprowski1-0/+4
2020-12-18mtd: spi-nor-ids: add Micron MT25QL01G flashHongwei Zhang1-0/+1
2020-12-18spi: ca_sflash: Add CAxxxx SPI Flash ControllerPengpeng Chen4-0/+587
2020-12-18riscv: Add device tree bindings for SPISean Anderson2-1/+47
2020-12-18spi: dw: Add mem_opsSean Anderson1-7/+111
2020-12-18spi: dw: Document devicetree bindingSean Anderson1-0/+56
2020-12-18spi: dw: Add support for multiple CTRLR0 layoutsSean Anderson1-35/+149
2020-12-18spi: dw: Add SoC-specific compatible stringsSean Anderson9-17/+28
2020-12-18spi: dw: Rearrange struct dw_spi_privSean Anderson1-14/+13