summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: remove redundant doc/README.logWIP/2020-10-10-log-improvementsHeinrich Schuchardt2020-10-101-283/+0
* log: syslog: Handle errors in net_initSean Anderson2020-10-101-1/+3
* net: Expose some errors generated in net_initSean Anderson2020-10-103-5/+15
* log: Disable the syslog driver by defaultSimon Glass2020-10-104-1/+42
* log: Add a way to enable/disable a log deviceSimon Glass2020-10-104-0/+70
* log: Drop #ifdef in log_testSimon Glass2020-10-101-2/+0
* log: Add a flag to enable log driversSimon Glass2020-10-104-2/+15
* lib: Allow hexdump to be used in SPLSimon Glass2020-10-101-0/+8
* log: Allow LOG_DEBUG to always enable log outputSimon Glass2020-10-107-84/+129
* Merge branch '2020-10-09-kconfig-reorg'Tom Rini2020-10-09539-1872/+1878
|\
| * 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