summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* commands: boot: create boot entries on demandAhmad Fatoum2020-02-141-6/+12
* commands: boot: refactor boot entry creation to use iteratorsAhmad Fatoum2020-02-141-16/+28
* ARM: stm32mp: dk2: barebox_set_model to shorter nameAhmad Fatoum2020-02-121-0/+2
* i2c: tegra: correct error messageAhmad Fatoum2020-02-121-1/+1
* watchdog: dw_wdt: remove duplicated error messageAhmad Fatoum2020-02-121-1/+1
* watchdog: dw_wdt: inform user on missing reset control lineAhmad Fatoum2020-02-121-4/+6
* net: designware: socfpga: fix possible invalid pointer derefAhmad Fatoum2020-02-121-10/+8
* mci: stm32_sdmmc2: don't ignore reset_control_get errorsAhmad Fatoum2020-02-121-1/+1
* watchdog: dw_wdt: populate driver_d.nameAhmad Fatoum2020-02-121-0/+1
* driver: bail out, don't crash, if drv->name is not setAhmad Fatoum2020-02-121-0/+3
* clocksource: rename driver for ARMv8 Timer to ARM architected timerAhmad Fatoum2020-02-123-13/+12
* scripts: imx: Remove unused variableSascha Hauer2020-02-101-1/+0
* fs: jffs2: add initial support for reading jffs2Steffen Trumtrar2020-02-1030-0/+8781
* sandbox: hostfile: fix UB-inducing shiftAhmad Fatoum2020-02-101-1/+1
* sandbox: fix signed integer overflowAhmad Fatoum2020-02-101-1/+1
* commands/test: Implement -b and -c to test for character and block devicesUwe Kleine-König2020-02-101-0/+14
* commands/test: Improve option parsing to handle "]" less specialUwe Kleine-König2020-02-101-5/+8
* commands/test: Bail out on incomplete command line optionsUwe Kleine-König2020-02-101-0/+5
* regulator: fixed: take regulator-boot-on into accountMarco Felsch2020-02-101-1/+2
* ubsan: use a big if block in KconfigUwe Kleine-König2020-02-101-2/+4
* Documentation/sandbox: Add hint how to end a sandboxed bareboxUwe Kleine-König2020-02-101-0/+3
* images: Use separate LDFLAGS for PBLChristian Eggers2020-02-104-1/+11
* gpiolib: introduce helper functions working on gpio_info structsUwe Kleine-König2020-02-101-40/+97
* gpiolib: reorder functionsUwe Kleine-König2020-01-271-76/+76
* common: make CONFIG_BAREBOX_UPDATE visibleChristian Eggers2020-01-271-3/+3
* gadget: f_fastboot: Fix memory leakChristian Eggers2020-01-271-1/+1
* eeprom: at25: Allow page sizes greater than 16 bitChristian Eggers2020-01-272-2/+2
* watchdog: Fix error pathChristian Eggers2020-01-221-9/+21
* param: Make enum param_tristate always visibleChristian Eggers2020-01-221-2/+2
* pinctrl-single: Handle "pinctrl-single,function-mask" dt propertySiméon Marijon2020-01-201-19/+62
* net: designware: eqos: don't funnel all MDIO writes to register 0Ahmad Fatoum2020-01-201-3/+3
* MIPS: actually use CONFIG_MIPS_RELOCATION_TABLE_SIZEAntony Pavlov2020-01-161-1/+1
* Revert "clocksource: ARMv8 timer can only be built on ARMv8"Ahmad Fatoum2020-01-162-2/+5
* ARM: qemu-virt64: convert to assembly entryLucas Stach2020-01-163-2/+16
* Merge branch 'for-next/zynq'Sascha Hauer2020-01-1516-99/+938
|\
| * ARM: zynq: zedboard: add PBL console supportLucas Stach2020-01-141-0/+16
| * serial: cadence: add lowlevel init and putc functionsLucas Stach2020-01-141-0/+55
| * serial: cadence: move register definitions into header fileLucas Stach2020-01-142-36/+42
| * ARM: zynq: zed: partially revert zynq_cpu_lowlevel_init() chnagesLucas Stach2020-01-142-2/+1
| * ARM: zynq: zed: use zynq_cpu_lowlevel_init()Lucas Stach2020-01-081-1/+2
| * ARM: zynq: add Zynq specific lowlevel CPU init functionLucas Stach2020-01-083-0/+24
| * ARM: zynq: zed: add QSPI flash supportLucas Stach2019-12-202-0/+27
| * ARM: zynq: add QSPI DT nodeLucas Stach2019-12-201-0/+15
| * spi: add Zynq QSPI controller driverLucas Stach2019-12-203-0/+621
| * clk: zynq: add QSPI reference clockLucas Stach2019-12-201-0/+3
| * ARM: zynq: add Zynq image bootm handlerLucas Stach2019-12-112-1/+50
| * filetype: add Zynq image typeLucas Stach2019-12-112-0/+5
| * ARM: zynq: zedboard: allow lowlevel init to be called as second stageLucas Stach2019-12-111-0/+10
| * ARM: zynq: zedboard: split out PS7 initLucas Stach2019-12-111-4/+9
| * firmware: zynqmp-fpga: drop example bin format headerMichael Tretter2019-12-111-59/+62