SCM :: Manager - Git Repository - talos-obmc-uboot

Branch Informations

v2016.07-aspeed-openbmc

Date Author Message
2018-04-12 16-08-58 Raptor Engineering Development Team <support@raptorengineering.com> Raptor manufacturing base image changes for Talos™ II
2018-04-12 16-08-58 Raptor Engineering Development Team <support@raptorengineering.com> Move U-Boot control transfer to kernel GPIO on Talos™ II systems
2018-04-12 16-08-58 Raptor Engineering Development Team <support@raptorengineering.com> Signal U-Boot control transfer to kernel on Talos™ II systems
2018-02-19 23-42-18 Brad Bishop <bradleyb@fuzziesquirrel.com> aspeed: Drop bootcmd support for legacy images Assume booting from a FIT image by default. This allows image builders to use arbitrary configuration names like /configurations/conf@foo. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
2018-02-12 23-18-32 Huy Duong <quochuybk2010@gmail.com> net: ftgmac100: Reset FTGMAC100 before setting MAC In ftgmac100_initialize(), FTGMAC100 is reset after MACs are set, hence all MACs set before will be erased. This patch moves ftgmac100_reset() to before ftgmac100_set_mac_from_env(). Signed-off-by: Huy Duong <qhuyduong@hotmail.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
2018-02-12 23-15-53 Denis Pynkin <denis.pynkin@collabora.com> net: Use packed structures for networking PXE boot is broken with GCC 7.1 due option '-fstore-merging' enabled by default for '-O2': BOOTP broadcast 1 data abort pc : [<8ff8bb30>] lr : [<00004f1f>] reloc pc : [<17832b30>] lr : [<878abf1f>] sp : 8f558bc0 ip : 00000000 fp : 8ffef5a4 r10: 8ffed248 r9 : 8f558ee0 r8 : 8ffef594 r7 : 0000000e r6 : 8ffed700 r5 : 00000000 r4 : 8ffed74e r3 : 00060101 r2 : 8ffed230 r1 : 8ffed706 r0 : 00000ddd Flags: nzcv IRQs off FIQs off Mode SVC_32 Resetting CPU ... Core reason is usage of structures for network headers without packed attribute. Reviewed-by: Yauheni Kaliuta <yauheni.kaliuta@redhat.com> Signed-off-by: Denis Pynkin <denis.pynkin@collabora.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com> (cherry picked from commit 704f3acfcf55343043bbed01c5fb0a0094a68e8a) Signed-off-by: Joel Stanley <joel@jms.id.au>
2018-02-12 22-30-32 Robert Lippert <roblip@gmail.com> aspeed/flash: fix buffersize of MX6651235F flash chip The MX66L51235F had a wrong write buffersize of 512 bytes set which causes issues when trying to write an environment block >256 bytes as the SPI chip only "listens" to the last 256 bytes. Signed-off-by: Robert Lippert <rlippert@google.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
2017-10-20 08-55-01 Cédric Le Goater <clg@kaod.org> aspeed/timer: move static variables under arch_global_data The timestamp and lastdec variables are under BSS which is a problem as the timer_init() routine is called in the early init phase. Move them under arch_global_data. Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2017-10-20 08-54-55 Cédric Le Goater <clg@kaod.org> Revert "ast-g5: deactivate vbar (for qemu)" This reverts commit a0ca4ecbeae4ae9632ebc67bf5318dd2ea09c94f. Support was added to QEMU in : commit 91db4642f868 ("target-arm: Add VBAR support to ARM1176 CPUs") The work around happens to crash the guest when the vector relocation is done, with ignore_memory_transaction_failures=false which is now the default in QEMU. Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2017-08-23 23-20-23 Adriana Kobylak <anoo@linux.vnet.ibm.com> Add optional MTD and UBI support to ast-common Add MTD and UBI support conditioned to having MTDPARTS_DEFAULT defined. This allows platforms to enable this support if desired without adding it by default since it increases the size of u-boot by about 70kB. Signed-off-by: Adriana Kobylak <anoo@linux.vnet.ibm.com> Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

v2016.07-aspeed-openbmc-03-26-2018

Date Author Message
2018-02-05 04-34-21 Raptor Engineering Development Team <support@raptorengineering.com> Raptor manufacturing base image changes for Talos™ II
2018-01-22 03-00-10 Raptor Engineering Development Team <support@raptorengineering.com> Move U-Boot control transfer to kernel GPIO on Talos™ II systems
2018-01-17 16-30-04 Raptor Engineering Development Team <support@raptorengineering.com> Signal U-Boot control transfer to kernel on Talos™ II systems
2017-10-20 08-55-01 Cédric Le Goater <clg@kaod.org> aspeed/timer: move static variables under arch_global_data The timestamp and lastdec variables are under BSS which is a problem as the timer_init() routine is called in the early init phase. Move them under arch_global_data. Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2017-10-20 08-54-55 Cédric Le Goater <clg@kaod.org> Revert "ast-g5: deactivate vbar (for qemu)" This reverts commit a0ca4ecbeae4ae9632ebc67bf5318dd2ea09c94f. Support was added to QEMU in : commit 91db4642f868 ("target-arm: Add VBAR support to ARM1176 CPUs") The work around happens to crash the guest when the vector relocation is done, with ignore_memory_transaction_failures=false which is now the default in QEMU. Signed-off-by: Cédric Le Goater <clg@kaod.org> Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2017-08-23 23-20-23 Adriana Kobylak <anoo@linux.vnet.ibm.com> Add optional MTD and UBI support to ast-common Add MTD and UBI support conditioned to having MTDPARTS_DEFAULT defined. This allows platforms to enable this support if desired without adding it by default since it increases the size of u-boot by about 70kB. Signed-off-by: Adriana Kobylak <anoo@linux.vnet.ibm.com> Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2017-08-23 23-03-42 Adriana Kobylak <anoo@linux.vnet.ibm.com> Add MTD support to Aspeed Flash driver Add support to the aspeed flash driver to enable the common mtd layer through CONFIG_FLASH_CFI_MTD. This enables the flash to be used by u-boot mtd drivers including the mtdparts and ubi commands. Signed-off-by: Adriana Kobylak <anoo@linux.vnet.ibm.com> Acked-by: Milton Miller <miltonm@us.ibm.com> Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
2017-06-26 07-50-18 Mykola Kostenok <c_mykolak@mellanox.com> aspeed: Add WD2 reset support for ast-g5 Add support for WATCHDOG_RESET macro for aspeed g5 boards. With this change we can have the watchdog enabled from boot but also have u-boot pat the watchdog when dropping to the console. Signed-off-by: Mykola Kostenok <c_mykolak@mellanox.com> [joel: tweaked commit message, fixed defines] Signed-off-by: Joel Stanley <joel@jms.id.au>
2017-06-26 07-50-03 Joel Stanley <joel@jms.id.au> aspeed: Add defines for all watchdogs This adds defines for WDT2 (and WDT3 for the ast2500), and renames the existing one to WDT1. Signed-off-by: Joel Stanley <joel@jms.id.au>
2017-06-25 23-03-52 Joel Stanley <joel@jms.id.au> aspeed: Update platform_g5.S to version 16 1.[P1] Add margin check/retry for DDR4 Vref training margin. 2.[P1] Add margin check/retry for DDR3/DDR4 read timing training margin. 3.[P2] Add initial sequence for LPC controller 4.[P2] Add initial full-chip reset option 5.[P3] Add 10ms delay after DDR reset Signed-off-by: Joel Stanley <joel@jms.id.au>

v2016.07-aspeed-openbmc-04-16-2019

Date Author Message
2019-04-19 06-17-36 Raptor Engineering Development Team <support@raptorengineering.com> Raptor manufacturing base image changes for Talos™ II
2019-04-19 06-17-36 Raptor Engineering Development Team <support@raptorengineering.com> Move U-Boot control transfer to kernel GPIO on Talos™ II systems
2019-04-19 06-17-36 Raptor Engineering Development Team <support@raptorengineering.com> Signal U-Boot control transfer to kernel on Talos™ II systems
2019-04-04 22-49-13 Adriana Kobylak <anoo@us.ibm.com> aspeed/flash: Add MT25QL01GB chip The MT25QL01GB is a 128MB NOR flash chip planned to be used on a Witherspoon system (AST2500). Signed-off-by: Adriana Kobylak <anoo@us.ibm.com> Tested-by: Adriana Kobylak <anoo@us.ibm.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
2019-04-04 00-02-32 David Thompson <dthompson@mellanox.com> aspeed/ast-scu.c: add ast_get_m_pll_clk() for AST_SOC_G5 This code change adds the AST_SOC_G5 version of ast_get_m_pll_clk(), which is relevant to AST1520, AST2500, and AST3200 devices. This change properly enables the AST_SOC_G5 logic in print_cpuinfo(), which can be turned on by defining CONFIG_DISPLAY_CPUINFO. Signed-off-by: David Thompson <dthompson@mellanox.com> Reviewed-by: Shravan Ramani <sramani@mellanox.com> Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
2018-07-23 21-53-43 Andrew Jeffery <andrew@aj.id.au> arch-aspeed: Make AHBC and SDMC header guards unique Otherwise we get mysterious missing symbols if we include both those and the ast-{ahbc,sdmc}.h files. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
2018-07-23 21-53-43 Andrew Jeffery <andrew@aj.id.au> ast-g4: Fix typo in board_init() comment Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
2018-07-23 21-53-43 Andrew Jeffery <andrew@aj.id.au> checkpatch: Fix unescaped brace warning Running checkpatch using Ubuntu 18.04's packaged perl (5.26.1-6ubuntu0.1) gave the following output: Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/^(\+.*(?:do|\))){ <-- HERE / at ./scripts/checkpatch.pl line 3267 Escape the brace to avoid the warning. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Joel Stanley <joel@jms.id.au>
2018-07-23 21-53-41 Joel Stanley <joel@jms.id.au> platform_g5: Disable CONFIG_DDR4_SUPPORT_HYNIX This maintains the existing behaviour of u-boot on ast2500. Signed-off-by: Joel Stanley <joel@jms.id.au>
2018-07-12 00-25-39 Joel Stanley <joel@jms.id.au> platform_g5: Update to v18 Signed-off-by: Joel Stanley <joel@jms.id.au>

Notes

This page is only a quick view for git commits. The full commit view is here.

Git Informations