public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-12-03 23:10:04 to 2018-12-05 00:53:41 UTC [more...]

[U-Boot] Please pull u-boot-video
 2018-12-05  0:53 UTC 

[U-Boot] boot.bin on SD Card for SAMA5D3 Xplained
 2018-12-05  0:15 UTC 

[U-Boot] [PATCH v3 00/28] MTD defconfigs/Kconfigs/Makefiles heavy cleanup
 2018-12-04 23:57 UTC  (29+ messages)
` [U-Boot] [PATCH v3 01/28] Makefile: move MTD-related lines in coherent Makefiles
` [U-Boot] [PATCH v3 02/28] mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND
` [U-Boot] [PATCH v3 03/28] mtd: rename CONFIG_MTD -> CONFIG_DM_MTD
` [U-Boot] [PATCH v3 04/28] mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTD
` [U-Boot] [PATCH v3 05/28] mtd: ensure MTD is compiled when there is a NOR flash
` [U-Boot] [PATCH v3 06/28] mtd: ensure MTD/the raw NAND core are compiled when there is a NAND flash
` [U-Boot] [PATCH v3 07/28] mtd: ensure MTD is compiled when there is a SPI NOR flash using MTD
` [U-Boot] [PATCH v3 08/28] mtd: ensure UBI is compiled when using fastmap
` [U-Boot] [PATCH v3 09/28] mtd: ensure MTD is compiled when UBI is used
` [U-Boot] [PATCH v3 10/28] mtd: ensure UBI is compiled when CMD_UBI is selected
` [U-Boot] [PATCH v3 11/28] mtd: ensure UBI is compiled when ENV_IS_IN_UBI "
` [U-Boot] [PATCH v3 12/28] mtd: ensure MTD_RAW_NAND is compiled when ENV_IS_IN_NAND "
` [U-Boot] [PATCH v3 13/28] mtd: ensure MTD is compiled when ENV_IS_IN_FLASH "
` [U-Boot] [PATCH v3 14/28] mtd: ensure CMD_NAND is compiled when its options are selected
` [U-Boot] [PATCH v3 15/28] mtd: ensure MTD is compiled when CMD_MTDPARTS is selected
` [U-Boot] [PATCH v3 16/28] configs: move CONFIG_MTD in defconfigs when set in arch includes
` [U-Boot] [PATCH v3 17/28] configs: remove raw NAND core from k2g defconfigs
` [U-Boot] [PATCH v3 18/28] configs: remove MTD support from bcm11130 and M54418TWR defconfigs
` [U-Boot] [PATCH v3 19/28] mtd: nand: add includes in NAND core to avoid warnings
` [U-Boot] [PATCH v3 20/28] dfu: add dependency on the NAND core
` [U-Boot] [PATCH v3 21/28] mtd: nor: NOR flashes depend on MTD
` [U-Boot] [PATCH v3 22/28] mtd: nand: remove dependency on commands in Kconfig
` [U-Boot] [PATCH v3 23/28] mtd: ubi: remove dependency on command "
` [U-Boot] [PATCH v3 24/28] cmd: mtdparts: show Kconfig options only if the command is selected
` [U-Boot] [PATCH v3 25/28] cmd: nand/sf: isolate legacy code
` [U-Boot] [PATCH v3 26/28] cmd: make MTD commands depend on MTD
` [U-Boot] [PATCH v3 27/28] mtd: simplify Makefile
` [U-Boot] [PATCH v3 28/28] mtd: properly handle SPL kbuild lines

[U-Boot] [PATCH v3 4/4] rockchip: rk3399: Add Ficus EE board support
 2018-12-04 22:02 UTC  (5+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH v3 0/6] Update support for Helios4 board
 2018-12-04 21:44 UTC  (8+ messages)
` [U-Boot] [PATCH v3 1/6] arm: mvebu: helios4: mmc: move environment before 1M
` [U-Boot] [PATCH v3 2/6] arm: mvebu: helios4: Enable I2C and IO Expander
` [U-Boot] [PATCH v3 3/6] arm: mvebu: helios4: Enable mvebu GPIO
` [U-Boot] [PATCH v3 4/6] arm: mvebu: helios4: Reduce U-Boot image size
` [U-Boot] [PATCH v3 5/6] arm: mvebu: helios4: Enable SPI flash support
` [U-Boot] [PATCH v3 6/6] arm: mvebu: helios4: Reset uSOM onboard phy during board init

[U-Boot] [PATCH 1/1] net: mvneta: Add GPIO configuration support
 2018-12-04 21:41 UTC  (2+ messages)

[U-Boot] [PATCH 0/7] Add USB/UART boot to HS DRA7xx/AM57xx
 2018-12-04 21:37 UTC  (4+ messages)
` [U-Boot] [PATCH 6/7] defconfigs: Add config for AM57xx High Security EVM with UART/USB Boot support

[U-Boot] [PATCH v3 01/11] m68k: add basic set of devicetrees
 2018-12-04 21:03 UTC  (4+ messages)
` [U-Boot] [PATCH v3 03/11] drivers: spi: cf_spi: convert to driver model

[U-Boot] [PATCH] test: hexdump: fix misplaced return
 2018-12-04 20:30 UTC 

[U-Boot] [RFC PATCH v2 00/11] SF: Migrate to Linux SPI NOR framework
 2018-12-04 20:11 UTC  (15+ messages)
` [U-Boot] [RFC PATCH v2 01/11] spi: spi-mem: Allow use of spi_mem_exec_op for all SPI modes
` [U-Boot] [RFC PATCH v2 02/11] spi-mem: Claim SPI bus before spi mem access
` [U-Boot] [RFC PATCH v2 03/11] spi: Add non DM version of SPI_MEM
` [U-Boot] [RFC PATCH v2 04/11] sh: bitops: add hweight*() macros
` [U-Boot] [RFC PATCH v2 05/11] mtd: spi: Port SPI NOR framework from Linux
` [U-Boot] [RFC PATCH v2 06/11] mtd spi: Switch to new SPI NOR framework
` [U-Boot] [RFC PATCH v2 07/11] mtd: spi: Remove unused files
` [U-Boot] [RFC PATCH v2 08/11] mtd: spi: Add lightweight SPI flash stack for SPL
` [U-Boot] [RFC PATCH v2 09/11] sf_mtd: Simply mtd operations
` [U-Boot] [RFC PATCH v2 10/11] taurus_defconfig: Enable simple malloc in SPL
` [U-Boot] [RFC PATCH v2 11/11] axm_defconfig: "

[U-Boot] 0001-mmc-Add-missing-ifdef
 2018-12-04 20:11 UTC 

[U-Boot] [PATCH] sandbox: add memset_io(..), memcpy_fromio(..) and memcpy_toio(..)
 2018-12-04 19:35 UTC 

[U-Boot] [PATCH] video: use BMP_ALIGN_CENTER define from splash.h
 2018-12-04 18:55 UTC  (2+ messages)

[U-Boot] [PATCH v2] cmd: add clear screen 'cls' command
 2018-12-04 18:54 UTC  (2+ messages)

[U-Boot] [PATCH v2] cmd: bmp: manage centered display
 2018-12-04 18:53 UTC  (2+ messages)

[U-Boot] [PATCH] env: add flash_read function
 2018-12-04 17:19 UTC  (3+ messages)

[U-Boot] [PATCH v4] pico-imx7d: Increase the CONFIG_ENV_OFFSET size
 2018-12-04 16:15 UTC  (16+ messages)
                    ` [U-Boot] [PATCH] Enable expression support for CONFIG_BOARD_SIZE_LIMIT

[U-Boot] [PATCH v2 0/6] Update support for Helios4 board
 2018-12-04 16:06 UTC  (10+ messages)
` [U-Boot] [PATCH v2 6/6] arm: mvebu: helios4: Reset uSOM onboard phy during board init

[U-Boot] [PATCH] tools: add a generic config for native tools building
 2018-12-04 16:03 UTC  (2+ messages)

[U-Boot] Please pull u-boot-rockchip
 2018-12-04 15:26 UTC  (3+ messages)

[U-Boot] [PATCH] rockchip: rk3288: dts: remove 'vmmc' from emmc node
 2018-12-04 14:49 UTC  (5+ messages)

[U-Boot] [PATCH v2 00/24] MTD defconfigs/Kconfigs/Makefiles heavy cleanup
 2018-12-04 14:49 UTC  (13+ messages)
` [U-Boot] [PATCH v2 07/24] mtd: ensure MTD is compiled when there is a SPI NOR flash
` [U-Boot] [PATCH v2 18/24] mtd: rawnand: compile-in the NAND core
` [U-Boot] [PATCH v2 22/24] cmd: make all MTD commands depend on MTD
` [U-Boot] [PATCH v2 24/24] mtd: drop CONFIG_MTD_PARTITIONS

[U-Boot] [PATCH v1 0/4] ddr: vybrid: various fixes
 2018-12-04 14:48 UTC  (11+ messages)
` [U-Boot] [PATCH v1 1/4] toradex: colibri_vf: fix memory initialization
` [U-Boot] [PATCH v1 2/4] ARM: vf610: ddrmc: fix CR138 preprocessor define
` [U-Boot] [PATCH v1 3/4] ARM: vf610: ddrmc: fix initialization completion detection
` [U-Boot] [PATCH v1 4/4] ARM: vf610: ddrmc: do not write CR79 by default

[U-Boot] u-boot with no external RAM, is it possible
 2018-12-04 14:43 UTC 

[U-Boot] [PATCH 0/2] cmd: auto-complete args starting with a $
 2018-12-04 13:54 UTC  (8+ messages)

[U-Boot] FOSDEM Hardware Enablement Devroom
 2018-12-04 13:53 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-sh/master
 2018-12-04 13:51 UTC 

[U-Boot] [PATCH] ARM: rockchip: rv1108: Fix booting with initramfs
 2018-12-04 13:49 UTC 

[U-Boot] [PATCH v2] adding saveenv-command for bananapi r2
 2018-12-04 13:44 UTC 

[U-Boot] [PATCH] serial: serial_stm32: Add reset support
 2018-12-04 13:11 UTC 

[U-Boot] [PATCH 1/1] tee: change return code for REE FS supplicant cmd
 2018-12-04 12:37 UTC 

[U-Boot] [PATCH v3 0/8] Fix CVE-2018-18440 and CVE-2018-18439
 2018-12-04 11:53 UTC  (8+ messages)

[U-Boot] [PATCH] tools: zynqmpimage: round up partition size
 2018-12-04 11:21 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] cmd: i2c: Fix help output of i2c command
 2018-12-04 11:05 UTC  (2+ messages)

[U-Boot] [PATCH] rockchip: rk322x: ram: enable DRAM init in SPL instead of TPL
 2018-12-04 11:03 UTC  (2+ messages)

[U-Boot] [PATCH] evb_rk3399: revert CONFIG_SYS_MMC_ENV_DEV to 0
 2018-12-04 11:00 UTC 

[U-Boot] [PATCH v2 00/14] Add support for DM_USB and DM_USB_DEV to TI's am335x and am43xx_evm platforms
 2018-12-04 10:31 UTC  (15+ messages)
` [U-Boot] [PATCH v2 01/14] spl: drivers: Link usb common library to SPL if USB gadget is enabled
` [U-Boot] [PATCH v2 02/14] spl: net: dm: usb: bind the gadget before attempting to load the image
` [U-Boot] [PATCH v2 03/14] phy: omap_usb2: Add support for am437x
` [U-Boot] [PATCH v2 04/14] dwc3-generic: Add support for the am437x
` [U-Boot] [PATCH v2 05/14] board: ti: am43xx: turn on USB clocks
` [U-Boot] [PATCH v2 06/14] dts: Add a u-boot specific dtsi file for the am4372
` [U-Boot] [PATCH v2 07/14] dts: am4372: Enable USB1 in SPL
` [U-Boot] [PATCH v2 08/14] configs: am43xx_evm: Enable DM_USB and DM_USB_GADGET
` [U-Boot] [PATCH v2 09/14] configs: am43xx: Enable RNDIS support in SPL
` [U-Boot] [PATCH v2 10/14] usb: musb-new: Allow the diver not to use the set_phy_power() callback
` [U-Boot] [PATCH v2 11/14] usb: musb-new: Add support for DM_USB
` [U-Boot] [PATCH v2 12/14] arm: am33xx: Register USB controllers if DM_USB is used but not OF_CONTROL
` [U-Boot] [PATCH v2 13/14] configs: am335x_evm: Do not disable DM_USB in SPL
` [U-Boot] [PATCH v2 14/14] configs: am335x_boneblack_vboot: enable DM_USB and RNDIS boot in SPl

[U-Boot] [PATCH v2 0/6] Add support for DM_USB and DM_USB_DEV to TI's K2G platforms
 2018-12-04 10:13 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/6] usb: dwc3-generic: make it compatible with "ti, keystone-dwc3"
` [U-Boot] [PATCH v2 2/6] board: ks2_evm: Enable the USB clocks if DM_USB is used
` [U-Boot] [PATCH v2 3/6] ARM: dts: k2g-evm: enable USB0 and USB1
` [U-Boot] [PATCH v2 4/6] PHY: Add phy driver for the keystone USB PHY
` [U-Boot] [PATCH v2 5/6] usb: host: replace xhci-keystone driver by the generic dwc3 driver
` [U-Boot] [PATCH v2 6/6] configs: k2g_evm: Enable DFU on K2G EVM

[U-Boot] [PATCH v7 0/4] RISC-V S-mode support
 2018-12-04  9:36 UTC  (18+ messages)
` [U-Boot] [PATCH v7 4/4] RISC-V: Add S-mode timer implementation

[U-Boot] about rk3399 boot speed
 2018-12-04  9:05 UTC  (3+ messages)

[U-Boot] [PATCH] configs: Move CONFIG_SPI_FLASH into defconfigs
 2018-12-04  8:45 UTC 

[U-Boot] [ANN] U-Boot v2019.01-rc1 released
 2018-12-04  8:29 UTC  (3+ messages)

[U-Boot] [PATCH] board: ti: ks2_evm: Over ride spl_get_load_buffer function
 2018-12-04  8:10 UTC  (2+ messages)

[U-Boot] [PATCH] net: mvgbe: fallback phy-mode to GMII
 2018-12-04  8:09 UTC  (2+ messages)

[U-Boot] [RESEND][PATCH] power: regulator: denied disable on always-on regulator
 2018-12-04  8:02 UTC  (4+ messages)

[U-Boot] [PATCH] exynos: imply SYS_THUMB_BUILD
 2018-12-04  7:57 UTC  (2+ messages)
` [U-Boot] Re : "

[U-Boot] [PATCH] driver/spi: fsl_qspi: Remove non-DM stuff
 2018-12-04  7:25 UTC  (3+ messages)

[U-Boot] [RFC PATCH] mmc: sdhci: zynqmp: Added support to read tap delay values from DT
 2018-12-04  7:12 UTC 

[U-Boot] Uboot File not found in MMC
 2018-12-04  7:08 UTC  (2+ messages)

[U-Boot] [PATCH] distro: not taint environment variables if possible
 2018-12-04  6:46 UTC 

[U-Boot] [PATCH] board: rockchip: rk3399: add Rockpro64 board support
 2018-12-04  6:39 UTC  (5+ messages)

[U-Boot] Some tegra cleanups and Kconfig migrations
 2018-12-04  5:30 UTC  (5+ messages)

[U-Boot] [RFC PATCH] tools: add a generic config for native tools building
 2018-12-04  5:26 UTC  (7+ messages)

[U-Boot] [PATCH] Revert "serial: ns16550: fix debug uart putc called before init"
 2018-12-04  4:50 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH] MAINTAINERS: board: qcom: db820c: update email
 2018-12-04  4:50 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCHv3 4/4] dm: MIGRATION: Update migration plan for BLK
 2018-12-04  4:49 UTC  (2+ messages)
` [U-Boot] [U-Boot, PATCHv3, "

[U-Boot] [PATCHv3 3/4] dm: MIGRATION: Add migration plan for CONFIG_SATA
 2018-12-04  4:49 UTC  (2+ messages)
` [U-Boot] [U-Boot, PATCHv3, "

[U-Boot] [PATCHv3 2/4] dm: MIGRATION: Add migration plan for DM_USB
 2018-12-04  4:49 UTC  (2+ messages)
` [U-Boot] [U-Boot, PATCHv3, "

[U-Boot] [PATCHv3 1/4] dm: MIGRATION: Add migration plan for DM_MMC
 2018-12-04  4:49 UTC  (2+ messages)
` [U-Boot] [U-Boot, PATCHv3, "

[U-Boot] [GIT PULL] Xilinx patches for v2019.01
 2018-12-04  4:49 UTC  (2+ messages)

[U-Boot] [PULL] rpi patch queue 2018-12-03
 2018-12-04  4:49 UTC  (2+ messages)

[U-Boot] [PULL] efi patch queue 2018-12-03
 2018-12-04  4:48 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-sh/master
 2018-12-04  4:48 UTC  (2+ messages)

[U-Boot] [PATCH] exynos: imply SYS_THUMB_BUILD
 2018-12-04  4:47 UTC  (4+ messages)
` [U-Boot] Re : "

[U-Boot] [PATCH] ARM: dts: Turn ULCB into Multi-DTB config
 2018-12-04  0:46 UTC 

[U-Boot] [PATCH] ARM: dts: Turn Salvator-X into Multi-DTB config
 2018-12-04  0:41 UTC 

[U-Boot] [PATCH] ARM: rmobile: Drop unused macros from Gen3 boards
 2018-12-04  0:41 UTC 

[U-Boot] [PATCH] ARM: rmobile: Set environment variable containing CPU type
 2018-12-04  0:31 UTC 

[U-Boot] [PATCH v2 1/1] dm: core: add functions to get/remap I/O addresses by name
 2018-12-03 23:44 UTC  (3+ messages)
` [U-Boot] [PATCH v3 "

[U-Boot] Is mxsldr and mxsboot supported for imx7 processors
 2018-12-03 23:24 UTC  (2+ messages)

[U-Boot] [PATCH V2] ARM: rmobile: Enable MMC extensions
 2018-12-03 23:10 UTC 

[U-Boot] [PATCH V2 01/13] ARM: dts: rmobile: Add soc label to Gen3
 2018-12-03 23:10 UTC  (11+ messages)
` [U-Boot] [PATCH V2 04/13] ARM: dts: rmobile: Extract SDHI nodes on M3N
` [U-Boot] [PATCH V2 05/13] ARM: dts: rmobile: Extract AVB node extras on V3M Eagle
` [U-Boot] [PATCH V2 06/13] ARM: dts: rmobile: Extract CPLD node on H3 and M3W ULCB
` [U-Boot] [PATCH V2 07/13] ARM: dts: rmobile: Extract SDHI extras "
` [U-Boot] [PATCH V2 08/13] ARM: dts: rmobile: Extract SDHI extras on H3, M3W, M3N Salvator-X
` [U-Boot] [PATCH V2 09/13] ARM: dts: rmobile: Extract SDHI nodes on E3 Ebisu
` [U-Boot] [PATCH V2 10/13] ARM: dts: rmobile: Extract SCIF2 node "
` [U-Boot] [PATCH V2 11/13] ARM: dts: rmobile: Extract i2c6 on M2W Porter
` [U-Boot] [PATCH V2 12/13] ARM: dts: rmobile: Sync Gen2 DTs with Linux 4.19.6
` [U-Boot] [PATCH V2 13/13] ARM: dts: rmobile: Sync Gen3 "


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