public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-01-08 17:36:18 to 2018-01-09 17:42:29 UTC [more...]

[U-Boot] [PATCH V3 00/31] imx: add i.MX8M support and i.MX8MQ EVK
 2018-01-09 17:42 UTC  (34+ messages)
` [U-Boot] [PATCH V3 01/31] imx: add i.MX8M into Kconfig
` [U-Boot] [PATCH V3 02/31] imx: mx8m: add register definition header file
` [U-Boot] [PATCH V3 03/31] imx: mx8m: add pin "
` [U-Boot] [PATCH V3 04/31] time: add wait_mask_set/clr_timeout helper functions
` [U-Boot] [PATCH V3 05/31] imx: mx8m: add clock driver
` [U-Boot] [PATCH V3 06/31] imx: add sip function
` [U-Boot] [PATCH V3 07/31] imx: boot_mode: add USB_BOOT entry
` [U-Boot] [PATCH V3 08/31] imx: cpu: update cpu file to support i.MX8M
` [U-Boot] [PATCH V3 09/31] imx: spl: implement spl_boot_device for i.MX8M
` [U-Boot] [PATCH V3 10/31] imx: add i.MX8MQ SoC Revision and is_mx8m helper
` [U-Boot] [PATCH V3 11/31] imx: add pad settings bit definition for i.MX8M
` [U-Boot] [PATCH V3 12/31] imx: cpu: move speed/temp to common cpu
` [U-Boot] [PATCH V3 13/31] imx: cpu: add cpu speed/grade for i.MX8M
` [U-Boot] [PATCH V3 14/31] imx: refactor imx_get_mac_from_fuse
` [U-Boot] [PATCH V3 15/31] imx: cleanup bootaux
` [U-Boot] [PATCH V3 16/31] imx: bootaux: support i.MX8M
` [U-Boot] [PATCH V3 17/31] imx: mx7: move get_boot_device to cpu.c
` [U-Boot] [PATCH V3 18/31] imx: cpu: support get_boot_device for i.MX8M
` [U-Boot] [PATCH V3 19/31] imx: mx7: move mmc env code to mmc_env.c
` [U-Boot] [PATCH V3 20/31] imx: mx8m: add soc related settings and files
` [U-Boot] [PATCH V3 21/31] imx: makefile: compile files for i.MX8M
` [U-Boot] [PATCH V3 22/31] misc: ocotp: add i.MX8M support
` [U-Boot] [PATCH V3 23/31] mmc: fsl_esdhc: support i.MX8M
` [U-Boot] [PATCH V3 24/31] imx: lcdif: include i.MX8M
` [U-Boot] [PATCH V3 25/31] gpio: mxc: add i.MX8M support
` [U-Boot] [PATCH V3 26/31] net: fec: do not access reserved register for i.MX8M
` [U-Boot] [PATCH V3 27/31] net: fec: fix build warnings for 64bits support
` [U-Boot] [PATCH V3 28/31] imx: imx8mq: add dtsi file
` [U-Boot] [PATCH V3 29/31] power: pmic/regulator allow dm be omitted by SPL
` [U-Boot] [PATCH V3 30/31] imx: mx8m: add ddr controller memory map
` [U-Boot] [PATCH V3 31/31] imx: add i.MX8MQ EVK support

[U-Boot] [PATCH v2 0/6] am335x-fb: support display PLL for lcd-clock / pixel-clock
 2018-01-09 17:39 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/6] mach-omap2: add AM335x Display PLL register definition
` [U-Boot] [PATCH v2 2/6] am335x-fb: cosmetic: update-copyright
` [U-Boot] [PATCH v2 3/6] am335x-fb: cosmetic: fix coding style
` [U-Boot] [PATCH v2 4/6] am335x-fb: setup display PLL
` [U-Boot] [PATCH v2 5/6] board/BuR: provide real clock-frequency instead a divider
` [U-Boot] [PATCH v2 6/6] board/BuR: drop LCDC clock manipulation from board code

[U-Boot] [PULL] Please pull from u-boot-rockchip/master
 2018-01-09 17:38 UTC 

[U-Boot] [PATCH 1/1] ls1012a:dts: Update LS1012A-2G5RDB device tree
 2018-01-09 17:37 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] armv8/kconfig: Align boards of same family at one place
 2018-01-09 17:36 UTC  (9+ messages)
` [U-Boot] [PATCH v3 2/3] board: freescale: ls1012a: LS1012A-2G5RDB board support
` [U-Boot] [PATCH 3/3] drivers: net: pfe_eth: Disable autonegotiation for 2.5G SGMII

[U-Boot] [PATCH v2] arm64: ls1012ardb: Add distro secure boot support
 2018-01-09 17:33 UTC 

[U-Boot] [GIT PULL] u-boot-uniphier/master
 2018-01-09 17:30 UTC  (2+ messages)

[U-Boot] [PATCH 1/7] libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c
 2018-01-09 17:23 UTC  (8+ messages)
` [U-Boot] [PATCH 2/7] libfdt: fix <linux/libfdt.h>
` [U-Boot] [PATCH 3/7] tools: include necessary headers explicitly
` [U-Boot] [PATCH 4/7] libfdt: move lib/libfdt/libfdt.h to include/libfdt.h
` [U-Boot] [PATCH 5/7] libfdt: move working_fdt and FDT_RAMDISK_OVERHEAD "
` [U-Boot] [PATCH 6/7] libfdt: migrate libfdt.h to a wrapper
` [U-Boot] [PATCH 7/7] libfdt: migrate include/libfdt_env.h "

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

[U-Boot] [PATCH] arm64: mvebu: armada-8k: support SD card environment
 2018-01-09 16:36 UTC  (7+ messages)
` [U-Boot] [EXT] "

[U-Boot] [PATCH 0/4] ARM: Extend qemu_arm to support ARM64
 2018-01-09 16:22 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] ARM: qemu-arm: Add support for AArch64
` [U-Boot] [PATCH 2/4] ARM: Document AArch64 version of qemu-arm
` [U-Boot] [PATCH 3/4] Travis-CI: Download ARM64 version of GRUB as well
` [U-Boot] [PATCH 4/4] Travis-CI: Add job for running test.py on qemu_arm64

[U-Boot] [PATCH 00/14] env: Multiple env support and env transition for sunxi
 2018-01-09 16:05 UTC  (7+ messages)
` [U-Boot] [PATCH 12/14] env: Mark env_get_location as weak

[U-Boot] [PATCH v2 00/16] efi: Enable basic sandbox support for EFI loader
 2018-01-09 15:58 UTC  (5+ messages)
` [U-Boot] [PATCH v2 03/16] efi: Add error checking for efi_init_obj_list()
` [U-Boot] [PATCH v2 08/16] sandbox: Add a setjmp() implementation

[U-Boot] [PATCH] spl: make CONFIG_OF_EMBED pass dts through fdtgrep
 2018-01-09 14:42 UTC  (3+ messages)

[U-Boot] mmc1 not working on Samsung snow chromebook
 2018-01-09 14:37 UTC  (5+ messages)

[U-Boot] [GIT] Pull request: u-boot-dfu (09.01.2018)
 2018-01-09 14:24 UTC 

[U-Boot] [PATCH v2 00/12] Add NX25 to support RISC-V
 2018-01-09 13:46 UTC  (4+ messages)
` [U-Boot] [PATCH v2 01/12] riscv: cpu: Add nx25 "

[U-Boot] [PATCH v2 0/3] cadence-quadspi: Fix issues with non 32bit aligned accesses
 2018-01-09 13:19 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] Revert "spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possible"
` [U-Boot] [PATCH v2 2/3] Revert "spi: cadence_qspi_apb: Use 32 bit indirect write "
` [U-Boot] [PATCH v2 3/3] spi: cadence_qspi_apb: Make flash writes 32 bit aligned

[U-Boot] [PATCH 0/3] ARM: uniphier: updates for v2017.03 MW
 2018-01-09 13:02 UTC  (2+ messages)

[U-Boot] [PATCH] armv8: zynqmp: Map PCIe High as device memory
 2018-01-09 11:51 UTC 

[U-Boot] U-Boot 2015 and u-boot-fw-utils 2017.09
 2018-01-09 11:17 UTC 

[U-Boot] Modify DTB after loading fitimage
 2018-01-09 10:45 UTC 

[U-Boot] [ANN] U-Boot v2017.11-rc4 released
 2018-01-09 10:03 UTC  (7+ messages)
    ` [U-Boot] sdhci - review?

[U-Boot] [PATCH 3/3] spi: cadence_qspi_apb: Make flash writes 32 bit aligned
 2018-01-09  9:25 UTC  (2+ messages)

[U-Boot] [PATCH 01/07] db410c: configs: increase gunzip buffer size for the kernel
 2018-01-09  9:22 UTC  (10+ messages)
` [U-Boot] [PATCH 04/07] fdtdec: allow board to provide fdt for CONFIG_OF_SEPARATE

[U-Boot] [PATCH 01/07] db410c: configs: increase gunzip buffer size for the kernel
 2018-01-09  9:12 UTC  (7+ messages)
` [U-Boot] [PATCH 02/07] db410c: update wlan and bt mac addresses from firmware
` [U-Boot] [PATCH 03/07] db410c: replace reset driver with psci
` [U-Boot] [PATCH 04/07] fdtdec: allow board to provide fdt for CONFIG_OF_SEPARATE
` [U-Boot] [PATCH 05/07] db410c: use the device tree parsed by the lk loader
` [U-Boot] [PATCH 06/07] db410c: add reserved-memory node to dts
` [U-Boot] [PATCH 07/07] db410c: on aarch64 the fdtfile is in per-vendor subdirectory

[U-Boot] [PATCH 01/05] env: enable accessing the environment in an EXT4 partition
 2018-01-09  9:12 UTC  (5+ messages)
` [U-Boot] [PATCH 02/05] arm: mach-snapdragon: refactor clock driver
` [U-Boot] [PATCH 03/05] db820c: add qualcomm dragonboard 820C support
` [U-Boot] [PATCH 04/05] db820c: enable pmic gpios for pm8994
` [U-Boot] [PATCH 05/05] db820c: stop autoboot when vol- pressed

[U-Boot] [PATCH 01/03] spmi: msm: display the PMIC Arb version (debug)
 2018-01-09  9:11 UTC  (3+ messages)
` [U-Boot] [PATCH 02/03] poplar: configs: increase gunzip buffer size for the kernel
` [U-Boot] [PATCH 03/03] dm: core: parse chosen node

[U-Boot] [PATCH 0/6] am335x-fb: support display PLL for lcd-clock / pixel-clock
 2018-01-09  8:34 UTC  (13+ messages)
` [U-Boot] [PATCH 1/6] mach-omap2: add AM335x Display PLL register definition
` [U-Boot] [PATCH 2/6] am335x-fb: cosmetic: update-copyright
` [U-Boot] [PATCH 3/6] am335x-fb: cosmetic: fix coding style
` [U-Boot] [PATCH 4/6] am335x-fb: setup display PLL
` [U-Boot] [PATCH 5/6] board/BuR: provide real clock-frequency instead a divider
` [U-Boot] [PATCH 6/6] board/BuR: drop LCDC clock manipulation from board code

[U-Boot] [PATCH v2] armv8/ls1088a: configure PMU's PCTBENR to enable WDT
 2018-01-09  8:25 UTC 

[U-Boot] [PATCH 01/05] env: enable accessing the environment in an EXT4 partition
 2018-01-09  8:07 UTC  (4+ messages)
` [U-Boot] [PATCH 05/05] db820c: stop autoboot when vol- pressed

[U-Boot] [U-boot] Odroidxu3/4 -s2mps11 bind pmic failed
 2018-01-09  6:42 UTC  (10+ messages)

[U-Boot] [PATCH] ARM: zynq: remove unused CONFIG_ZC770_XM01* options
 2018-01-09  6:22 UTC  (2+ messages)

[U-Boot] [PATCH] arm: zynq: Remove ZC770_ config option
 2018-01-09  6:21 UTC  (3+ messages)

[U-Boot] [PATCH] LS2088ARDB: Fix NOR fall back option failure
 2018-01-09  6:01 UTC 

[U-Boot] [PATCH 0/3] cadence-quadspi: Fix issues with non 32bit aligned accesses
 2018-01-09  5:57 UTC 

[U-Boot] [PATCH v6 0/2] Generic firmware loader
 2018-01-09  5:26 UTC  (4+ messages)

[U-Boot] u-boot/next and HS MMC patches
 2018-01-09  4:33 UTC  (2+ messages)

[U-Boot] RFE : CONFIG_OF_LIBFDT_OVERLAY=y in configs/orangepi_one_defconfig
 2018-01-09  2:34 UTC  (2+ messages)

[U-Boot] [PATCH v1 1/2] x86: tangier: Use actual GPIO hardware numbers
 2018-01-09  1:51 UTC  (6+ messages)
` [U-Boot] [PATCH v1 2/2] x86: tangier: Add Bluetooth to ACPI table

[U-Boot] [PATCH v2] x86: Move commands from under arch/x86 to cmd/x86/
 2018-01-09  1:51 UTC  (3+ messages)

[U-Boot] [PATCH 1/1] configs: x86: allow to override CONFIG_BOOTCOMMAND
 2018-01-09  1:48 UTC  (6+ messages)

[U-Boot] [ANN] U-Boot v2018.01 is released
 2018-01-09  1:28 UTC 

[U-Boot] [PATCH 1/2] ARM: Tegra186: calculate load addresses at boot
 2018-01-09  0:41 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] ARM: Tegra: p2771-0000: use calculcate env var feature

[U-Boot] [PATCH v3 1/1] vsprintf.c: add EFI device path printing
 2018-01-08 23:44 UTC  (5+ messages)

[U-Boot] [PATCH 00/16] efi_loader: implement driver management
 2018-01-08 23:21 UTC  (7+ messages)
` [U-Boot] [PATCH 11/16] efi_loader: implement DisconnectController
` [U-Boot] [PATCH 16/16] efi_loader: consistently use efi_handle_t for handles

[U-Boot] [PATCH 1/2] cmd: go: Make do_go available to outside boot.c
 2018-01-08 22:11 UTC  (8+ messages)
` [U-Boot] [PATCH 2/2] sysboot: Call bootm booti bootz then go on label_boot

[U-Boot] [PATCH 1/4] ARM: tegra: don't use CONFIG_SPL_TEXT_BASE when no SPL
 2018-01-08 22:11 UTC  (5+ messages)
` [U-Boot] [PATCH 3/4] ARMv8: Allow dynamic early stack pointer

[U-Boot] [PULL] Please pull u-boot-imx
 2018-01-08 21:26 UTC  (5+ messages)

[U-Boot] [PATCH v3] configs: SECURE_BOOT: Enable CONFIG_CMD_EXT4_WRITE
 2018-01-08 19:57 UTC 

[U-Boot] [PATCH v2 1/2] env: sf: Add support for env init for QSPI-NOR
 2018-01-08 18:23 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] ARMv8: add optional Linux kernel image header
 2018-01-08 18:23 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] ARM: tegra: use LINUX_KERNEL_IMAGE_HEADER

[U-Boot] [PATCH] freescale: vid: add support LTC3882 and rework of the VID support
 2018-01-08 18:10 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/13] driver model bring-up of dwc3 usb peripheral
 2018-01-08 17:57 UTC  (11+ messages)
` [U-Boot] [PATCH v2 06/13] drivers: usb: dwc3: add ti dwc3 peripheral driver with driver model support

[U-Boot] [PATCH] armv8: ls1088: Add USB and PCI configs in SD-BOOT defconfig
 2018-01-08 17:44 UTC  (4+ messages)
` [U-Boot] [PATCH] armv8: ls1088aqds: Add IFC-NOR as boot source for LS1088


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