public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-01-11 19:35:26 to 2018-01-15 06:57:37 UTC [more...]

[U-Boot] arm: imx: Rework i.MX specific commands to be excluded from SPL
 2018-04-25  6:34 UTC  (2+ messages)
` [U-Boot] [PATCH] "

[U-Boot] [PATCH v6 0/2] Generic firmware loader
 2018-01-15  6:57 UTC  (5+ messages)

[U-Boot] [PATCH] arm64: zynqmp: Provide a config to not map DDR region in MMU table
 2018-01-15  6:48 UTC 

[U-Boot] [PATCH] doc: zynq: Describe status of zc770-xm011
 2018-01-15  6:39 UTC 

[U-Boot] [PATCH] doc: Update the zynq u-boot status
 2018-01-15  6:37 UTC  (2+ messages)

[U-Boot] [PATCH] arm: zynq: Enable SPL_CLK only if SPL is enabled
 2018-01-15  6:35 UTC  (2+ messages)

[U-Boot] [PATCH v3] armv8: errata: Implement workaround for Cortex-A53 Erratum 855873
 2018-01-15  6:18 UTC  (5+ messages)

[U-Boot] [PATCH v4 07/11] spl: add support to booting with OP-TEE
 2018-01-15  4:48 UTC  (5+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH 0/9] Add new OPTEE bootm support to u-boot
 2018-01-15  4:39 UTC  (13+ messages)
` [U-Boot] [PATCH 1/9] optee: Add lib entries for sharing OPTEE code across ports
` [U-Boot] [PATCH 2/9] optee: Add CONFIG_OPTEE_TZDRAM_SIZE
` [U-Boot] [PATCH 3/9] optee: Make OPTEE_TZDRAM_BASE a mandatory define
` [U-Boot] [PATCH 4/9] optee: Add optee_image_get_entry_point()
` [U-Boot] [PATCH 5/9] optee: Add optee_image_get_load_addr()
` [U-Boot] [PATCH 6/9] tools: mkimage: add optee image type
` [U-Boot] [PATCH 7/9] optee: Add optee_verify_bootm_image()
` [U-Boot] [PATCH 8/9] optee: Improve error printout
` [U-Boot] [PATCH 9/9] bootm: optee: Add mechanism to validate an OPTEE image before boot

[U-Boot] [GIT PULL] Please pull u-boot-mmc master
 2018-01-15  2:35 UTC 

[U-Boot] [PATCH v1 1/2] x86: zImage: Move subarch assignment out of cmd_line check
 2018-01-15  2:33 UTC  (7+ messages)
` [U-Boot] [PATCH v1 2/2] x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parameters

[U-Boot] [PATCH v1] x86: Fix reference to QEMU variant of write_acpi_tables()
 2018-01-15  2:33 UTC  (3+ messages)

[U-Boot] [PATCH v1] x86: tangier: Make _CRS for BTH0 Serialized to avoid warning
 2018-01-15  2:33 UTC  (3+ messages)

[U-Boot] [PATCH] mmc: fsl_esdhc: Fix i.MX53 eSDHCv3 clock
 2018-01-15  0:29 UTC  (2+ messages)

[U-Boot] [PATCH RESEND 0/4] Add CONFIG_SPL_NAND_IDENT
 2018-01-14 18:26 UTC  (5+ messages)
` [U-Boot] [PATCH RESEND 1/4] mtd: nand: export nand_get_flash_type function
` [U-Boot] [PATCH RESEND 2/4] spl, nand: add option CONFIG_SPL_NAND_IDENT to lookup for supported NAND chips
` [U-Boot] [PATCH RESEND 3/4] mtd: nand: mxs_nand_spl: refactor mxs_flash_ident
` [U-Boot] [PATCH RESEND 4/4] mtd: nand: mxs_nand_spl: add mxs_flash_full_ident

[U-Boot] [PATCH 0/4] Add CONFIG_SPL_NAND_IDENT
 2018-01-14 18:22 UTC  (7+ messages)
` [U-Boot] [PATCH 1/4] mtd: nand: export nand_get_flash_type function
` [U-Boot] [PATCH 2/4] spl, nand: add option CONFIG_SPL_NAND_IDENT to lookup for supported NAND chips
` [U-Boot] [PATCH 3/4] mtd: nand: mxs_nand_spl: refactor mxs_flash_ident
` [U-Boot] [PATCH 4/4] mtd: nand: mxs_nand_spl: add mxs_flash_full_ident

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

[U-Boot] [PATCH 1/1] efi_loader: text output for device path end node
 2018-01-14 16:05 UTC 

[U-Boot] [PATCH 1/1] efi_loader: memory reservations according to e820 table
 2018-01-14 15:59 UTC  (2+ messages)

[U-Boot] X86 Broadwell-DE override FSP configuration
 2018-01-13 23:53 UTC 

[U-Boot] [PATCH] mtd: zynq: nand: Move board_nand_init() function to board.c
 2018-01-13 19:07 UTC  (4+ messages)

[U-Boot] [PATCH v2] mtd: zynq: nand: Move board_nand_init() function to board.c
 2018-01-13 18:56 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/4] ARM: Extend qemu_arm to support ARM64
 2018-01-13 13:18 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] ARM: qemu-arm: Add support for AArch64

[U-Boot] [PATCH 0/2] efi_loader: correctly call images
 2018-01-13 11:30 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] "
` [U-Boot] [PATCH 2/2] efi_selftest: test start image

[U-Boot] [PATCH V5 00/31] imx: add i.MX8M support and i.MX8MQ EVK
 2018-01-13 10:55 UTC  (5+ messages)

[U-Boot] [PATCH v2 16/18] clk: rockchip: Add rk322x gamc clock support
 2018-01-13  6:23 UTC  (5+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v3 00/20] Add gmac support for rk3399-evb rv1108-evb rk3328-evb and rk3229-evb
 2018-01-13  6:07 UTC  (21+ messages)
` [U-Boot] [PATCH v3 01/20] rockchip: dts: rk3399-evb: Change the tx/rx delay value for transmission quality
` [U-Boot] [PATCH v3 02/20] rockchip: configs: Enable CONFIG_NET_RANDOM_ETHADDR for rk3288-evb
` [U-Boot] [PATCH v3 03/20] rockchip: grf_rv1108.h: Fix the grf offsets
` [U-Boot] [PATCH v3 04/20] rockchip: pinctrl: rv1108: Move the iomux definitions into pinctrl-driver
` [U-Boot] [PATCH v3 05/20] net: gmac_rockchip: Add support for the RV1108 GMAC
` [U-Boot] [PATCH v3 06/20] rockchip: pinctrl: rk3328: Move the iomux definitions into pinctrl-driver
` [U-Boot] [PATCH v3 07/20] rockchip: pinctrl: Add rk3328 gmac pinctrl support
` [U-Boot] [PATCH v3 08/20] clk: rockchip: Add rk3328 gamc clock support
` [U-Boot] [PATCH v3 09/20] net: gmac_rockchip: Add rk3328 gmac support
` [U-Boot] [PATCH v3 10/20] rockchip: configs: Enable GMAC configs for evb-rk3328
` [U-Boot] [PATCH v3 11/20] rockchip: dts: rk3328: Add gmac2io support
` [U-Boot] [PATCH v3 12/20] rockchip: dts: rk3328-evb: Enable gmac2io for rk3328-evb
` [U-Boot] [PATCH v3 13/20] rockchip: pinctrl: rk322x: Move the iomux definitions into pinctrl-driver
` [U-Boot] [PATCH v3 14/20] rockchip: pinctrl: Add rk322x gmac pinctrl support
` [U-Boot] [PATCH v3 15/20] clk: rockchip: Add rk322x gamc clock support
` [U-Boot] [PATCH v3 16/20] net: gmac_rockchip: Add support for the RK3228 GMAC
` [U-Boot] [PATCH v3 17/20] config: evb-rk3229: Enable rk gmac configs
` [U-Boot] [PATCH v3 18/20] ARM: dts: rk3288: Remove unused LCDC clock assigned
` [U-Boot] [PATCH v3 19/20] clk: rockchip: clk_rk3288: Implement "assign-clock-parent" and "assign-clock-rate"
` [U-Boot] [PATCH v3 20/20] clk: rockchip: clk_rk3368: Implement "assign-clock-parent"

[U-Boot] [PATCH] powerpc: Drop unreferenced CONFIG_* defines
 2018-01-13  0:21 UTC 

[U-Boot] [PATCH 0/2] Rename serial_stm32x7.c to serial_stm32.c
 2018-01-13  0:17 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] serial: stm32: "
` [U-Boot] [PATCH 2/2] configs: stm32: move config flag from defconfig to Kconfig

[U-Boot] [PATCH 1/1] dm: video: Correct color ANSI escape sequence support
 2018-01-12 23:58 UTC 

[U-Boot] [PATCH] ubi: Fix filesystem corruption on detach when fastmap enabled
 2018-01-12 19:03 UTC 

[U-Boot] On writing .ext4 image to MMC
 2018-01-12 18:22 UTC  (5+ messages)

[U-Boot] [PATCH] imx: fix CAAM base for i.MX6UL
 2018-01-12 18:12 UTC  (3+ messages)

[U-Boot] Pull request, u-boot-tegra/master
 2018-01-12 17:37 UTC 

[U-Boot] [PATCH] TCP and wget implementation
 2018-01-12 16:08 UTC  (10+ messages)
    ` [U-Boot] [PATCH] TCP and wget implementation v3
          ` [U-Boot] [PATCH] TCP and wget implementation v4
                    ` [U-Boot] [PATCH] TCP and wget implementation v5.1

[U-Boot] [PATCH V3] Convert CONFIG_SYS_DV_CLKMODE et al to Kconfig
 2018-01-12 15:51 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/9] reduce the size of the mmc core
 2018-01-12 15:05 UTC  (2+ messages)

[U-Boot] [PATCH 1/5] arm: zynq: Add zc770-xm010 spl configuration
 2018-01-12 14:31 UTC  (5+ messages)
` [U-Boot] [PATCH 2/5] arm: zynq: Add zc770-xm011 "
` [U-Boot] [PATCH 3/5] arm: zynq: Add zc770-xm012 "
` [U-Boot] [PATCH 4/5] arm: zynq: Add zc770-xm013 "
` [U-Boot] [PATCH 5/5] arm: zynq: Add support for zc770-xm011-x16 configuration

[U-Boot] [PATCH] drivers: pci: imx: fix enumeration logic error
 2018-01-12 13:37 UTC  (2+ messages)

[U-Boot] [PATCH 2/2] ARM: imx: cm_fx6: env: try to determine dtb to use
 2018-01-12 13:36 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] ARM: imx: cm_fx6: export board and soc info to env
 2018-01-12 13:36 UTC  (4+ messages)

[U-Boot] [PATCH 1/3] mx6memcal: Fix the UART ports for mx6sabresd/auto boards
 2018-01-12 13:35 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] mx6memcal: spl: Also take i.MX6ULL into account
` [U-Boot] [PATCH 3/3] mx6memcal: spl: Disambiguate the error message

[U-Boot] [PATCH] misc: mxc_ocotp: check fuse word before programming on i.MX7ULP
 2018-01-12 13:35 UTC  (2+ messages)

[U-Boot] [PATCH] imx: ventana: Rework CONFIG_CMD_EECONFIG code to not be included in SPL
 2018-01-12 13:34 UTC  (2+ messages)

[U-Boot] [PATCH] imx: ventana: Rework CONFIG_CMD_GSC code to not be included in SPL
 2018-01-12 13:34 UTC  (2+ messages)

[U-Boot] [PATCH] toradex: imx6: Rework PF0100 fuse programming commands to not be in SPL
 2018-01-12 13:34 UTC  (2+ messages)

[U-Boot] [PATCH V2 1/2] spi: fsl_qspi: support i.MX6UL/6ULLL/7D
 2018-01-12 13:32 UTC  (4+ messages)
` [U-Boot] [PATCH V2 2/2] imx: mx6ull-14x14-evk: enable DM QSPI driver

[U-Boot] [PATCH] mx6: ddr: Do not access MMDC_P1_BASE_ADDR on i.MX6ULL
 2018-01-12 13:32 UTC  (2+ messages)

[U-Boot] [PATCH 1/7] ARM: imx: Introduce dts for i.MX6SX-SDB
 2018-01-12 13:31 UTC  (2+ messages)

[U-Boot] [PATCH] arm: zynq: Fix types in ps7_spl_init
 2018-01-12 13:27 UTC 

[U-Boot] [PATCH] api: bootelf: go: flush cache before starting
 2018-01-12 12:53 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] Pull request: u-boot-sunxi/master
 2018-01-12 12:18 UTC  (2+ messages)

[U-Boot] Please pull u-boot-video/master
 2018-01-12 12:17 UTC  (2+ messages)

[U-Boot] FW: u-boot v2016 vs v2013
 2018-01-12 11:59 UTC  (2+ messages)

[U-Boot] [PATCH 00/11] sunxi: arm64 binary size fixes
 2018-01-12 11:33 UTC  (7+ messages)
` [U-Boot] [PATCH 01/11] cmd: crc32: Disable by default on sunXi

[U-Boot] [PATCH v4 04/11] rockchip: rk322x: enable tpl support
 2018-01-12 11:27 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v1 01/05] env: enable accessing the environment in an EXT4 partition
 2018-01-12 11:19 UTC  (3+ messages)
` [U-Boot] [PATCH v1 03/05] db820c: add qualcomm dragonboard 820C support

[U-Boot] [PATCH v5 00/24] Fix and extend i.MX HAB layer
 2018-01-12 11:17 UTC  (4+ messages)
` [U-Boot] [PATCH v5 03/24] arm: imx: hab: Optimise flow of authenticate_image on is_enabled fail

[U-Boot] [PATCH 2/3] rockchip: Add RV1108 SPL support
 2018-01-12 11:11 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] ARM: dts: exynos5: remove the duplicated nodes
 2018-01-12 11:07 UTC  (2+ messages)
  ` [U-Boot] [PATCH 2/2] ARM: dts: exynos5: add the interrupt-parent property

[U-Boot] [PATCH 3/3] rockchip: updata the style of reporting sdram cap
 2018-01-12 11:02 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] rockchip: add rv1108 sdram driver
 2018-01-12 10:56 UTC  (3+ messages)

[U-Boot] [PATCH] arm64: zynqmp: Enable Cortex-A53 Erratum 855873
 2018-01-12 10:21 UTC 

[U-Boot] [PATCH 0/8] mmc: some fixes for core and add HS200 support for sdhci-cadence
 2018-01-12  9:33 UTC  (5+ messages)
  ` [U-Boot] [PATCH 7/8] mmc: sdhci-cadence: add HS200 support

[U-Boot] [PATCH 1/7] mmc: uniphier-sd: Use mmc_of_parse()
 2018-01-12  9:15 UTC  (3+ messages)
  ` [U-Boot] [PATCH 2/7] mmc: uniphier-sd: Properly handle pin voltage configuration

[U-Boot] [PATCH v2] mmc: sdhci-cadence: add HS200 support
 2018-01-12  9:10 UTC 

[U-Boot] [PATCH] Initialize SHA buffer size var in passwd_abort
 2018-01-12  8:04 UTC 

[U-Boot] [PATCH] travis.yml: Support RISC-V
 2018-01-12  6:57 UTC 

[U-Boot] [PATCH] driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dpl
 2018-01-12  5:19 UTC 

[U-Boot] [PATCH 0/3] These three patches add spl for rv1108
 2018-01-12  3:58 UTC  (3+ messages)

[U-Boot] [PATCH] m68k: Drop unreferenced CONFIG_* defines
 2018-01-12  1:11 UTC 

[U-Boot] [PATCH] nds32: Drop unreferenced CONFIG_ADP_AG101P
 2018-01-12  0:55 UTC 

[U-Boot] [PATCH] pcmcia: Drop a bunch of unused CONFIG_SYS_PCMCIA_ macros
 2018-01-12  0:47 UTC 

[U-Boot] [PATCH V2] Convert CONFIG_SYS_DV_CLKMODE et al to Kconfig
 2018-01-11 21:42 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/3] armv8: fsl-layerscape: SPL size reduction
 2018-01-11 19:39 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/3] armv8: ls1088a: "
` [U-Boot] [PATCH v2 3/3] ls1088ardb: Add SD Secure boot target support

[U-Boot] [PATCH] Powerpc: T208xQDS: Modify the comment of the CONFIG_FSL_PCIE_RESET macro
 2018-01-11 19:37 UTC  (2+ messages)

[U-Boot] [PATCH v5 0/2] arm: ppc: Share DPAA1 fixups between ARCHs
 2018-01-11 19:36 UTC  (5+ messages)
` [U-Boot] [PATCH v5 1/2] drivers/misc: Share qbman init between archs
` [U-Boot] [PATCH v5 2/2] Move SYS_DPAA_QBMAN to Kconfig

[U-Boot] [PATCH v2] armv8: layerscape: sata: refine port register configuration
 2018-01-11 19:35 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