messages from 2019-03-26 07:34:05 to 2019-03-28 01:13:09 UTC [more...]
[U-Boot] [RFC v2 00/11] efi_loader: rework bootefi/bootmgr
2019-03-28 1:13 UTC (22+ messages)
` [U-Boot] [RFC v2 01/11] efi_loader: boottime: add loaded image device path protocol to image handle
` [U-Boot] [RFC v2 02/11] efi_loader: boottime: export efi_[un]load_image()
` [U-Boot] [RFC v2 03/11] efi_loader: device_path: handle special case of loading
` [U-Boot] [RFC v2 04/11] cmd: bootefi: carve out fdt handling from do_bootefi()
` [U-Boot] [RFC v2 05/11] cmd: bootefi: merge efi_install_fdt() and efi_process_fdt()
` [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
` [U-Boot] [RFC v2 08/11] cmd: bootefi: carve out bootmgr code from do_bootefi()
` [U-Boot] [RFC v2 09/11] cmd: bootefi: carve out do_boot_efi() "
` [U-Boot] [RFC v2 10/11] efi_loader: rework bootmgr/bootefi using load_image API
` [U-Boot] [RFC v2 11/11] cmd: add efibootmgr command
[U-Boot] [PATCH 1/1] efi_loader: update TODOs in doc/README.uefi
2019-03-28 0:50 UTC (2+ messages)
[U-Boot] [PATCH] bootm: Simplying cache flush code
2019-03-27 23:50 UTC
[U-Boot] [PATCH] pico-imx7d: README: Recommend the usage of a USB hub
2019-03-27 23:03 UTC
[U-Boot] 'U-Boot parlella board support'
2019-03-27 22:41 UTC
[U-Boot] [PATCH v4 0/1] efi_loader: support BootNext and BootCurrent
2019-03-27 21:31 UTC (4+ messages)
` [U-Boot] [PATCH v4 1/1] efi_loader: bootmgr: support BootNext and BootCurrent variable behavior
[U-Boot] [PATCH 1/1] efi_loader: TODO for the EFI file protocol
2019-03-27 20:51 UTC
[U-Boot] [PATCH V4 1/2] mmc: add HS400 support
2019-03-27 20:43 UTC (2+ messages)
` [U-Boot] [U-Boot,V4,1/2] "
[U-Boot] [PATCH v3 0/6] spl: full-featured heap cleanups
2019-03-27 19:39 UTC (7+ messages)
` [U-Boot] [PATCH v3 1/6] spl: add Kconfig option to clear bss early
` [U-Boot] [PATCH v3 2/6] spl: arm: implement SPL_CLEAR_BSS_F
` [U-Boot] [PATCH v3 3/6] dlmalloc: fix malloc range at end of ram
` [U-Boot] [PATCH v3 4/6] dlmalloc: be compatible to tiny printf
` [U-Boot] [PATCH v3 5/6] spl: support using full malloc with SYS_MALLOC_F_LEN
` [U-Boot] [PATCH v3 6/6] arm: socfpga: a10: move SPL heap size to Kconfig
[U-Boot] [PATCH v4 0/4] Add Ethernet support for Poplar board
2019-03-27 19:00 UTC (9+ messages)
` [U-Boot] [PATCH v4 1/4] reset: add polarity field into struct reset_ctl
` [U-Boot] [PATCH v4 2/4] reset: add reset driver for HiSilicon platform
` [U-Boot] [PATCH v4 4/4] poplar: enable Ethernet driver support
[U-Boot] [ANN] U-Boot v2019.04-rc3 released
2019-03-27 18:40 UTC (6+ messages)
[U-Boot] [PATCH] malloc: Fix memalign not honoring alignment prior to full malloc init
2019-03-27 18:17 UTC
[U-Boot] [RFC PATCH v1 0/9] Add support for applications of overlays in SPL
2019-03-27 17:41 UTC (3+ messages)
[U-Boot] X850 V1.3 hat for Raspberry Pi 3 is not working with u-boot
2019-03-27 17:18 UTC
[U-Boot] [PATCH 0/5] pico-imx7d: Add support for BL33 case
2019-03-27 16:43 UTC (19+ messages)
` [U-Boot] [PATCH 1/5] mx7_common: Share configs to skip low level init
` [U-Boot] [PATCH 2/5] imx: mx7: Add empty arch_cpu_init if skipped
` [U-Boot] [PATCH 3/5] pico-imx7d: Reserve region of memory to OPTEE
` [U-Boot] [PATCH 4/5] pico-imx7d: Add boot option for verified boot
` [U-Boot] [PATCH 5/5] pico-imx7d: Add bl33 config
[U-Boot] [RFC PATCH v2 00/12] Add support for applications of overlays in SPL
2019-03-27 15:39 UTC (13+ messages)
` [U-Boot] [RFC PATCH v2 01/12] spl: fit: Add support for applying DT overlay
` [U-Boot] [RFC PATCH v2 02/12] spl: fit: Make room in the FDT before applying overlays
` [U-Boot] [RFC PATCH v2 03/12] spl: fit: allocate a temporary buffer to load the overlays
` [U-Boot] [RFC PATCH v2 04/12] Makefile.lib: include /__symbols__ in dtb if OF_LIBFDT_OVERLAY is enabled
` [U-Boot] [RFC PATCH v2 05/12] Makefile: Fix tests for CONFIG_SPL_LOAD_FIT and CONFIG_SPL_FIT_GENERATOR
` [U-Boot] [RFC PATCH v2 06/12] Makefile: Fix u-boot.itb generation when building outside the source tree
` [U-Boot] [RFC PATCH v2 07/12] Makefile: Pass the board name to the FIT generator scripts
` [U-Boot] [RFC PATCH v2 08/12] Makefile: use custom ITS to build u-boot.img if SPL_FIT_SOURCE or SPL_FIT_GENERATOR are set
` [U-Boot] [RFC PATCH v2 09/12] spl: fit: constify the output parameter of spl_fit_get_image_name()
` [U-Boot] [RFC PATCH v2 10/12] spl: fit: Allow the board to tell if more images must be loaded from FIT
` [U-Boot] [RFC PATCH v2 11/12] configs: am335x_evm: enable SPL_FIT_IMAGE_TINY
` [U-Boot] [RFC PATCH v2 12/12] !!! TEMP !!! For demonstration only !!! DRA76: Usage of overlays in SPL
[U-Boot] [SoCFPGA] co-custodianship
2019-03-27 15:18 UTC (4+ messages)
[U-Boot] [RFC v2 0/2] arm64: zynqmp: pass a PMUFW config object
2019-03-27 15:10 UTC (5+ messages)
` [U-Boot] [RFC v2 1/2] zynqmp: add minimal include files to build a pm_cfg_obj.c
` [U-Boot] [RFC v2 2/2] arm64: zynqmp: spl: install a PMU firmware config object at runtime
[U-Boot] [PATCH v3 00/13] Add Support for eMMC in AM65x-evm
2019-03-27 14:55 UTC (3+ messages)
` [U-Boot] [PATCH v3 06/13] mmc: sdhci: Add support for sdhci-caps-mask
[U-Boot] [PATCH] net: zynq_gem: Modify phy supported features after max-speed was set
2019-03-27 14:47 UTC
[U-Boot] [PATCH] spl: add size check including devicetree
2019-03-27 14:47 UTC (3+ messages)
` [U-Boot] "
[U-Boot] [PATCH] ARC: AXS10x: drop NAND support
2019-03-27 13:53 UTC
[U-Boot] [PATCH] arm: mvebu: ds412: Enable CONFIG_BLK
2019-03-27 13:31 UTC
[U-Boot] [PATCH 34/34] drivers/net/fec: phy_init: remove redundant logic
2019-03-27 13:21 UTC (6+ messages)
` [U-Boot] [REGRESSION: PATCH "
[U-Boot] [PATCH] pico-imx6ul: Fix eMMC boot after DM_MMC conversion
2019-03-27 13:20 UTC (4+ messages)
[U-Boot] [RFC PATCH v1 1/2] copy the bd71837 pmic driver from NXP imx u-boot
2019-03-27 12:40 UTC (2+ messages)
` [U-Boot] [RFC PATCH v1 2/2] power: regulator: support ROHM BD71837 PMIC
[U-Boot] [PATCH] fastboot: getvar: fix broken 'fastboot flash' when partition has slots
2019-03-27 12:31 UTC (4+ messages)
[U-Boot] [PATCH] arm: socfpga: Move Stratix 10 SDRAM driver to DM
2019-03-27 11:34 UTC (2+ messages)
[U-Boot] [PATCH v4] arm: dts: Stratix10: Add QSPI node
2019-03-27 11:31 UTC (2+ messages)
[U-Boot] [PATCH 1/4] ata: fsl_ahci: Add sata DM support for Freescale powerpc socs
2019-03-27 10:47 UTC (7+ messages)
` [U-Boot] [PATCH 2/4] ppc: t2080qds: add sata node
` [U-Boot] [PATCH 3/4] powerpc: mpc85xx: delete FSL_SATA for T2080QDS board
` [U-Boot] [PATCH 4/4] configs: enable sata device module in T2080QDS
[U-Boot] [PATCH] net: macb: Add small delay after link establishment
2019-03-27 10:20 UTC
[U-Boot] [PATCH 1/2] serial: add skipping init option
2019-03-27 9:55 UTC (6+ messages)
[U-Boot] [Resend Patch] net: mscc: ocelot: Fix reset of the phys
2019-03-27 9:16 UTC
[U-Boot] [PATCH 0/3] ARM: meson: Add G12A USB Support
2019-03-27 9:12 UTC (6+ messages)
` [U-Boot] [PATCH 1/3] usb: dwc3: Add Meson G12A USB Glue
` [U-Boot] [PATCH 2/3] phy: meson: add Amlogic G12A USB2 and USB3+PCIE PHY drivers
` [U-Boot] [PATCH 3/3] mach-meson: g12a: add DWC2 peripheral mode support
[U-Boot] [PATCH] arm: mvebu: turris_omnia: select Kconfig SPI_FLASH_SPANSION
2019-03-27 7:31 UTC (2+ messages)
[U-Boot] no DTB with nand SPL on sama5d3
2019-03-27 7:01 UTC (13+ messages)
` [U-Boot] scan_peb ubi error sama5d36 nand flash v2019.01
[U-Boot] [PATCH] mvebu: drop dangling SPI flash comments and #ifdefs
2019-03-27 6:40 UTC (2+ messages)
[U-Boot] [PATCH v5] board/fsl/lx2160a: Fix MC firmware loading during SD boot
2019-03-27 6:19 UTC (2+ messages)
[U-Boot] [PATCH] Revert "arm: config: fix default console only to specify the device"
2019-03-27 5:12 UTC (4+ messages)
[U-Boot] saveenv corrupts QSPI flash with latest commit U-Boot 2019.04-rc4-00047-gcfb3e102c4
2019-03-27 4:14 UTC (4+ messages)
[U-Boot] [PATCH 7/7] Convert CONFIG_ENV_SPI_* to Kconfig
2019-03-27 3:18 UTC (2+ messages)
` [U-Boot] [U-Boot,7/7] "
[U-Boot] [PATCH 6/7] Convert CONFIG_DEFAULT_SPI_* to Kconfig
2019-03-27 3:18 UTC (2+ messages)
` [U-Boot] [U-Boot,6/7] "
[U-Boot] [PATCH 5/7] Convert CONFIG_SF_DEFAULT_* to Kconfig
2019-03-27 3:18 UTC (2+ messages)
` [U-Boot] [U-Boot,5/7] "
[U-Boot] [PATCH 4/7] tqma6s_wru4_mmc: manage board_spi_cs_gpio correctly
2019-03-27 3:18 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 3/7] exynos: replace CONFIG_ENV_SPI_BASE by CONFIG_SYS_SPI_BASE
2019-03-27 3:18 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 2/7] controlcenterdc: move some configuration in defconfig file
2019-03-27 3:18 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/7] bcm7445: move some configuration in defconfig file
2019-03-27 3:18 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [RFC 0/8] efi_loader: rework bootefi/bootmgr
2019-03-27 2:50 UTC (7+ messages)
` [U-Boot] [RFC 1/8] efi_loader: boottime: don't add device path protocol to image handle
[U-Boot] [PATCH 1/2] fastboot: getvar_partition_{type, size}: Sanitize arguments
2019-03-26 20:21 UTC (3+ messages)
` [U-Boot] [PATCH 2/2] fastboot: getvar_partition_type: Return 'raw' when FS-unaware
[U-Boot] [PATCH] fastboot: getvar: correct/rename "has_slot" to "has-slot"
2019-03-26 20:05 UTC (2+ messages)
[U-Boot] [PATCH 0/2] efi_loader: parameter checks in StartImage and Exit()
2019-03-26 18:41 UTC (3+ messages)
` [U-Boot] [PATCH 1/2] efi_loader: rearrange boottime service functions
` [U-Boot] [PATCH 2/2] efi_loader: parameter checks in StartImage and Exit()
[U-Boot] [PATCH] pico-imx7: Disable video support
2019-03-26 17:58 UTC (13+ messages)
[U-Boot] [PULL] u-boot-socfpga/master
2019-03-26 17:44 UTC
[U-Boot] [PULL] u-boot-sh/master
2019-03-26 17:43 UTC
[U-Boot] [PATCH v2 00/15] ARM: tegra: Add NVIDIA Jetson Nano Developer Kit support
2019-03-26 17:19 UTC (5+ messages)
[U-Boot] [PATCH v2] mmc: correct the HS400 initialization process
2019-03-26 16:49 UTC (2+ messages)
[U-Boot] [PATCH] configs: ti: Move FIT image load address to avoid overwrite
2019-03-26 16:31 UTC (3+ messages)
[U-Boot] [PATCH 0/6] ARM: meson: Add support for G12A based U200 board
2019-03-26 15:02 UTC (7+ messages)
` [U-Boot] [PATCH 1/6] pinctrl: meson: add g12a support
` [U-Boot] [PATCH 2/6] clk: create meson directory and move related drivers
` [U-Boot] [PATCH 3/6] clk: meson: add g12a support
` [U-Boot] [PATCH 4/6] ARM: meson: add G12a support
` [U-Boot] [PATCH 5/6] ARM: dts: Import Amlogic G12A u200 DT from Linux 5.1-rc1
` [U-Boot] [PATCH 6/6] boards: meson: add g12a u200
[U-Boot] [PATCH 01/12 v2] arm: at91: Makefile: Compile lowlevel_init only when really necessary
2019-03-26 14:50 UTC (16+ 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] [PATCH] Revert "env: add spi_flash_read_env function"
2019-03-26 14:19 UTC (4+ messages)
[U-Boot] [PATCH v2] spl: spl_nand.c: Add NAND loading message
2019-03-26 13:30 UTC (2+ messages)
[U-Boot] [PATCH v2 1/2] eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUS
2019-03-26 12:38 UTC (2+ messages)
` [U-Boot] [PATCH v2 2/2] Revert "cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_COMPAT"
[U-Boot] paralella board support
2019-03-26 11:34 UTC (2+ messages)
[U-Boot] [PATCH] reset-meson: Add AXG reset compatible
2019-03-26 10:25 UTC
[U-Boot] [PATCH 0/2] ARM: meson: Add support for Libretech-AC
2019-03-26 10:20 UTC (3+ messages)
` [U-Boot] [PATCH 1/2] ARM: dts: Import libretech-ac DT from Linux 5.0
` [U-Boot] [PATCH 2/2] boards: Amlogic: Add support for Libretech-AC
[U-Boot] [PATCH v2] ARM: meson: display Amlogic SoC Information
2019-03-26 9:28 UTC (2+ messages)
[U-Boot] [PATCH v5 0/5] ARM: meson: add support for p200 and p201 boards
2019-03-26 9:26 UTC (2+ messages)
[U-Boot] [PATCH v2 1/5] ppc: t2080qds: add eSDHC node
2019-03-26 9:07 UTC (3+ messages)
` [U-Boot] [PATCH v2 5/5] configs: enable eSDHC device module in T2080QDS
[U-Boot] [PATCH] spi: spi-mem: Check if exec_op function is set before calling it
2019-03-26 9:01 UTC
[U-Boot] [PATCH] pm9g45: Migrate to CONFIG_DM
2019-03-26 7:44 UTC (2+ messages)
[U-Boot] [RFC PATCH 0/2] Add Kconfig to disable cache ops
2019-03-26 7:34 UTC (3+ messages)
` [U-Boot] [RFC PATCH 1/2] arch: armv8: Provide a way to disable cache maintenance ops
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