messages from 2017-07-23 09:37:37 to 2017-07-25 00:42:03 UTC [more...]
[U-Boot] [PATCH] tools/fw_env: use fsync to ensure that data is physically stored
2017-07-25 0:42 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS
2017-07-25 0:36 UTC
[U-Boot] [PATCH] efi_loader: allow efi_loader code to call EFI interfaces
2017-07-24 23:47 UTC
[U-Boot] Enc: Uboot compatible with board Tegra124-nyan-big (ChromeBook G3 HP 14")
2017-07-24 22:53 UTC (4+ messages)
` [U-Boot] "
[U-Boot] [PATCH 0/4] Fix compile failure encountered on u-boot-usb tree (2017-07-20)
2017-07-24 22:50 UTC (8+ messages)
` [U-Boot] [PATCH 1/4] dm: phy: add missing #ifdef CONFIG_PHY
` [U-Boot] [PATCH 2/4] dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USB
` [U-Boot] [PATCH 3/4] usb: host: ehci-generic: initialize PHY only when found
` [U-Boot] [PATCH 4/4] usb: host: ohci-generic: "
[U-Boot] How to update Espressobin (U-Boot) firmware?
2017-07-24 20:35 UTC (12+ messages)
` [U-Boot] [EXT] "
` [U-Boot] [EXT] "
[U-Boot] [PATCH] efi_loader: workaround for grub lsefi bug
2017-07-24 19:20 UTC (3+ messages)
` [U-Boot] "
[U-Boot] [RFC 1/1] omap3: incorrect logical check in do_emif4_init
2017-07-24 18:37 UTC (5+ messages)
` [U-Boot] [RFC 1/1] omap3: incorrect logical check in do_emif4_init - Please, pull
[U-Boot] [PATCH v2 00/12] efi_loader: protocol services
2017-07-24 18:30 UTC (6+ messages)
` [U-Boot] [PATCH v2 01/12] efi_loader: refactor efi_open_protocol
[U-Boot] [PATCH 00/52] Support OF_PLATDATA in TPL, enable RK3368 DRAM init and add RK3368-uQ7
2017-07-24 18:24 UTC (19+ messages)
` [U-Boot] [PATCH 30/52] rockchip: rk3368: grf: use shifted-constants and prefix with RK3368_
[U-Boot] [PATCH v2] phy: add a NO-OP phy driver
2017-07-24 17:32 UTC (2+ messages)
[U-Boot] [PATCH] zynq: fb_mmc: Correct cast of address to u32
2017-07-24 16:43 UTC (8+ messages)
[U-Boot] [PATCH] efi_loader: add back optional efi_handler::open()
2017-07-24 14:39 UTC (3+ messages)
` [U-Boot] [PATCH 1/2] efi_loader: add helper macro to construct protocol objects
` [U-Boot] [PATCH 2/2] efi_loader: expose protocols via GUID
[U-Boot] [PATCH] efi_loader: log EFI return values too
2017-07-24 14:31 UTC
[U-Boot] am335x uboot TFTP via SPL over usb is failing
2017-07-24 13:59 UTC (3+ messages)
[U-Boot] [PATCH 0/5] dragonboard 410c patches
2017-07-24 13:46 UTC (9+ messages)
` [U-Boot] [PATCH 1/5] Makefile: also build fdt for snapdragon
` [U-Boot] [PATCH 5/5] db410c: config updates
[U-Boot] [PATCH v11 00/10] usb: Extend ehci and ohci generic driver
2017-07-24 13:36 UTC (12+ messages)
` [U-Boot] [PATCH v11 01/10] reset: add reset_request()
` [U-Boot] [PATCH v11 02/10] reset: add reset_release_all()
` [U-Boot] [PATCH v11 03/10] clk: add clk_release_all()
` [U-Boot] [PATCH v11 04/10] dm: core: add ofnode_count_phandle_with_args()
` [U-Boot] [PATCH v11 05/10] usb: host: ehci-generic: replace printf() by error()
` [U-Boot] [PATCH v11 06/10] usb: host: ehci-generic: add error path and .remove callback
` [U-Boot] [PATCH v11 07/10] usb: host: ehci-generic: add generic PHY support
` [U-Boot] [PATCH v11 08/10] usb: host: ohci-generic: add CLOCK support
` [U-Boot] [PATCH v11 09/10] usb: host: ohci-generic: add RESET support
` [U-Boot] [PATCH v11 10/10] usb: host: ohci-generic: add generic PHY support
[U-Boot] [PATCH v8 0/6] Extend xhci-dwc3
2017-07-24 13:36 UTC (8+ messages)
` [U-Boot] [PATCH v8 1/6] usb: host: xhci-dwc3: Convert driver to DM
` [U-Boot] [PATCH v8 2/6] usb: host: xhci-dwc3: Add dual role mode support from DT
` [U-Boot] [PATCH v8 3/6] drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() fails
` [U-Boot] [PATCH v8 4/6] drivers: phy: add generic_phy_valid() method
` [U-Boot] [PATCH v8 5/6] dm: phy: add PHY stub function
` [U-Boot] [PATCH v8 6/6] usb: host: xhci-dwc3: Add generic PHY support
[U-Boot] [PATCH 0/9] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
2017-07-24 13:29 UTC (19+ messages)
` [U-Boot] [PATCH 1/9] dts: renamed FIT_EMBED to MULTI_DTB_FIT and moved it to the dts Kconfig
` [U-Boot] [PATCH 2/9] fit: use 'const' for the input of fdt_offset() and locate_dtb_in_fit()
` [U-Boot] [PATCH 3/9] fit: fixed bug in locate_dtb_in_fit()
` [U-Boot] [PATCH 4/9] fit: If no matching config is found in fit_find_config_node(), use the default one
` [U-Boot] [PATCH 5/9] lzo: add a function to check the validity of the header
` [U-Boot] [PATCH 6/9] gzip: add a function to parse "
` [U-Boot] [PATCH 7/9] lib: allow building lzo and gunzip for the SPL
` [U-Boot] [PATCH 8/9] spl: dm: Make it possible for the SPL to pick its own DTB from a FIT
` [U-Boot] [PATCH 9/9] omap: detect board before spl_early_init()
[U-Boot] [PATCH] imx6: Add support for Phytec pfla02 (NAND)
2017-07-24 13:06 UTC (3+ messages)
[U-Boot] [PATCH] efi_loader: EFI file paths should be DOS style
2017-07-24 13:05 UTC (6+ messages)
` [U-Boot] [PATCH] efi_loader: log EFI return values too
` [U-Boot] [PATCH] efi_loader: move guidcmp to header
[U-Boot] Compile failure encountered on latest (2017-07-20) git://git.denx.de/u-boot-usb.git branch master for target ls1021atwr_nor_defconfig
2017-07-24 12:13 UTC (5+ messages)
[U-Boot] [PATCH v12 0/8] Add Intel Arria 10 SoC FPGA driver
2017-07-24 12:09 UTC (4+ messages)
[U-Boot] [PATCH v12 0/8] Add Intel Arria 10 SoC FPGA driver
2017-07-24 12:07 UTC (10+ messages)
` [U-Boot] [PATCH v12 1/8] arm: socfpga: Remove unused passing parameter of socfpga_bridges_reset
` [U-Boot] [PATCH v12 2/8] arm: socfpga: Restructure FPGA driver in the preparation to support A10
` [U-Boot] [PATCH v12 3/8] kconfig: Convert FPGA and FPGA_ALTERA configuration to Kconfig
` [U-Boot] [PATCH v12 4/8] kconfig: Convert FPGA_SOCFPGA "
` [U-Boot] [PATCH v12 5/8] drivers: Enable FPGA driver build on SPL
` [U-Boot] [PATCH v12 6/8] configs: Add FPGA driver config for Arria 10
` [U-Boot] [PATCH v12 7/8] arm: socfpga: Add FPGA driver support "
` [U-Boot] [PATCH v12 8/8] arm: socfpga: Enable all FPGA config "
[U-Boot] [u-boot-denx-usb] Build break on current u-boot-usb master
2017-07-24 12:06 UTC (7+ messages)
[U-Boot] [PATCH] usb: add dependency with generic PHY support
2017-07-24 11:43 UTC (9+ messages)
[U-Boot] [PATCH v3 1/1] mmc: Add MMC support for stm32h7 Socs
2017-07-24 11:25 UTC (3+ messages)
[U-Boot] [PATCH 2/2] rockchip: phycore: Read configuration EEPROM & set ethaddr in late init
2017-07-24 11:16 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH v2] rockchip: rk3288: Add reset reason detection
2017-07-24 11:12 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH v3 00/10] make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN
2017-07-24 10:42 UTC (21+ messages)
` [U-Boot] [PATCH v3 01/10] "
` [U-Boot] [U-Boot, v3, "
` [U-Boot] [PATCH v3 02/10] mips: spl and normal u-boot stage set SYS_MALLOC_F_LEN indepently
` [U-Boot] [U-Boot, v3, "
` [U-Boot] [PATCH v3 03/10] powerpc: "
` [U-Boot] [U-Boot, v3, "
` [U-Boot] [PATCH v3 04/10] microblaze: "
` [U-Boot] [U-Boot, v3, "
` [U-Boot] [PATCH v3 05/10] sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size before relocation
` [U-Boot] [U-Boot, v3, "
` [U-Boot] [PATCH v3 06/10] rockchip: set malloc pool size to 0 before relocation in spl state on rk3036 based board
` [U-Boot] [U-Boot, v3, "
` [U-Boot] [PATCH v3 07/10] rockchip: disable SPL_ARCH_MEMCPY/MEMSET for rk3036
` [U-Boot] [U-Boot, v3, "
` [U-Boot] [PATCH v3 08/10] rockchip: enable SPL_LIBGENERIC for rk3036 based boards
` [U-Boot] [U-Boot, v3, "
` [U-Boot] [PATCH v3 09/10] rockchip: use puts instead of printf when back to bootrom
` [U-Boot] [U-Boot, v3, "
` [U-Boot] [PATCH v3 10/10] rockchip: add u-boot specific dts for rk3036 sdk
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH v2] armv8: errata: Implement workaround for Cortex-A53 Erratum 855873
2017-07-24 9:24 UTC (3+ messages)
[U-Boot] [Patch v2 1/3] armv8: ls1088a: Add NXP LS1088A SoC support
2017-07-24 6:09 UTC (3+ messages)
[U-Boot] [PATCH v2 00/34] env: Move environment code to use location drivers
2017-07-24 3:20 UTC (35+ messages)
` [U-Boot] [PATCH v2 01/34] configs: Resync with savedefconfig
` [U-Boot] [PATCH v2 02/34] Makefile: Rename 'env' target to 'environ'
` [U-Boot] [PATCH v2 03/34] Move environment files from common/ to env/
` [U-Boot] [PATCH v2 04/34] Convert CONFIG_ENV_IS_IN_MMC et al to Kconfig
` [U-Boot] [PATCH v2 05/34] env: Move help from README "
` [U-Boot] [PATCH v2 06/34] Convert CONFIG_ENV_IS_IN_FLASH "
` [U-Boot] [PATCH v2 07/34] Convert CONFIG_ENV_IS_IN_NVRAM "
` [U-Boot] [PATCH v2 08/34] Convert CONFIG_ENV_IS_IN_EEPROM "
` [U-Boot] [PATCH v2 09/34] Convert CONFIG_ENV_IS_IN_DATAFLASH "
` [U-Boot] [PATCH v2 10/34] Convert CONFIG_ENV_IS_IN_SPI_FLASH "
` [U-Boot] [PATCH v2 11/34] Convert CONFIG_ENV_IS_IN_REMOTE "
` [U-Boot] [PATCH v2 12/34] Convert CONFIG_ENV_IS_IN_FAT "
` [U-Boot] [PATCH v2 13/34] Convert CONFIG_ENV_IS_IN_ONENAND "
` [U-Boot] [PATCH v2 14/34] env: common: Make env_get_addr/get_char_memory() static
` [U-Boot] [PATCH v2 15/34] env: common: Drop env_get_addr()
` [U-Boot] [PATCH v2 16/34] env: common: Factor out the common env_valid check
` [U-Boot] [PATCH v2 17/34] env: common: Drop env_get_char_init()
` [U-Boot] [PATCH v2 18/34] env: common: Drop env_get_char_memory()
` [U-Boot] [PATCH v2 19/34] env: Add an enum for environment state
` [U-Boot] [PATCH v2 20/34] env: Rename nand env_location to nand_env_location
` [U-Boot] [PATCH v2 21/34] env: Create a location driver for each location
` [U-Boot] [PATCH v2 22/34] env: Add a new implementation of environment access
` [U-Boot] [PATCH v2 23/34] env: Switch over to use environment location drivers
` [U-Boot] [PATCH v2 24/34] env: Drop common init() functions
` [U-Boot] [PATCH v2 25/34] env: Drop the env_name_spec global
` [U-Boot] [PATCH v2 26/34] env: Drop unused env_ptr variables
` [U-Boot] [PATCH v2 27/34] env: Drop env_init_new()
` [U-Boot] [PATCH v2 28/34] env: Drop env_get_char_spec()
` [U-Boot] [PATCH v2 29/34] env: Drop env_relocate_spec() in favour of env_load()
` [U-Boot] [PATCH v2 30/34] env: Drop saveenv() in favour of env_save()
` [U-Boot] [PATCH v2 31/34] env: Rename setenv() and friends to env_set()
` [U-Boot] [PATCH v2 32/34] env: Rename getenv() and friends to env_get()
` [U-Boot] [PATCH v2 33/34] env: Adjust the get_char() method to return an int
` [U-Boot] [PATCH v2 34/34] env: Adjust the load() method to return an error
[U-Boot] [PATCH 1/2] x86: Use default stack boundary alignment
2017-07-24 2:24 UTC (12+ messages)
` [U-Boot] [PATCH 2/2] x86: Allow 32-bit toolchain to compile 64-bit U-Boot
[U-Boot] [PATCH v2 0/6] sunxi: update sun8i-emac driver and A64 DTs
2017-07-23 22:56 UTC (7+ messages)
` [U-Boot] [PATCH v2 1/6] sunxi: gpio: add missing compatible strings
` [U-Boot] [PATCH v2 2/6] libfdt: add fdtdec_lookup_phandle_index()
` [U-Boot] [PATCH v2 3/6] sunxi: GPIO: introduce sunxi_gpio_setup_dt_pins()
` [U-Boot] [PATCH v2 4/6] net: sun8i-emac: use new, generic GPIO setup routine
` [U-Boot] [PATCH v2 5/6] net: sun8i-emac: add support for new DT binding
` [U-Boot] [PATCH v2 6/6] sunxi: A64: update Linux DTs
[U-Boot] [PATCH 0/6] sunxi: update sun8i-emac driver DT binding
2017-07-23 20:31 UTC (4+ messages)
` [U-Boot] [PATCH 3/6] libfdt: add fdtdec_lookup_phandle_index()
[U-Boot] [PATCH] sunxi: reduce Orange Pi Zero DRAM clock speed
2017-07-23 20:14 UTC
[U-Boot] [PATCH 3/4] efi_loader: make disk objects for partitions
2017-07-23 19:48 UTC (3+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/2] sf: Add Macronix MX25U6435F device parameters
2017-07-23 14:44 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] sf: Preserve QE bit when clearing BP# bits for Macronix flash
[U-Boot] [PATCH 1/2] [rfc] parse the second area of android image
2017-07-23 14:41 UTC (9+ messages)
` [U-Boot] [PATCH 2/2] [rfc] support booting arm64 "
[U-Boot] [PATCH] MAINTAINERS: Update maintainer for x86
2017-07-23 14:36 UTC
[U-Boot] [PATCH] xilinx-ppc.h: Drop
2017-07-23 13:30 UTC (2+ messages)
[U-Boot] Data Abort with gcc 7.1
2017-07-23 10:55 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox