messages from 2019-07-26 06:23:58 to 2019-07-28 21:47:05 UTC [more...]
[U-Boot] [PATCH v3 00/16] arm: k3: arm64: Initial support for Texas Instrument's J721E Platform
2019-07-28 21:47 UTC (5+ messages)
` [U-Boot] [PATCH v3 01/16] arm: K3: j721e: Add basic support for J721E SoC definition
` [U-Boot] [PATCH v3 02/16] armv7R: K3: j721e: Add support for boot device detection
[U-Boot] [PATCH v2 0/5] remoteproc: cleanup k3_rpoc driver
2019-07-28 21:46 UTC (11+ messages)
` [U-Boot] [PATCH v2 1/5] cmd: remoteproc: Add support for initializing devices individually
` [U-Boot] [PATCH v2 2/5] cmd: remoteproc: Allow list command to print the probed devices
` [U-Boot] [PATCH v2 3/5] remoteproc: tisci: add TI-SCI processor control helper functions
` [U-Boot] [PATCH v2 4/5] remoteproc: k3_rproc: Update the driver to use ti_sci_proc helpers
` [U-Boot] [PATCH v2 5/5] remoteproc: k3_rproc: Rename to ti_k3_arm64_rproc
[U-Boot] [PATCH v3 0/9] arm: k3: Allow for exclusive and shared device requests
2019-07-28 21:46 UTC (19+ messages)
` [U-Boot] [PATCH v3 1/9] firmware: ti_sci: Allow for device shared and exclusive requests
` [U-Boot] [PATCH v3 2/9] firmware: ti_sci: Add processor shutdown API method
` [U-Boot] [PATCH v3 3/9] firmware: ti_sci: Add a command for releasing all exclusive devices
` [U-Boot] [PATCH v3 4/9] armv7R: K3: am654: Shut down R5 core after ATF startup on A53
` [U-Boot] [PATCH v3 5/9] armv7R: k3: Release all the exclusive devices
` [U-Boot] [PATCH v3 6/9] power-domain: Add private data to power domain
` [U-Boot] [PATCH v3 7/9] dt-bindings: ti_sci_pm_domains: Add support for exclusive and shared access
` [U-Boot] [PATCH v3 8/9] power: domain: ti_sci_power_domains: "
` [U-Boot] [PATCH v3 9/9] arm: dts: k3-am654: Update power-domains property for each node
[U-Boot] [GIT PULL] Pull request: u-boot-imx u -boot-imx-20190719
2019-07-28 21:45 UTC (2+ messages)
[U-Boot] Pull request v2: u-boot-spi/master
2019-07-28 21:45 UTC (2+ messages)
[U-Boot] [PATCH v3] x86: Avoid writing temporary asl files into the source tree
2019-07-28 20:16 UTC
[U-Boot] make all fails at bad mtune value
2019-07-28 18:44 UTC
[U-Boot] [PATCH v2 00/14] ARM: davinci: driver-model improvements
2019-07-28 17:12 UTC (4+ messages)
[U-Boot] [PATCH v2 00/11] SPL support for RISC-V
2019-07-28 15:57 UTC (12+ messages)
` [U-Boot] [PATCH v2 01/11] fdtdec: make CONFIG_OF_PRIOR_STAGE available in SPL
` [U-Boot] [PATCH v2 02/11] Makefile: support building SPL FIT images without device trees
` [U-Boot] [PATCH v2 03/11] spl: fit: use U-Boot device tree when FIT image has no device tree
` [U-Boot] [PATCH v2 04/11] riscv: add run mode configuration for SPL
` [U-Boot] [PATCH v2 05/11] spl: support booting via RISC-V OpenSBI
` [U-Boot] [PATCH v2 06/11] riscv: add SPL support
` [U-Boot] [PATCH v2 07/11] riscv: support SPL stack and global data relocation
` [U-Boot] [PATCH v2 08/11] riscv: add a generic FIT generator script
` [U-Boot] [PATCH v2 09/11] riscv: set default FIT generator script and build target for SPL builds
` [U-Boot] [PATCH v2 10/11] riscv: qemu: add SPL configuration
` [U-Boot] [PATCH v2 11/11] doc: update QEMU RISC-V documentation
[U-Boot] buildman rockchip
2019-07-28 15:20 UTC (3+ messages)
[U-Boot] [PATCH] x86: qemu: Fix non-working ramboot and nfsboot environment variables
2019-07-28 15:13 UTC
[U-Boot] [BUG] Build failure conga-qeval20-qa3-e3845
2019-07-28 14:32 UTC (14+ messages)
[U-Boot] [PATCH 0/4] Make some changes to SDP
2019-07-28 14:06 UTC (2+ messages)
[U-Boot] [PATCH 00/39] env: common: Remove environment definitions from common.h
2019-07-28 14:03 UTC (40+ messages)
` [U-Boot] [PATCH 01/39] common: Move gzip functions into a new gzip header
` [U-Boot] [PATCH 02/39] common: Drop the dpram_... functions
` [U-Boot] [PATCH 03/39] common: Move lcd_setmem() to lcd.h
` [U-Boot] [PATCH 04/39] common: Remove video_setmem()
` [U-Boot] [PATCH 05/39] env: Create a new file for environment functions
` [U-Boot] [PATCH 06/39] env: Move get_env_id() to env.h
` [U-Boot] [PATCH 07/39] env: Move env_get_f() "
` [U-Boot] [PATCH 08/39] env: Move env_init() "
` [U-Boot] [PATCH 09/39] env: Move env_relocate() "
` [U-Boot] [PATCH 10/39] env: Move envmatch() "
` [U-Boot] [PATCH 11/39] env: Move env_set_hex() "
` [U-Boot] [PATCH 12/39] env: Move env_set_ulong() "
` [U-Boot] [PATCH 13/39] env: Move env_get_ulong() "
` [U-Boot] [PATCH 14/39] env: Move env_get_yesno() "
` [U-Boot] [PATCH 15/39] env: Move env_get_hex() "
` [U-Boot] [PATCH 16/39] env: Move env_set() "
` [U-Boot] [PATCH 17/39] env: Move env_get() "
` [U-Boot] [PATCH 18/39] env: Move eth_env_get/set_enetaddr() "
` [U-Boot] [PATCH 19/39] env: Move uncommon functions "
` [U-Boot] [PATCH 20/39] env: Move set_default_vars "
` [U-Boot] [PATCH 21/39] env: Move env_load/save functions "
` [U-Boot] [PATCH 22/39] env: Move env import/export "
` [U-Boot] [PATCH 23/39] env: Drop env_crc_update()
` [U-Boot] [PATCH 24/39] env: Move get/set_default_env() to env.h
` [U-Boot] [PATCH 25/39] env: Move env_get_char() "
` [U-Boot] [PATCH 26/39] env: Move env_reloc() "
` [U-Boot] [PATCH 27/39] env: Rename environment to embedded_environment
` [U-Boot] [PATCH 28/39] env: Move env_valid to env.h
` [U-Boot] [PATCH 29/39] env: Move callback definitions "
` [U-Boot] [PATCH 30/39] env: Drop the ENTRY typdef
` [U-Boot] [PATCH 31/39] env: Drop _ENTRY
` [U-Boot] [PATCH 32/39] env: Rename the redundancy flags
` [U-Boot] [PATCH 33/39] env: Drop the ACTION typedef
` [U-Boot] [PATCH 34/39] env: Drop the double underscores in search.h
` [U-Boot] [PATCH 35/39] env: Move TOTAL_MALLOC_LEN to environment.h
` [U-Boot] [PATCH 36/39] env: Drop environment.h header file where not needed
` [U-Boot] [PATCH 37/39] env: Rename environment.h to env_internal.h
` [U-Boot] [PATCH 38/39] Drop PCMCIA
` [U-Boot] [PATCH 39/39] common: Add a note about the effort to reduce common.h
[U-Boot] [PATCH v6 5/8] x86: slimbootloader: Set TSC information for tsc_timer
2019-07-28 12:48 UTC (5+ messages)
[U-Boot] [PATCH v2] x86: ich-spi: Convert driver to spi-mem ops
2019-07-28 11:30 UTC
[U-Boot] [PATCH 1/1] efi_loader: re-enable GRUB workaround on 32bit ARM
2019-07-28 8:13 UTC (3+ messages)
[U-Boot] [PATCH] imx: bk4: Print proper HW revision of VF610's BK4 board
2019-07-27 22:17 UTC
[U-Boot] [PATCH 0/4] efi_loader: implement ConvertPointer()
2019-07-27 21:00 UTC (5+ messages)
` [U-Boot] [PATCH 1/4] efi_selftest: fix SetVirtualAddressMap unit test
` [U-Boot] [PATCH 2/4] efi_loader: definition of efi_virtual_address_map()
` [U-Boot] [PATCH 3/4] efi_loader: implement ConvertPointer()
` [U-Boot] [PATCH 4/4] efi_selftest: sharpen ConvertPointer() test
[U-Boot] [PATCH 1/1] log: document the assign() macro
2019-07-27 18:21 UTC
[U-Boot] [PATCH] ARM: am3517-evm: Remove undefined pinmuxing
2019-07-27 17:37 UTC (4+ messages)
[U-Boot] zynq_z_turn_defconfig: no info from SPL
2019-07-27 15:29 UTC (2+ messages)
[U-Boot] [PATCH 1/1] Dockerfile: build GRUB UEFI targets
2019-07-27 14:58 UTC (3+ messages)
[U-Boot] [PATCH 1/1] Dockerfile: add python3-sphinx
2019-07-27 13:54 UTC (4+ messages)
[U-Boot] [PATCH v2 1/1] doc: integrate UEFI documentation into Sphinx toctree
2019-07-27 13:16 UTC (2+ messages)
[U-Boot] [PATCH 1/1] video: dw_hdmi: Add support for ddc-i2c-bus property
2019-07-27 12:07 UTC (3+ messages)
` [U-Boot] [PATCH v2 "
[U-Boot] [PATCH] rockchip: rk3399: Add Khadas Edge board support
2019-07-27 9:25 UTC (9+ messages)
[U-Boot] [PATCH v2 0/7] Add PCIe root complex support for AM654x SoC
2019-07-27 1:48 UTC (3+ messages)
` [U-Boot] [PATCH v2 1/7] clk: add support for clk_is_match()
[U-Boot] Hi, I am new to U-Boot, how do I get started?
2019-07-27 1:39 UTC
[U-Boot] [PATCH] ARM: da850-evm: Replace CMD_SF with CMD_MTD
2019-07-26 23:31 UTC
[U-Boot] [PATCH] ARM: da850evm: Split MTDPARTS into SPL and u-boot
2019-07-26 22:53 UTC
[U-Boot] [PATCH PATCH v3 00/12] Add support for applications of overlays in SPL
2019-07-26 19:46 UTC (2+ messages)
[U-Boot] Pull request: u-boot-net.git master
2019-07-26 19:39 UTC (3+ messages)
[U-Boot] [PATCH v2 0/6] Extend mv88e61xx driver to support 88E6071
2019-07-26 18:51 UTC (6+ messages)
` [U-Boot] [PATCH v2 1/6] net: phy: mv88e61xx: rework to enable detection of 88E6071 devices
[U-Boot] Question about GPL v3 font
2019-07-26 17:07 UTC (2+ messages)
[U-Boot] [GIT] Pull request: u-boot-dfu (22.07.2019)
2019-07-26 15:56 UTC (5+ messages)
[U-Boot] [PATCH] rpi3: Enable verified boot from FIT image
2019-07-26 14:23 UTC (2+ messages)
[U-Boot] [PATCH 0/3] Support distro boot in pico-imx7d BL33 case
2019-07-26 14:16 UTC (2+ messages)
[U-Boot] [PATCH] video: arm: rpi: Avoid crash without HDMI monitor connected
2019-07-26 14:05 UTC (2+ messages)
[U-Boot] [PATCH] video: arm: rpi: Bail out early if querying video information fails
2019-07-26 13:59 UTC (2+ messages)
[U-Boot] [PATCH] Fix RK3328-evb Floating GPIO0_D6 - pull up - 4ma
2019-07-26 13:52 UTC (3+ messages)
[U-Boot] [PATCH v6 7/8] board: intel: Add new slimbootloader board
2019-07-26 13:02 UTC (3+ messages)
[U-Boot] [PATCH v6 0/8] x86: Add basic Slim Bootloader payload support
2019-07-26 12:53 UTC (3+ messages)
[U-Boot] [PATCH 00/16] Raspberry Pi 32/64 support
2019-07-26 12:43 UTC (10+ messages)
` [U-Boot] [PATCH v2 0/8] "
` [U-Boot] [PATCH v2 2/8] ARM: bcm283x: Add BCM283x_BASE define
` [U-Boot] [PATCH v2 3/8] ARM: bcm283x: Define configs for RaspberryPi 4
` [U-Boot] [PATCH v2 8/8] git-mailrc: Add rpi and bcm283x maintainer
[U-Boot] [PATCH v2 1/3] armv8: ls1088aqds: The ls1088aqds board supports the I2C driver model
2019-07-26 12:25 UTC (3+ messages)
` [U-Boot] [PATCH v2 2/3] armv8: ls1088aqds : Add pcf2127 node
` [U-Boot] [PATCH v2 3/3] configs: ls1088aqds: Enable DM support for pcf2127 rtc
[U-Boot] [PATCH v6 2/8] x86: Add a common HOB library
2019-07-26 11:58 UTC (3+ messages)
[U-Boot] [PATCH v6 3/8] x86: slimbootloader: Add memory configuration
2019-07-26 11:54 UTC (3+ messages)
[U-Boot] [PATCH v4 1/4] rtc: ds3232/ds3231: Add support to generate 32KHz output for driver module
2019-07-26 11:24 UTC (4+ messages)
` [U-Boot] [PATCH v4 2/4] armv8: ls2088aqds: The ls2088aqds board supports the I2C driver model
` [U-Boot] [PATCH v4 3/4] armv8: ls2088aqds : Add ds3232 node
` [U-Boot] [PATCH v4 4/4] configs: ls2088aqds: Enable DM support for ds3231 rtc
[U-Boot] [PATCH] riscv: serial: fix to load binary file over y-modem
2019-07-26 10:42 UTC (7+ messages)
` [U-Boot] [PATCH] riscv : serial: use rx watermark to indicate rx data is present
[U-Boot] R-Car-gpio0_00-fails-with-“gpio input” command
2019-07-26 10:19 UTC (4+ messages)
` [U-Boot] 答复: "
[U-Boot] [PATCH 1/2] rk3399: Restore broken USB3 DTS description
2019-07-26 9:59 UTC (4+ messages)
[U-Boot] [PATCH 1/2] libfdt: fdt_address_cells() and fdt_size_cells()
2019-07-26 9:13 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] libfdt: return correct value if #size-cells property is not present
[U-Boot] [PATCH] sunxi: Add H6 SPI SPL support
2019-07-26 8:56 UTC (2+ messages)
` [U-Boot] [PATCH v2] "
[U-Boot] [PATCH v0] rockchip: rk3399: Add ROC-RK3399-PC support
2019-07-26 7:43 UTC
[U-Boot] [PATCH 1/3] sysreset: switch to using SYSRESET_POWER_OFF for poweroff
2019-07-26 7:37 UTC (5+ messages)
[U-Boot] [PATCH v2 1/3] configs: Move CONFIG_SPI_FLASH_GIGADEVICE properly into Kconfig
2019-07-26 7:33 UTC (5+ messages)
` [U-Boot] [PATCH v2 2/3] configs: Move CONFIG_CMD_USB_MASS_STORAGE "
` [U-Boot] [PATCH v2 3/3] configs: update rk3288 veyron defconfigs
[U-Boot] [PATCH v2] dw_mmc: turn on the IO supply
2019-07-26 7:06 UTC (4+ messages)
` [U-Boot] [PATCH v3] "
[U-Boot] [PATCH v6 8/8] x86: Skip setting up MTRRs in slimbootloader
2019-07-26 7:01 UTC
[U-Boot] [PATCH v6 6/8] x86: slimbootloader: Add a slimbootloader device tree
2019-07-26 7:00 UTC
[U-Boot] [PATCH v6 4/8] x86: slimbootloader: Add serial driver
2019-07-26 7:00 UTC
[U-Boot] [PATCH v6 1/8] x86: Add new slimbootloader CPU type
2019-07-26 7:00 UTC
[U-Boot] [PATCH v3 1/4] rtc: ds3232/ds3231: Add support to generate 32KHz output for driver module
2019-07-26 6:36 UTC (4+ messages)
` [U-Boot] [PATCH v3 2/4] armv8: ls2088aqds: The ls2088aqds board supports the I2C driver model
` [U-Boot] [EXT] "
[U-Boot] [PATCH 1/1] doc: integrate UEFI documentation into Sphinx toctree
2019-07-26 6:36 UTC (2+ messages)
[U-Boot] [PATCH 1/3] armv8: ls1088aqds: The ls1088aqds board supports the I2C driver model
2019-07-26 6:35 UTC (5+ messages)
` [U-Boot] [PATCH 3/3] armv8: ls1088aqds : Add pcf2127 node
` [U-Boot] [EXT] Re: [PATCH 1/3] armv8: ls1088aqds: The ls1088aqds board supports the I2C driver model
[U-Boot] [PATCH v2 1/4] rtc: ds3232/ds3231: Add support to generate 32KHz output for driver module
2019-07-26 6:28 UTC (10+ messages)
` [U-Boot] [PATCH v2 2/4] armv8: ls2088aqds: The ls2088aqds board supports the I2C driver model
` [U-Boot] [EXT] "
` [U-Boot] [PATCH v2 4/4] armv8: ls2088aqds : Add ds3232 node
` [U-Boot] [EXT] "
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