summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configs: Resync with savedefconfigWIP/2020-10-09-kconfig-reorgTom Rini2020-10-09531-931/+924
* Kconfig: Create a new tools menuSimon Glass2020-10-093-9/+14
* Kconfig: Move BOARD_TYPES under init optionsSimon Glass2020-10-091-8/+8
* Kconfig: Move BOUNCE_BUFFER under driver optionsSimon Glass2020-10-092-11/+11
* Kconfig: Move VERSION_VARIABLE under environmentSimon Glass2020-10-092-10/+9
* Kconfig: MISC_INIT_R and BOARD_LATE_INIT -> start-up hooksSimon Glass2020-10-091-17/+17
* Kconfig: Move startup hooks under init optionsSimon Glass2020-10-091-31/+31
* Kconfig: Create a new 'init options' menuSimon Glass2020-10-091-0/+4
* Kconfig: Move DEFAULT_FDT_FILE under boot optionsSimon Glass2020-10-092-5/+5
* Kconfig: Move SUPPORT_RAW_INITRD under boot optionsSimon Glass2020-10-092-8/+8
* Kconfig: Move misc boot options under 'boot options'Simon Glass2020-10-092-53/+53
* Kconfig: Move CONFIG_BOOTDELAY under autoboot optionsSimon Glass2020-10-092-16/+16
* Kconfig: Move autoboot options under boot optionsSimon Glass2020-10-092-117/+117
* Kconfig: Move boot media under boot optionsSimon Glass2020-10-092-63/+63
* Kconfig: Move boot timing under boot optionsSimon Glass2020-10-092-291/+291
* Kconfig: Move boot menu into common/Simon Glass2020-10-093-341/+342
* Kconfig: Add a 'Boot options' menuSimon Glass2020-10-091-0/+4
* Merge branch '2020-10-08-misc-board-improvements'Tom Rini2020-10-0937-303/+2171
|\
| * qemu-arm64: Enable POSITION_INDEPENDENTWIP/2020-10-08-misc-board-improvementsAndre Przywara2020-10-082-0/+2
| * qemu-arm: Drop ARCH_SUPPORT_TFABOOTAndre Przywara2020-10-081-1/+0
| * qemu-arm: Remove need to specify flash banksAndre Przywara2020-10-081-7/+1
| * arm64: PIE: Allow fixed stack pointerAndre Przywara2020-10-081-1/+1
| * arm64: PIE: Skip fixups if distance is zeroAndre Przywara2020-10-081-1/+2
| * arm64: PIE: Do not skip static relocationAndre Przywara2020-10-081-1/+1
| * arm: Kconfig: Explain TFABOOTAndre Przywara2020-10-081-2/+7
| * examples: make examples/ optionalHeinrich Schuchardt2020-10-082-1/+9
| * wdt: designware: fix timeout calculation due to expecting KHzJack Mitchell2020-10-081-1/+1
| * riscv: Add FPIOA and GPIO support for Kendryte K210Sean Anderson2020-10-082-2/+71
| * riscv: add DT binding for BOOT button on Maix boardHeinrich Schuchardt2020-10-081-0/+11
| * riscv: Add pinmux and gpio bindings for Kendryte K210Sean Anderson2020-10-082-0/+116
| * test: dm: Test for default led namingSean Anderson2020-10-082-2/+3
| * led: gpio: Default to using node name if label is absentSean Anderson2020-10-081-5/+2
| * gpio: dw: Return output value when direction is outSean Anderson2020-10-081-7/+12
| * gpio: dw: Add a trailing underscore to generated nameSean Anderson2020-10-081-1/+9
| * gpio: dw: Fix warnings about casting int to pointerSean Anderson2020-10-081-2/+2
| * pinctrl: Add support for Kendryte K210 FPIOASean Anderson2020-10-086-0/+1126
| * test: pinmux: Add test for pin muxingSean Anderson2020-10-087-73/+274
| * pinctrl: Reformat documentation in dm/pinctrl.hSean Anderson2020-10-083-162/+347
| * pinctrl: Add pinmux property support to pinctrl-genericSean Anderson2020-10-083-44/+169
| * ram: add ddr4 dual x8 configurationDylan Hung2020-10-083-1/+12
| * ram: move aspeed ram driver into drivers/ directoryDylan Hung2020-10-084-1/+5
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flashWIP/08Oct2020Tom Rini2020-10-083-21/+11
|\
| * cfi_flash: Fix devicetree address determinationAndre Przywara2020-10-081-18/+6
| * mtd: cfi_mtd: Use DMA for readsVignesh Raghavendra2020-10-081-1/+3
| * dma: Reduce error level when DMA channel type does not existVignesh Raghavendra2020-10-081-2/+2
* | Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/...WIP/07Oct2020Tom Rini2020-10-0737-23/+26127
|\ \ | |/ |/|
| * mips: octeon: octeon_common.h: Increase CONFIG_SYS_BOOTM_LENStefan Roese2020-10-071-0/+2
| * mips: octeon: Add bootoctlinux commandAaron Williams2020-10-073-0/+716
| * mips: octeon: Add bootmem supportAaron Williams2020-10-073-0/+1994
| * mips: octeon: Add coremask supportAaron Williams2020-10-073-0/+1119