messages from 2019-02-08 08:15:27 to 2019-02-09 20:08:10 UTC [more...]
[U-Boot] [RFC v2 00/15] dm, efi: integrate efi objects into DM
2019-02-09 20:08 UTC (20+ messages)
` [U-Boot] [RFC v2 01/15] efi_loader: efi objects and protocols as DM devices
` [U-Boot] [RFC v2 02/15] efi_loader: boottime: convert efi_loaded_image_obj to DM
` [U-Boot] [RFC v2 03/15] efi_loader: image_loader: aligned with DM
` [U-Boot] [RFC v2 04/15] efi_driver: rename UCLASS_EFI to UCLASS_EFI_DRIVER
` [U-Boot] [RFC v2 05/15] efi_loader: convert efi_root_node to DM
` [U-Boot] [RFC v2 06/15] efi_loader: device path: convert efi_device_path "
` [U-Boot] [RFC v2 07/15] efi_loader: unicode_collation: converted "
` [U-Boot] [RFC v2 08/15] efi_loader: console: convert efi console input/output "
` [U-Boot] [RFC v2 09/15] efi_loader: net: convert efi_net_obj "
` [U-Boot] [RFC v2 10/15] efi_loader: gop: convert efi_gop_obj "
` [U-Boot] [RFC v2 11/15] dm: blk: add UCLASS_PARTITION
` [U-Boot] [RFC v2 12/15] efi_loader: disk: convert efi_disk_obj to DM
` [U-Boot] [RFC v2 13/15] drivers: align block device drivers with DM-efi integration
` [U-Boot] [RFC v2 14/15] efi_driver: converted to DM
` [U-Boot] [RFC v2 15/15] cmd: efidebug: aligned with DM-efi integration
[U-Boot] [BUG] booting on the Tinker Board (tinker-rk3288_defconfig) is broken
2019-02-09 18:24 UTC (5+ messages)
[U-Boot] [PATCH 0/3] sunxi: Sync Bananapi M2+ dts files and add H5 variant
2019-02-09 17:38 UTC (3+ messages)
` [U-Boot] [PATCH 1/3] sunxi: Sync Bananapi M2+ device tree from Linux v5.0-rc1
[U-Boot] [PATCH] spi: qspi: Fix issue when booting with DDR mode
2019-02-09 17:32 UTC (2+ messages)
[U-Boot] [PATCH] mtd: qspi: support read the flag status in fspi driver
2019-02-09 17:29 UTC (2+ messages)
[U-Boot] [PATCH 0/3] PSCI support for r8a7790 SoC (Lager/Stout boards)
2019-02-09 16:37 UTC (17+ messages)
` [U-Boot] [PATCH 1/3] ARM: rmobile: Switch CPU to non-secure HYP mode for r8a7790 based boards
` [U-Boot] [PATCH 2/3] ARM: rmobile: Add basic PSCI support for r8a7790 SoC
` [U-Boot] [PATCH 3/3] ARM: rmobile: Add possibility to debug main PSCI commands
[U-Boot] [PATCH v3 0/1] Read default speed and mode values from DT
2019-02-09 16:21 UTC (3+ messages)
` [U-Boot] [PATCH v3] dm: spi: "
[U-Boot] [PATCH v3 1/5] efi_loader: Initial HII database protocols
2019-02-09 16:19 UTC (2+ messages)
` [U-Boot] [U-Boot, v3, "
[U-Boot] [PATCH] configs: tbs_a711: lower dram frequency
2019-02-09 16:17 UTC (2+ messages)
[U-Boot] [PATCH v2 0/2] sunxi: add spi flash bootcmd
2019-02-09 15:50 UTC (3+ messages)
` [U-Boot] [PATCH v2 1/2] distro_bootcmd: add spi flash boot command
[U-Boot] [PATCH v2] mtd: add spi flash id s25fl064l
2019-02-09 15:28 UTC (2+ messages)
[U-Boot] [PATCH] sf: Add support for Macronix mx25u12835f
2019-02-09 15:26 UTC (2+ messages)
[U-Boot] [PATCH] arm: sunxi: Enable SPL/SPI boot for Olinuxino Lime2-eMMC boards
2019-02-09 15:22 UTC (2+ messages)
[U-Boot] [PATCH v2] warp7: README: Adjust the binary name after DM conversion
2019-02-09 14:01 UTC
[U-Boot] [PATCH] warp7: README: Adjust the binary name after DM conversion
2019-02-09 13:47 UTC
[U-Boot] [PATCH 0/4] Random small sunxi fixes
2019-02-09 13:39 UTC (5+ messages)
` [U-Boot] [PATCH 1/4] sunxi: Fix build when CONFIG_CMD_NET is disabled
` [U-Boot] [PATCH 2/4] sunxi: Fix build when CONFIG_CMD_PXE or CONFIG_CMD_DHCP are disabled
` [U-Boot] [PATCH 3/4] lib: decode_timing_property should return -NOENT when proprty is not found
` [U-Boot] [PATCH 4/4] power: axp818: Fix typo in axp_set_dldo
[U-Boot] [PULL] u-boot-sh/master
2019-02-09 13:36 UTC (5+ messages)
[U-Boot] [PATCH 00/10] spi: Add Allwinner A31 SPI driver
2019-02-09 13:15 UTC (11+ messages)
` [U-Boot] [PATCH 01/10] spi: sun4i: Poll for rxfifo empty
` [U-Boot] [PATCH 02/10] clk: sunxi: Implement SPI clocks, resets
` [U-Boot] [PATCH 03/10] spi: sun4i: Simplify reg writes using set/clrbits_le32
` [U-Boot] [PATCH 04/10] spi: sun4i: Access registers and bits via enum offsets
` [U-Boot] [PATCH 05/10] spi: sun4i: Support fifo_depth via drvdata
` [U-Boot] [PATCH 06/10] spi: sun4i: Add CLK support
` [U-Boot] [PATCH 07/10] spi: sun4: Add A31 spi controller support
` [U-Boot] [PATCH 08/10] spi: sun4i: Driver cleanup
` [U-Boot] [PATCH 09/10] spi: kconfig: Enable SUN4I_SPI by default if ARCH_SUNXI
` [U-Boot] [PATCH 10/10] board: sopine: Enable SPI/SPI-FLASH
[U-Boot] [PATCH v4 1/1] avb: add support for named persistent values
2019-02-09 12:50 UTC (2+ messages)
` [U-Boot] [U-Boot, v4, "
[U-Boot] [PATCH 1/3] spi: Kconfig: Mark CONFIG_SPI as Legacy spi support
2019-02-09 12:15 UTC (3+ messages)
` [U-Boot] [PATCH 2/3] mtd: spi: Kconfig: Update CONFIG_SPI_FLASH
` [U-Boot] [PATCH 3/3] mtd: spi: Kconfig: Select SPI_FLASH if DM_SPI_FLASH
[U-Boot] [PATCH] arm: socfpga: move gen5 SDR driver to DM
2019-02-09 10:38 UTC (7+ messages)
[U-Boot] [PATCH v6 00/16] SiFive FU540 Support
2019-02-09 6:33 UTC (17+ messages)
` [U-Boot] [PATCH v6 01/16] .gitignore: Don't ignore arch/riscv/include/asm/arch
` [U-Boot] [PATCH v6 02/16] Makefile: Fix mrproper make target
` [U-Boot] [PATCH v6 03/16] riscv: Rename cpu/qemu to cpu/generic
` [U-Boot] [PATCH v6 04/16] riscv: Add asm/dma-mapping.h for DMA mappings
` [U-Boot] [PATCH v6 05/16] riscv: Add place-holder asm/arch/clk.h for driver compilation
` [U-Boot] [PATCH v6 06/16] riscv: generic: Ensure that U-Boot runs within 4GB for 64bit systems
` [U-Boot] [PATCH v6 07/16] net: macb: Fix clk API usage for RISC-V systems
` [U-Boot] [PATCH v6 08/16] net: macb: Fix GEM hardware detection
` [U-Boot] [PATCH v6 09/16] clk: Add SiFive FU540 PRCI clock driver
` [U-Boot] [PATCH v6 10/16] clk: Add fixed-factor "
` [U-Boot] [PATCH v6 11/16] drivers: serial_sifive: Fix baud rate calculation
` [U-Boot] [PATCH v6 12/16] drivers: serial_sifive: Skip baudrate config if no input clock
` [U-Boot] [PATCH v6 13/16] cpu: Bind timer driver for boot hart
` [U-Boot] [PATCH v6 14/16] riscv: Add SiFive FU540 board support
` [U-Boot] [PATCH v6 15/16] doc: Add a readme guide for SiFive FU540
` [U-Boot] [PATCH v6 16/16] riscv: Enable CONFIG_SYS_BOOT_RAMDISK_HIGH for using initrd
[U-Boot] [PATCH v5 00/15] SiFive FU540 Support
2019-02-09 5:59 UTC (2+ messages)
[U-Boot] [PATCH 2/3] net: add higmacv300 Ethernet driver for HiSilicon platform
2019-02-09 0:13 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH v1 00/26] colibri imx6 fixes, device tree enablement and driver model conversion
2019-02-08 21:48 UTC (29+ messages)
` [U-Boot] [PATCH v1 01/26] colibri_imx6: get rid of obsolete nospl configurations
` [U-Boot] [PATCH v1 02/26] colibri_imx6: use distro defaults
` [U-Boot] [PATCH v1 03/26] colibri_imx6: move console in env from header file to defconfig
` [U-Boot] [PATCH v1 04/26] colibri_imx6: enable fit image, gpt, imx thermal, efi loader support
` [U-Boot] [PATCH v1 05/26] colibri_imx6: remove obsolete USB_GADGET_MASS_STORAGE configuration
` [U-Boot] [PATCH v1 06/26] colibri_imx6: migrate to using device tree
` [U-Boot] [PATCH v1 07/26] colibri_imx6: clean-up and migrate gpios to using driver model
` [U-Boot] [PATCH v1 08/26] colibri_imx6: enable pin control driver
` [U-Boot] [PATCH v1 09/26] colibri_imx6: migrate i2c to using driver model
` [U-Boot] [PATCH v1 10/26] colibri_imx6: migrate pmic and regulator "
` [U-Boot] [PATCH v1 11/26] colibri_imx6: migrate mmc "
` [U-Boot] [PATCH v1 12/26] colibri_imx6: migrate usb "
` [U-Boot] [PATCH v1 13/26] colibri_imx6: drop CONFIG_OF_SYSTEM_SETUP
` [U-Boot] [PATCH v1 14/26] colibri_imx6: print also 64-bit IT
` [U-Boot] [PATCH v1 15/26] colibri_imx6: add distroboot support
` [U-Boot] [PATCH v1 16/26] colibri_imx6: unify sd/mmc drive strenght with linux kernel settings
` [U-Boot] [PATCH v1 17/26] colibri imx6: pf0100: reorder and cleanup message printing
` [U-Boot] [PATCH v1 18/26] colibri imx6: disable ri and dcd irq in uarts
` [U-Boot] [PATCH v1 19/26] colibri_imx6: change pmic fusing according to hw 1.1 requirements
` [U-Boot] [PATCH v1 20/26] colibri_imx6: revert fuse value set in mfgr_fuse
` [U-Boot] [PATCH v1 21/26] toradex: colibri_imx6: overwrite CMA memory set in device tree
` [U-Boot] [PATCH v1 22/26] configs: colibri_imx6: Use ext4 file system by default
` [U-Boot] [PATCH v1 23/26] colibri_imx6: use SDP if USB serial downloader has been used
` [U-Boot] [PATCH v1 24/26] colibri_imx6: switch to zimage
` [U-Boot] [PATCH v1 25/26] colibri_imx6: added nreset gpio on reboot
` [U-Boot] [PATCH v1 26/26] board: colibri_imx6: check for and report ecc errors in fuses
[U-Boot] [PATCH v2] spl: implement CRC check on U-Boot uImage
2019-02-08 21:19 UTC (4+ messages)
` [U-Boot] [U-Boot,v2] "
[U-Boot] [PATCH] drivers: net: ldpaa_eth: fix resource leak
2019-02-08 20:09 UTC (2+ messages)
[U-Boot] [PATCH v2 0/4] efi_loader: rework loading and starting of images
2019-02-08 18:46 UTC (5+ messages)
` [U-Boot] [PATCH v2 1/4] efi_loader: LoadImage: always allocate new pages
` [U-Boot] [PATCH v2 2/4] efi_loader: set entry point in efi_load_pe()
` [U-Boot] [PATCH v2 3/4] efi_loader: use efi_start_image() for bootefi
` [U-Boot] [PATCH v2 4/4] efi_loader: clean up bootefi_test_prepare()
[U-Boot] [PATCH v3 0/3] stm32mp1: add trusted boot with TF-A
2019-02-08 17:25 UTC (4+ messages)
` [U-Boot] [PATCH v3 1/3] "
` [U-Boot] [PATCH v3 2/3] stm32mp1: bsec: access with SMC for trusted boot
` [U-Boot] [PATCH v3 3/3] stm32mp1: display board information
[U-Boot] [PATCH v5 0/3] Add MMD PHY helpers
2019-02-08 17:25 UTC (4+ messages)
` [U-Boot] [PATCH v5 1/3] net: phy: Add generic helpers to access MMD PHY registers
` [U-Boot] [PATCH v5 2/3] net: phy: ti: use generic helpers to access MMD registers
` [U-Boot] [PATCH v5 3/3] cmd: mdio: Switch to generic helpers when accessing the registers
[U-Boot] [PATCH v2 0/4] stm32mp1: add trusted boot with TF-A
2019-02-08 17:18 UTC (5+ messages)
` [U-Boot] [PATCH v2 1/4] "
` [U-Boot] [PATCH v2 2/4] stm32mp1: bsec: access with SMC for trusted boot
` [U-Boot] [PATCH v2 3/4] stm32mp1: display board information
` [U-Boot] [PATCH v2 4/4] clk: stm32m1: add debug information
[U-Boot] [PATCH v2 00/23] apalis imx6 fixes, device tree enablement and driver model conversion
2019-02-08 17:12 UTC (24+ messages)
` [U-Boot] [PATCH v2 01/23] apalis_imx6: get rid of obsolete nospl configurations
` [U-Boot] [PATCH v2 02/23] apalis_imx6: use distro defaults
` [U-Boot] [PATCH v2 03/23] apalis_imx6: move console in env from header file to defconfig
` [U-Boot] [PATCH v2 04/23] apalis_imx6: enable fit image, gpt, imx thermal, efi loader support
` [U-Boot] [PATCH v2 05/23] apalis_imx6: remove obsolete USB_GADGET_MASS_STORAGE configuration
` [U-Boot] [PATCH v2 06/23] apalis_imx6: migrate to using device tree
` [U-Boot] [PATCH v2 07/23] apalis_imx6: clean-up and migrate gpios to using driver model
` [U-Boot] [PATCH v2 08/23] apalis_imx6: enable pin control driver
` [U-Boot] [PATCH v2 09/23] apalis_imx6: migrate i2c to using driver model
` [U-Boot] [PATCH v2 10/23] apalis_imx6: migrate pmic and regulator "
` [U-Boot] [PATCH v2 11/23] apalis_imx6: migrate mmc and sata "
` [U-Boot] [PATCH v2 12/23] apalis_imx6: migrate usb "
` [U-Boot] [PATCH v2 13/23] apalis_imx6: drop CONFIG_OF_SYSTEM_SETUP
` [U-Boot] [PATCH v2 14/23] apalis_imx6: add distroboot support
` [U-Boot] [PATCH v2 15/23] apalis_imx6: use both sd/mmc interfaces for setsdupdate
` [U-Boot] [PATCH v2 16/23] apalis_imx6: unify sd/mmc drive strength with linux kernel settings
` [U-Boot] [PATCH v2 17/23] apalis_imx6: pf0100: reorder and cleanup message printing
` [U-Boot] [PATCH v2 18/23] apalis_imx6: disable ri and dcd irq in uarts
` [U-Boot] [PATCH v2 19/23] apalis_imx6: revert fuse value set in mfgr_fuse
` [U-Boot] [PATCH v2 20/23] configs: apalis_imx6: Use ext4 file system by default
` [U-Boot] [PATCH v2 21/23] apalis_imx6: use SDP if USB serial downloader has been used
` [U-Boot] [PATCH v2 22/23] apalis_imx6: switch to zimage
` [U-Boot] [PATCH v2 23/23] board: apalis_imx6: check for and report ecc errors in fuses
[U-Boot] [PATCH] configs: am57xx_evm: define CONFIG_SPL_LOAD_FIT_ADDRESS for SPL-DFU
2019-02-08 17:01 UTC
[U-Boot] [PATCH] cmd: image_info: Add checking of default FIT config
2019-02-08 16:00 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH 0/6] Add support for MT8516 SoCs
2019-02-08 15:59 UTC (3+ messages)
` [U-Boot] [PATCH 6/6] ARM: MediaTek: Add support for MT8516 SoC
[U-Boot] [PATCH v2] arm: dts: am33xx: introduce 'am33xx-u-boot.dtsi'
2019-02-08 15:10 UTC (4+ messages)
[U-Boot] [PATCH 1/3] stm32mp1: add trusted boot with TF-A
2019-02-08 15:02 UTC (2+ messages)
` [U-Boot] [U-Boot,1/3] "
[U-Boot] Booting linux zImage on vexpress-a15
2019-02-08 14:30 UTC (5+ messages)
[U-Boot] [PATCH v4 00/20] SF: Migrate to Linux SPI NOR framework
2019-02-08 13:06 UTC (3+ messages)
[U-Boot] [PATCH 1/2] fdt: Allow indicating a node is for U-Boot proper only
2019-02-08 12:47 UTC (6+ messages)
[U-Boot] [PATCH v3 0/2] Load splash from FIT image (internal, external, offset)
2019-02-08 12:21 UTC (4+ messages)
` [U-Boot] [PATCH v3 1/2] splash: Use splashfile instead of location->name
` [U-Boot] [PATCH v3 2/2] splash: Load internal and external data from FIT
[U-Boot] [PATCH] test: fs: Add filesystem integrity checks
2019-02-08 11:31 UTC (4+ messages)
[U-Boot] [PATCH v2 0/7] Align U-Boot I2C DM bus ID handling with Linux
2019-02-08 11:24 UTC (4+ messages)
[U-Boot] [PATCH v6] lx2160aqds : Add support for LX2160AQDS platform
2019-02-08 10:29 UTC
[U-Boot] [PATCH v3 0/5] spi-flash: switch to "jedec, spi-nor" binding
2019-02-08 10:19 UTC (5+ messages)
` [U-Boot] [PATCH v3 2/5] dts: switch spi-flash to jedec, spi-nor compatible
` [U-Boot] [PATCH v3 5/5] doc: device-tree-bindings: switch from spi-flash to jedec, spi-nor
[U-Boot] [PATCH v1 1/2] configs: k2g_evm: Enable CONFIG_BLK
2019-02-08 10:15 UTC (4+ messages)
` [U-Boot] [PATCH v1 2/2] configs: Enable CONFIG_BLK in am57xx_evm and am57xx_hs_evm
[U-Boot] [PATCH 00/11] sound: Add sound support for Nyan
2019-02-08 9:50 UTC (6+ messages)
[U-Boot] i.MX HAB: U-Boot loading from SPI NOR flash
2019-02-08 9:46 UTC
[U-Boot] [PATCH] mtd: add spi flash id s25f064l
2019-02-08 9:46 UTC (2+ messages)
[U-Boot] [PATCH] cmd: date: Do not overwrite arguments
2019-02-08 9:01 UTC
[U-Boot] [PATCH] drivers: net: ldpaa_eth: check if the dpmac is enabled
2019-02-08 8:59 UTC
[U-Boot] [PATCH] cros: Expand the Chromium OS documentation
2019-02-08 8:34 UTC (2+ 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