~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use `grep -E` or plain `grep` instead of `egrep`Ville Skyttä2023-01-11
* global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-05
* global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2022-12-05
* global: Migrate CONFIG_HPS* symbols to the CFG namespaceTom Rini2022-11-10
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-31
* treewide: Drop bootm_headers_t typedefSimon Glass2022-09-29
* cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-18
* socfpga: arria10: Allow dcache_enable before relocationPaweł Anikiel2022-07-01
* socfpga: arria10: Replace delays with busy waiting in cm_full_cfgPaweł Anikiel2022-07-01
* config: Add Chameleonv3 configPaweł Anikiel2022-07-01
* arch: arm: socfpga: timer_s10: Override udelay for secure sectionDinesh Maniyam2022-06-17
* arm: socfpga: Add the terasic de10-standard boardHumberto Naves2022-05-23
* iopoll: Extend read_poll_timeout macro to support variable parametersAriel D'Alessandro2022-04-12
* spi: cadence_qspi: Migrate CONFIG_CQSPI_REF_CLK to KconfigTom Rini2022-04-08
* Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2022-04-05
|\
| * spl: mmc: extend spl_mmc_boot_mode() to take mmc argumentAndre Przywara2022-04-04
* | keymile: Move sourcing of common KconfigTom Rini2022-04-01
* | armv8: Fix and simplify branch_if_master/branch_if_slaveAndre Przywara2022-03-02
|/
* arm: socfpga: arria10: Enable double peripheral RBF configurationTien Fong Chee2021-12-17
* arm: socfpga: arria10: Reset MPFE NoC after program periph / combined RBFTien Fong Chee2021-12-17
* arm: socfpga: arria10: Setting image magic value to romcode initswstate regTien Fong Chee2021-12-17
* WS cleanup: remove SPACE(s) followed by TABWolfgang Denk2021-09-30
* Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-16
|\
| * lib: Drop SHA512_ALGO in lieu of SHA512Alexandru Gagniuc2021-09-08
* | mmc: Rename MMC_SUPPORT to MMCSimon Glass2021-09-04
|/
* arm: socfpga: Enable Intel N5X device buildSiew Chin Lim2021-08-25
* arm: socfpga: Add SPL for Intel N5X deviceSiew Chin Lim2021-08-25
* ddr: altera: Add SDRAM driver for Intel N5X deviceTien Fong Chee2021-08-25
* arm: socfpga: Changed misc_s10.c to misc_soc64.cSiew Chin Lim2021-08-25
* arm: socfpga: Add clock manager for Intel N5X deviceSiew Chin Lim2021-08-25
* arm: socfpga: Move cm_get_mpu_clk_hz function declaration to clock_manager.hSiew Chin Lim2021-08-25
* arm: socfpga: Get clock manager base address for Intel N5X deviceSiew Chin Lim2021-08-25
* arm: socfpga: Add handoff data support for Intel N5X deviceTien Fong Chee2021-08-24
* arm: socfpga: Add base address for Intel N5X deviceSiew Chin Lim2021-08-24
* arm: socfpga: Changed base_addr_s10.h to base_addr_soc64.hSiew Chin Lim2021-08-24
* arm: socfpga: Move linux_qspi_enable from bootcommand to board_prep_linux fun...Siew Chin Lim2021-08-24
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-02
* common: fit: Update board_fit_image_post_process() to pass fit and node_offsetLokesh Vutla2021-06-11
* treewide: Convert macro and uses of __section(foo) to __section("foo")Marek Behún2021-05-24
* arm: socfpga: smc: Add function to get usercodeSiew Chin Lim2021-04-08
* arm: socfpga: Changed to store QSPI reference clock in kHzSiew Chin Lim2021-04-08
* arm: socfpga: Move Stratix10 and Agilex clock manager common codeSiew Chin Lim2021-04-08
* arm: socfpga: Restructure Stratix10 and Agilex handoff codeSiew Chin Lim2021-04-08
* arm: socfpga: Rearrange sequence of macros in handoff_soc64.hSiew Chin Lim2021-04-08
* arm: socfpga: Changed system_manager_s10.c to system_manager_soc64.cSiew Chin Lim2021-04-08
* arm: socfpga: Changed wrap_pll_config_s10.c to wrap_pll_config_soc64.cSiew Chin Lim2021-04-08
* arm: socfpga: Rename Stratix10 and Agilex handoff common macrosSiew Chin Lim2021-04-08
* arm: socfpga: Move Stratix10 and Agilex SPL common codeSiew Chin Lim2021-04-08
* Merge tag 'v2021.04-rc5' into nextTom Rini2021-03-29
|\
| * arm: socfpga: Only do 'is OS booted from FIT' checking when VAB is enabledSiew Chin Lim2021-03-23