aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-10log: Allow LOG_DEBUG to always enable log outputSimon Glass7-84/+129
2020-10-09Merge branch '2020-10-09-kconfig-reorg'Tom Rini539-1872/+1878
2020-10-09configs: Resync with savedefconfigTom Rini531-931/+924
2020-10-09Kconfig: Create a new tools menuSimon Glass3-9/+14
2020-10-09Kconfig: Move BOARD_TYPES under init optionsSimon Glass1-8/+8
2020-10-09Kconfig: Move BOUNCE_BUFFER under driver optionsSimon Glass2-11/+11
2020-10-09Kconfig: Move VERSION_VARIABLE under environmentSimon Glass2-10/+9
2020-10-09Kconfig: MISC_INIT_R and BOARD_LATE_INIT -> start-up hooksSimon Glass1-17/+17
2020-10-09Kconfig: Move startup hooks under init optionsSimon Glass1-31/+31
2020-10-09Kconfig: Create a new 'init options' menuSimon Glass1-0/+4
2020-10-09Kconfig: Move DEFAULT_FDT_FILE under boot optionsSimon Glass2-5/+5
2020-10-09Kconfig: Move SUPPORT_RAW_INITRD under boot optionsSimon Glass2-8/+8
2020-10-09Kconfig: Move misc boot options under 'boot options'Simon Glass2-53/+53
2020-10-09Kconfig: Move CONFIG_BOOTDELAY under autoboot optionsSimon Glass2-16/+16
2020-10-09Kconfig: Move autoboot options under boot optionsSimon Glass2-117/+117
2020-10-09Kconfig: Move boot media under boot optionsSimon Glass2-63/+63
2020-10-09Kconfig: Move boot timing under boot optionsSimon Glass2-291/+291
2020-10-09Kconfig: Move boot menu into common/Simon Glass3-341/+342
2020-10-09Kconfig: Add a 'Boot options' menuSimon Glass1-0/+4
2020-10-09Merge branch '2020-10-08-misc-board-improvements'Tom Rini37-303/+2171
2020-10-08qemu-arm64: Enable POSITION_INDEPENDENTAndre Przywara2-0/+2
2020-10-08qemu-arm: Drop ARCH_SUPPORT_TFABOOTAndre Przywara1-1/+0
2020-10-08qemu-arm: Remove need to specify flash banksAndre Przywara1-7/+1
2020-10-08arm64: PIE: Allow fixed stack pointerAndre Przywara1-1/+1
2020-10-08arm64: PIE: Skip fixups if distance is zeroAndre Przywara1-1/+2
2020-10-08arm64: PIE: Do not skip static relocationAndre Przywara1-1/+1
2020-10-08arm: Kconfig: Explain TFABOOTAndre Przywara1-2/+7
2020-10-08examples: make examples/ optionalHeinrich Schuchardt2-1/+9
2020-10-08wdt: designware: fix timeout calculation due to expecting KHzJack Mitchell1-1/+1
2020-10-08riscv: Add FPIOA and GPIO support for Kendryte K210Sean Anderson2-2/+71
2020-10-08riscv: add DT binding for BOOT button on Maix boardHeinrich Schuchardt1-0/+11
2020-10-08riscv: Add pinmux and gpio bindings for Kendryte K210Sean Anderson2-0/+116
2020-10-08test: dm: Test for default led namingSean Anderson2-2/+3
2020-10-08led: gpio: Default to using node name if label is absentSean Anderson1-5/+2
2020-10-08gpio: dw: Return output value when direction is outSean Anderson1-7/+12
2020-10-08gpio: dw: Add a trailing underscore to generated nameSean Anderson1-1/+9
2020-10-08gpio: dw: Fix warnings about casting int to pointerSean Anderson1-2/+2
2020-10-08pinctrl: Add support for Kendryte K210 FPIOASean Anderson6-0/+1126
2020-10-08test: pinmux: Add test for pin muxingSean Anderson7-73/+274
2020-10-08pinctrl: Reformat documentation in dm/pinctrl.hSean Anderson3-162/+347
2020-10-08pinctrl: Add pinmux property support to pinctrl-genericSean Anderson3-44/+169
2020-10-08ram: add ddr4 dual x8 configurationDylan Hung3-1/+12
2020-10-08ram: move aspeed ram driver into drivers/ directoryDylan Hung4-1/+5
2020-10-08Merge https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flashTom Rini3-21/+11
2020-10-08cfi_flash: Fix devicetree address determinationAndre Przywara1-18/+6
2020-10-08mtd: cfi_mtd: Use DMA for readsVignesh Raghavendra1-1/+3
2020-10-08dma: Reduce error level when DMA channel type does not existVignesh Raghavendra1-2/+2
2020-10-07Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/...Tom Rini37-23/+26127
2020-10-07mips: octeon: octeon_common.h: Increase CONFIG_SYS_BOOTM_LENStefan Roese1-0/+2
2020-10-07mips: octeon: Add bootoctlinux commandAaron Williams3-0/+716