| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: imx: vining2000: Enable DDR DRAM calibration | Marek Vasut | 2019-12-06 | 2 | -0/+6 |
* | ARM: imx: vining2000: Convert to SPL framework | Marek Vasut | 2019-12-06 | 4 | -1/+198 |
* | ARM: mx6: pmu: Expose PMU LDO configuration interface | Marek Vasut | 2019-12-06 | 2 | -7/+9 |
* | board: colibri_imx7: reserve DDR memory for Cortex-M4 | Igor Opaniuk | 2019-12-06 | 2 | -0/+39 |
* | common: fdt_support: add support for setting usable memory | Igor Opaniuk | 2019-12-06 | 2 | -0/+36 |
* | warp7: Fix U-Boot corruption after saving the environment | Fabio Estevam | 2019-12-06 | 2 | -1/+14 |
* | mx6: Allow configuring the NoC registers on i.MX6QP | Fabio Estevam | 2019-12-06 | 1 | -0/+35 |
* | mx6cuboxi: Add Baruch as maintainer | Fabio Estevam | 2019-12-06 | 1 | -0/+1 |
* | mx7ulp: Sync the device tree related files | Fabio Estevam | 2019-12-06 | 3 | -964/+969 |
* | mx7ulp: scg: Remove unnused scg_a7_apll_init() | Fabio Estevam | 2019-12-06 | 2 | -62/+0 |
* | mx7ulp: Remove the _RUN notation from the PMC1 LDOVL definitions | Fabio Estevam | 2019-12-06 | 1 | -10/+10 |
* | mx7ulp: Introduce the CONFIG_LDO_ENABLED_MODE option | Fabio Estevam | 2019-12-06 | 2 | -0/+63 |
* | mx7ulp: Print the LDO mode status | Fabio Estevam | 2019-12-06 | 1 | -0/+20 |
* | tbs2910: Disable VxWorks image booting support | Tom Rini | 2019-12-03 | 1 | -0/+1 |
* | Prepare v2020.01-rc4v2020.01-rc4 | Tom Rini | 2019-12-02 | 1 | -1/+1 |
* | Merge branch '2019-12-02-master-imports' | Tom Rini | 2019-12-02 | 836 | -465/+1598 |
|\ |
|
| * | common: Move old EEPROM functions into a new headerWIP/2019-12-02-master-imports | Simon Glass | 2019-12-02 | 19 | -15/+41 |
| * | 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 |