aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini82-215/+372
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini135-1913/+2012
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass29-41/+41
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass9-14/+14
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-1/+1
2021-01-05x86: Drop rtc from SPLSimon Glass1-1/+1
2021-01-05x86: coral: Remove unwanted nodes from SPL/TPLSimon Glass1-6/+11
2021-01-05x86: apl: Adjust how the UART gets its platform dataSimon Glass2-20/+42
2021-01-05x86: sysreset: Move priv/plat structs to headersSimon Glass1-0/+18
2021-01-05x86: apl: Use struct spi_nor instead of struct spi_flashSimon Glass1-1/+1
2021-01-05x86: Move priv/plat structs for intel_common to headersSimon Glass4-27/+40
2021-01-05x86: apl: Move priv/plat structs to headersSimon Glass5-26/+64
2021-01-05sandbox: Update dts files to reduce SPL sizeSimon Glass2-8/+7
2021-01-05sandbox: i2c: Move priv into a header fileSimon Glass1-0/+14
2021-01-05sandbox: serial: Move priv into a header fileSimon Glass1-0/+30
2021-01-05sandbox: remove ram buffer file when U-Boot is loaded by SPLPatrick Delaunay3-4/+12
2021-01-05x86: Fix header guard in asm/pmu.hSimon Glass1-3/+3
2021-01-05x86: tpl: Remove unwanted devicetree stringSimon Glass1-1/+3
2021-01-05x86: apl: Reduce size for TPLSimon Glass8-11/+29
2021-01-05x86: apl: Update hostbridge to remove unwanted TPL codeSimon Glass1-5/+9
2021-01-05x86: coral: Move fsp-m settings to a subnodeSimon Glass2-1/+9
2021-01-05x86: Move call64 into its own sectionSimon Glass1-0/+1
2021-01-05x86: apl: Use const for driver operationsSimon Glass2-2/+2
2021-01-05arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h headerSimon Glass6-0/+0
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass4-3/+9
2021-01-05x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass2-28/+1
2021-01-05spl: Drop bd_info in the data sectionSimon Glass1-1/+4
2021-01-05sandbox: Drop unnecessary test nodeSimon Glass1-5/+0
2021-01-05serial: Rename ns16550 functions to lower caseSimon Glass3-4/+4
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass5-7/+7
2020-12-31fsp: Move and rename fsp_types.h fileSughosh Ganu2-63/+2
2020-12-31qemu: arm: Initialise virtio devices in board_late_initSughosh Ganu1-0/+2
2020-12-28Merge tag 'u-boot-imx-20201227' of https://gitlab.denx.de/u-boot/custodians/u...WIP/28Dec2020Tom Rini16-55/+234
2020-12-28arm: mvebu: armada-xp-gp.dts: Add spi0 aliasStefan Roese1-0/+4
2020-12-28arm: mvebu: Add armada-xp-gp-u-boot.dtsi for U-Boot propertiesStefan Roese1-0/+19
2020-12-26imx: mx7: clock: use correct format stringsHeinrich Schuchardt1-11/+11
2020-12-26arm: dart6ul: read and print SoM info from eeprom on startupMarc Ferland1-0/+8
2020-12-26arm: dart6ul: change compatible string for eepromMarc Ferland1-2/+7
2020-12-26imx: ahab: allow to bypass confirmation for ahab_close cmdClément Péron1-1/+2
2020-12-26board: ge: bx50v3: cleanup phy configSebastian Reichel1-0/+11
2020-12-26ARM: dts: imx8m: add UHS or HS400/HS400ES propertiesAndrey Zhizhikin6-0/+27
2020-12-26ARM: dts: imx8m: increase off-on delay on the SD Vcc regulatorAndrey Zhizhikin6-0/+26
2020-12-26arm64: dts: imx8mm-beacon: Re-sync dts file with Linux 5.10-rc6Adam Ford2-19/+41
2020-12-26arm: dts: imx8mm: sync dts from Linux Kernel 5.10-rc6Adam Ford1-20/+99
2020-12-26ARM: dts: imx: imx8qm-rom7720: Fix AR8031 phy-modeOliver Graute1-2/+2
2020-12-22test: spi: Add sandbox_spi_get_{speed, mode} interfaceOvidiu Panait1-0/+16
2020-12-22sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait1-1/+9
2020-12-22sandbox: spi: Drop unused sandbox_spi_parse_spec functionOvidiu Panait1-10/+0
2020-12-22sandbox: implement invalidate_icache_all()Heinrich Schuchardt2-1/+24
2020-12-22sandbox: implement runtime system resetHeinrich Schuchardt1-0/+10