public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-05-20 15:22:57 to 2019-05-22 01:38:44 UTC [more...]

[U-Boot] Cannot boot mx6qsabred with 2019.07-rc2
 2019-05-22  1:38 UTC  (6+ messages)

[U-Boot] [PATCH v3 0/6] spl: full-featured heap cleanups
 2019-05-22  0:53 UTC  (10+ messages)
` [U-Boot] [PATCH v3 1/6] spl: add Kconfig option to clear bss early

[U-Boot] [PATCH v2 0/2] Add 'bcb' command to read/modify/write Android BCB
 2019-05-22  0:53 UTC  (19+ messages)
` [U-Boot] [PATCH v2 2/2] cmd: Add 'bcb' command to read/modify/write BCB fields

[U-Boot] [PATCH v3 0/3] fdt: Allow indicating a node is for U-Boot proper only
 2019-05-22  0:53 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/3] test: check u-boot properties in SPL device tree
` [U-Boot] [PATCH v3 2/3] fdt: Allow indicating a node is for U-Boot proper only
` [U-Boot] [PATCH v3 3/3] dm: doc: add documentation for pre-reloc properties in SPL and TPL

[U-Boot] [PATCH v2 0/8] fdt: Allow indicating a node is for U-Boot proper only
 2019-05-22  0:53 UTC  (20+ messages)
` [U-Boot] [PATCH v2 1/8] sandbox: add config for SPL boot with devicetree
` [U-Boot] [PATCH v2 2/8] fdt: Allow to use EMBEDDED device tree for SPL
` [U-Boot] [PATCH v2 3/8] sandbox: add option show_of_embedded for spl test
` [U-Boot] [PATCH v2 4/8] test: py: add option to select device tree used during compilation
` [U-Boot] [PATCH v2 5/8] test: move SPL test nodes in test device tree
` [U-Boot] [PATCH v2 6/8] test: check u-boot properties in SPL "
` [U-Boot] [PATCH v2 8/8] dm: doc: add documentation for pre-reloc properties in SPL and TPL

[U-Boot] [PATCH v3 00/11] clk: Port Linux common clock framework [CCF] to U-boot (tag: 5.0-rc3)
 2019-05-22  0:53 UTC  (8+ messages)

[U-Boot] [PATCH v2 0/3] Enable spl relocation on arm
 2019-05-22  0:28 UTC  (8+ messages)
` [U-Boot] [PATCH v2 2/3] spl: add relocation support
    ` [U-Boot] [PATCH v2 2/3] spl: add relocation support【请注意,邮件由sjg@google.com代发】

[U-Boot] [PATCH 0/2] ARM: davinci: omapl138_lcdk: fix MMC/SD boot breakage
 2019-05-21 23:39 UTC  (7+ messages)
` [U-Boot] [PATCH 1/2] ARM: davinci: omal138_lcdk: fix MMC boot breakage due to driver model conversion
` [U-Boot] [PATCH 2/2] ARM: davinci: SPL: fix BSS initialization

[U-Boot] Making U-Boot smaller
 2019-05-21 20:13 UTC  (10+ messages)

[U-Boot] [PATCH] gpio: dwapb_gpio: fix broken dev->node
 2019-05-21 20:09 UTC  (2+ messages)

[U-Boot] [RFC 00/11] SYSFW Loader for TI K3 family SoCs using FS Loader
 2019-05-21 19:04 UTC  (13+ messages)
` [U-Boot] [RFC 04/11] misc: fs_loader: Allow initializing blkdev using platform data
` [U-Boot] [RFC 05/11] arm: K3: Introduce System Firmware loader framework
` [U-Boot] [RFC 09/11] armv7R: dts: k3: am654: Update for loading SYSFW from MMC

[U-Boot] [PATCH 1/1] cmd: remove unused `display` command
 2019-05-21 16:43 UTC  (2+ messages)

[U-Boot] U-Boot PXA support
 2019-05-21 16:43 UTC  (17+ messages)

[U-Boot] [PATCH 1/2] fdtdec: test: Fix memory leak
 2019-05-21 16:43 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] fdtdec: Remove fdt_{addr,size}_unpack()

[U-Boot] fit_check_sign - offline FIT verification with public certificate only
 2019-05-21 16:27 UTC 

[U-Boot] [PATCH v5 0/2] arm64: zynqmp: pass a PMUFW config object
 2019-05-21 16:06 UTC  (3+ messages)
` [U-Boot] [PATCH v5 1/2] arm64: zynqmp: spl: install a PMU firmware config object at runtime
` [U-Boot] [PATCH v5 2/2] arm64: zynqmp: add tool to convert PMU config object .c to binary

[U-Boot] [PULL] u-boot-mpc83xx/master (take 2)
 2019-05-21 15:45 UTC  (2+ messages)

[U-Boot] Pull request for mmc sub-system for v2019.07
 2019-05-21 15:45 UTC  (2+ messages)

[U-Boot] Please pull u-boot-video
 2019-05-21 15:44 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-sunxi/master
 2019-05-21 15:44 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] efi_loader: comments for structs
 2019-05-21 15:42 UTC 

[U-Boot] [PATCH 1/1] efi_loader: correct device path check
 2019-05-21 15:41 UTC 

[U-Boot] [PATCH v2 1/1] efi_loader: implement SetTime
 2019-05-21 15:40 UTC 

[U-Boot] [PATCH v1 0/5] imx: dm: Update mccmon6 board to only use DM/DTS in U-Boot proper
 2019-05-21 15:10 UTC  (6+ messages)
` [U-Boot] [PATCH v1 1/5] ARM: imx: Covnert mccmon6 to use DM/DTS in the u-boot proper
` [U-Boot] [PATCH v1 2/5] ARM: imx: Decouple mccmon6's SPL and u-boot proper code
` [U-Boot] [PATCH v1 3/5] spl: nor: Provide falcon boot support for NOR memories
` [U-Boot] [PATCH v1 4/5] ARM: imx: Convert mccmon6 to use fitImage instead of uImage+DTB
` [U-Boot] [PATCH v1 5/5] mccmon6: defconfig: nor: Enable usage of *_TINY_* drivers in SPL

[U-Boot] [PATCHv2 01/11] configs: Migrate CONFIG_FMAN_ETH and some related options to Kconfig
 2019-05-21 15:07 UTC  (3+ messages)
` [U-Boot] [PATCHv2 11/11] configs: Disable now unbuildable SPI options for boards

[U-Boot] [PATCH] armv8/fsl-layerscape: increase timeout for l3 flush
 2019-05-21 14:58 UTC 

[U-Boot] [RESEND][PATCH v2] armv8: Add workaround for USB erratum A-050106
 2019-05-21 14:48 UTC  (2+ messages)

[U-Boot] [PATCH v1] drivers: net: mc: Report extra memory to Linux
 2019-05-21 14:37 UTC  (5+ messages)
` [U-Boot] [PATCH v2] cover letter for drivers: net: mc: Report extra memory to linux
  ` [U-Boot] [PATCH v2] drivers: net: mc: Report extra memory to Linux

[U-Boot] [PATCH] armv8: ls1046afrwy: Add support for LS1046AFRWY platform
 2019-05-21 14:14 UTC  (2+ messages)

[U-Boot] [PATCH u-boot] pci: ensure enumeration of all devices in pci_init
 2019-05-21 14:07 UTC  (3+ messages)

[U-Boot] [PATCH] davinci: spl: Create board_init_f for explicit initialization
 2019-05-21 13:49 UTC  (4+ messages)

[U-Boot] [PATCH v2 1/3] mx6sabresd: Remove CONFIG_SPL_DM to decrease the SPL size
 2019-05-21 13:37 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] mx6sabresd: Select pinctrl driver
` [U-Boot] [PATCH v2 3/3] mx6sabresd: Remove U-Boot proper mmc initialization

[U-Boot] [PATCH 0/6] imx8: support container
 2019-05-21 13:13 UTC  (15+ messages)
` [U-Boot] [PATCH 4/6] spl: mmc: support loading i.MX container format file

[U-Boot] [PATCH v2 00/18] Improvement for the DWC3 USB generic driver and fixes for the K2 platforms
 2019-05-21 12:44 UTC  (4+ messages)

[U-Boot] [PATCH v4 0/2] arm64: zynqmp: pass a PMUFW config object
 2019-05-21 12:24 UTC  (5+ messages)
` [U-Boot] [PATCH v4 1/2] arm64: zynqmp: spl: install a PMU firmware config object at runtime
` [U-Boot] [PATCH v4 2/2] arm64: zynqmp: add tool to convert PMU config object .c to binary

[U-Boot] [PATCH] board/fsl/layerscape: Modify the aliases names
 2019-05-21 11:15 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-spi/master
 2019-05-21 11:12 UTC  (2+ messages)

[U-Boot] [PATCH] armv8: ls1028a: Add other serdes protocal support
 2019-05-21 10:28 UTC 

[U-Boot] [PATCH] arm64: zynqmp: Rename zc1275 to zcu1275
 2019-05-21 10:15 UTC 

[U-Boot] [v2, 0/5] Split fsl_esdhc driver for i.MX
 2019-05-21  9:01 UTC  (7+ messages)

[U-Boot] [PATCH 1/3 v3] armv8: ls1028a: Add NXP LS1028A SoC support
 2019-05-21  8:56 UTC  (8+ messages)
  ` [U-Boot] [EXT] "

[U-Boot] [v3, 0/5] Split fsl_esdhc driver for i.MX
 2019-05-21  8:53 UTC  (6+ messages)
` [U-Boot] [v3, 1/5] Move CONFIG_FSL_ESDHC to defconfig
` [U-Boot] [v3, 2/5] mmc: split fsl_esdhc driver for i.MX
` [U-Boot] [v3, 3/5] Convert to use fsl_esdhc_imx for i.MX platforms
` [U-Boot] [v3, 4/5] mmc: fsl_esdhc: drop i.MX code
` [U-Boot] [v3, 5/5] mmc: fsl_esdhc_imx: drop useless code

[U-Boot] [PATCH] riscv: add Kconfig entries for the F and D ISA extensions support
 2019-05-21  7:55 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-mpc83xx/master
 2019-05-21  6:21 UTC  (3+ messages)

[U-Boot] RISC-V: Crashes with OpenSBI+U-Boot on the qemu "virt" machine
 2019-05-21  5:54 UTC  (7+ messages)

[U-Boot] [PATCH 00/17] sandbox: Various bug fixes
 2019-05-20 20:51 UTC  (6+ messages)
` [U-Boot] [PATCH 17/17] spi: Avoid using malloc() in a critical function

[U-Boot] [PATCH v2 0/9] miscellaneous ubispl and ubi improvements
 2019-05-20 20:50 UTC  (3+ messages)
` [U-Boot] [PATCH v2 7/9] configs: migrate ubispl boards to KConfig

[U-Boot] MMC boot broken on OMAP-L138 LCDK
 2019-05-20 19:53 UTC  (7+ messages)

[U-Boot] [PATCH 1/1] efi_loader: check device path in InstallMultipleProtocolInterfaces
 2019-05-20 19:24 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/4] add command env erase
 2019-05-20 18:34 UTC  (2+ messages)

[U-Boot] [PATCH] sun50i: a64: Fix broken A64-Teres-I board config
 2019-05-20 18:21 UTC  (5+ messages)

[U-Boot] [PATCH v2] sun50i: a64: Fix broken A64-Teres-I board config
 2019-05-20 18:19 UTC 

[U-Boot] [PATCH 0/5] Add initial support for Pine64 Rock64 board
 2019-05-20 18:15 UTC  (6+ messages)
` [U-Boot] [PATCH v2 "
  ` [U-Boot] [PATCH v2 5/5] rockchip: rk3328: add rock64-rk3328_defconfig

[U-Boot] Please pull from u-boot-i2c
 2019-05-20 17:53 UTC  (2+ messages)

[U-Boot] Please pull u-boot-marvell/master
 2019-05-20 17:53 UTC  (2+ messages)

[U-Boot] [PATCH v5 01/13] m68k: add basic set of devicetrees
 2019-05-20 17:44 UTC  (6+ messages)

[U-Boot] [PATCH 0/4] fs: fat: fixes for write under root directory
 2019-05-20 17:10 UTC  (2+ messages)

[U-Boot] [PATCH] sun50i: h6: Fix Beelink GS1 board config
 2019-05-20 16:55 UTC  (6+ messages)

[U-Boot] [PATCH v2 00/19] spi: Convert MPC8XXX to DM
 2019-05-20 16:52 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/3] Add Beelink GS1 Board
 2019-05-20 16:37 UTC  (5+ messages)
` [U-Boot] [PATCH v3 3/3] arm: sunxi: h6: fix reset using r_wdog
  ` [U-Boot] [linux-sunxi] "

[U-Boot] [PATCH] arm: davinci: remove leftover assembly
 2019-05-20 16:29 UTC 

[U-Boot] [PATCH 1/5] nitrogen6x: migrate to using device tree
 2019-05-20 16:20 UTC  (3+ messages)
` [U-Boot] [PATCH 5/5] configs: nitrogen6x: Add DM_SPI/DM_SPI_FLASH support

[U-Boot] [PATCH 0/5] arm: remove leftover code for dm* SoCs
 2019-05-20 16:12 UTC  (3+ messages)

[U-Boot] [PATCH v1 00/10] arm: pxa: mmc: add driver model support
 2019-05-20 16:09 UTC  (7+ messages)
` [U-Boot] [PATCH v1 04/10] Makefile: allow dm_mmc without of_control
` [U-Boot] [PATCH v1 05/10] dm: core: gracefully handle alias seq without of
` [U-Boot] [PATCH v1 06/10] kconfig: mmc: move pxa_mmc_generic to kconfig

[U-Boot] [PATCH v4 1/2] net: eth-uclass: Write MAC address to hardware after probe
 2019-05-20 15:59 UTC  (2+ messages)
` [U-Boot] [PATCH v4 2/2] net: eth-uclass: Support device tree MAC addresses

[U-Boot] [PATCH 1/2] arm: dts: rock960: Enable booting from eMMC when using SPL
 2019-05-20 15:46 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] arm: dts: ficus: "

[U-Boot] [PATCH v4 00/13] clk: Port Linux common clock framework [CCF] to U-boot (tag: 5.0-rc3)
 2019-05-20 15:35 UTC  (6+ messages)

[U-Boot] [PATCH 1/2] mips: mt76xx: Implement new d-cache fix in last_stage_init()
 2019-05-20 15:22 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] mips: mt76xx: gardena-smart-gateway: Enable CONFIG_USE_PREBOOT


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