| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | efi_loader: add option to initialise EFI subsystem early | AKASHI Takahiro | 2020-10-30 | 1 | -0/+6 |
* | | dm: Avoid using #ifdef for CONFIG_OF_LIVE | Simon Glass | 2020-10-29 | 1 | -10/+9 |
|/ |
|
* | dm: board: complete the initialization of the muxes in initr_dm() | Jean-Jacques Hiblot | 2020-10-28 | 1 | -0/+12 |
* | xen: pvblock: Add initial support for para-virtualized block driver | Anastasiia Lukianenko | 2020-08-14 | 1 | -0/+14 |
* | xen: Port Xen hypervisor related code from mini-os | Oleksandr Andrushchenko | 2020-08-14 | 1 | -0/+13 |
* | common/board_r: Move blkcache_init call earlier in the boot sequenceWIP/2020-08-06-Kconfig-sram-options | Ovidiu Panait | 2020-08-06 | 1 | -3/+3 |
* | blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOC | Ovidiu Panait | 2020-08-06 | 1 | -1/+1 |
* | common/board_r: Remove initr_serial wrapper | Ovidiu Panait | 2020-08-06 | 1 | -7/+1 |
* | pci_ep: Add the init function | Xiaowei Bao | 2020-07-27 | 1 | -0/+12 |
* | treewide: convert bd_t to struct bd_info by coccinelle | Masahiro Yamada | 2020-07-17 | 1 | -2/+2 |
* | bdinfo: net: ppc: Drop bi_enet1addr and other similar info | Simon Glass | 2020-06-25 | 1 | -15/+1 |
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqWIP/20May2020 | Tom Rini | 2020-05-20 | 1 | -0/+8 |
|\ |
|
| * | board_r: Detect ifc-nor flash at run-time | Pankit Garg | 2020-05-19 | 1 | -0/+8 |
* | | common: Drop log.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | | command: Remove the cmd_tbl_t typedef | Simon Glass | 2020-05-18 | 1 | -2/+2 |
* | | common: Drop bootstage.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | | bootstage: Use BOOTSTAGE instead of BOOTSTATE | Simon Glass | 2020-05-18 | 1 | -2/+2 |
* | | common: Drop net.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
* | | common: Drop flash.h from common header | Simon Glass | 2020-05-18 | 1 | -0/+1 |
|/ |
|
* | board_r: Introduce CONFIG_PCI_INIT_R Kconfig option | Ovidiu Panait | 2020-05-15 | 1 | -3/+2 |
* | board_r: env: Use IS_ENABLED() instead of #ifdefs | Ovidiu Panait | 2020-05-15 | 1 | -10/+11 |
* | common/board_r: Drop initr_bedbug wrapperWIP/2020-05-01-master-imports | Ovidiu Panait | 2020-05-01 | 1 | -10/+1 |
* | common/board_r: arm: Merge initr_enable_interrupts into interrupts_init | Ovidiu Panait | 2020-05-01 | 1 | -12/+0 |
* | common: fix regression on block cache init | Angelo Durgehello | 2020-01-26 | 1 | -1/+1 |
* | common: add blkcache init | Angelo Durgehello | 2020-01-25 | 1 | -0/+3 |
* | common: Move hang() to the same header as panic() | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | common: Move the image globals into image.h | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | image: Rename load_addr, save_addr, save_size | Simon Glass | 2020-01-17 | 1 | -1/+1 |
* | common: Move reset_phy() to net.h | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | common: Move jumptable_init() out of common.h | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | common: Move main_loop() to init.h | Simon Glass | 2020-01-17 | 1 | -0/+1 |
* | x86: fsp: Add a new arch_fsp_init_r() hook | Simon Glass | 2019-12-15 | 1 | -0/+3 |
* | board_r: Move early-timer init later | Simon Glass | 2019-12-15 | 1 | -5/+14 |
* | binman: Add a library to access binman entries | Simon Glass | 2019-12-15 | 1 | -0/+10 |
* | common: Move enable/disable_interrupts out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move interrupt functions into a new header | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Move ARM cache operations out of common.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | crc32: Use the crc.h header for crc functions | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | common: Drop global inclusion of status_led.h | Simon Glass | 2019-12-02 | 1 | -0/+1 |
* | env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol | Tom Rini | 2019-11-20 | 1 | -1/+1 |
* | bootstage: Correct relocation algorithm | Simon Glass | 2019-10-27 | 1 | -1/+0 |
* | board_f: fix noncached reservation calculation | Stephen Warren | 2019-08-30 | 1 | -0/+4 |
* | Drop PCMCIA | Simon Glass | 2019-08-11 | 1 | -12/+0 |
* | env: Rename environment.h to env_internal.h | Simon Glass | 2019-08-11 | 1 | -1/+1 |
* | env: Move get/set_default_env() to env.h | Simon Glass | 2019-08-11 | 1 | -1/+1 |
* | env: Move env_relocate() to env.h | Simon Glass | 2019-08-11 | 1 | -0/+1 |
* | gpio: fixes for gpio-hog support | Heiko Schocher | 2019-07-29 | 1 | -2/+2 |
* | watchdog: Split WDT from SPL_WDT | Marek Vasut | 2019-07-19 | 1 | -1/+1 |
* | gpio: add gpio-hog support | Heiko Schocher | 2019-07-13 | 1 | -0/+6 |
* | board_r: move initr_watchdog to be called after initr_serial | Weijie Gao | 2019-07-07 | 1 | -3/+3 |