public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-03-28 02:00:03 to 2019-03-29 12:03:37 UTC [more...]

[U-Boot] [PATCH v5 00/11] rockchip: add tpl and OPTEE support for rk3229
 2019-03-29 12:03 UTC  (4+ messages)
` [U-Boot] [PATCH v5 01/11] Revert "rockchip: rk322x: ram: enable DRAM init in SPL instead of TPL"
` [U-Boot] [PATCH v5 02/11] arm: add option for TPL support in arm 32bit
` [U-Boot] [PATCH v5 03/11] arm: add a separate stack for TPL

[U-Boot] saveenv corrupts QSPI flash with latest commit U-Boot 2019.04-rc4-00047-gcfb3e102c4
 2019-03-29 11:48 UTC  (7+ messages)

[U-Boot] [PATCH 1/1] hush: provide help for 'if', 'for', and 'while'
 2019-03-29 11:34 UTC 

[U-Boot] [PATCH] Fix ext4 block group descriptor sizing
 2019-03-29 11:29 UTC 

[U-Boot] [PATCH v1] colibri_vf: fix tab vs. spaces
 2019-03-29 11:27 UTC  (2+ messages)

[U-Boot] [PATCH] optee: support rockchip optee binary release
 2019-03-29 11:25 UTC  (2+ messages)

[U-Boot] [PATCH v1] colibri_vf: fix ethernet by adding explicit phy node
 2019-03-29 11:25 UTC  (3+ messages)

[U-Boot] [PATCH] configs: am57xx_evm: Remove ENV_IS_IN_FAT
 2019-03-29 11:15 UTC  (4+ messages)

[U-Boot] [PATCH 00/36] rockchip: clean up board file for rockchip SoCs
 2019-03-29 11:13 UTC  (7+ messages)
` [U-Boot] [PATCH 05/36] rockchip: add STIMER_BASE for all SoCs
  ` [U-Boot] [RFC] simple address definition method for early TPL/SPL
` [U-Boot] [PATCH 32/36] rockchip: remove rk_timer

[U-Boot] [PATCH v2 00/10] rockchip: enable board_debug_uart_init for all soc
 2019-03-29 11:03 UTC  (15+ messages)
` [U-Boot] [PATCH v2 01/10] rockchip: enable DEBUG_UART_BOARD_INIT by default
` [U-Boot] [PATCH v2 02/10] rockchip; kylin-rk3036: enabl DEBUG UART
` [U-Boot] [PATCH v2 03/10] rockchip: rk3036: add board_debug_uart_init()
` [U-Boot] [PATCH v2 04/10] rockchip: rk3188: "
` [U-Boot] [PATCH v2 05/10] rockchip: rk322x: move board_debug_uart_init() to rk322x.c
` [U-Boot] [PATCH v2 06/10] rockchip: rk3288: use grf structure to access soc_con2
` [U-Boot] [PATCH v2 07/10] rockchip: rk3288: add board_debug_uart_init()
` [U-Boot] [PATCH v2 08/10] rockchip: rk3368: move board_debug_uart_init() to rk3368.c
` [U-Boot] [PATCH v2 09/10] rockchip: rk3399: use grf structure to access reg
` [U-Boot] [PATCH v2 10/10] rockchip: rk3399: add board_debug_uart_init()

[U-Boot] [PATCH 01/12 v2] arm: at91: Makefile: Compile lowlevel_init only when really necessary
 2019-03-29 10:43 UTC  (26+ messages)
` [U-Boot] [PATCH 02/12 v2] arm: at91: spl_at91.c: Call spl_early_init() if OF_CONTROL is enabled
` [U-Boot] [PATCH 03/12 v2] serial: atmel_usart: Use fixed clock value in SPL version with DM_SERIAL
` [U-Boot] [PATCH 04/12 v2] watchdog: Handle SPL build with watchdog disabled
` [U-Boot] [PATCH 05/12 v2] watchdog: at91sam9_wdt: Fix WDT setup in at91_wdt_start()
` [U-Boot] [PATCH 06/12 v2] arm: at91: Enable watchdog support
` [U-Boot] [PATCH 07/12 v2] arm: at91: arm926ejs/u-boot-spl.lds: Add _image_binary_end to SPL lds
` [U-Boot] [PATCH 08/12 v2] Makefile.spl: Move generated AT91SAM NAND image boot.bin to spl directory
` [U-Boot] [PATCH 09/12 v2] Makefile: Add Kconfig option CONFIG_SPL_IMAGE to select the SPL binary
` [U-Boot] [PATCH 10/12 v2] arm: at91: siemens: Add support to generate combined SPL+U-Boot image
` [U-Boot] [PATCH 11/12 v2] arm: at91: at91sam9x5.dtsi: Add watchdog handle
` [U-Boot] [PATCH 12/12 v2] arm: at91: Add gardena-gateway-at91sam support

[U-Boot] [RFC PATCH v1 0/9] Add support for applications of overlays in SPL
 2019-03-29 10:26 UTC  (8+ messages)

[U-Boot] [PATCH] net: eth-uclass: call stop only for active devices
 2019-03-29  9:52 UTC  (4+ messages)

[U-Boot] [PATCH] socfpga: add Simon Goldschmidt as co-custodian
 2019-03-29  9:44 UTC  (3+ messages)

[U-Boot] [PATCHv4 00/12] pci: Add PCIe Gen4 controller driver for NXP Layerscape SoCs
 2019-03-29  9:36 UTC  (4+ messages)
` [U-Boot] [PATCHv4 11/12] pci: ls_pcie_g4: Add Workaround for A-011451

[U-Boot] [PATCH v2 0/7] AE350 SMP support RISC-V
 2019-03-29  9:33 UTC  (8+ messages)
` [U-Boot] [PATCH v2 1/7] riscv: Add a SYSCON driver for Andestech's PLIC
` [U-Boot] [PATCH v2 2/7] riscv: Add a SYSCON driver for Andestech's PLMT
` [U-Boot] [PATCH v2 6/7] riscv: dts: ae350 support SMP

[U-Boot] [PATCH 01/16] gdsys: phy: Adapt fixup_88e1518() to latest Release Notes
 2019-03-29  9:18 UTC  (16+ messages)
` [U-Boot] [PATCH 02/16] gdsys: Post ppc4xx removal cleanup
` [U-Boot] [PATCH 03/16] gdsys: mpc8308: Fix style violations
` [U-Boot] [PATCH 04/16] gdsys: mpc8308: Use shadow register for output GPIO values
` [U-Boot] [PATCH 05/16] gdsys: mpc8308: Migrate SYS_FPGA{0, 1}_{BASE, SIZE} to Kconfig
` [U-Boot] [PATCH 06/16] gdsys: mpc8308: Don't use manual RAM config if RAM driver is active
` [U-Boot] [PATCH 07/16] gdsys: Introduce GDSYS_LEGACY_DRIVERS
` [U-Boot] [PATCH 08/16] gdsys: mpc8308: Add FPGA flavor option
` [U-Boot] [PATCH 09/16] gdsys: cmd_ioloop: Fix style violations
` [U-Boot] [PATCH 10/16] gdsys: cmd_ioloop: Introduce commenting enum
` [U-Boot] [PATCH 11/16] gdsys: cmd_ioloop: Make DM compatible
` [U-Boot] [PATCH 12/16] gdsys: ioep-fpga: Switch to gazerbeam-style reporting
` [U-Boot] [PATCH 13/16] board: gazerbeam: Fix SC detection
` [U-Boot] [PATCH 14/16] gazerbeam: Import Linux DT
` [U-Boot] [PATCH 15/16] gazerbeam: Add u-boot specific dts include file
` [U-Boot] [PATCH 16/16] mpc83xx: Add gazerbeam board

[U-Boot] [PATCH v1] apalis/colibri_imx6: add device trees to makefile
 2019-03-29  9:13 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/22] colibri vybrid fixes, device tree enablement and driver model conversion
 2019-03-29  9:08 UTC  (15+ messages)
` [U-Boot] [PATCH v2 09/22] configs: colibri_vf: disable obscure options
` [U-Boot] [PATCH v2 10/22] colibri_vf: migrate pinctrl and regulators to dtb/dm
` [U-Boot] [PATCH v2 11/22] colibri_vf: migrate fec, esdhc, nfc and usb to driver model
` [U-Boot] [PATCH v2 13/22] colibri_vf: add distroboot support
` [U-Boot] [PATCH v2 14/22] colibri_vf: set fdtfile for distroboot
` [U-Boot] [PATCH v2 20/22] colibri_vf: adjust timing according to data sheet

[U-Boot] [PATCH v3] net: phy: implement fallback mechanism for negative phy adresses
 2019-03-29  8:56 UTC  (2+ messages)

[U-Boot] [PATCH v2] net: phy: implement fallback mechanism for negative phy adresses
 2019-03-29  8:54 UTC  (3+ messages)
  ` [U-Boot] Antwort: "

[U-Boot] [PATCH] ihs_mdio: Use new regmap interface
 2019-03-29  8:43 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] gdsys_rxaui_ctrl: Return old state
 2019-03-29  8:41 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] gdsys_rxaui_ctrl: Use new regmap interface

[U-Boot] [PATCH 1/2] i2c: ihs: Get rid of fpgamap
 2019-03-29  8:39 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] i2c: ihs: Improve error handling

[U-Boot] [PATCH 1/2] cmd: binop: Use new environment api
 2019-03-29  8:37 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] cmd: binop: Use hex2bin

[U-Boot] [PATCH v3 0/7] android: implement A/B boot process
 2019-03-29  8:36 UTC  (7+ messages)
` [U-Boot] [PATCH v3 3/7] common: Implement A/B metadata

[U-Boot] [PATCH] mpc83xx_clk: Add enable method
 2019-03-29  8:35 UTC  (2+ messages)

[U-Boot] [PATCH] mpc83xx: Define _end symbol
 2019-03-29  8:33 UTC  (2+ messages)

[U-Boot] [PATCH] powerpc: Simplify processor.h
 2019-03-29  8:31 UTC  (2+ messages)

[U-Boot] [PATCH] net: gem: Remove phy autodetection code
 2019-03-29  8:26 UTC 

[U-Boot] [PATCH] drivers/net/phy: implement fallback mechanism for negative phy adresses
 2019-03-29  8:23 UTC  (3+ messages)

[U-Boot] [PATCH v2] fastboot: Improve error reporting on 'getvar partition-{size, type}'
 2019-03-29  8:09 UTC  (2+ messages)

[U-Boot] [PATCH v4] arm: dts: Stratix10: Add QSPI node
 2019-03-29  8:04 UTC  (5+ messages)

[U-Boot] Fit image
 2019-03-29  7:42 UTC 

[U-Boot] Pull request for UEFI system for v2019.04-rc5-2
 2019-03-29  5:00 UTC 

[U-Boot] Please pull ARC last minute changes for 2019.04
 2019-03-29  2:09 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] doc/git-mailrc: correct entry 'agraf'
 2019-03-29  1:51 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-socfpga/master
 2019-03-29  1:24 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-sh/master
 2019-03-29  1:24 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/4] arm: socfpga: enable rtc support for the socrates board
 2019-03-28 20:11 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/4] i2c: designware: fix reset handling on socfpga gen5
` [U-Boot] [PATCH v3 2/4] rtc: m41t62: add compatible for m41t82
` [U-Boot] [PATCH v3 3/4] arm: socfpga: socrates: make rtc work
` [U-Boot] [PATCH v3 4/4] configs: socfpga: socrates: enable rtc support

[U-Boot] [PATCH v3 0/4] arm: socfpga: stack and Kconfig cleanups
 2019-03-28 20:07 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/4] arm: socfpga: fix comment about SPL memory layout
` [U-Boot] [PATCH v3 2/4] arm: socfpga: put initial U-Boot stack into DDR
` [U-Boot] [PATCH v3 3/4] arm: socfpga: imply/default common config options
` [U-Boot] [PATCH v3 4/4] arm: socfpga: gen5: reduce SPL pre-reloc malloc

[U-Boot] [PATCH] sunxi: video: HDMI: Fix clock setup
 2019-03-28 16:44 UTC  (3+ messages)

[U-Boot] AHCI issue on Intel Apollolake
 2019-03-28 15:43 UTC 

[U-Boot] [RESEND RFC PATCH v1] MLK-12883 usb: limit USB_MAX_XFER_BLK to 256
 2019-03-28 14:38 UTC  (2+ messages)

[U-Boot] CONFIG_OF_EMBED
 2019-03-28 14:32 UTC  (2+ messages)

[U-Boot] [PATCH] RPi: Add mbrugger as board maintainer
 2019-03-28 14:30 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/3] toradex: common: fix/improve config block handling
 2019-03-28 14:29 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] toradex: common: unify behaviour when config block is missing

[U-Boot] [RFC PATCH v2 00/12] Add support for applications of overlays in SPL
 2019-03-28 14:03 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] fastboot: getvar_partition_{type, size}: Sanitize arguments
 2019-03-28 13:36 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/6] pico-imx7d: Add support for BL33 case
 2019-03-28 12:58 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/6] mx7_common: Share configs to skip low level init
` [U-Boot] [PATCH v2 2/6] imx: mx7: Add empty arch_cpu_init if skipped
` [U-Boot] [PATCH v2 3/6] pico-imx7d: Reserve region of memory to OPTEE
` [U-Boot] [PATCH v2 4/6] pico-imx7d: Add boot option for verified boot
` [U-Boot] [PATCH v2 5/6] pico-imx7d: Add bl33 config
` [U-Boot] [PATCH v2 6/6] pico-imx7d: Correct uart clock root

[U-Boot] board/raspberrypi/rpi/MAINTAINERS
 2019-03-28 12:02 UTC  (3+ messages)

[U-Boot] [V3 1/3] sunxi: Fix A33 memory initialization
 2019-03-28 11:25 UTC  (3+ messages)

[U-Boot] [V6 PATCH 3/3] sunxi: Use clrsetbits_le32 instead of multiple instruction
 2019-03-28 11:23 UTC  (3+ messages)

[U-Boot] [PATCH 00/10] rockchip: enable board_debug_uart_init for all soc
 2019-03-28 11:16 UTC  (4+ messages)

[U-Boot] [PATCH 34/34] drivers/net/fec: phy_init: remove redundant logic
 2019-03-28 11:04 UTC  (5+ messages)
` [U-Boot] [REGRESSION: PATCH "
      ` [U-Boot] Antwort: "

[U-Boot] [PATCH] fastboot: getvar: fix broken 'fastboot flash' when partition has slots
 2019-03-28 10:36 UTC  (6+ messages)

[U-Boot] [PATCH] travis-ci: fix at91 missing boards
 2019-03-28 10:12 UTC 

[U-Boot] [PATCH v2] rockchip: arm: remove no use macro
 2019-03-28 10:01 UTC  (2+ messages)

[U-Boot] raspberrypi0w issue when change cmdline.txt -> FDT_ERR_BADMAGIC
 2019-03-28  9:41 UTC 

[U-Boot] [PATCH 0/3] rockchip: correct SYS_SOC name for all rockchip SoCs
 2019-03-28  9:31 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] rockchip: arm: use 'arch-rockchip' for common header
` [U-Boot] [PATCH 2/3] rockchip: use 'arch-rockchip' as header file path
` [U-Boot] [PATCH 3/3] rockchip: correct ARCH_SOC name

[U-Boot] [PATCH] arm: socfpga: Move Stratix 10 SDRAM driver to DM
 2019-03-28  9:24 UTC  (4+ messages)

[U-Boot] [PATCH 0/2] Update pbias and IO voltage in dra7 and am57 devices
 2019-03-28  9:17 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] ARM: dts: dra7: Change pbias voltage to 3.3V
` [U-Boot] [PATCH 2/2] mmc: omap_hsmmc: Set 3.3V for IO voltage

[U-Boot] [PATCH] clk: sunxi: a10: Add CLK_AHB_GMAC
 2019-03-28  8:20 UTC 

[U-Boot] [PATCH 1/1] efi_loader: update TODOs in doc/README.uefi
 2019-03-28  8:12 UTC  (4+ messages)

[U-Boot] [ANN] U-Boot v2019.04-rc3 released
 2019-03-28  8:12 UTC  (7+ messages)

[U-Boot] [PATCH v2 1/5] ppc: t2080qds: add eSDHC node
 2019-03-28  8:09 UTC  (4+ messages)
` [U-Boot] [PATCH v2 5/5] configs: enable eSDHC device module in T2080QDS

[U-Boot] [PATCH V4 1/2] mmc: add HS400 support
 2019-03-28  8:00 UTC  (4+ messages)
` [U-Boot] [U-Boot,V4,1/2] "

[U-Boot] [PATCH] ARM: at91: sama5d2: Wrap cpu detection to fix macb driver
 2019-03-28  7:27 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] efi_loader: define development target in README.uefi
 2019-03-28  7:11 UTC 

[U-Boot] [PATCH] rockchip: arm: remove no use macro
 2019-03-28  7:04 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] ARM: meson: Add G12A USB Support
 2019-03-28  3:27 UTC  (5+ messages)
` [U-Boot] [PATCH 1/3] usb: dwc3: Add Meson G12A USB Glue

[U-Boot] [PATCH] malloc: Fix memalign not honoring alignment prior to full malloc init
 2019-03-28  3:25 UTC  (2+ messages)

[U-Boot] [RFC v2 00/11] efi_loader: rework bootefi/bootmgr
 2019-03-28  2:13 UTC  (7+ messages)
` [U-Boot] [RFC v2 06/11] cmd: bootefi: carve out efi_selftest code from do_bootefi()
` [U-Boot] [RFC v2 07/11] cmd: bootefi: move do_bootefi_bootmgr_exec() forward


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