| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | common: Drop get_endaddr() | Simon Glass | 2019-12-02 | 1 | -1/+0 |
| * | | common: Move trap_init() out of common.h | Simon Glass | 2019-12-02 | 4 | -1/+4 |
| * | | common: Move pci_init_board() out of common.h | Simon Glass | 2019-12-02 | 49 | -2/+50 |
| * | | common: Move some board functions out of common.h | Simon Glass | 2019-12-02 | 188 | -8/+195 |
| * | | common: Move board_get_usable_ram_top() out of common.h | Simon Glass | 2019-12-02 | 28 | -13/+44 |
| * | | common: Drop board_show_dram() | Simon Glass | 2019-12-02 | 2 | -16/+2 |
| * | | common: Move command functions out of common.h | Simon Glass | 2019-12-02 | 23 | -16/+38 |
| * | | common: Move enable/disable_interrupts out of common.h | Simon Glass | 2019-12-02 | 61 | -7/+69 |
| * | | common: Move interrupt functions into a new header | Simon Glass | 2019-12-02 | 42 | -7/+60 |
| * | | arm: powerpc: Tidy up code style for interrupt functions | Simon Glass | 2019-12-02 | 14 | -35/+35 |
| * | | common: Move ARM cache operations out of common.h | Simon Glass | 2019-12-02 | 135 | -24/+159 |
| * | | common: Drop checkicache() and checkdcache() | Simon Glass | 2019-12-02 | 2 | -67/+65 |
| * | | common: Move some cache and MMU functions out of common.h | Simon Glass | 2019-12-02 | 94 | -9/+101 |
| * | | arm: powerpc: Tidy up code style for cache functions | Simon Glass | 2019-12-02 | 6 | -24/+28 |
| * | | common: Move some SMP functions out of common.h | Simon Glass | 2019-12-02 | 12 | -3/+13 |
| * | | common: Move checkcpu() out of common.h | Simon Glass | 2019-12-02 | 17 | -1/+44 |
| * | | common: Drop cpu_init() | Simon Glass | 2019-12-02 | 1 | -2/+0 |
| * | | common: Move some CPU functions out of common.h | Simon Glass | 2019-12-02 | 10 | -20/+9 |
| * | | common: Move mii_init() function out of common.h | Simon Glass | 2019-12-02 | 10 | -3/+10 |
| * | | common: Move get_ticks() function out of common.h | Simon Glass | 2019-12-02 | 68 | -5/+78 |
| * | | common: Move timer_get_us() function out of common.h | Simon Glass | 2019-12-02 | 2 | -3/+7 |
| * | | arm: pxa: Drop pxa_wait_ticks() | Simon Glass | 2019-12-02 | 1 | -8/+4 |
| * | | common: Move wait_ticks functions out of common.h | Simon Glass | 2019-12-02 | 3 | -1/+11 |
| * | | common: Move some time functions out of common.h | Simon Glass | 2019-12-02 | 12 | -4/+26 |
| * | | common: Add a new lz4.h header file | Simon Glass | 2019-12-02 | 5 | -3/+27 |
| * | | common: Move serial functions out of common.h | Simon Glass | 2019-12-02 | 34 | -9/+40 |
| * | | common: Move serial_printf() to the serial header | Simon Glass | 2019-12-02 | 8 | -8/+18 |
| * | | serial: usb: Correct the usbtty_...() prototypes | Simon Glass | 2019-12-02 | 2 | -8/+11 |
| * | | common: Move env_get_ip() to net.h | Simon Glass | 2019-12-02 | 2 | -5/+20 |
| * | | Move strtomhz() to vsprintf.h | Simon Glass | 2019-12-02 | 50 | -26/+76 |
| * | | common: Move sorting functions to their own header file | Simon Glass | 2019-12-02 | 8 | -5/+40 |
| * | | common: Move bootcount functions to their header file | Simon Glass | 2019-12-02 | 3 | -4/+11 |
| * | | spl: bootcount: Move code out of header file | Simon Glass | 2019-12-02 | 2 | -4/+11 |
| * | | crc32: Use the crc.h header for crc functions | Simon Glass | 2019-12-02 | 65 | -5/+63 |
| * | | crc: Fix code style with crc functions | Simon Glass | 2019-12-02 | 4 | -12/+73 |
| * | | common: Drop linux/crc8.h | Simon Glass | 2019-12-02 | 6 | -28/+22 |
| * | | common: Move random-number functions into their own header | Simon Glass | 2019-12-02 | 5 | -6/+43 |
| * | | status_led: Tidy up the code style | Simon Glass | 2019-12-02 | 3 | -7/+7 |
| * | | common: Drop global inclusion of status_led.h | Simon Glass | 2019-12-02 | 17 | -4/+16 |
| * | | Drop CONFIG_SHOW_ACTIVITY | Simon Glass | 2019-12-02 | 6 | -31/+0 |
| * | | common: Move older CPU functions to their own header | Simon Glass | 2019-12-02 | 10 | -9/+31 |
| |/ |
|
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/02Dec2019 | Tom Rini | 2019-12-02 | 15 | -11/+45 |
|\ \ |
|
| * | | configs: ls1028a: enable CMD_DM | Alex Marginean | 2019-11-29 | 4 | -0/+4 |
| * | | board: fsl: lx2160a: Fix the typo in board_fix_fdt | Pankaj Bansal | 2019-11-29 | 1 | -1/+1 |
| * | | configs/lx2160a: Add CONFIG_ENV_SECT_SIZE in defconfig | Priyanka Jain | 2019-11-29 | 4 | -0/+4 |
| * | | include/configs: ls1012a: add pfe stop command | Biwen Li | 2019-11-27 | 4 | -5/+5 |
| * | | armv8: ls1043aqds: modify the qspi_bootcmd definition | Wen He | 2019-11-27 | 1 | -2/+2 |
| * | | configs: ls1028a: enable OF_LIBFDT_OVERLAY | Alex Marginean | 2019-11-27 | 4 | -0/+4 |
| * | | armv8: ls1028a: Add environment variables to facilitate the boot | Yuantian Tang | 2019-11-27 | 1 | -3/+25 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-mips | Tom Rini | 2019-12-02 | 45 | -4671/+0 |
|\ \ \
| |_|/
|/| | |
|