public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-01-28 10:25:04 to 2019-01-29 13:40:42 UTC [more...]

[U-Boot] [PATCH v2 00/22] mx6sabre: Add DM and SPL FIT support
 2019-01-29 13:40 UTC  (35+ messages)
` [U-Boot] [PATCH v2 01/22] usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGE
` [U-Boot] [PATCH v2 02/22] usb: ehci-mx6: Make regulator DM_REGULATOR dependent
` [U-Boot] [PATCH v2 03/22] configs: imx6sabreauto: Add DM_MMC support
` [U-Boot] [PATCH v2 04/22] configs: imx6sabreauto: Add DM_USB support
` [U-Boot] [PATCH v2 05/22] mmc: fsl_esdhc: Fix DM_REGULATOR ifdefs for SPL builds
` [U-Boot] [PATCH v2 06/22] board: mx6sabresd: Add board_fit_config_name_match to support FIT in SPL
` [U-Boot] [PATCH v2 07/22] board: mx6sabreauto: "
` [U-Boot] [PATCH v2 08/22] arm: dts: Add all the imx6[q|qp|dl] sabre[auto|sd] u-boot dts[i] files
` [U-Boot] [PATCH v2 09/22] arm: dts: Update all the dts[i] files for imx6[q|qp|dl] sabre[auto|sd]
` [U-Boot] [PATCH v2 10/22] arm: imx: Add FIT SPL its
  ` [U-Boot] [PATCH v2 11/22] configs: mx6sabreauto: Add SPL FIT and DM support
  ` [U-Boot] [PATCH v2 12/22] configs: mx6sabresd: "
  ` [U-Boot] [PATCH v2 13/22] mx6sabreauto: Add DM_GPIO support
  ` [U-Boot] [PATCH v2 14/22] mx6sabresd: "
  ` [U-Boot] [PATCH v2 15/22] configs: mx6sabreauto: Add DM_SPI_FLASH necessary configs
  ` [U-Boot] [PATCH v2 16/22] configs: mx6sabresd: "
  ` [U-Boot] [PATCH v2 17/22] board: mx6sabreauto: Remove the non-DM code
  ` [U-Boot] [PATCH v2 18/22] board: mx6sabresd: Remove "
  ` [U-Boot] [PATCH v2 19/22] board: mx6sabresd: Remove the enet reset gpio handling
  ` [U-Boot] [PATCH v2 20/22] configs: mx6sabresd: Reduce size for SPL by disabling SPL_DOS and SPL_EFI
  ` [U-Boot] [PATCH v2 21/22] board: mx6sabreauto: Update README with the SPL DM FIT info
  ` [U-Boot] [PATCH v2 22/22] board: mx6sabresd: "

[U-Boot] [PATCH v1 0/3] Add support for symlink creation in EXT4
 2019-01-29 13:40 UTC  (4+ messages)
` [U-Boot] [PATCH v1 1/3] fs: ext4: constify the buffer passed to write functions
` [U-Boot] [PATCH v1 2/3] fs: ext4: Add support for the creation of symbolic links
` [U-Boot] [PATCH v1 3/3] fs: Add a new command to create "

[U-Boot] [RFC] ARM: omap3_logic_somlv: Enable OF_CONTROL in SPL
 2019-01-29 13:36 UTC  (8+ messages)

[U-Boot] [PATCH] video: Armada XP: Move driver to DM_VIDEO
 2019-01-29 13:25 UTC  (6+ messages)
` [U-Boot] [PATCH] video: bmp: Add support for 24bpp BMP files on 16bpp displays
` [U-Boot] [PATCH] arm: mvebu: theadorable: Enable DM_VIDEO support

[U-Boot] [PATCH v3 00/20] SF: Migrate to Linux SPI NOR framework
 2019-01-29 12:25 UTC  (25+ messages)
` [U-Boot] [PATCH v3 01/20] configs: Move CONFIG_SPI_FLASH into defconfigs
` [U-Boot] [PATCH v3 02/20] bitops: Fix GENMASK definition for Sandbox
` [U-Boot] [PATCH v3 03/20] spi: spi-mem: Allow use of spi_mem_exec_op for all SPI modes
` [U-Boot] [PATCH v3 04/20] spi: spi-mem: Extend spi_mem_adjust_op_size() to honor max xfer size
` [U-Boot] [PATCH v3 05/20] spi: spi-mem: Claim SPI bus before spi mem access
` [U-Boot] [PATCH v3 06/20] spi: Add non DM version of SPI_MEM
` [U-Boot] [PATCH v3 07/20] sh: bitops: add hweight*() macros
` [U-Boot] [PATCH v3 08/20] mtd: spi: Port SPI NOR framework from Linux
` [U-Boot] [PATCH v3 09/20] mtd: spi: spi-nor-core: Add SPI MEM support
` [U-Boot] [PATCH v3 10/20] mtd: spi: spi-nor-core: Add 4 Byte addressing support
` [U-Boot] [PATCH v3 11/20] mtd: spi: spi-nor-core: Add SFDP support
` [U-Boot] [PATCH v3 12/20] mtd: spi: spi-nor-core: Add back U-Boot specific features
` [U-Boot] [PATCH v3 13/20] mtd: spi: sf_probe: Add "jedec, spi-nor" compatible string
` [U-Boot] [PATCH v3 14/20] mtd: spi: Switch to new SPI NOR framework
` [U-Boot] [PATCH v3 15/20] mtd: spi: Remove unused files
` [U-Boot] [PATCH v3 16/20] mtd: spi: Add lightweight SPI flash stack for SPL
` [U-Boot] [PATCH v3 17/20] spl: Kconfig: Enable SPI_FLASH_TINY by default "
` [U-Boot] [PATCH v3 18/20] configs: Remove SF_DUAL_FLASH
` [U-Boot] [PATCH v3 19/20] configs: Don't use SPI_FLASH_BAR as default
` [U-Boot] [PATCH v3 20/20] MAINTAINERS: Add an entry for SPI NOR

[U-Boot] [PATCH u-boot 00/11] meson: add support for Video Output
 2019-01-29 10:28 UTC  (19+ messages)
` [U-Boot] [PATCH u-boot 01/11] power: domain: meson-gx-pwrc-vpu: add missing depends
` [U-Boot] [PATCH u-boot 02/11] video: dw_hdmi: support SoC specific read/write ops
` [U-Boot] [PATCH u-boot 03/11] video: dw_hdmi: add support for color conversion
` [U-Boot] [PATCH u-boot 04/11] video: Add Meson Video Processing Unit Driver
` [U-Boot] [PATCH u-boot 08/11] arm: meson: board-gx: Setup VPU in fdt
` [U-Boot] [PATCH u-boot 09/11] configs: meson64: use vidconsole and usbkbd if enabled
` [U-Boot] [PATCH u-boot 10/11] arm: meson64: enable console mux and console env by default
` [U-Boot] [PATCH u-boot 11/11] arm: libretech-cc: enable video "

[U-Boot] [PULL u-boot] Please pull u-boot-amlogic-20190129
 2019-01-29 10:22 UTC 

[U-Boot] [PULL u-boot] Please pull u-boot-amlogic-20190128
 2019-01-29 10:18 UTC  (3+ messages)

[U-Boot] [PATCH] MSCC: Fix Jaguar2 board detection
 2019-01-29  9:58 UTC 

[U-Boot] [PATCH] mmc: dwmmc: Poll for iDMAC TX/RX interrupt
 2019-01-29  9:53 UTC  (4+ messages)

[U-Boot] [PATCH 0/5] arm: socfpga: implement proper peripheral reset handling
 2019-01-29  9:52 UTC  (28+ messages)
` [U-Boot] [PATCH 1/5] arm: socfpga: gen5: add reset handles to devicetrees
` [U-Boot] [PATCH 2/5] arm: socfpga: move SDR reset handling to driver
` [U-Boot] [PATCH 4/5] spi: cadence_qspi: add reset handling
` [U-Boot] [PATCH 5/5] arm: socfpga: implement proper peripheral reset

[U-Boot] [PATCH] MSCC: Jaguar2 enable debug uart
 2019-01-29  9:50 UTC 

[U-Boot] [PATCH v1 00/15] imx: dm: Update mccmon6 board to only use DM/DTS in u-boot proper
 2019-01-29  8:05 UTC  (8+ messages)
` [U-Boot] [PATCH v1 06/15] dm: clk: imx: Add support for controlling imx6q clocks via Driver Model

[U-Boot] [PATCH v3 0/7] AM65x: Add DMA support
 2019-01-29  5:57 UTC  (8+ messages)
` [U-Boot] [PATCH v3 1/7] firmware: ti_sci: Add support for NAVSS resource management
` [U-Boot] [PATCH v3 2/7] soc: ti: k3: add navss ringacc driver
` [U-Boot] [PATCH v3 3/7] soc: ti: k3: add CPPI5 description and helpers
` [U-Boot] [PATCH v3 4/7] dma: ti: add driver to K3 UDMA
` [U-Boot] [PATCH v3 5/7] soc: keystone: Merge into TI specific directory
` [U-Boot] [PATCH v3 6/7] arm64: dts: ti: k3-am65: add mcu navss nodes
` [U-Boot] [PATCH v3 7/7] configs: am65x_evm_a53: Enable DMA related configs

[U-Boot] [RFC 0/9] Convert Pico-Pi i.MX7D to DM
 2019-01-29  5:50 UTC  (8+ messages)
` [U-Boot] [RFC 1/9] Arm: dts: imx7d-pico: Import Linux pico-pi dts

[U-Boot] [PATCH v6.1] cmd: env: add "-e" option for handling UEFI variables
 2019-01-29  5:18 UTC 

[U-Boot] [PATCH] mmc: tmio: renesas: Add 1uS delay after DMA completion on older IPs
 2019-01-29  4:12 UTC 

[U-Boot] [PATCH] mmc: tmio: Make DMA transfer end bit configurable
 2019-01-29  4:12 UTC 

[U-Boot] [PATCH v6 0/7] cmd: add efidebug for efi environment
 2019-01-29  3:22 UTC  (6+ messages)
` [U-Boot] [PATCH v6 1/7] cmd: env: add "-e" option for handling UEFI variables

[U-Boot] [RFC 0/3] dm, efi: integrate efi_disk into DM
 2019-01-29  3:17 UTC  (5+ messages)
` [U-Boot] [RFC 1/3] dm: blk: add UCLASS_PARTITION
` [U-Boot] [RFC 2/3] efi_loader: associate BLK/PARTITION device to efi_disk
` [U-Boot] [RFC 3/3] drivers: align block device drivers with DM-efi integration

[U-Boot] U-Boot and USB 3.0
 2019-01-29  2:49 UTC 

[U-Boot] [PATCH v2 2/3] efi_loader: enumerate disk devices every time
 2019-01-29  1:22 UTC  (13+ messages)

[U-Boot] [PATCH 01/10] pinctrl: imx8: add i.MX8QM compatible
 2019-01-29  1:21 UTC  (7+ messages)
` [U-Boot] [PATCH 07/10] clk: imx8: add i.MX8QM clk driver

[U-Boot] [PATCH v2 0/2] efi_loader: Patch RTS at ExitBootServices
 2019-01-29  0:49 UTC  (16+ messages)
` [U-Boot] [PATCH v2 1/2] x86: Add efi runtime reset
` [U-Boot] [PATCH v2 2/2] efi_loader: Patch non-runtime code out at ExitBootServices already

[U-Boot] [PATCH] ihs_video_out: Fix error handling
 2019-01-28 20:31 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] videomodes: Relax EDID validation checks for hsync/vsync pulse width
 2019-01-28 20:22 UTC  (2+ messages)

[U-Boot] [PATCH] imx: video: Fix return value issue
 2019-01-28 20:15 UTC  (2+ messages)

[U-Boot] [PATCH v3 5/7] defconfigs: Add config for DRA7xx High Security EVM with USB Boot support
 2019-01-28 17:43 UTC  (3+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v4 0/5] Add USB boot to HS DRA7xx/AM57xx
 2019-01-28 17:43 UTC  (6+ messages)
` [U-Boot] [PATCH v4 1/5] defconfigs: dra7xx_hs_evm: Sync HS and non-HS defconfigs
` [U-Boot] [PATCH v4 2/5] defconfigs: am57xx_hs_evm: "
` [U-Boot] [PATCH v4 3/5] defconfigs: Add config for DRA7xx High Security EVM with USB Boot support
` [U-Boot] [PATCH v4 4/5] defconfigs: Add config for AM57xx High Security EVM with USB/UART "
` [U-Boot] [PATCH v4 5/5] doc: ti-secure: Add ULO info for AM57xx/DRA7xx secure devices from TI

[U-Boot] [PATCH v4] arm64: mvebu: Add basic support for uDPU board
 2019-01-28 16:27 UTC 

[U-Boot] [PATCH v3 0/5] spi-flash: switch to "jedec, spi-nor" binding
 2019-01-28 16:22 UTC  (2+ messages)

[U-Boot] [PATCH 00/26] mx6sabre: Add DM and SPL FIT support
 2019-01-28 15:31 UTC  (6+ messages)
` [U-Boot] [PATCH 19/26] configs: mx6sabresd: Add SPL FIT and DM support

[U-Boot] [PATCH 3/3] linker: Modify linker scripts to be more generic
 2019-01-28 15:19 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/3] rockchip: Add TPL_MAX_SIZE for RK3288
 2019-01-28 15:18 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/3] "

[U-Boot] [PATCH 1/3] PowerPC: Stop re-using CONFIG_SPL_TEXT_BASE for TPL
 2019-01-28 15:18 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] efi_loader: Patch non-runtime code out at ExitBootServices already
 2019-01-28 15:17 UTC  (5+ messages)

[U-Boot] [PATCH] imx: Check the PL310 version for applying errata
 2019-01-28 14:39 UTC  (2+ messages)

[U-Boot] [PATCH V3 1/6] watchdog: bcm6345: switch to raw I/O functions
 2019-01-28 14:37 UTC  (6+ messages)
` [U-Boot] [PATCH V3 2/6] watchdog: bcm6345: allow to use this driver on arm bcm6858
` [U-Boot] [PATCH V3 3/6] dt: bcm6838: add watchdog
` [U-Boot] [PATCH V3 4/6] dt: bcm6858: "
` [U-Boot] [PATCH V3 5/6] bcm968380gerg: enable watchdog and reboot with watchdog
` [U-Boot] [PATCH V3 6/6] bcm968580: "

[U-Boot] [PATCH] Kconfig: don't pollute Kconfig w/ i.MX8M options for everyone
 2019-01-28 14:24 UTC  (4+ messages)

[U-Boot] [PATCHv1] arm: stm32mp1: deploy spl in root folder
 2019-01-28 14:11 UTC  (4+ messages)
` [U-Boot] [U-Boot, PATCHv1] "

[U-Boot] [PATCH 0/3] Add network support for Luton SoCs
 2019-01-28 13:22 UTC  (5+ messages)
` [U-Boot] [PATCH 1/3] MIPS: mscc: luton: Add ethernet nodes for Luton
` [U-Boot] [PATCH 2/3] net: add MSCC Luton switch support
` [U-Boot] [PATCH 3/3] configs: mscc_luton: add network support

[U-Boot] Two u boot environment on eMMC
 2019-01-28 13:18 UTC 

[U-Boot] [PATCH] misc: i2c_eeprom: Add atmel,24c08 to the list
 2019-01-28 13:15 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH] ARM: zynq: Adding ps7_init and correct some files for Z-turn board
 2019-01-28 13:00 UTC 

[U-Boot] [PATCH] arm64: versal: Remove one level of indentation in board_early_init_r()
 2019-01-28 12:38 UTC 

[U-Boot] [PATCH 0/4] Align U-Boot I2C DM bus ID handling with Linux
 2019-01-28 12:35 UTC  (3+ messages)
` [U-Boot] [PATCH 1/4] dm: core: Add of_alias_get_highest_id()

[U-Boot] [PATCH 1/1] tools: imx8image: use correct printf escape sequence
 2019-01-28 11:56 UTC  (3+ messages)

[U-Boot] [PULL] efi patch queue 2019-01-28
 2019-01-28 11:52 UTC 

[U-Boot] [PATCH] QSPI flash driver compatibility fixes for mx6ull
 2019-01-28 11:45 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/11] SF: Migrate to Linux SPI NOR framework
 2019-01-28 11:43 UTC  (4+ messages)
` [U-Boot] [PATCH v2 04/11] mtd: spi: Port SPI NOR framework from Linux

[U-Boot] [PATCH 0/3] stm32mp1: add trusted boot with TF-A
 2019-01-28 10:25 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] "
` [U-Boot] [PATCH 2/3] stm32mp1: bsec: access with SMC for trusted boot
` [U-Boot] [PATCH 3/3] stm32mp1: display board information


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