summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* HSD #14014983934-4: arm: socfpga: soc64: Load and boot for NAND flash with UB...rel_socfpga_v2021.07_RC_21.11.02_prsocfpga_v2021.07_RCSin Hui Kho2021-10-231-5/+5
* HSD #14014983934-3: arm: dts: Update NAND MTD partition for Agilex and Strati...Sin Hui Kho2021-10-232-40/+4
* HSD #14014983934-2: configs: defconfig: Update default NAND MTD partition for...Sin Hui Kho2021-10-234-4/+4
* HSD #14014983934-1: configs: defconfig: Enable UBI and UBIFS for Agilex and S...Sin Hui Kho2021-10-234-4/+32
* arm: socfpga: Export Board ID as U-boot Environment Variablerel_socfpga_v2021.07_RC_21.11.01_prrel_socfpga_v2021.07_RC_21.10.03_prYau Wai Gan2021-10-051-0/+7
* arm: socfpga: Enable U-boot FIT Config Name Match with Board IDYau Wai Gan2021-10-051-5/+8
* arm: socfpga: Add function to get Board IDYau Wai Gan2021-10-052-0/+39
* HSD #1509353019: rsu: Ensure buffer 'flash0_string' not overflowrel_socfpga_v2021.07_RC_21.10.02_prSin Hui Kho2021-09-281-1/+1
* HSD# 14014664649: arm: socfpga: n6010: add PLL initialization for Zarlink chip.Matthew Gerlach2021-09-202-1/+346
* HSD# 14014664649: arm: socfpga: n6010: add PLL data for Zarlink chipMatthew Gerlach2021-09-203-0/+394
* HSD# 14014664649: arm: socfpga: n6010: set bits-per-word for SPI deviceMatthew Gerlach2021-09-201-0/+1
* HSD# 14014664649: spi: designware: add support for bits-per-word DT bindingMatthew Gerlach2021-09-201-2/+14
* HSD #14015124126: arm: socfpga: add configuration for n6010 boardrel_socfpga_v2021.07_RC_21.10.01_prMatthew Gerlach2021-09-172-0/+90
* HSD #14015124126: arm: socfpga: add support for n6010 boardMatthew Gerlach2021-09-174-0/+86
* HSD #14015124126: arm: socfpga: add device tree for n6010 boardMatthew Gerlach2021-09-173-0/+149
* HSD #14015124126: arm: spl: socfpga: add support for booting directly from RAMMatthew Gerlach2021-09-171-2/+12
* HSD #1509829545-2: include: configs: soc64: Update source command formatrel_socfpga_v2021.07_RC_21.09.02_prrel_socfpga_v2021.07_RC_21.09.01_prYau Wai Gan2021-08-271-1/+1
* HSD #1509829545-1: arm: dts: soc64: Add U-boot script in FIT ImageYau Wai Gan2021-08-271-0/+23
* HSD #22011135953-5: arm: socfpga: Enhance checking on potential overwriteTien Fong Chee2021-08-121-3/+4
* drivers: watchdog: wdt-uclass: Use IS_ENABLED for WATCHDOG_AUTOSTARTTeresa Remmet2021-08-021-1/+1
* Revert arm: cp15: update DACR value to activate access controlYau Wai Gan2021-08-021-5/+2
* ddr: altera: n5x: Include DDR4 for the same hardcoding settingsTien Fong Chee2021-07-291-15/+12
* HSD #14014453708: intialize rsu for each commandRadu Bacrau2021-07-291-188/+123
* command: Fix SMC and HVC maximum number of argumentsSiew Chin Lim2021-07-291-3/+3
* Revert "socfpga64: Do not define CONFIG_SYS_MEM_RESERVE_SECURE to 0"Yau Wai Gan2021-07-291-0/+1
* include: configs: soc64: Disable SPL load U-Boot image using raw methodSin Hui Kho2021-07-291-3/+0
* arm: socfpga: soc64: Add support for board_boot_order()Sin Hui Kho2021-07-291-0/+93
* arm: dts: socfpga: soc64: Enable spl-boot-order Property in Device TreeSin Hui Kho2021-07-2911-43/+15
* arm: dts: socfpga: soc64: Consolidate SPL device treesSin Hui Kho2021-07-295-10/+8
* configs: socfpga: soc64: Disable CONFIG_SPL_RAW_IMAGE_SUPPORTSin Hui Kho2021-07-2916-0/+16
* ddr: altera: n5x: Fixing debug log typoTien Fong Chee2021-07-291-6/+6
* HSD #22011135953-4: arm: socfpga: Switch FW settings from codes to DTSTien Fong Chee2021-07-2913-160/+20
* HSD #22011135953-3: arm: dts: socfpga: Copy existing FW & SEC config to DTSTien Fong Chee2021-07-294-2/+151
* HSD #22011135953-2: misc: socfpga_secreg: Enable register settings in DTSTien Fong Chee2021-07-293-0/+97
* HSD #22011135953-1: doc: dtbinding: Add doc for privilege regs settingsTien Fong Chee2021-07-291-0/+26
* drivers: fpga: Add FPGA configuration during bootm for Intel SOCFPGAYau Wai Gan2021-07-291-0/+40
* ddr: altera: n5x: Ensure 'cal->header.data_len' is validatedTien Fong Chee2021-07-291-8/+36
* ddr: altera: n5x: Ensure correct size of result for correct type castingTien Fong Chee2021-07-291-4/+4
* ddr: altera: n5x: Copies calibration data to DDR when DDR retention is setTien Fong Chee2021-07-291-4/+7
* ddr: altera: n5x: Return error if invalid DDR type is detected in argumentTien Fong Chee2021-07-291-0/+3
* HSD #18016722456: arm: socfpga: soc64: Fix with correct header fileTien Fong Chee2021-07-291-1/+1
* ddr: altera: n5x: Checking DDR init hang before reset due to watchdogTien Fong Chee2021-07-291-8/+21
* ddr: altera: n5x: Checking DDR DBETien Fong Chee2021-07-291-9/+24
* arm: socfpga: n5x: Update DDR init progress bitTien Fong Chee2021-07-291-0/+16
* arm: socfpga: Define the usage of boot scratch cold reg 8Tien Fong Chee2021-07-291-0/+13
* HSD #1308580006: arm: socfpga: soc64: Add malloc.hTien Fong Chee2021-07-291-4/+5
* configs: socfpga: Wrapping up function ID for SMC register accessTien Fong Chee2021-07-291-1/+4
* arm: socfpga: n5x: Remove duplicate configTien Fong Chee2021-07-291-1/+0
* drivers: fpga: intel_pr: enable illegal request detectionChew, Chiau Ee2021-07-291-9/+45
* HSD #14014209193: rsu: allow requesting any slotRadu Bacrau2021-07-291-5/+0