messages from 2019-04-15 09:32:23 to 2019-04-17 06:57:22 UTC [more...]
[U-Boot] [RFC v3 00/10] efi_loader: rework bootefi/bootmgr
2019-04-17 6:57 UTC (22+ messages)
` [U-Boot] [RFC v3 01/10] efi_loader: device_path: handle special case of loading
` [U-Boot] [RFC v3 02/10] efi_loader: export root node handle
` [U-Boot] [RFC v3 03/10] cmd: bootefi: carve out fdt handling from do_bootefi()
` [U-Boot] [RFC v3 04/10] cmd: bootefi: merge efi_install_fdt() and efi_process_fdt()
` [U-Boot] [RFC v3 05/10] cmd: bootefi: carve out efi_selftest code from do_bootefi()
` [U-Boot] [RFC v3 06/10] cmd: bootefi: move do_bootefi_bootmgr_exec() forward
` [U-Boot] [RFC v3 07/10] cmd: bootefi: carve out bootmgr code from do_bootefi()
` [U-Boot] [RFC v3 08/10] cmd: bootefi: carve out do_boot_efi() "
` [U-Boot] [RFC v3 09/10] efi_loader: rework bootmgr/bootefi using load_image API
` [U-Boot] [RFC v3 10/10] cmd: add efibootmgr command
[U-Boot] [PATCH 1/2] scsi: ceva: Clean up the driver code
2019-04-17 6:50 UTC (12+ messages)
` [U-Boot] [PATCH 2/2] ARM: dts: Freescale: Add ecc addr for sata node
` [U-Boot] [EXT] Re: [PATCH 1/2] scsi: ceva: Clean up the driver code
[U-Boot] [PATCH] include: configs: Increase CONFIG_SYS_BOOTM_LEN to 16MB
2019-04-17 6:46 UTC (2+ messages)
[U-Boot] [PATCH 0/6] miscellaneous ubispl and ubi improvements
2019-04-17 6:34 UTC (11+ messages)
` [U-Boot] [PATCH 1/6] env: ubi: KConfig: add CONFIG_ENV_UBI_VOLUME_REDUND
` [U-Boot] [PATCH 2/6] env: ubi: support configurable VID offset
` [U-Boot] [PATCH 3/6] ubi: fix UBI_SILENCE_MSG
` [U-Boot] [PATCH 4/6] ubispl: migrate configuration to Kconfig
` [U-Boot] [PATCH 5/6] ubispl: add support for loading volumes by name
` [U-Boot] [PATCH 6/6] ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG
[U-Boot] [PATCH v2 1/1] colibri_imx7: migrate usb to driver model
2019-04-17 6:05 UTC (3+ messages)
[U-Boot] [RFC] Migrating iMX LCDIF drivers to Driver Model
2019-04-16 23:36 UTC (2+ messages)
[U-Boot] [GIT PULL] UniPhier updates for v2019.07
2019-04-16 22:51 UTC
[U-Boot] [PATCH] test/py: don't use mmc_rd config for other mmc tests
2019-04-16 22:04 UTC
[U-Boot] [PULL] u-boot-socfpga/master
2019-04-16 21:12 UTC (12+ messages)
[U-Boot] [PATCH v5] arm: socfpga: move gen5 SDR driver to DM
2019-04-16 21:11 UTC (2+ messages)
[U-Boot] [PATCH 0/2] Add Support for ADMA2 in SDHCI
2019-04-16 17:36 UTC (3+ messages)
` [U-Boot] [PATCH 1/2] mmc: sdhci: Move DMA handling to prepare_dma() function
` [U-Boot] [PATCH 2/2] mmc: sdhci: Add Support for ADMA2
[U-Boot] [PATCH] sun8i: h3: NanoPi M1 Plus: Add emac configuration
2019-04-16 17:18 UTC
[U-Boot] [PATCH] malloc: Fix memalign not honoring alignment prior to full malloc init
2019-04-16 16:48 UTC (2+ messages)
[U-Boot] [PATCH v2 1/2] net: eth-uclass: Write MAC address to hardware after probe
2019-04-16 16:37 UTC (3+ messages)
` [U-Boot] [PATCH v2 2/2] net: eth-uclass: Support device tree MAC addresses
[U-Boot] [RESEND PATCH 1/2] net: rtl8169: Implement ->hwaddr_write() callback
2019-04-16 16:36 UTC (4+ messages)
` [U-Boot] [RESEND PATCH 2/2] net: rtl8169: Support RTL-8168h/8111h
[U-Boot] [PATCH 1/2] pci: Add boundary check for hose->regions
2019-04-16 16:30 UTC (2+ messages)
[U-Boot] [RESEND PATCH v2 0/2] ti_qspi: Move to spi-mem framework
2019-04-16 16:23 UTC (4+ messages)
` [U-Boot] [RESEND PATCH v2 1/2] spi: ti_qspi: Drop non DM code
` [U-Boot] [RESEND PATCH v2 2/2] spi: ti_qspi: Convert to spi-mem ops
[U-Boot] [PATCH 0/7] sunxi: a20/r40: Migrate DM_MMC and DM_SCSI
2019-04-16 15:54 UTC (4+ messages)
` [U-Boot] [PATCH 5/7] ARM: dts: a20-wits-pro-a20-dkt: Enable AHCI
` [U-Boot] [U-Boot, 0/7] sunxi: a20/r40: Migrate DM_MMC and DM_SCSI
[U-Boot] [PATCH v3 00/10] pinctrl: Split the common mux/drive/pull/schmitt func into per Soc
2019-04-16 13:58 UTC (11+ messages)
` [U-Boot] [PATCH v3 01/10] pinctrl: rockchip: Add pull-pin-default param and remove unused param
` [U-Boot] [PATCH v3 02/10] pinctrl: rockchip: Remove redundant spaces
` [U-Boot] [PATCH v3 03/10] pinctrl: rockchip: Split the common set_mux() into per Soc
` [U-Boot] [PATCH v3 04/10] pinctrl: rockchip: Special treatment for RK3288 gpio0 pins' iomux
` [U-Boot] [PATCH v3 05/10] pinctrl: rockchip: Split the common set_drive() func into per Soc
` [U-Boot] [PATCH v3 06/10] pinctrl: rockchip: Special treatment for RK3288 gpio0 pins' drive strength
` [U-Boot] [PATCH v3 07/10] pinctrl: rockchip: Split the common set_pull() func into per Soc
` [U-Boot] [PATCH v3 08/10] pinctrl: rockchip: Special treatment for RK3288 gpio0 pins' pull
` [U-Boot] [PATCH v3 09/10] pinctrl: rockchip: Clean the unused type and label
` [U-Boot] [PATCH v3 10/10] pinctrl: rockchip: Also move common set_schmitter func into per Soc file
[U-Boot] [RFC] Migrating iMX LCDIF drivers to Driver Model
2019-04-16 12:58 UTC (5+ messages)
[U-Boot] [PATCH v2 00/14] rockchip: Add new rk3399 boards
2019-04-16 12:07 UTC (28+ messages)
` [U-Boot] [PATCH v2 01/14] rockchip: dts: rk3399: Sync rk3399-opp from Linux
` [U-Boot] [PATCH v2 02/14] rockchip: dts: rk3399: Sync pwm2_pin_pull_down from Linux 5.1-rc2
` [U-Boot] [PATCH v2 03/14] rockchip: dts: rk3399: Create initial rk3399-u-boot.dtsi
` [U-Boot] [PATCH v2 04/14] Kconfig: Add default SPL_FIT_GENERATOR for rockchip
` [U-Boot] [PATCH v2 05/14] arm: rockchip: rk3399: Move common configs in Kconfig
` [U-Boot] [PATCH v2 06/14] rockchip: rk3399: Add Orangepi RK3399 support
` [U-Boot] [PATCH v2 07/14] rockchip: dts: rk3399: Sync rk3399-nanopi4.dtsi from Linux
` [U-Boot] [PATCH v2 08/14] rockchip: dts: rk3399: nanopi4: Use CD pin as RK_FUNC_1
` [U-Boot] [PATCH v2 09/14] rockchip: rk3399: Add 4GB LPDDR3-1866 DMC settings
` [U-Boot] [PATCH v2 10/14] rockchip: rk3399: Add Nanopi M4 board support
` [U-Boot] [PATCH v2 11/14] rockchip: rk3399: Add Nanopc T4 "
` [U-Boot] [PATCH v2 12/14] rockchip: rk3399: Add Nanopi NEO4 "
` [U-Boot] [PATCH v2 13/14] rockchip: rk3399: Add Rockpro64 "
` [U-Boot] [PATCH v2 14/14] doc: rockchip: Add global doc for rk3399 build/flash
[U-Boot] [PATCH] mtd: spi: Improve data write functionality
2019-04-16 12:01 UTC (3+ messages)
` [U-Boot] [EXT] "
[U-Boot] [PATCH v2] mtd: spi: Improve spi_nor_write_data() implementation
2019-04-16 11:59 UTC
[U-Boot] [PATCH 1/2] smbios: add parsing API
2019-04-16 11:38 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] coreboot: make use of smbios parser
[U-Boot] [PATCH v2 0/2] at91: taurus: Fix the build warnings
2019-04-16 11:31 UTC (3+ messages)
` [U-Boot] [PATCH v2 1/2] at91: cleanup taurus port
` [U-Boot] [PATCH v2 2/2] dtb_platdata.py: prevent define generation of alias
[U-Boot] [PATCH v2] sunxi: Add support for Olimex A64-Teres-I board
2019-04-16 11:04 UTC
[U-Boot] [PATCH 0/4] fpga: collected patches
2019-04-16 11:00 UTC (5+ messages)
` [U-Boot] [PATCH 2/4] fpga: altera: cyclon2: Fix indentation
` [U-Boot] [PATCH 4/4] cmd: fpga: Return values of type command_ret_t only
[U-Boot] [PATCH v2 1/2] Fix compilation error if CONFIG_USB is disabled
2019-04-16 10:43 UTC
[U-Boot] [PATCH 0/8] arm-trusted-firmware support for rk3288
2019-04-16 10:29 UTC (5+ messages)
` [U-Boot] [PATCH 1/8] arm: v7: add read_mpidr function for arm32
` [U-Boot] [PATCH 3/8] rockchip: rk3288: move TPL options to generic position
[U-Boot] Board specific files
2019-04-16 10:20 UTC (3+ messages)
[U-Boot] Booting from network
2019-04-16 10:10 UTC (4+ messages)
[U-Boot] [PATCH] clk: sunxi: r40: Fix GMAC reset reg offset
2019-04-16 9:56 UTC
[U-Boot] [PATCH] arm64: zynqmp: fix preprocessor check for SPL_ZYNQMP_TWO_SDHCI
2019-04-16 9:49 UTC (2+ messages)
[U-Boot] [PATCH] board_f: Do not mark pre-relocated fdt space as reserved
2019-04-16 8:43 UTC
[U-Boot] [PATCH 1/3] dm: core: Add dev_read_bytes()
2019-04-16 8:21 UTC (8+ messages)
` [U-Boot] [PATCH 2/3] net: eth-uclass: Write MAC address to hardware after probe
` [U-Boot] [PATCH 3/3] net: eth-uclass: Support device tree MAC addresses
[U-Boot] rk3288 SPL size
2019-04-16 7:12 UTC (3+ messages)
[U-Boot] [PATCH] arm: socfpga: Fix mailbox command length checking
2019-04-16 6:32 UTC (3+ messages)
` [U-Boot] [PATCH v2] arm: socfpga: mailbox: Fix off-by-one error on "
[U-Boot] [RFC PATCH] common: fdt_support: Remove fdt_add_mem_rsv in fdt_shrink_to_minimum
2019-04-16 5:38 UTC (5+ messages)
[U-Boot] [RFC v2 00/11] efi_loader: rework bootefi/bootmgr
2019-04-16 4:20 UTC (8+ messages)
` [U-Boot] [RFC v2 08/11] cmd: bootefi: carve out bootmgr code from do_bootefi()
[U-Boot] Is mmc still being actively maintained?
2019-04-16 1:45 UTC
[U-Boot] [PATCH] mmc: support hs400 enhanced strobe mode
2019-04-16 1:42 UTC
[U-Boot] [PATCH] mmc: support hs400 enhanced strobe mode
2019-04-16 1:37 UTC (2+ messages)
[U-Boot] [PATCH v2] fs: btrfs: fix btrfs_search_tree invalid results
2019-04-16 0:47 UTC
[U-Boot] [PATCH 1/2] i2c: mxc_i2c: Document how non-DM functions work
2019-04-15 22:02 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] i2c: mxc_i2c: Fix read and read->write xfers in DM mode
[U-Boot] [PATCH] net: fec_mxc: not access reserved register on i.MX8
2019-04-15 21:19 UTC (2+ messages)
[U-Boot] [PATCH v5 00/27] ARM: tegra: Miscalleneous improvements
2019-04-15 20:26 UTC (19+ messages)
` [U-Boot] [PATCH v5 11/27] ARM: tegra: Fix save_boot_params() prototype
` [U-Boot] [PATCH v5 12/27] ARM: tegra: Allow boards to override boot target devices
` [U-Boot] [PATCH v5 13/27] ARM: tegra: Support TZ-only access to PMC
` [U-Boot] [PATCH v5 14/27] ARM: tegra: Workaround UDC boot issues only if necessary
` [U-Boot] [PATCH v5 15/27] ARM: tegra: Restore DRAM bank count
` [U-Boot] [PATCH v5 16/27] ARM: tegra: Unify Tegra186 builds
` [U-Boot] [PATCH v5 17/27] ARM: tegra: Implement cboot_save_boot_params() in C
` [U-Boot] [PATCH v5 18/27] ARM: tegra: Implement cboot_get_ethaddr()
` [U-Boot] [PATCH v5 19/27] ARM: tegra: Import cbootargs value from cboot DTB
` [U-Boot] [PATCH v5 20/27] ARM: tegra: Enable position independent build for 64-bit
` [U-Boot] [PATCH v5 21/27] p2371-2180: Pass Ethernet MAC to the kernel
` [U-Boot] [PATCH v5 22/27] p2771-0000: "
` [U-Boot] [PATCH v5 23/27] p2371-2180: Add support for framebuffer carveouts
` [U-Boot] [PATCH v5 24/27] p2771-0000: "
` [U-Boot] [PATCH v5 25/27] ARM: tegra: Rename pcie-controller to pcie
` [U-Boot] [PATCH v5 26/27] ARM: tegra: Mark built-in Ethernet as default on Jetson TX2
` [U-Boot] [PATCH v5 27/27] ARM: tegra: Add NVIDIA Jetson Nano Developer Kit support
[U-Boot] [REQ] ls command with date and filename-only
2019-04-15 17:11 UTC
[U-Boot] [PATCH] ARM: imx: Fix typo in select option for ZMX25
2019-04-15 16:50 UTC (3+ messages)
[U-Boot] [PATCH v3 0/2] arm64: zynqmp: pass a PMUFW config object
2019-04-15 16:47 UTC (3+ messages)
` [U-Boot] [PATCH v3 1/2] arm64: zynqmp: spl: install a PMU firmware config object at runtime
` [U-Boot] [PATCH v3 2/2] arm64: zynqmp: add tool to convert PMU config object .c to binary
[U-Boot] Please pull u-boot-rockchip
2019-04-15 16:41 UTC (2+ messages)
[U-Boot] [PATCH 1/2] sysreset: select DM_GPIO instead of GPIO
2019-04-15 16:24 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] Remove whitelist entry for CONFIG_GPIO
[U-Boot] [PATCH 1/2] at91sam9260.dtsi: add some labels
2019-04-15 14:25 UTC (2+ messages)
[U-Boot] [PATCH] imx: 8qxp_mek: fix fdt_file and console
2019-04-15 13:31 UTC (2+ messages)
[U-Boot] [PATCH v4] cmd: clk: Handle ENODEV from clk_get_rate
2019-04-15 12:48 UTC (3+ messages)
[U-Boot] [PATCH 0/6] board: ti: am43xx: Enable hardware leveling
2019-04-15 12:14 UTC (10+ messages)
[U-Boot] [PATCH] at91: corvus_defconfig: get rid of build warnings
2019-04-15 11:53 UTC
[U-Boot] [PATCH] crypto: fsl: jr: Make job-rings assignment non-Secure dependent
2019-04-15 11:28 UTC (8+ messages)
[U-Boot] [PATCH] fs: fat: Build only if CONFIG_FS_FAT=y
2019-04-15 11:19 UTC
[U-Boot] [PATCH] Makefile: fix processing of default environment file
2019-04-15 10:28 UTC
[U-Boot] [PATCH v2 0/2] Fix minor issues with Serval SoC
2019-04-15 9:56 UTC (3+ messages)
` [U-Boot] [PATCH v2 1/2] mips: mscc: serval: Fix reset
` [U-Boot] [PATCH v2 2/2] board: mscc: serval: Fix board detect
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