| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unused | Simon Glass | 2021-02-02 | 4 | -0/+4 |
* | global: Move from bi_memstart/memsize -> gd->ram_base/ram_size | Stefan Roese | 2020-08-26 | 1 | -1/+1 |
* | treewide: convert bd_t to struct bd_info by coccinelle | Masahiro Yamada | 2020-07-17 | 2 | -2/+2 |
* | common: Drop asm/ptrace.h from common header | Simon Glass | 2020-05-18 | 2 | -0/+2 |
* | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 2 | -8/+13 |
* | common: Drop init.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | watchdog: mpc8xx: Revert the 8xx watchdog back to CONFIG_HW_WATCHDOG | Christophe Leroy | 2020-02-28 | 1 | -4/+0 |
* | mpc8xx: Expose show_regs() | Tom Rini | 2020-02-07 | 1 | -1/+1 |
* | common: Move get_tbclk() to time.h | Simon Glass | 2020-01-17 | 3 | -0/+3 |
* | common: Move clock functions into a new file | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | common: Move relocate_code() to init.h | Simon Glass | 2020-01-17 | 1 | -1/+1 |
* | common: Move interrupt functions into a new header | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Drop checkicache() and checkdcache() | Simon Glass | 2019-12-02 | 1 | -65/+65 |
* | common: Move some cache and MMU functions out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move checkcpu() out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | Move strtomhz() to vsprintf.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | watchdog: mpc8xx_wdt: Watchdog driver and macros cleanup | Stefan Roese | 2019-04-26 | 1 | -3/+3 |
* | powerpc, mpc8xx: clear top of stack | Christophe Leroy | 2018-12-03 | 1 | -1/+3 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 11 | -24/+11 |
* | powerpc: mpc8xx: move watchdog into drivers/watchdog | Christophe Leroy | 2018-04-06 | 2 | -12/+4 |
* | powerpc: mpc8xx: cleaning up watchdog | Christophe Leroy | 2018-04-06 | 2 | -20/+8 |
* | powerpc: mpc8xx: refactorise reginfo | Christophe Leroy | 2018-04-06 | 3 | -72/+20 |
* | powerpc: mpc8xx: initialisation of initial RAM | Christophe Leroy | 2018-04-06 | 1 | -7/+20 |
* | powercp: mpc8xx: move commproc.h | Christophe Leroy | 2018-04-06 | 4 | -4/+4 |
* | powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xx | Christophe Leroy | 2018-04-06 | 2 | -2/+2 |
* | powerpc: mpc8xx: remove get_immr() argument | Christophe Leroy | 2018-04-06 | 2 | -2/+2 |
* | powerpc: mpc8xx: get rid of the multiple PVR_ values | Christophe Leroy | 2018-04-06 | 1 | -1/+1 |
* | powerpc: mpc8xx: harmonise initialisation of the immap local pointer | Christophe Leroy | 2018-04-06 | 2 | -5/+3 |
* | libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> | Masahiro Yamada | 2018-03-05 | 2 | -2/+2 |
* | powerpc: Rework interrupt_init_cpu() | Tom Rini | 2017-08-26 | 1 | -3/+1 |
* | powerpc, 8xx: fix missing function declarations. | Christophe Leroy | 2017-07-23 | 2 | -7/+8 |
* | powerpc: move get_pvr() and get_svr() into C | Christophe Leroy | 2017-07-22 | 1 | -5/+0 |
* | powerpc, 8xx: move cache helper into C | Christophe Leroy | 2017-07-22 | 1 | -32/+0 |
* | powerpc, 8xx: move get_immr() into C | Christophe Leroy | 2017-07-22 | 1 | -15/+0 |
* | powerpc, 8xx: Move cache function into C files | Christophe Leroy | 2017-07-22 | 3 | -56/+50 |
* | powerpc, 8xx: Simplifying check_CPU() | Christophe Leroy | 2017-07-22 | 1 | -32/+7 |
* | powerpc: Remove unneccessary #ifdefs in reginfo | Christophe Leroy | 2017-07-22 | 1 | -1/+2 |
* | powerpc, timer: Does 8xx specific actions in 8xx cpu_init | Christophe Leroy | 2017-07-22 | 1 | -1/+4 |
* | powerpc: get rid of addr_probe() | Christophe Leroy | 2017-07-22 | 1 | -8/+0 |
* | powerpc, 8xx: Simplify brgclk calculation and remove get_brgclk() | Christophe Leroy | 2017-07-22 | 1 | -22/+3 |
* | powerpc, 8xx: Add support for MCR3000 board from CSSI | Christophe Leroy | 2017-07-08 | 1 | -0/+5 |
* | powerpc, 8xx: move Serial driver to drivers/serial/ | Christophe Leroy | 2017-07-08 | 2 | -280/+0 |
* | powerpc, 8xx: move SPI driver to drivers/spi/ | Christophe Leroy | 2017-07-08 | 2 | -340/+0 |
* | powerpc, 8xx: move FEC Ethernet driver in drivers/net | Christophe Leroy | 2017-07-08 | 3 | -852/+1 |
* | powerpc, 8xx: Migrate to Kconfig | Christophe Leroy | 2017-07-08 | 3 | -5/+153 |
* | powerpc, 8xx: Properly set CPM frequency in the device tree | Christophe Leroy | 2017-07-08 | 1 | -0/+2 |
* | powerpc, 8xx: Handle checkpatch errors and some of the warnings/checks | Christophe Leroy | 2017-07-08 | 11 | -287/+253 |
* | powerpc, 8xx: Implement GLL2 ERRATA | Christophe Leroy | 2017-07-08 | 1 | -0/+20 |
* | powerpc, 8xx: Use IO accessors to access IO memory | Christophe Leroy | 2017-07-08 | 9 | -533/+493 |