summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test: mux-cmd: Add tests for the 'mux' commandWIP/2020-10-28-mux-driver-frameworkPratyush Yadav2020-10-283-0/+179
* cmd: Add a mux commandPratyush Yadav2020-10-283-0/+191
* test: Add tests for the multiplexer frameworkJean-Jacques Hiblot2020-10-285-0/+280
* Kconfig: Increase the pre-relocation memoryPratyush Yadav2020-10-281-1/+1
* drivers: mux: mmio-based syscon mux controllerJean-Jacques Hiblot2020-10-283-0/+157
* dm: board: complete the initialization of the muxes in initr_dm()Jean-Jacques Hiblot2020-10-283-0/+47
* drivers: Add a new framework for multiplexer devicesJean-Jacques Hiblot2020-10-289-0/+606
* Merge tag 'efi-2021-01-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/28Oct2020Tom Rini2020-10-288-8/+121
|\
| * efi_loader: daylight saving timeHeinrich Schuchardt2020-10-271-3/+16
| * efi_loader: Disable devices before handing over controlIlias Apalodimas2020-10-271-0/+6
| * efi_loader: Sort header file orderingIlias Apalodimas2020-10-271-4/+3
| * trace: conserve gd register on RISC-VHeinrich Schuchardt2020-10-271-1/+1
| * rtc: provide an emulated RTCHeinrich Schuchardt2020-10-274-0/+93
| * Makefile: provide constant with seconds since epochHeinrich Schuchardt2020-10-271-0/+2
* | Merge branch '2020-10-27-further-log-enhancements'Tom Rini2020-10-286-12/+112
|\ \ | |/ |/|
| * log: correct and check array size of log categoriesWIP/2020-10-27-further-log-enhancementsHeinrich Schuchardt2020-10-271-2/+8
| * test: log: test message continuationHeinrich Schuchardt2020-10-272-1/+55
| * log: allow for message continuationHeinrich Schuchardt2020-10-274-5/+38
| * log: move processing_msg to global dataHeinrich Schuchardt2020-10-272-4/+11
|/
* nokia_rx51: re-enable CONSOLE_MUX and SYS_CONSOLE_IS_IN_ENVAnatolij Gustschin2020-10-271-0/+1
* Merge tag 'video-for-2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians...WIP/26Oct2020Tom Rini2020-10-2650-74/+75
|\
| * nokia_rx51: disable obsolete VIDEO configAnatolij Gustschin2020-10-262-2/+2
| * eb_cpu5282: fix CONFIG_DM_VIDEO build warningsAnatolij Gustschin2020-10-267-14/+15
| * sansa_fuze_plus: disable obsolete VIDEO configAnatolij Gustschin2020-10-261-1/+1
| * xfi3: disable obsolete VIDEO configAnatolij Gustschin2020-10-261-1/+1
| * mx23evk: disable obsolete VIDEO configAnatolij Gustschin2020-10-261-1/+1
| * at91sam9n12ek: disable obsolete VIDEO configAnatolij Gustschin2020-10-263-3/+3
| * at91sam9: disable obsolete VIDEO configAnatolij Gustschin2020-10-2616-16/+16
| * picosam9g45: disable obsolete VIDEO configAnatolij Gustschin2020-10-261-1/+1
| * ls1021atwr: disable obsolete VIDEO configAnatolij Gustschin2020-10-267-14/+14
| * ls1021aqds: disable obsolete VIDEO configAnatolij Gustschin2020-10-269-18/+18
| * imx: mx7dsabresd: disable obsolete VIDEO configAnatolij Gustschin2020-10-262-2/+2
| * imx: mx6sxsabresd: disable obsolete VIDEO configAnatolij Gustschin2020-10-261-1/+1
* | Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2020-10-2612-54/+66
|\ \ | |/ |/|
| * riscv: fu540: dts: Correct reg size of clint nodePragnesh Patel2020-10-261-1/+1
| * riscv: Move timer portions of SiFive CLINT to drivers/timerSean Anderson2020-10-264-39/+51
| * timer: Add _TIMER suffix to Andes PLMT KconfigSean Anderson2020-10-263-3/+3
| * riscv: Move Andes PLMT driver to drivers/timerSean Anderson2020-10-266-8/+9
| * riscv: k210: Reduce DMA block sizeSean Anderson2020-10-261-2/+2
| * riscv: Only enable OF_BOARD_FIXUP for S-ModeSean Anderson2020-10-261-1/+1
| * clk: kendryte: no need to check argument of free()Heinrich Schuchardt2020-10-261-2/+1
|/
* Merge branch '2020-10-23-misc-changes'Tom Rini2020-10-2466-182/+515
|\
| * power: regulator: add dummy helperWIP/2020-10-23-misc-changesPeng Fan2020-10-231-0/+114
| * phy: nop-phy: add clk bulkPeng Fan2020-10-231-0/+35
| * bootm: fix wrong conditions about images overlapJaehoon Chung2020-10-231-3/+5
| * cmd: fat: Use do_save() for fatwriteLad Prabhakar2020-10-232-45/+4
| * test: unit tests for print_freq(), print_size()Heinrich Schuchardt2020-10-232-0/+72
| * cmd: Add a 'misc' command to access miscellaneous devicesBin Meng2020-10-233-0/+143
| * cmd: Split out timer command from the sleep commandBin Meng2020-10-233-28/+35
| * cmd: Rename CMD_MISC to CMD_SLEEPBin Meng2020-10-2353-56/+52