2020-01-10 | Simon Goldschmidt | spl: fix stack usage check if gd is not initialized Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2020-01-07 | Simon Goldschmidt | configs: socfpga: fix building Stratix10 and Agilex Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-11-22 | Simon Goldschmidt | usb: dwc2: fix possible alignment issues Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-11-22 | Simon Goldschmidt | usb: composite: fix possible alignment issues Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-11-20 | Simon Goldschmidt | spi: cadence_qspi: support DM_CLK Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-11-20 | Simon Goldschmidt | timer: dw-apb: add reset handling Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-11-20 | Simon Goldschmidt | socfpga: fix include guard in misc.h (arch vs. global) Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-11-20 | Simon Goldschmidt | ddr: socfpga: gen5: constify altera_gen5_sdram_ops Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-11-07 | Simon Goldschmidt | dlmalloc: calloc: fix zeroing early allocations Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-11-07 | Simon Goldschmidt | spl: fix SPI config dependencies Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-11-07 | Simon Goldschmidt | arm: socfpga: gen5: fix ERR_PTR_OFFSET Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-11-07 | Simon Goldschmidt | linux err: make ERR_PTR/PTR_ERR architecture specific Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-11-07 | Simon Goldschmidt | Kconfig add config ERR_PTR_OFFSET Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-10-06 | Simon Goldschmidt | arm: socfpga: disable CONFIG_SPL_WDT for gen5 and a10 Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-08-15 | Simon Goldschmidt | arm: socfpga: gen5: don't zero bss in board_init_f() Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-08-11 | Simon Goldschmidt | spl: implement stack usage check Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-07-25 | Simon Goldschmidt | net: designware: use 'phy_connect' instead of open... Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-07-21 | Simon Goldschmidt | spl: kconfig: separate sysreset and firmware drivers... Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-07-21 | Simon Goldschmidt | sysreset: add support for socfpga sysreset Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-07-21 | Simon Goldschmidt | sysreset: socfpga: stratix10: add sysreset driver Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-07-21 | Simon Goldschmidt | sysreset: socfpga: gen5: add sysreset driver Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-07-21 | Simon Goldschmidt | arm: socfpga: rst: add register definition for cold... Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-07-21 | Simon Goldschmidt | dm: ddr: socfpga: fix gen5 ddr driver to not use bss Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-07-21 | Simon Goldschmidt | arm: socfpga: fix 3 boards missing env var "socfpga_legacy_r... Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-07-18 | Simon Goldschmidt | net: designware: remove mdio bus on probe failure Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-07-18 | Simon Goldschmidt | cmd: mdio: prevent data abort when no mdio bus is found Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-06-14 | Simon Goldschmidt | tools: add tools/spl_size_limit to ignore list Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-06-14 | Simon Goldschmidt | arm: socfpga: provide default SPL_SIZE_LIMIT for gen5 Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-06-07 | Simon Goldschmidt | spl: add overall SPL size check Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-05-23 | Simon Goldschmidt | gpio: dwapb_gpio: fix broken dev->node Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-05-14 | Simon Goldschmidt | arm: sofcpga: s10: remove unused ad-hoc reset code Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-05-14 | Simon Goldschmidt | arm: socfpga: remove re-added ad-hoc reset code Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-05-10 | Simon Goldschmidt | gpio: dwapb_gpio: convert to livetree Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-05-10 | Simon Goldschmidt | reset: socfpga: convert to livetree Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-05-10 | Simon Goldschmidt | serial: altera_uart: convert to livetree Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-05-10 | Simon Goldschmidt | spi: designware: convert to livetree Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-05-10 | Simon Goldschmidt | spi: cadence_qspi: convert to livetree Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-05-10 | Simon Goldschmidt | timer: dw-apb: remove unused DECLARE_GLOBAL_DATA_PTR Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-05-09 | Simon Goldschmidt | fdt_shrink_to_minimum: do not mark fdt space reserved... Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-05-05 | Simon Goldschmidt | spl: fix linker size check off-by-one errors Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-30 | Simon Goldschmidt | configs: move CONFIG_SPL_TEXT_BASE to Kconfig Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-29 | Simon Goldschmidt | dts: arm: socfpga: fix socfpga_de10_nano console Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-24 | Simon Goldschmidt | arm: socfpga: clean up board config files Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-24 | Simon Goldschmidt | arm: socfpga: remove CONFIG_SYS_BOOTMAPSZ Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-24 | Simon Goldschmidt | arm: socfpga: clean up socfpga_common.h Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-24 | Simon Goldschmidt | arm: socfpga: move vining_fpga to DM_I2C Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-24 | Simon Goldschmidt | arm: socfpga: gen5: reduce SPL pre-reloc malloc Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-24 | Simon Goldschmidt | arm: socfpga: imply/default common config options Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-24 | Simon Goldschmidt | arm: socfpga: put initial U-Boot stack into DDR Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-24 | Simon Goldschmidt | arm: socfpga: fix comment about SPL memory layout Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-24 | Simon Goldschmidt | configs: socfpga: socrates: enable rtc support Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-24 | Simon Goldschmidt | arm: socfpga: socrates: make rtc work Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-24 | Simon Goldschmidt | rtc: m41t62: add compatible for m41t82 Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-24 | Simon Goldschmidt | i2c: designware: fix reset handling on socfpga gen5 Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-24 | Simon Goldschmidt | Revert "cmd: Kconfig: Do not include EEPROM if DM_I2C... Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-24 | Simon Goldschmidt | eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUS Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-24 | Simon Goldschmidt | socfpga: add Simon Goldschmidt as co-custodian socfpga: add Simon Goldschmidt as co-custodian Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-17 | Simon Goldschmidt | arm: socfpga: implement proper peripheral reset Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-17 | Simon Goldschmidt | spi: cadence_qspi: add reset handling Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-17 | Simon Goldschmidt | mtd: rawnand: denali: add reset handling Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-17 | Simon Goldschmidt | arm: socfpga: move gen5 SDR driver to DM Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-17 | Simon Goldschmidt | reset: socfpga: add reset handling for old kernels Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-17 | Simon Goldschmidt | arm: socfpga: gen5: deassert peripheral reset by default Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-17 | Simon Goldschmidt | reset: socfpga: rename membase ptr to modrst_base Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-17 | Simon Goldschmidt | arm: socfpga: gen5: add reset & sdr node to SPL devicetrees Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-04-17 | Simon Goldschmidt | arm: socfpga: gen5: sync devicetrees to Linux Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-03-16 | Simon Goldschmidt | arm: socfpga: make SPL_TEXT_BASE overridable Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-02-28 | Simon Goldschmidt | spl: add debug print for early malloc usage Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-02-19 | Simon Goldschmidt | spl: implement CRC check on U-Boot uImage Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-02-18 | Simon Goldschmidt | arm: socfpga: gen5: remove hacked ETH RST handling Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-02-18 | Simon Goldschmidt | arm: socfpga: gen5 enable designware_socfpga Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-02-18 | Simon Goldschmidt | net: designware: socfpga: adapt to Gen5 Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-02-09 | Simon Goldschmidt | of-platdata: improve documentation Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-02-02 | Simon Goldschmidt | test: lib: lmb: add lmb test for multiple RAM banks Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-02-02 | Simon Goldschmidt | lmb: handle more than one DRAM BANK Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-31 | Simon Goldschmidt | dfu: mmc: call fs functions instead of run_command Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-26 | Simon Goldschmidt | lib: lmb: cleanup var names and patman warnings Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-26 | Simon Goldschmidt | lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-26 | Simon Goldschmidt | tests: dtoc: adapt tests to changed dtoc output Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-24 | Simon Goldschmidt | net: fix env flags for eth10addr and above Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-24 | Simon Goldschmidt | net: remove duplicate definition of ETHADDR_WILDCARD Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-24 | Simon Goldschmidt | net: designware: clear padding bytes Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-24 | Simon Goldschmidt | net: designware: fix tx packet length Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-17 | Simon Goldschmidt | arm: bootm: fix sp detection at end of address range Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-17 | Simon Goldschmidt | tftp: prevent overwriting reserved memory Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-16 | Simon Goldschmidt | lmb: remove unused extern declaration Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-16 | Simon Goldschmidt | bootm: use new common function lmb_init_and_reserve Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-16 | Simon Goldschmidt | fs: prevent overwriting reserved memory Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-16 | Simon Goldschmidt | lib: lmb: extend lmb for checks at load time Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-16 | Simon Goldschmidt | fdt: parse "reserved-memory" for memory reservation Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-16 | Simon Goldschmidt | lib: lmb: reserving overlapping regions should fail Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-16 | Simon Goldschmidt | lmb: fix allocation at end of address range Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-16 | Simon Goldschmidt | test: add test for lib/lmb.c Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-15 | Simon Goldschmidt | Makefile: run CONFIG_BOARD_SIZE_LIMIT against .img Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-15 | Simon Goldschmidt | serial: ns16550: fix debug uart putc called before... Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-15 | Simon Goldschmidt | drivers: serial: DEBUG_UART_SKIP_INIT depends on DEBUG_UART Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-15 | Simon Goldschmidt | dtoc: make generated platdata structs const Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2019-01-14 | Simon Goldschmidt | image: fix compiling without CMD_FDT Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2018-12-12 | Simon Goldschmidt | test: hexdump: fix misplaced return Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
2018-12-07 | Simon Goldschmidt | arm: socfpga: imply SPL options instead of select Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> |
commit | commitdiff | tree |
next |