aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-01-05x86: Move priv/plat structs for intel_common to headersSimon Glass
2021-01-05x86: apl: Move priv/plat structs to headersSimon Glass
2021-01-05sandbox: Update dts files to reduce SPL sizeSimon Glass
2021-01-05sandbox: i2c: Move priv into a header fileSimon Glass
2021-01-05sandbox: serial: Move priv into a header fileSimon Glass
2021-01-05sandbox: remove ram buffer file when U-Boot is loaded by SPLPatrick Delaunay
2021-01-05x86: Fix header guard in asm/pmu.hSimon Glass
2021-01-05x86: tpl: Remove unwanted devicetree stringSimon Glass
2021-01-05x86: apl: Reduce size for TPLSimon Glass
2021-01-05x86: apl: Update hostbridge to remove unwanted TPL codeSimon Glass
2021-01-05x86: coral: Move fsp-m settings to a subnodeSimon Glass
2021-01-05x86: Move call64 into its own sectionSimon Glass
2021-01-05x86: apl: Use const for driver operationsSimon Glass
2021-01-05arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h headerSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2021-01-05x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass
2021-01-05spl: Drop bd_info in the data sectionSimon Glass
2021-01-05sandbox: Drop unnecessary test nodeSimon Glass
2021-01-05serial: Rename ns16550 functions to lower caseSimon Glass
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass
2020-12-31fsp: Move and rename fsp_types.h fileSughosh Ganu
2020-12-31qemu: arm: Initialise virtio devices in board_late_initSughosh Ganu
2020-12-22test: spi: Add sandbox_spi_get_{speed, mode} interfaceOvidiu Panait
2020-12-22sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait
2020-12-22sandbox: spi: Drop unused sandbox_spi_parse_spec functionOvidiu Panait
2020-12-22sandbox: implement invalidate_icache_all()Heinrich Schuchardt
2020-12-22sandbox: implement runtime system resetHeinrich Schuchardt
2020-12-18dm: Drop the unused arg in uclass_find_device_by_seq()Simon Glass
2020-12-18dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQSimon Glass
2020-12-18dm: Switch over to use new sequence number for dev_seq()Simon Glass
2020-12-18x86: Drop unnecessary mp_init logicSimon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-18linker_lists: Fix alignment issueSimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Update 'auto' declarations to be on one lineSimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-13dm: Remove uses of device_bind_offset()Simon Glass
2020-12-13dm: core: Rename device_bind() to device_bind_offset()Simon Glass
2020-12-13test: unit test for exception commandHeinrich Schuchardt
2020-12-13sandbox: add handler for exceptionsHeinrich Schuchardt
2020-12-04bootm: Support string substitution in bootargsSimon Glass
2020-12-04x86: zimage: Add silent-console processingSimon Glass
2020-12-04bootm: Add tests for fixup_silent_linux()Simon Glass
2020-12-04board: sl28: add OP-TEE Trusted OS support (bl32)Michael Walle
2020-12-04board: sl28: add ATF support (bl31)Michael Walle
2020-12-04board: sl28: remove u-boot from loadable DT nodeMichael Walle
2020-12-04armv8: layerscape: don't initialize GIC in SPLMichael Walle