summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* pbl: Move piggy verification into pbl_barebox_uncompress()Sascha Hauer2019-08-231-2/+0
* Merge branch 'for-next/stm32'Sascha Hauer2019-08-152-0/+5
|\
| * filetype: add STM32 image typeAhmad Fatoum2019-07-151-0/+1
| * gpio: allow for arch-specific ARCH_NR_GPIOS > 256Ahmad Fatoum2019-07-151-0/+4
* | Merge branch 'for-next/mtd-gpmi-nand'Sascha Hauer2019-08-152-6/+3
|\ \
| * | mtd: nand: Add function to parse device tree propertiesSascha Hauer2019-08-061-0/+2
| * | mtd: nand-mxs: change API between NAND driver and fcb codeSascha Hauer2019-08-061-6/+1
* | | Merge branch 'for-next/imx8-hab'Sascha Hauer2019-08-154-6/+30
|\ \ \
| * | | stdio: puts and putchar static inline wrappersRouven Czerwinski2019-08-071-4/+13
| * | | pbl: add sha256 and piggy verification to PBLRouven Czerwinski2019-08-072-0/+15
| * | | sections: fix macro for barebox_pbl_sizeRouven Czerwinski2019-08-071-2/+2
| | |/ | |/|
* | | serial: i.MX: Add i.MX1 lowlevel init functionSascha Hauer2019-08-141-0/+21
* | | crypto: caam - Always do rng selftestSascha Hauer2019-08-061-5/+0
|/ /
* | Merge branch 'for-next/stm32'Sascha Hauer2019-07-124-0/+153
|\ \
| * | pinctrl: add driver for STM32 GPIO and pin multiplexerAhmad Fatoum2019-06-201-0/+120
| * | driver: add stubs for hardware spinlocksAhmad Fatoum2019-06-201-0/+31
| * | gpiolib: add gpio_get_chip helperAhmad Fatoum2019-06-201-0/+1
| * | reset_source: add new Brownout reset (BOR) sourceAhmad Fatoum2019-06-131-0/+1
* | | Merge branch 'for-next/pstore'Sascha Hauer2019-07-121-2/+4
|\ \ \
| * | | pstore: remove unused codeSascha Hauer2019-07-091-2/+0
| * | | pstore: Only capture log messagesSascha Hauer2019-07-091-0/+4
* | | | Merge branch 'for-next/misc'Sascha Hauer2019-07-124-3/+22
|\ \ \ \
| * | | | startup: Factor out the autoboot counter to separate functionSascha Hauer2019-07-031-0/+10
| * | | | mfd: syscon: add syscon_regmap_lookup_by_phandle()Marcin Niestroj2019-07-021-0/+9
| * | | | treewide: remove stale mentions of CONFIG_OF in commentsAhmad Fatoum2019-06-132-3/+3
| | |/ / | |/| |
* | | | Merge branch 'for-next/clk'Sascha Hauer2019-07-121-0/+10
|\ \ \ \ | |_|_|/ |/| | |
| * | | clk: divider: export clk_div_mask() helperMarcin Niestroj2019-07-041-0/+2
| * | | clk: divider: Make generic for usage elsewhereMarcin Niestroj2019-07-021-0/+8
| |/ /
* / / lib: Add missing arguments to memcpy_parse_options()Andrey Smirnov2019-07-091-1/+2
|/ /
* | Merge branch 'for-next/ubootenv'Sascha Hauer2019-06-112-0/+5
|\ \
| * | drivers: Introduce late_platform_driver()Andrey Smirnov2019-06-071-0/+2
| * | filetype: Allow specifying cdev's filetype explicitlyAndrey Smirnov2019-06-071-0/+2
| * | filetype: Add "U-Boot environmemnt variable data" filetypeAndrey Smirnov2019-06-071-0/+1
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2019-06-113-4/+4
|\ \
| * | commands: Introduce memcpy_parse_options()Andrey Smirnov2019-05-281-0/+2
| * | libbb: Drop simple_itoa()Andrey Smirnov2019-05-281-2/+0
| * | driver: left shift 1U instead of 1 in bitmask for consistencyAhmad Fatoum2019-05-241-2/+2
* | | Merge branch 'for-next/arm'Sascha Hauer2019-06-113-0/+39
|\ \ \ | |_|/ |/| |
| * | ARM: Initial OP-TEE supportSascha Hauer2019-06-073-0/+39
| |/
* / serdev: Do not call .receive_buf() callback recursivelyAndrey Smirnov2019-05-151-0/+2
|/
* Merge branch 'for-next/ubifs'Sascha Hauer2019-05-101-0/+5
|\
| * fs: ubifs: Add authentication supportSascha Hauer2019-04-241-0/+5
* | Merge branch 'for-next/qspi'Sascha Hauer2019-05-103-72/+560
|\ \
| * | mtd: spi-nor: provide default erase_sector implementationSteffen Trumtrar2019-05-081-1/+2
| * | mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocolsSteffen Trumtrar2019-05-081-26/+168
| * | mtd: spi-nor: remove unused read_xfer/write_xfer hooksSteffen Trumtrar2019-05-081-32/+0
| * | mtd: spi-nor: remove unused write_enable from write_regSteffen Trumtrar2019-05-081-2/+1
| * | spi: Extend the core to ease integration of SPI memory controllersSteffen Trumtrar2019-05-082-0/+362
| * | spi: Import more spi mode defines from LinuxSteffen Trumtrar2019-05-081-0/+10
| * | spi: Generalize SPI "master" to "controller"Steffen Trumtrar2019-05-081-12/+18
| |/