index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common
/
board_r.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
env: allow environment to be amended from control dtb
Rasmus Villemoes
2021-05-04
1
-0
/
+2
*
common: Move initr_addr_map() to a bit earlier
Bin Meng
2021-03-05
1
-3
/
+3
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
1
-0
/
+1
*
common: board_r: Drop arch-specific ifdefs around initr_trap
Ovidiu Panait
2021-01-15
1
-14
/
+2
*
common: board_r: Drop initr_bbmii wrapper
Ovidiu Panait
2021-01-15
1
-9
/
+1
*
common: board_r: Drop initr_api wrapper
Ovidiu Panait
2021-01-15
1
-10
/
+1
*
common: board_r: Drop initr_jumptable wrapper
Ovidiu Panait
2021-01-15
1
-7
/
+1
*
common: board_r: Drop initr_xen wrapper
Ovidiu Panait
2021-01-15
1
-9
/
+1
*
common: board_r: Drop initr_noncached wrapper
Ovidiu Panait
2021-01-15
1
-9
/
+1
*
common: board_r: Drop initr_pci wrapper
Ovidiu Panait
2021-01-15
1
-14
/
+4
*
common: board_r: Drop initr_pci_ep wrapper
Ovidiu Panait
2021-01-15
1
-10
/
+1
*
common: board_r: Drop initr_post_backlog wrapper
Ovidiu Panait
2021-01-15
1
-9
/
+1
*
common: board_r: Drop initr_secondary_cpu wrapper
Ovidiu Panait
2021-01-15
1
-15
/
+2
*
common: board_r: Drop initr_console_record wrapper
Ovidiu Panait
2021-01-15
1
-10
/
+3
*
Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b...
Tom Rini
2020-11-01
1
-0
/
+6
|
\
|
*
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 sequence
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-qoriq
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 wrapper
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
[next]