summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
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-23test: spi: Add sandbox_spi_get_{speed, mode} interfaceOvidiu Panait1-0/+16
2020-12-23sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait1-1/+9
2020-12-23sandbox: spi: Drop unused sandbox_spi_parse_spec functionOvidiu Panait1-10/+0
2020-12-23sandbox: implement invalidate_icache_all()Heinrich Schuchardt2-1/+24
2020-12-23sandbox: implement runtime system resetHeinrich Schuchardt1-0/+10
2020-12-19dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass3-3/+3
2020-12-19dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass1-0/+13
2020-12-19dm: Switch over to use new sequence number for dev_seq()Simon Glass1-1/+1
2020-12-19x86: Drop unnecessary mp_init logicSimon Glass3-18/+9
2020-12-19dm: Avoid accessing seq directlySimon Glass3-3/+3
2020-12-19linker_lists: Fix alignment issueSimon Glass1-0/+11
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass42-105/+105
2020-12-14dm: treewide: Update 'auto' declarations to be on one lineSimon Glass1-2/+1
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass12-27/+26
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass7-21/+21
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass22-36/+36
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass20-24/+24
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass1-1/+1
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass1-1/+1
2020-12-13test: unit test for exception commandHeinrich Schuchardt1-0/+1
2020-12-13sandbox: add handler for exceptionsHeinrich Schuchardt4-0/+88
2020-12-05bootm: Support string substitution in bootargsSimon Glass1-0/+1