summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-05sandbox: Update dts files to reduce SPL sizeSimon Glass2-8/+7
2021-01-05sandbox: Add a compatible string for spltestSimon Glass1-0/+6
2021-01-05sandbox: i2c: Move priv into a header fileSimon Glass2-4/+15
2021-01-05sandbox: serial: Move priv into a header fileSimon Glass2-15/+31
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: pinctrl: Drop unlikely error messages from TPLSimon Glass1-3/+8
2021-01-05x86: apl: Reduce size for TPLSimon Glass13-16/+44
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-05dtoc: Convert _drivers to a dictSimon Glass2-4/+32
2021-01-05dtoc: Output the struct values in a separate functionSimon Glass1-16/+34
2021-01-05dtoc: Output the device in a separate functionSimon Glass1-11/+22
2021-01-05dtoc: Make _output_list a top-level functionSimon Glass1-40/+40
2021-01-05dtoc: Fix a few pylint warnings in dtb_platdataSimon Glass1-15/+16
2021-01-05test: Move some test drivers into their own fileSimon Glass7-221/+263
2021-01-05test: Use a simple variable to record removed deviceSimon Glass2-10/+6
2021-01-05timer: Use a shorter error in TPLSimon Glass1-2/+8
2021-01-05arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h headerSimon Glass6-0/+0
2021-01-05sysreset: Use a shorter error with SPLSimon Glass1-4/+8
2021-01-05pinctrl: Drop post_bind() method when not neededSimon Glass1-1/+3
2021-01-05dm: core: Rename the priv/plat membersSimon Glass4-28/+33
2021-01-05dm: core: Use access methods for dev/uclass private dataSimon Glass3-37/+45
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass113-278/+372
2021-01-05dm: core: Add functions to set priv/platSimon Glass2-0/+114
2021-01-05dm: core: Add function to access uclass privSimon Glass3-0/+32
2021-01-05x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass4-45/+1
2021-01-05dm: core: Only include simple-bus devicetree id when neededSimon Glass1-1/+3
2021-01-05dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass3-5/+5
2021-01-05dm: core: Support dm_dump_all() in SPLSimon Glass1-2/+4
2021-01-05spl: Drop bd_info in the data sectionSimon Glass4-10/+34
2021-01-05sandbox: Drop unnecessary test nodeSimon Glass4-23/+0
2021-01-05serial: Rename ns16550 functions to lower caseSimon Glass20-53/+54
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass27-82/+85
2021-01-05Makefile: Use common args for dtocSimon Glass1-2/+5
2021-01-05Makefile: Tidy up SPL dtb productionSimon Glass2-12/+13
2021-01-05Makefile: Build SPL dtbs in the spl/ directorySimon Glass2-5/+6
2021-01-05Makefile: Build a separate .dtb for TPLSimon Glass2-4/+11
2021-01-05Nokia RX-51: Decrease i2c speed to 100000Pali Rohár1-2/+2
2021-01-05image: support board_fit_config_name_matchSebastian Reichel1-6/+13
2021-01-05image: cleanup pre-processor usageSebastian Reichel2-26/+24
2021-01-05Prepare v2021.01-rc5Tom Rini1-1/+1
2021-01-05xilinx: Fill git repository for Xilinx boardsMichal Simek4-0/+4
2021-01-05video: Call video_sync in video_clear()Michal Simek1-1/+1
2021-01-05video: seps525: Add seps525 SPI driverMichal Simek4-0/+336
2021-01-05video: seps525: Add dt binding descriptionVikhyat Goyal2-0/+25
2021-01-05video: Introduce video_sync operationMichal Simek2-2/+19