Show patches with: Archived = No       |   21039 patches
« 1 2 ... 90 91 92210 211 »
Patch Series S/W/F Date Submitter Delegate State
[v2,13/13] cbfs: Don't require the CBFS size with cbfs_init_mem() x86: cbfs: Various clean-ups to CBFS implementation --- 2020-05-22 Simon Glass Superseded
[v2,12/13] cbfs: Allow reading a file from a CBFS given its base addr x86: cbfs: Various clean-ups to CBFS implementation --- 2020-05-22 Simon Glass Superseded
[v2,11/13] cbfs: Change file_cbfs_find_uncached() to return an error x86: cbfs: Various clean-ups to CBFS implementation --- 2020-05-22 Simon Glass Superseded
[v2,10/13] cbfs: Return the error code from file_cbfs_init() x86: cbfs: Various clean-ups to CBFS implementation --- 2020-05-22 Simon Glass Superseded
[v2,09/13] cbfs: Record the start address in cbfs_priv x86: cbfs: Various clean-ups to CBFS implementation --- 2020-05-22 Simon Glass Superseded
[v2,08/13] cbfs: Use void * for the position pointers x86: cbfs: Various clean-ups to CBFS implementation --- 2020-05-22 Simon Glass Superseded
[v2,07/13] cbfs: Unify the two header loaders x86: cbfs: Various clean-ups to CBFS implementation --- 2020-05-22 Simon Glass Superseded
[v2,06/13] cbfs: Adjust cbfs_load_header_ptr() to use cbfs_priv x86: cbfs: Various clean-ups to CBFS implementation --- 2020-05-22 Simon Glass Superseded
[v2,05/13] cbfs: Adjust file_cbfs_load_header() to use cbfs_priv x86: cbfs: Various clean-ups to CBFS implementation --- 2020-05-22 Simon Glass Superseded
[v2,04/13] cbfs: Adjust return value of file_cbfs_next_file() x86: cbfs: Various clean-ups to CBFS implementation --- 2020-05-22 Simon Glass Superseded
[v2,03/13] cbfs: Use bool type for whether initialised x86: cbfs: Various clean-ups to CBFS implementation --- 2020-05-22 Simon Glass Superseded
[v2,02/13] cbfs: Use ulong consistently x86: cbfs: Various clean-ups to CBFS implementation --- 2020-05-22 Simon Glass Superseded
[v2,01/13] cbfs: Rename the result variable x86: cbfs: Various clean-ups to CBFS implementation --- 2020-05-22 Simon Glass Superseded
[v3,5/5] patman: Avoid importing gitutil in settings [v3,1/5] patman: Drop unnecessary import in gitutil --- 2020-05-22 Simon Glass Accepted
[v3,4/5] patman: Pass in maintainer dirs to avoid and import [v3,1/5] patman: Drop unnecessary import in gitutil --- 2020-05-22 Simon Glass Accepted
[v3,3/5] patman: Use a dict in gitutil to avoid importing series [v3,1/5] patman: Drop unnecessary import in gitutil --- 2020-05-22 Simon Glass Accepted
[v3,2/5] patman: Avoid circular dependency between command and tools [v3,1/5] patman: Drop unnecessary import in gitutil --- 2020-05-22 Simon Glass Accepted
[v3,1/5] patman: Drop unnecessary import in gitutil [v3,1/5] patman: Drop unnecessary import in gitutil --- 2020-05-22 Simon Glass Accepted
[22/22] x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPU x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass Accepted
[21/22] x86: mtrr: Update 'mtrr' to allow setting MTRRs on any CPU x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass Accepted
[20/22] x86: mtrr: Restructure so command execution is in one place x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass Accepted
[19/22] x86: mtrr: Update the command to use the new mtrr calls x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass Accepted
[18/22] x86: mtrr: Add support for writing to MTRRs on any CPU x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass New
[17/22] x86: mtrr: Update MTRRs on all CPUs x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass New
[16/22] x86: mtrr: Use MP calls to list the MTRRs x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass Accepted
[15/22] x86: mp: Add iterators for CPUs x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass Accepted
[14/22] x86: mp: Park CPUs before running the OS x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass New
[13/22] x86: mp: Allow running functions on multiple CPUs x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass New
[12/22] x86: Set the SMP flag when MP init is complete x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass Accepted
[11/22] global_data: Add a generic global_data flag for SMP state x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass Accepted
[10/22] x86: mp: Support APs waiting for instructions x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass New
[09/22] x86: cpu: Remove unnecessary #ifdefs x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass New
[08/22] x86: mp_init: Adjust bsp_init() to return more information x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass New
[07/22] x86: mp_init: Set up the CPU numbers at the start x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass Accepted
[06/22] x86: mtrr: Fix 'ensable' typo x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass Accepted
[05/22] x86: mp_init: Drop the num_cpus static variable x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass Superseded
[04/22] x86: mp_init: Switch parameter names in start_aps() x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass New
[03/22] x86: mp_init: Avoid declarations in header files x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass Accepted
[02/22] x86: Move MP code into mp_init x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass Accepted
[01/22] x86: mp_init: Switch to livetree x86: Enhance MTRR functionality to support multiple CPUs --- 2020-05-22 Simon Glass Accepted
mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPL mmc: davinci_mmc: Cleanup to use dt in U-boot and static platdata in SPL --- 2020-05-22 Faiz Abbas Accepted
[6/6] x86: fsp: Support a warning message when DRAM init is slow [1/6] bootstage: Fix 'stacked' typo --- 2020-05-22 Simon Glass Accepted
[5/6] x86: Avoid #ifdef with CONFIG_HAVE_ACPI_RESUME [1/6] bootstage: Fix 'stacked' typo --- 2020-05-22 Simon Glass Accepted
[4/6] coral: Enable the copy framebuffer [1/6] bootstage: Fix 'stacked' typo --- 2020-05-22 Simon Glass Accepted
[3/6] timer: Allow delays with a 32-bit microsecond timer [1/6] bootstage: Fix 'stacked' typo --- 2020-05-22 Simon Glass Accepted
[2/6] kconfig: Add support for conditional values [1/6] bootstage: Fix 'stacked' typo --- 2020-05-22 Simon Glass New
[1/6] bootstage: Fix 'stacked' typo [1/6] bootstage: Fix 'stacked' typo --- 2020-05-22 Simon Glass Accepted
[v8,2/2] board: presidio-asic: Add SPI NOR support [v8,1/2] spi: ca_sflash: Add CAxxxx SPI Flash Controller --- 2020-05-22 Alex Nemirovsky New
[v8,1/2] spi: ca_sflash: Add CAxxxx SPI Flash Controller [v8,1/2] spi: ca_sflash: Add CAxxxx SPI Flash Controller --- 2020-05-22 Alex Nemirovsky New
[v8,2/2] board: presidio: add LED support [v8,1/2] led: led_cortina: Add CAxxx LED support --- 2020-05-22 Alex Nemirovsky New
[v8,1/2] led: led_cortina: Add CAxxx LED support [v8,1/2] led: led_cortina: Add CAxxx LED support --- 2020-05-22 Alex Nemirovsky New
[v8,2/2] board: presidio-asic: Add I2C support [v8,1/2] i2c: i2c-cortina: added CAxxxx I2C support --- 2020-05-22 Alex Nemirovsky Accepted
[v8,1/2] i2c: i2c-cortina: added CAxxxx I2C support [v8,1/2] i2c: i2c-cortina: added CAxxxx I2C support --- 2020-05-22 Alex Nemirovsky New
[v8,2/2] board: presidio-asic: update eMMC DT information [v8,1/2] mmc: ca_dw_mmc: Misc cleanup of driver --- 2020-05-22 Alex Nemirovsky Accepted
[v8,1/2] mmc: ca_dw_mmc: Misc cleanup of driver [v8,1/2] mmc: ca_dw_mmc: Misc cleanup of driver --- 2020-05-22 Alex Nemirovsky New
ARM: imx: soc: Add reset for non-DM case ARM: imx: soc: Add reset for non-DM case --- 2020-05-21 Marek Vasut New
ARM: imx: soc: Select default TEXT_BASE for MX7 ARM: imx: soc: Select default TEXT_BASE for MX7 --- 2020-05-21 Marek Vasut Accepted
ARM: imx: soc: Switch BOARD_EARLY_INIT_F to imply on MX7 ARM: imx: soc: Switch BOARD_EARLY_INIT_F to imply on MX7 --- 2020-05-21 Marek Vasut Accepted
ARM: imx: ddr: Fill in missing DDRC ZQCTLx on i.MX7 ARM: imx: ddr: Fill in missing DDRC ZQCTLx on i.MX7 --- 2020-05-21 Marek Vasut Accepted
[2/2] usb: ehci-mx6: Print error code on failure [1/2] usb: ehci-mx6: Handle fixed regulators correctly --- 2020-05-21 Marek Vasut Accepted
[1/2] usb: ehci-mx6: Handle fixed regulators correctly [1/2] usb: ehci-mx6: Handle fixed regulators correctly --- 2020-05-21 Marek Vasut Accepted
env: Convert ENV_ACCESS_IGNORE_FORCE to Kconfig env: Convert ENV_ACCESS_IGNORE_FORCE to Kconfig --- 2020-05-21 Marek Vasut Accepted
tools/env/fw_env.h: remove env.h tools/env/fw_env.h: remove env.h --- 2020-05-21 Romain Naour Accepted
checkpatch.pl: Add check for defining CONFIG_CMD_xxx via config files checkpatch.pl: Add check for defining CONFIG_CMD_xxx via config files --- 2020-05-21 Tom Rini New
Convert CONFIG_CMD_MMC to Kconfig Convert CONFIG_CMD_MMC to Kconfig --- 2020-05-21 Tom Rini Accepted
[v13,21/21] riscv: Add Sipeed Maix support riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[v13,20/21] doc: riscv: Add documentation for Sipeed Maix Bit riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[v13,19/21] riscv: Add device tree for K210 and Sipeed Maix BitM riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[v13,18/21] riscv: Enable cpu clock if it is present riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[v13,17/21] riscv: Try to get cpu frequency from a "clocks" node if it exists riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[v13,16/21] riscv: Allow use of reset drivers riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[v13,15/21] riscv: Add option to support RISC-V privileged spec 1.9 riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[v13,14/21] riscv: Clean up IPI initialization code riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[v13,13/21] riscv: Clear pending interrupts before enabling IPIs riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[v13,12/21] riscv: Add headers for asm/global_data.h riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[v13,11/21] lib: Always set errno in hcreate_r riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[v13,10/21] reset: Add generic reset driver riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[v13,09/21] dm: Fix error handling for dev_read_addr_ptr riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[v13,08/21] dm: Add support for simple-pm-bus riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[v13,07/21] clk: Add K210 clock support riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[v13,06/21] clk: Add a bypass clock for K210 riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[v13,05/21] clk: Add K210 pll support riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[v13,04/21] clk: Fix clk_get_by_* handling of index riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[v13,03/21] clk: Unconditionally recursively en-/dis-able clocks riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson New
[v13,02/21] clk: Check that ops of composite clock components exist before calling riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[v13,01/21] clk: Always use the supplied struct clk riscv: Add Sipeed Maix support --- 2020-05-21 Sean Anderson Accepted
[rockchip] rockpro64: Enable HDMI output [rockchip] rockpro64: Enable HDMI output --- 2020-05-21 Marcin Juszkiewicz New
[2/2] board: ti: use positive logic to detect idk boards [1/2] board: ti: am57xx: use GPIO_TO_PIN() to define GPIO number --- 2020-05-21 Luca Ceresoli Accepted
[1/2] board: ti: am57xx: use GPIO_TO_PIN() to define GPIO number [1/2] board: ti: am57xx: use GPIO_TO_PIN() to define GPIO number --- 2020-05-21 Luca Ceresoli Accepted
[1/1] efi_loader: check device path is not installed twice [1/1] efi_loader: check device path is not installed twice --- 2020-05-21 Heinrich Schuchardt Accepted
[1/1] efi_loader: device path for SATA devices [1/1] efi_loader: device path for SATA devices --- 2020-05-20 Heinrich Schuchardt Accepted
[1/1] efi_loader: device path for virtio block devices [1/1] efi_loader: device path for virtio block devices --- 2020-05-20 Heinrich Schuchardt Accepted
[1/1] doc: driver-model: there is no UCLASS_SATA [1/1] doc: driver-model: there is no UCLASS_SATA --- 2020-05-20 Heinrich Schuchardt Accepted
[1/1] MAINTAINERS: add doc/driver-model/ to DRIVER MODEL [1/1] MAINTAINERS: add doc/driver-model/ to DRIVER MODEL --- 2020-05-20 Heinrich Schuchardt Accepted
[1/1] efi_loader: initialize root node first [1/1] efi_loader: initialize root node first --- 2020-05-20 Heinrich Schuchardt Accepted
[v12,21/21] riscv: Add Sipeed Maix support riscv: Add Sipeed Maix support --- 2020-05-20 Sean Anderson Superseded
[v12,20/21] doc: riscv: Add documentation for Sipeed Maix Bit riscv: Add Sipeed Maix support --- 2020-05-20 Sean Anderson Superseded
[v12,19/21] riscv: Add device tree for K210 and Sipeed Maix BitM riscv: Add Sipeed Maix support --- 2020-05-20 Sean Anderson Superseded
[v12,18/21] riscv: Enable cpu clock if it is present riscv: Add Sipeed Maix support --- 2020-05-20 Sean Anderson Superseded
[v12,17/21] riscv: Try to get cpu frequency from a "clocks" node if it exists riscv: Add Sipeed Maix support --- 2020-05-20 Sean Anderson Superseded
« 1 2 ... 90 91 92210 211 »