public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-12-22 21:13:45 to 2017-12-28 20:14:16 UTC [more...]

[U-Boot] [PATCH 0/9] log: Support control over the log output format
 2017-12-28 20:14 UTC  (3+ messages)
` [U-Boot] [PATCH 1/9] dm: core: Add a function to look up a uclass by name
` [U-Boot] [PATCH 2/9] log: Add functions to convert IDs to/from names

[U-Boot] [PATCH] ARM: omap3: evm: Do not relocate FDT address
 2017-12-28 19:45 UTC  (7+ messages)

[U-Boot] [PATCH v2 00/23]Fix and extend i.MX HAB layer
 2017-12-28 18:49 UTC  (24+ messages)
` [U-Boot] [PATCH v2 01/23] arm: imx: hab: Make authenticate_image return int
` [U-Boot] [PATCH v2 02/23] arm: imx: hab: Fix authenticate_image result code
` [U-Boot] [PATCH v2 03/23] arm: imx: hab: Optimise flow of authenticate_image on is_enabled fail
` [U-Boot] [PATCH v2 04/23] arm: imx: hab: Optimise flow of authenticate_image on hab_entry fail
` [U-Boot] [PATCH v2 05/23] arm: imx: hab: Move IVT_SIZE to hab.h
` [U-Boot] [PATCH v2 06/23] arm: imx: hab: Move CSF_PAD_SIZE "
` [U-Boot] [PATCH v2 07/23] arm: imx: hab: Fix authenticate_image input parameters
` [U-Boot] [PATCH v2 08/23] arm: imx: hab: Fix authenticate image lockup on MX7
` [U-Boot] [PATCH v2 09/23] arm: imx: hab: Add IVT header definitions
` [U-Boot] [PATCH v2 10/23] arm: imx: hab: Add IVT header verification
` [U-Boot] [PATCH v2 11/23] arm: imx: hab: Verify IVT self matches calculated address
` [U-Boot] [PATCH v2 12/23] arm: imx: hab: Print CSF based on IVT descriptor
` [U-Boot] [PATCH v2 13/23] arm: imx: hab: Print additional IVT elements during debug
` [U-Boot] [PATCH v2 14/23] arm: imx: hab: Define rvt_check_target()
` [U-Boot] [PATCH v2 15/23] arm: imx: hab: Implement hab_rvt_check_target
` [U-Boot] [PATCH v2 16/23] arm: imx: hab: Add a hab_rvt_check_target to image auth
` [U-Boot] [PATCH v2 17/23] arm: imx: hab: Make internal functions and data static
` [U-Boot] [PATCH v2 18/23] arm: imx: hab: Prefix authenticate_image with imx_hab
` [U-Boot] [PATCH v2 19/23] arm: imx: hab: Rename is_hab_enabled imx_hab_is_enabled
` [U-Boot] [PATCH v2 20/23] arm: imx: hab: Make imx_hab_is_enabled global
` [U-Boot] [PATCH v2 21/23] arm: imx: hab: Define rvt_failsafe()
` [U-Boot] [PATCH v2 22/23] arm: imx: hab: Implement hab_rvt_failsafe
` [U-Boot] [PATCH v2 23/23] arm: imx: hab: Add hab_failsafe console command

[U-Boot] [PATCH 00/23] Fix and extend i.MX HAB layer
 2017-12-28 18:00 UTC  (28+ messages)
` [U-Boot] [PATCH 01/23] arm: imx: hab: Make authenticate_image return int
` [U-Boot] [PATCH 02/23] arm: imx: hab: Fix authenticate_image result code
` [U-Boot] [PATCH 03/23] arm: imx: hab: Optimise flow of authenticate_image on is_enabled fail
` [U-Boot] [PATCH 04/23] arm: imx: hab: Optimise flow of authenticate_image on hab_entry fail
` [U-Boot] [PATCH 05/23] arm: imx: hab: Fix authenticate_image input parameters
` [U-Boot] [PATCH 06/23] arm: imx: hab: Fix authenticate image lockup on MX7
` [U-Boot] [PATCH 07/23] arm: imx: hab: Move IVT_SIZE to hab.h
` [U-Boot] [PATCH 08/23] arm: imx: hab: Move CSF_PAD_SIZE "
` [U-Boot] [PATCH 09/23] arm: imx: hab: Add IVT header definitions
` [U-Boot] [PATCH 10/23] arm: imx: hab: Add IVT header verification
` [U-Boot] [PATCH 11/23] arm: imx: hab: Verify IVT self matches calculated address
` [U-Boot] [PATCH 12/23] arm: imx: hab: Print CSF based on IVT descriptor
` [U-Boot] [PATCH 13/23] arm: imx: hab: Print additional IVT elements during debug
` [U-Boot] [PATCH 14/23] arm: imx: hab: Define rvt_check_target()
` [U-Boot] [PATCH 15/23] arm: imx: hab: Implement hab_rvt_check_target
` [U-Boot] [PATCH 16/23] arm: imx: hab: Add a hab_rvt_check_target to image auth
` [U-Boot] [PATCH 17/23] arm: imx: hab: Make internal functions and data static
` [U-Boot] [PATCH 18/23] arm: imx: hab: Prefix authenticate_image with imx_hab
` [U-Boot] [PATCH 19/23] arm: imx: hab: Rename is_hab_enabled imx_hab_is_enabled
` [U-Boot] [PATCH 20/23] arm: imx: hab: Make imx_hab_is_enabled global
` [U-Boot] [PATCH 21/23] arm: imx: hab: Define rvt_failsafe()
` [U-Boot] [PATCH 22/23] arm: imx: hab: Implement hab_rvt_failsafe
` [U-Boot] [PATCH 23/23] arm: imx: hab: Add hab_failsafe console command

[U-Boot] [PATCH] dt-bindings: leds: adopt Linux PCA9532 binding constants
 2017-12-28 17:06 UTC 

[U-Boot] [PATCH v3 0/6] arm: ti: misc updates and bug fixes
 2017-12-28 15:10 UTC  (7+ messages)
` [U-Boot] [PATCH v3 1/6] configs: k2g_evm: Allocate more space for u-boot
` [U-Boot] [PATCH v3 2/6] board: ti: K2G FC SoC 1GHz and DDR3 1066 MT/s support
` [U-Boot] [PATCH v3 3/6] tools: omapimage: Fix mismatch of image size in header
` [U-Boot] [PATCH v3 4/6] arm: am33xx: Avoid writing into reserved DPLL divider
` [U-Boot] [PATCH v3 5/6] board: ti: dra76: mux wakeup2 as gpio1_2
` [U-Boot] [PATCH v3 6/6] board: ti: k2g: Make ddr3* declarations as static

[U-Boot] [PATCH v10 00/27] dm: Generic MTD Subsystem, with SPI-NOR interface
 2017-12-28 14:44 UTC  (31+ messages)
` [U-Boot] [PATCH v10 01/27] mtd: Add mtd core ops
` [U-Boot] [PATCH v10 02/27] mtd: add mtd device create operations
` [U-Boot] [PATCH v10 03/27] mtd: add SPI-NOR core support
` [U-Boot] [PATCH v10 04/27] mtd: spi-nor: sync/modify sst write operations
` [U-Boot] [PATCH v10 05/27] mtd: spi-nor: sync/modify lock operations
` [U-Boot] [PATCH v10 06/27] mtd: spi-nor: Kconfig: Add MTD_SPI_NOR entry
` [U-Boot] [PATCH v10 07/27] mtd: spi-nor: Kconfig: Add MTD_SPI_NOR_USE_4K_SECTORS
` [U-Boot] [PATCH v10 08/27] mtd: spi-nor: Kconfig: Add SPI_NOR_MISC entry
` [U-Boot] [PATCH v10 09/27] mtd: spi-nor: Kconfig: Add SPI_NOR_MACRONIX entry
` [U-Boot] [PATCH v10 10/27] mtd: spi-nor: Kconfig: Add SPI_NOR_SPANSION entry
` [U-Boot] [PATCH v10 11/27] mtd: spi-nor: Kconfig: Add SPI_NOR_STMICRO entry
` [U-Boot] [PATCH v10 12/27] mtd: spi-nor: Kconfig: Add SPI_NOR_SST entry
` [U-Boot] [PATCH v10 13/27] mtd: spi-nor: Kconfig: Add SPI_NOR_WINBOND entry
` [U-Boot] [PATCH v10 14/27] mtd-uclass: use platdata_auto_alloc
` [U-Boot] [PATCH v10 15/27] spi: Add spi_write_then_read
` [U-Boot] [PATCH v10 16/27] mtd: spi-nor: Add m25p80 driver
` [U-Boot] [PATCH v10 17/27] mtd: spi-nor: Kconfig: Add MTD_M25P80 entry
` [U-Boot] [PATCH v10 18/27] mtd: spi-nor: Add zynq qspinor driver
` [U-Boot] [PATCH v10 19/27] mtd: spi-nor: zynq_qspi: Kconfig: Add MTD_ZYNQ
` [U-Boot] [PATCH v10 20/27] mtd: spi-nor: Add 4-byte addresswidth support
` [U-Boot] [PATCH v10 21/27] cmd: add spinor cmd support
` [U-Boot] [PATCH v10 22/27] cmd: spinor: sync/update protect command
` [U-Boot] [PATCH v10 23/27] board_r: initialize spi_nor
` [U-Boot] [PATCH v10 24/27] env: add spi-nor environment
` [U-Boot] [PATCH v10 25/27] arm: dts: zynq: Add zynq-qspinor node
` [U-Boot] [PATCH v10 26/27] dm: zynq: microzed: enable MTD/SPI-NOR framework
` [U-Boot] [PATCH v10 27/27] test: dm: add tests for mtd devices

[U-Boot] [PATCH] ARM: mvebu: Allow MVNETA to be selected with Armada 3700 SoCs
 2017-12-28 14:43 UTC 

[U-Boot] [PATCH 0/9] spl: Add full fit and u-boot dto support
 2017-12-28 14:29 UTC  (15+ messages)
` [U-Boot] [PATCH 1/9] fit: Fix CONFIG_FIT_SPL_PRINT
` [U-Boot] [PATCH 2/9] fit: Add empty fit_print_contents() and fit_image_print()
` [U-Boot] [PATCH 3/9] fit: Add standalone image type handling
` [U-Boot] [PATCH 4/9] fit: Verify all configuration signatures
` [U-Boot] [PATCH 5/9] spl: Add full fitImage support
` [U-Boot] [PATCH 6/9] spl: Add support for overlaying U-Boot DT
` [U-Boot] [PATCH 7/9] spl: Restart loading if load_image returns -EAGAIN
` [U-Boot] [PATCH 8/9] spl: ram: Add support for fetching image position from control DT
` [U-Boot] [PATCH 9/9] spl: spi: "

[U-Boot] [PATCH] Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig
 2017-12-28 13:09 UTC  (3+ messages)

[U-Boot] [PATCH v8 0/2] DW SPI: Get clock value from Device Tree
 2017-12-28 12:18 UTC  (4+ messages)
` [U-Boot] [PATCH v8 1/2] SOCFPGA: clock manager: implement dw_spi_get_clk function
` [U-Boot] [PATCH v8 2/2] DW SPI: Get clock value from Device Tree

[U-Boot] [PATCH] armv8: LS1088: Increase size of CONFIG_SYS_MONITOR_LEN
 2017-12-28 11:41 UTC 

[U-Boot] [PATCH v5 1/2] drivers/reset: support rockchip reset drivers
 2017-12-28 10:32 UTC  (4+ messages)
` [U-Boot] [U-Boot, v5, "

[U-Boot] [PATCH v5 2/2] rockchip: clk: bind reset driver
 2017-12-28 10:32 UTC  (4+ messages)
` [U-Boot] [U-Boot,v5,2/2] "

[U-Boot] [PATCH] rockchp: dts: rk3399-evb: support boot from sd-card
 2017-12-28 10:19 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH] rockchip: rk3399-puma: reduce env size to 8kiB
 2017-12-28 10:19 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH] Convert CONFIG_SYS_BOOT_GET_{CMDLINE, KBD} to Kconfig
 2017-12-28  7:25 UTC 

[U-Boot] [PATCH v3] armv8: errata: Implement workaround for Cortex-A53 Erratum 855873
 2017-12-28  5:00 UTC 

[U-Boot] [PATCH v4 0/4] net: phy: Add Broadcom BCM53xx switch driver
 2017-12-27 19:55 UTC  (3+ messages)

[U-Boot] [PATCH] ARM: omap3_logic: Enable SPL_OF_CONTROL and SPL_OF_PLATDATA
 2017-12-27 19:39 UTC 

[U-Boot] [PATCH 2/3] ARM: dts: omap3-evm: Enable DM and devicetree for TMDSEVM{3530, 3730}
 2017-12-27 15:40 UTC  (5+ messages)
` [U-Boot] [U-Boot, "
` [U-Boot] [PATCH v3 "
  ` [U-Boot] [PATCH v4 "

[U-Boot] [PATCH] spl: atf: fix the plat_params
 2017-12-27  8:44 UTC  (4+ messages)

[U-Boot] [PATCH v6 0/2] Generic firmware loader
 2017-12-27  5:04 UTC  (3+ messages)
` [U-Boot] [PATCH v6 1/2] spl: Remove static declaration on spl_mmc_find_device function
` [U-Boot] [PATCH v6 2/2] common: Generic firmware loader for file system

[U-Boot] [PATCH] i2c: imx: bus arbitration fix when reading block data
 2017-12-27  1:05 UTC 

[U-Boot] [PATCH v7 0/2] DW SPI: Get clock value from Device Tree
 2017-12-26 18:41 UTC  (4+ messages)
` [U-Boot] [PATCH v7 1/2] SOCFPGA: clock manager: implement dw_spi_get_clk function
` [U-Boot] [PATCH v7 2/2] DW SPI: Get clock value from Device Tree

[U-Boot] Please pull u-boot-dm (take 3)
 2017-12-26 18:36 UTC 

[U-Boot] [PATCH 0/3] ARM: omap3: evm: Add OF_CONTROL support
 2017-12-26 17:08 UTC  (4+ messages)

[U-Boot] [PATCH 0/4] mips: bmips: add HSSPI support
 2017-12-26 13:20 UTC  (5+ messages)
` [U-Boot] [PATCH v4 "
  ` [U-Boot] [PATCH v4 1/4] dm: spi: add BCM63xx HSSPI driver

[U-Boot] [PATCH 00/10] mips: bmips: add SPI support
 2017-12-26 12:21 UTC  (5+ messages)
` [U-Boot] [PATCH v5 "
  ` [U-Boot] [PATCH v5 03/10] dm: spi: add BCM63xx SPI driver

[U-Boot] [PATCH 00/11] Introduce variables whitelisting in environment
 2017-12-26 11:25 UTC  (5+ messages)
` [U-Boot] [PATCH 03/11] env: add support for whitelisting variables from secondary environments
` [U-Boot] [PATCH 11/11] env: store information about each environment in gd

[U-Boot] [EXT] Re: Would you please give some advice on our MDIO driver implementaion?
 2017-12-26 10:38 UTC 

[U-Boot] [PATCH v1 00/10] reduce the size of the mmc core
 2017-12-26 10:36 UTC  (5+ messages)
  ` [U-Boot] [PATCH v1 02/10] mmc: atmel: when sending a data command, use the provided block size
  ` [U-Boot] [PATCH v1 03/10] mmc: remove unneeded verification in mmc_set_card_speed()

[U-Boot] [PATCH v3 1/1] vsprintf.c: add EFI device path printing
 2017-12-26 10:07 UTC 

[U-Boot] [PATCH v3 1/2] arm: sunxi: Allwinner A10 SPI driver
 2017-12-26  9:47 UTC  (3+ messages)
` [U-Boot] [PATCH v3 2/2] Enable test case with A20-OLinuXino-Lime2

[U-Boot] [PATCH v2 14/18] rockchip: pinctrl: rk322x: Move the iomux definitions into pinctrl-driver
 2017-12-26  6:24 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/12] Add NX25 to support RISC-V
 2017-12-26  5:55 UTC  (13+ messages)
` [U-Boot] [PATCH v2 01/12] riscv: cpu: Add nx25 "
` [U-Boot] [PATCH v2 02/12] riscv: nx25: lib: Add relative lib funcs "
` [U-Boot] [PATCH v2 03/12] riscv: nx25: dts: Add AE250 dts "
` [U-Boot] [PATCH v2 04/12] riscv: nx25: include: Add header files "
` [U-Boot] [PATCH v2 05/12] riscv: Add Kconfig "
` [U-Boot] [PATCH v2 06/12] riscv: board: Add nx25-ae250 "
` [U-Boot] [PATCH v2 07/12] riscv: configs: Add nx25-ae250.h "
` [U-Boot] [PATCH v2 08/12] riscv: defconfig: Add nx25-ae250 defconfig "
` [U-Boot] [PATCH v2 09/12] riscv: tools: Prelink u-boot
` [U-Boot] [PATCH v2 10/12] riscv: Support standalone
` [U-Boot] [PATCH v2 11/12] riscv: Modify generic codes to support RISC-V
` [U-Boot] [PATCH v2 12/12] riscv: doc: Add relative doc to describe RISC-V

[U-Boot] [PATCH v2 17/18] net: gmac_rockchip: Add support for the RK3228 GMAC
 2017-12-26  1:32 UTC  (3+ messages)

[U-Boot] [PATCH v3 00/11] rockchip: add tpl and OPTEE support for rk3229
 2017-12-25 20:23 UTC  (2+ messages)

[U-Boot] [PATCH 01/12] riscv: cpu: Add nx25 to support RISC-V
 2017-12-25  2:33 UTC  (7+ messages)
` [U-Boot] [PATCH 05/12] riscv: Add Kconfig "
` [U-Boot] [PATCH 09/12] risck: tools: Prelink u-boot

[U-Boot] [PATCH 0/2] test: Fixes to allow tests to run on a machine with old dtc
 2017-12-24 19:12 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] dtoc: Allow DTC environment variable to provide path to dtc
` [U-Boot] [PATCH 2/2] test: Set the DTC environment variable

[U-Boot] [PATCH] arm: socfpga: Guard commands with CONFIG_SPL_BUILD tests
 2017-12-24 13:55 UTC  (4+ messages)

[U-Boot] [PATCH 1/1] dm: core: remove orphaned parameter description in platdata.h
 2017-12-24 12:14 UTC 

[U-Boot] [PATCH] x86: Move commands from under arch/x86 to cmd/x86/
 2017-12-23 12:42 UTC  (3+ messages)

[U-Boot] [PATCH] arm: mvebu: ClearFog: document boot selection switches, update UART
 2017-12-23  0:42 UTC 

[U-Boot] [PATCH] ARM: sunxi: Remove left-over cd-inverted property from pcDuino3
 2017-12-22 22:30 UTC 

[U-Boot] How to restore NVRAM on MTD partition from backup
 2017-12-22 21:58 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox