| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-05 | OpenRISC: Remove | Tom Rini | |
| The OpenRISC architecture is currently unmaintained, remove. Cc: Stefan Kristiansson <[email protected]> Signed-off-by: Tom Rini <[email protected]> Reviewed-by: Simon Glass <[email protected]> | |||
| 2014-05-12 | bd_info: remove bi_barudrate member from struct bd_info | Masahiro Yamada | |
| gd->bd->bi_baudrate is a copy of gd->baudrate. Since baudrate is a common feature for all architectures, keep gd->baudrate only. It is true that bi_baudrate was passed to the kernel in that structure but it was a long time ago. Signed-off-by: Masahiro Yamada <[email protected]> Cc: Tom Rini <[email protected]> Cc: Simon Glass <[email protected]> Cc: Wolfgang Denk <[email protected]> Cc: Heiko Schocher <[email protected]> Acked-by: Michal Simek <[email protected]> (For microblaze) | |||
| 2013-07-24 | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | |
| Signed-off-by: Wolfgang Denk <[email protected]> [trini: Fixup common/cmd_io.c] Signed-off-by: Tom Rini <[email protected]> | |||
| 2012-10-19 | openrisc: Change bi_baudrate and global data baudrate to int | Simon Glass | |
| These don't need to be longs, so change them. Signed-off-by: Simon Glass <[email protected]> Signed-off-by: Tom Rini <[email protected]> | |||
| 2012-05-15 | net: punt bd->bi_ip_addr | Mike Frysinger | |
| This field gets read in one place (by "bdinfo"), and we can replace that with getenv("ipaddr"). After all, the bi_ip_addr field is kept up-to-date implicitly with the value of the ipaddr env var. Signed-off-by: Mike Frysinger <[email protected]> Reviewed-by: Joe Hershberger <[email protected]> | |||
| 2012-01-13 | openrisc: Add architecture header files | Stefan Kristiansson | |
| Signed-off-by: Stefan Kristiansson <[email protected]> | |||
