messages from 2017-12-29 17:00:08 to 2018-01-02 19:01:00 UTC [more...]
[U-Boot] [PATCH v5 00/10] mips: bmips: add SPI support
2018-01-02 19:01 UTC (2+ messages)
` [U-Boot] [PATCH v6 00/11] "
[U-Boot] [PATCH V4] Convert CONFIG_SOC_DA8XX et al to Kconfig
2018-01-02 18:45 UTC
[U-Boot] [PATCH] rockchip: board: lion-rk3368: reduce env-size default to 8KiB
2018-01-02 18:13 UTC
[U-Boot] [PATCH v3 11/11] rockchip: evb-rk322x: update defconfig with tpl and optee support
2018-01-02 17:26 UTC (3+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 06/11] image: add os type for OP-TEE
2018-01-02 17:26 UTC (3+ messages)
` [U-Boot] [U-Boot,v3,06/11] "
[U-Boot] [PATCH v3 08/11] rockchip: rk322x: dts: enable uart2 for SPL/TPL
2018-01-02 17:26 UTC (3+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 09/11] rockchip: add fit source file for pack itb with op-tee
2018-01-02 17:26 UTC (3+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 10/11] rockchip: evb-rk3229: add README file for OP-TEE support
2018-01-02 17:26 UTC (3+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 02/11] arm: add option for TPL ARCH_MEM in arm 32bit
2018-01-02 17:25 UTC (3+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 03/11] arm: add a separate stack for TPL
2018-01-02 17:25 UTC (3+ messages)
` [U-Boot] [U-Boot,v3,03/11] "
[U-Boot] [PATCH v3 05/11] sysreset: enable driver support in SPL/TPL
2018-01-02 17:25 UTC (3+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 01/11] lib: add TPL_OF_LIBFDT option for TPL
2018-01-02 17:25 UTC (3+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH V3] Convert CONFIG_SOC_DA8XX et al to Kconfig
2018-01-02 17:24 UTC (2+ messages)
[U-Boot] [PATCH v3 07/11] spl: add support to booting with OP-TEE
2018-01-02 17:20 UTC (3+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v3 04/11] rockchip: rk322x: enable tpl support
2018-01-02 17:17 UTC (3+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v5 1/2] drivers/reset: support rockchip reset drivers
2018-01-02 17:09 UTC (2+ messages)
` [U-Boot] [U-Boot, v5, "
[U-Boot] [PATCH v5 2/2] rockchip: clk: bind reset driver
2018-01-02 17:09 UTC (2+ messages)
` [U-Boot] [U-Boot,v5,2/2] "
[U-Boot] [PATCH] rockchp: dts: rk3399-evb: support boot from sd-card
2018-01-02 17:09 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] rockchip: rk3399-puma: reduce env size to 8kiB
2018-01-02 17:09 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH v4 00/25] Fix and extend i.MX HAB layer
2018-01-02 16:44 UTC (26+ messages)
` [U-Boot] [PATCH v4 01/25] arm: imx: hab: Make authenticate_image return int
` [U-Boot] [PATCH v4 02/25] arm: imx: hab: Fix authenticate_image result code
` [U-Boot] [PATCH v4 03/25] arm: imx: hab: Optimise flow of authenticate_image on is_enabled fail
` [U-Boot] [PATCH v4 04/25] arm: imx: hab: Optimise flow of authenticate_image on hab_entry fail
` [U-Boot] [PATCH v4 05/25] arm: imx: hab: Move IVT_SIZE to hab.h
` [U-Boot] [PATCH v4 06/25] arm: imx: hab: Move CSF_PAD_SIZE "
` [U-Boot] [PATCH v4 07/25] arm: imx: hab: Fix authenticate_image input parameters
` [U-Boot] [PATCH v4 08/25] arm: imx: hab: Fix authenticate image lockup on MX7
` [U-Boot] [PATCH v4 09/25] arm: imx: hab: Add IVT header definitions
` [U-Boot] [PATCH v4 10/25] arm: imx: hab: Add IVT header verification
` [U-Boot] [PATCH v4 11/25] arm: imx: hab: Verify IVT self matches calculated address
` [U-Boot] [PATCH v4 12/25] arm: imx: hab: Only call ROM once headers are verified
` [U-Boot] [PATCH v4 13/25] arm: imx: hab: Print CSF based on IVT descriptor
` [U-Boot] [PATCH v4 14/25] arm: imx: hab: Print additional IVT elements during debug
` [U-Boot] [PATCH v4 15/25] arm: imx: hab: Define rvt_check_target()
` [U-Boot] [PATCH v4 16/25] arm: imx: hab: Implement hab_rvt_check_target
` [U-Boot] [PATCH v4 17/25] arm: imx: hab: Add a hab_rvt_check_target to image auth
` [U-Boot] [PATCH v4 18/25] arm: imx: hab: Print HAB event log only after calling ROM
` [U-Boot] [PATCH v4 19/25] arm: imx: hab: Make internal functions and data static
` [U-Boot] [PATCH v4 20/25] arm: imx: hab: Prefix authenticate_image with imx_hab
` [U-Boot] [PATCH v4 21/25] arm: imx: hab: Rename is_hab_enabled imx_hab_is_enabled
` [U-Boot] [PATCH v4 22/25] arm: imx: hab: Make imx_hab_is_enabled global
` [U-Boot] [PATCH v4 23/25] arm: imx: hab: Define rvt_failsafe()
` [U-Boot] [PATCH v4 24/25] arm: imx: hab: Implement hab_rvt_failsafe
` [U-Boot] [PATCH v4 25/25] arm: imx: hab: Add hab_failsafe console command
[U-Boot] [PATCH 3/3] Convert CONFIG_ROCKCHIP_USB2_PHY to Kconfig
2018-01-02 16:39 UTC
[U-Boot] [PATCH 2/3] Convert CONFIG_OMAP_USB_PHY to Kconfig
2018-01-02 16:39 UTC
[U-Boot] [PATCH 1/3] Convert CONFIG_TWL4030_USB to Kconfig
2018-01-02 16:38 UTC
[U-Boot] [PATCH v3 00/25] Fix and extend i.MX HAB layer
2018-01-02 16:38 UTC (36+ messages)
` [U-Boot] [PATCH v3 01/25] arm: imx: hab: Make authenticate_image return int
` [U-Boot] [PATCH v3 02/25] arm: imx: hab: Fix authenticate_image result code
` [U-Boot] [PATCH v3 03/25] arm: imx: hab: Optimise flow of authenticate_image on is_enabled fail
` [U-Boot] [PATCH v3 04/25] arm: imx: hab: Optimise flow of authenticate_image on hab_entry fail
` [U-Boot] [PATCH v3 05/25] arm: imx: hab: Move IVT_SIZE to hab.h
` [U-Boot] [PATCH v3 06/25] arm: imx: hab: Move CSF_PAD_SIZE "
` [U-Boot] [PATCH v3 07/25] arm: imx: hab: Fix authenticate_image input parameters
` [U-Boot] [PATCH v3 08/25] arm: imx: hab: Fix authenticate image lockup on MX7
` [U-Boot] [PATCH v3 09/25] arm: imx: hab: Add IVT header definitions
` [U-Boot] [PATCH v3 10/25] arm: imx: hab: Add IVT header verification
` [U-Boot] [PATCH v3 11/25] arm: imx: hab: Verify IVT self matches calculated address
` [U-Boot] [PATCH v3 12/25] arm: imx: hab: Only call ROM once headers are verified
` [U-Boot] [PATCH v3 13/25] arm: imx: hab: Print CSF based on IVT descriptor
` [U-Boot] [PATCH v3 14/25] arm: imx: hab: Print additional IVT elements during debug
` [U-Boot] [PATCH v3 15/25] arm: imx: hab: Define rvt_check_target()
` [U-Boot] [PATCH v3 16/25] arm: imx: hab: Implement hab_rvt_check_target
` [U-Boot] [PATCH v3 17/25] arm: imx: hab: Add a hab_rvt_check_target to image auth
` [U-Boot] [PATCH v3 18/25] arm: imx: hab: Make internal functions and data static
` [U-Boot] [PATCH v3 18/25] arm: imx: hab: Print HAB event log only after calling ROM
` [U-Boot] [PATCH v3 19/25] arm: imx: hab: Make internal functions and data static
` [U-Boot] [PATCH v3 19/25] arm: imx: hab: Prefix authenticate_image with imx_hab
` [U-Boot] [PATCH v3 20/25] "
` [U-Boot] [PATCH v3 20/25] arm: imx: hab: Rename is_hab_enabled imx_hab_is_enabled
` [U-Boot] [PATCH v3 21/25] arm: imx: hab: Make imx_hab_is_enabled global
` [U-Boot] [PATCH v3 21/25] arm: imx: hab: Rename is_hab_enabled imx_hab_is_enabled
` [U-Boot] [PATCH v3 22/25] arm: imx: hab: Define rvt_failsafe()
` [U-Boot] [PATCH v3 22/25] arm: imx: hab: Make imx_hab_is_enabled global
` [U-Boot] [PATCH v3 23/25] arm: imx: hab: Define rvt_failsafe()
` [U-Boot] [PATCH v3 23/25] arm: imx: hab: Implement hab_rvt_failsafe
` [U-Boot] [PATCH v3 24/25] arm: imx: hab: Add hab_failsafe console command
` [U-Boot] [PATCH v3 24/25] arm: imx: hab: Implement hab_rvt_failsafe
` [U-Boot] [PATCH v3 25/25] arm: imx: hab: Add hab_failsafe console command
` [U-Boot] [PATCH v3 25/25] arm: imx: hab: Print HAB event log only after calling ROM
[U-Boot] [PATCH 1/2] spi: fsl_qspi: support i.MX6UL/7D
2018-01-02 15:47 UTC (3+ messages)
` [U-Boot] [PATCH 2/2] imx: mx6ull-14x14-evk: enable DM QSPI driver
[U-Boot] [PATCH 1/1] MAINTAINERS: correct entry for lib/efi*/
2018-01-02 15:00 UTC (2+ messages)
` [U-Boot] [PATCH v2 "
[U-Boot] [PATCH] mx6: Support SKS-Kinkel sksimx6 Board
2018-01-02 14:41 UTC
[U-Boot] [PATCH V2] Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig
2018-01-02 14:41 UTC (8+ messages)
[U-Boot] [PATCH 1/1] efi_loader: fix StartImage bootservice
2018-01-02 14:25 UTC
[U-Boot] [PATCH] wait_bit: add big endian version of wait_for_bit function
2018-01-02 13:51 UTC (4+ messages)
[U-Boot] How to specify new file size and CRC32 checksum for modified Linux Kernel Image?
2018-01-02 13:49 UTC
[U-Boot] How to specify new file size and CRC32 checksum for modified Linux Kernel Image?
2018-01-02 13:18 UTC
[U-Boot] [PATCH] boards: amlogic: khadas-vim: Typo fixup
2018-01-02 12:57 UTC (2+ messages)
[U-Boot] [PATCH v2] mx6ull: Handle the CONFIG_MX6ULL cases correctly
2018-01-02 12:31 UTC (2+ messages)
[U-Boot] [PATCH v3 1/2] arm: sunxi: Allwinner A10 SPI driver
2018-01-02 11:01 UTC (4+ messages)
` [U-Boot] [PATCH v3 2/2] Enable test case with A20-OLinuXino-Lime2
[U-Boot] [PATCH 1/7] ARM: imx: Introduce dts for i.MX6SX-SDB
2018-01-02 10:36 UTC (9+ messages)
` [U-Boot] [PATCH 2/7] ARM: imx: Enable "
` [U-Boot] [PATCH 3/7] board: freescale: common: add pfuze dm code
` [U-Boot] [PATCH 4/7] pci: imx: request gpio before use
` [U-Boot] [PATCH 5/7] imx: mx6sxsabresd: Enable DM driver
` [U-Boot] [PATCH 6/7] imx: mx6sxsabresd: config wdog pinmux
` [U-Boot] [PATCH 7/7] imx: mx6sxsabresd: enlarge ENV offset
[U-Boot] [PATCH v10 00/27] dm: Generic MTD Subsystem, with SPI-NOR interface
2018-01-02 10:31 UTC (6+ messages)
` [U-Boot] [PATCH v10 03/27] mtd: add SPI-NOR core support
[U-Boot] [PATCH V2] pci: imx: request gpio before use
2018-01-02 10:27 UTC
[U-Boot] [PATCH] Revert "Kconfig: mx6ull: Deselect MX6UL from CONFIG_MX6ULL"
2018-01-02 10:16 UTC (2+ messages)
[U-Boot] [PATCH 0/3][v2] sf: Update spi-nor framework
2018-01-02 10:12 UTC (3+ messages)
[U-Boot] [PATCH 00/13] arm: am57xx: Add support for am574-idk
2018-01-02 8:52 UTC (7+ messages)
` [U-Boot] [PATCH 09/13] board: ti: am574x-idk: Add ddr data support
[U-Boot] [PATCH] mmc: fsl_esdhc: Fix eMMC 1.8v setting issue
2018-01-02 8:51 UTC
[U-Boot] [PATCH] misc: mxc_ocotp: check fuse word before programming on i.MX7ULP
2018-01-02 7:51 UTC
[U-Boot] [PATCH 1/2] i2c: lpi2c: do not add 4 for bus seq
2018-01-02 7:41 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] imx: mx7ulp: modify lpi2c seq number
[U-Boot] [PATCH 1/2] video: ipu: Fix dereferencing NULL pointer problem
2018-01-02 7:25 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] video: Support multiple lines version string display
[U-Boot] [PATCH v2] board: ti: dra7xx: Select MCAN instead of DCAN on DRA76 EVM
2018-01-02 6:30 UTC (2+ messages)
[U-Boot] [PATCH] driver: net: ldpaa_eth: Add PHY-less SGMII support
2018-01-02 5:44 UTC (4+ messages)
[U-Boot] [PATCH] armv8: ls1088: Add USB and PCI configs in SD-BOOT defconfig
2018-01-02 5:26 UTC (2+ messages)
` [U-Boot] [PATCH] armv8: ls1088aqds: Add IFC-NOR as boot source for LS1088
[U-Boot] [PATCH] mmc: Poll for broken card detection case
2018-01-02 4:25 UTC
[U-Boot] U-Boot and Builman Toolchains
2018-01-02 0:58 UTC (2+ messages)
[U-Boot] [PATCH] mx6: ddr: Do not access MMDC_P1_BASE_ADDR on i.MX6ULL
2018-01-02 0:53 UTC (2+ messages)
[U-Boot] [ANN] U-Boot v2018.01-rc3 released
2018-01-02 0:50 UTC
[U-Boot] [PATCH] configs: am335x_boneblack: Bring back missed bootcmd
2018-01-02 0:47 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] ARM: omap3: evm: Do not relocate FDT address
2018-01-02 0:47 UTC (10+ messages)
` [U-Boot] "
[U-Boot] [PATCH v4 2/3] ARM: dts: omap3-evm: Enable DM and devicetree for TMDSEVM{3530, 3730}
2018-01-02 0:47 UTC (2+ messages)
` [U-Boot] [U-Boot, v4, "
[U-Boot] [PATCH 1/1] dm: core: remove orphaned parameter description in platdata.h
2018-01-02 0:47 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] power: tps65910: replace error() by pr_err()
2018-01-02 0:47 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH 3/3] ARM: omap3: evm: Refactor 'board_eth_init'
2018-01-02 0:47 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/3] ARM: dts: omap3-evm: Add support for TMDSEVM{3530, 3730}
2018-01-02 0:47 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PULL] Please pull u-boot-rockchip/master
2018-01-02 0:46 UTC (2+ messages)
[U-Boot] [PATCH 1/3] imx: move CONFIG_SYSCOUNTER_TIMER to Kconfig
2018-01-02 0:43 UTC (3+ messages)
` [U-Boot] [PATCH 2/3] imx: introduce CONFIG_GPT_TIMER
` [U-Boot] [PATCH 3/3] imx: initialize and use generic timer on i.MX 6UL/ULL
[U-Boot] [PATCH] mx6ull: Handle the CONFIG_MX6ULL cases correctly
2018-01-02 0:18 UTC (4+ messages)
[U-Boot] [PATCH 4/5] Kconfig: mx6ull: Deselect MX6UL from CONFIG_MX6ULL
2018-01-01 22:30 UTC (3+ messages)
[U-Boot] [PATCH 1/1] fs/fat: remove distractive message in file_fat_read_at()
2018-01-01 20:31 UTC
[U-Boot] [PATCH 1/1] fs: remove distractive message in fs_read()
2018-01-01 20:15 UTC
[U-Boot] uboot img
2018-01-01 18:53 UTC
[U-Boot] [PATCH v3 0/6] arm: ti: misc updates and bug fixes
2018-01-01 13:39 UTC (3+ messages)
` [U-Boot] [PATCH v3 6/6] board: ti: k2g: Make ddr3* declarations as static
[U-Boot] [PATCH] Travis-CI: Split 't208xrdb t4qds t102*'-job into separate jobs
2018-01-01 13:38 UTC (3+ messages)
[U-Boot] [PATCH] patman: Unquote output from get_maintainer.pl
2017-12-31 22:21 UTC
[U-Boot] [PATCH 0/9] spl: Add full fit and u-boot dto support
2017-12-31 17:37 UTC (4+ messages)
` [U-Boot] [PATCH 7/9] spl: Restart loading if load_image returns -EAGAIN
[U-Boot] [PATCH v2] Convert CONFIG_SOC_DA8XX et al to Kconfig
2017-12-30 18:52 UTC (2+ messages)
[U-Boot] [RFC PATCH 0/4] Allwinner H6 support for U-Boot
2017-12-30 15:40 UTC (5+ messages)
` [U-Boot] [RFC PATCH 1/4] sunxi: hide DRAM parameter options when not building SPL
` [U-Boot] [RFC PATCH 2/4] sunxi: fix image size restriction when SPL is not built
` [U-Boot] [RFC PATCH 3/4] sunxi: add initial Allwinner H6 support
` [U-Boot] [RFC PATCH 4/4] sunxi: add support for Pine H64 board
[U-Boot] [PATCH] Convert CONFIG_SPI to Kconfig
2017-12-30 14:39 UTC
[U-Boot] [PATCH] Convert CONFIG_DAVINCI_SPI to Kconfig
2017-12-30 13:33 UTC
[U-Boot] [PATCH v2] musb: sunxi: Use base address from device tree
2017-12-30 12:44 UTC
[U-Boot] [PATCH] Convert CONFIG_SOC_DA8XX et al to Kconfig
2017-12-30 12:37 UTC
[U-Boot] [PATCH] DA850evm: Remove dead code
2017-12-30 12:04 UTC
[U-Boot] Please pull u-boot-dm (take 3)
2017-12-30 1:19 UTC (2+ messages)
[U-Boot] [PULL] Please pull u-boot-imx
2017-12-30 1:19 UTC (2+ messages)
[U-Boot] [PATCH v2 1/5] Move CONFIG_PANIC_HANG to Kconfig
2017-12-30 1:19 UTC (2+ messages)
` [U-Boot] [U-Boot,v2,1/5] "
[U-Boot] [PATCH v2 00/23]Fix and extend i.MX HAB layer
2017-12-29 17:30 UTC (7+ messages)
` [U-Boot] [PATCH v2 04/23] arm: imx: hab: Optimise flow of authenticate_image on hab_entry fail
` [U-Boot] [PATCH v2 12/23] arm: imx: hab: Print CSF based on IVT descriptor
[U-Boot] [PATCH 0/8] mmc: some fixes for core and add HS200 support for sdhci-cadence
2017-12-29 17:00 UTC (6+ messages)
` [U-Boot] [PATCH 4/8] mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg()
` [U-Boot] [PATCH 5/8] mmc: sdhci-cadence: use bitfield access macros for cleanup
` [U-Boot] [PATCH 6/8] mmc: sdhci-cadence: call mmc_of_parse()
` [U-Boot] [PATCH 7/8] mmc: sdhci-cadence: add HS200 support
` [U-Boot] [PATCH 8/8] mmc: sdhci: change data transfer failure into debug message
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox