aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-06x86: zimage: Quieten down the zimage boot processSimon Glass1-5/+6
2020-11-06x86: zimage: Sanity-check the kernel version before printing itSimon Glass1-0/+9
2020-11-06x86: zimage: Add a little more loggingSimon Glass3-0/+8
2020-11-06x86: fsp: Adjust calculations for MTRR range and DRAM topSimon Glass1-13/+22
2020-11-06x86: pinctrl: Silence the warning when a pin is not foundSimon Glass1-1/+1
2020-11-06x86: acpi: Don't show the UART address by defaultSimon Glass1-1/+1
2020-11-06x86: acpi: Include the TPMv1 table only if neededSimon Glass1-8/+11
2020-11-06x86: Silence some logging statementsSimon Glass5-11/+11
2020-11-06x86: fsp: Convert fsp_dram to use log_debug()Simon Glass1-2/+6
2020-11-06x86: Boot coral into Chrome OS by defaultSimon Glass2-4/+15
2020-11-06x86: Set up Chrome OS to boot into developer modeSimon Glass1-6/+20
2020-11-06x86: Use CONFIG_CHROMEOS_VBOOT for verified bootSimon Glass7-7/+23
2020-11-06x86: Define the Chrome OS GNVS regionSimon Glass1-1/+50
2020-11-06acpi: Don't reset the tables with every new generationSimon Glass4-4/+20
2020-11-06x86: acpi: Put the generated code first in DSDTSimon Glass1-9/+18
2020-11-06x86: acpi: Allow the SSDT to be emptySimon Glass1-7/+15
2020-11-06acpi: Correct reset handling in acpi_device_add_power_res()Simon Glass1-1/+1
2020-11-06x86: sound: Correct error handlingSimon Glass2-3/+3
2020-11-06x86: Show the interrupt pointer with 'irqinfo'Simon Glass3-7/+27
2020-11-06x86: nhlt: Fix a few bugs in the table generationSimon Glass1-1/+3
2020-11-06x86: nhlt: Correct output of bytes and 16-bit dataSimon Glass1-3/+10
2020-11-06x86: Allow putting some tables in the bloblistSimon Glass5-5/+69
2020-11-05Merge tag 'u-boot-imx-20201105' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini72-535/+6099
2020-11-05patman: Support listing comments from patchworkSimon Glass6-36/+268
2020-11-05patman: Support parsing of review snippetsSimon Glass2-0/+168
2020-11-05patman: Support updating a branch with review tagsSimon Glass6-16/+289
2020-11-05patman: Support checking for review tags in patchworkSimon Glass6-6/+784
2020-11-05patman: Detect missing upstream in CountCommitsToBranchSimon Glass2-3/+26
2020-11-05patman: Improve handling of filesSimon Glass1-3/+8
2020-11-05patman: Allow showing a Commit as a stringSimon Glass1-0/+3
2020-11-05patman: Don't ignore lines starting with hashSimon Glass1-2/+5
2020-11-05patman: Fix spelling of plural for warningSimon Glass1-4/+5
2020-11-05patman: Convert testBasic() to use an interatorSimon Glass1-28/+27
2020-11-05patman: Add some tests for warningsSimon Glass3-13/+116
2020-11-05patman: Add a test for PatchStream tagsSimon Glass2-5/+44
2020-11-05patman: Drop unused signoff memberSimon Glass2-1/+1
2020-11-05patman: Convert 'Series-xxx' tag errors into warningsSimon Glass2-2/+8
2020-11-05patman: Attach warnings to individual patchesSimon Glass2-4/+13
2020-11-05patman: Move warning collection to a functionSimon Glass1-13/+23
2020-11-05patman: Fix up argument/return docs in patchstreamSimon Glass1-32/+50
2020-11-05patman: Drop unused args in patchstreamSimon Glass1-5/+3
2020-11-05patman: Rename variables in patchstreamSimon Glass1-26/+26
2020-11-05patman: Rename functions in patchstreamSimon Glass5-56/+56
2020-11-05patman: Fix constant style in patchstreamSimon Glass1-22/+22
2020-11-05patman: Fix indenting in patchstreamSimon Glass1-13/+16
2020-11-05patman: Allow linking a series with patchworkSimon Glass3-1/+17
2020-11-05patman: Fix remaining pylint3 warnings in func_testSimon Glass1-18/+58
2020-11-05patman: Use capture_sys_output() consistentlySimon Glass1-18/+2
2020-11-05patman: Fix whitespace errors in func_testSimon Glass1-18/+19
2020-11-05patman: Update how tests are runSimon Glass1-5/+3