index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
board_f.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
video: Skip framebuffer reservation if already reserved
Devarsh Thakkar
2024-01-29
1
-2
/
+6
*
common/board_f: Catch bloblist before starting reservations
Devarsh Thakkar
2024-01-29
1
-3
/
+30
*
bloblist: Support initing from multiple places
Simon Glass
2023-10-06
1
-3
/
+1
*
spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN
Simon Glass
2023-10-06
1
-1
/
+1
*
freescale: Drop call to init_func_vid() in the init sequence
Simon Glass
2023-08-31
1
-10
/
+0
*
x86: Convert arch_fsp_init() to use events
Simon Glass
2023-08-31
1
-3
/
+1
*
initcall: Support emitting events
Simon Glass
2023-08-31
1
-6
/
+1
*
Merge tag 'v2023.10-rc3' into next
Tom Rini
2023-08-21
1
-3
/
+2
|
\
|
*
common: return type board_get_usable_ram_top
Heinrich Schuchardt
2023-08-15
1
-1
/
+1
|
*
video: Add a Kconfig option for SPL video handoff
Simon Glass
2023-08-09
1
-2
/
+1
*
|
treewide: unify the linker symbol reference format
Shiji Yang
2023-08-09
1
-8
/
+8
*
|
board_f: Cosmetic style fix
Bin Meng
2023-08-08
1
-2
/
+3
|
/
*
common: board_f: Pass frame buffer info from SPL to u-boot
Nikhil M Jain
2023-07-21
1
-1
/
+10
*
x86: Improve the trampoline in 64-bit mode
Simon Glass
2023-07-17
1
-5
/
+7
*
board_f: Relocate fdt even if GD_FLG_SKIP_RELOC is set
Kunihiko Hayashi
2023-07-14
1
-2
/
+0
*
arch: m68k: Introduce trivial PIT based timer
Marek Vasut
2023-04-15
1
-1
/
+1
*
sandbox: Bring back setting mon_len in global_data
Simon Glass
2023-02-11
1
-0
/
+3
*
global: Migrate CONFIG_PRAM to CFG
Tom Rini
2022-12-23
1
-4
/
+4
*
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
2022-12-05
1
-2
/
+2
*
global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*
Tom Rini
2022-12-05
1
-4
/
+4
*
SYS_NONCACHED_MEMORY: Correct comment in common/board_f.c
Tom Rini
2022-11-10
1
-2
/
+2
*
cyclic: get rid of cyclic_init()
Rasmus Villemoes
2022-11-02
1
-1
/
+10
*
Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
Simon Glass
2022-10-31
1
-5
/
+5
*
video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO
Simon Glass
2022-10-30
1
-1
/
+1
*
video: cmd: Drop old LCD code
Simon Glass
2022-10-30
1
-16
/
+11
*
common: board_f: Print information for all sysresets
Michal Suchanek
2022-10-21
1
-11
/
+18
*
common/board_f: drop ifdefs around header includes
Ovidiu Panait
2022-10-06
1
-2
/
+0
*
common/board_f: introduce arch_setup_dest_addr()
Ovidiu Panait
2022-10-06
1
-14
/
+7
*
common/board_f: move CONFIG_MACH_TYPE logic to arch/arm/lib/bdinfo.c
Ovidiu Panait
2022-10-06
1
-7
/
+0
*
common/board_f: remove XTRN_DECLARE_GLOBAL_DATA_PTR dead code
Ovidiu Panait
2022-10-06
1
-11
/
+0
*
board_f: show_dram_config: Print also real DRAM size
Pali Rohár
2022-09-23
1
-1
/
+36
*
board_f: Fix printing gd->ram_size and gd->ram_top
Pali Rohár
2022-09-23
1
-2
/
+2
*
board_f: Fix types for board_get_usable_ram_top()
Pali Rohár
2022-09-23
1
-1
/
+1
*
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-09-18
1
-2
/
+2
*
cyclic: Integrate cyclic functionality at bootup in board_r/f
Stefan Roese
2022-09-13
1
-0
/
+2
*
common: Drop display_options.h from common header
Simon Glass
2022-08-10
1
-0
/
+1
*
lcd: Remove legacy CONFIG_FB_ADDR code
Tom Rini
2022-07-05
1
-4
/
+0
*
microblaze: Add support for run time relocation
Michal Simek
2022-06-24
1
-0
/
+2
*
nds32: Remove the architecture
Tom Rini
2022-04-25
1
-1
/
+1
*
Convert CONFIG_SYS_MEM_TOP_HIDE to Kconfig
Tom Rini
2022-04-19
1
-1
/
+1
*
event: Convert arch_cpu_init_dm() to use events
Simon Glass
2022-03-10
1
-6
/
+0
*
event: Convert misc_init_f() to use events
Simon Glass
2022-03-10
1
-2
/
+5
*
event: Set up the event system on start-up
Simon Glass
2022-03-10
1
-0
/
+2
*
bloblist: Rename the SPL tag
Simon Glass
2022-01-13
1
-1
/
+1
*
bloblist: Support allocating the bloblist
Simon Glass
2021-12-05
1
-1
/
+7
*
board_f: Copy GD to new GD even if relocation disabled
Marek Vasut
2021-11-18
1
-16
/
+18
*
Convert CONFIG_SYS_I2C_LEGACY to Kconfig and add CONFIG_[ST]PL_SYS_I2C_LEGACY
Tom Rini
2021-08-30
1
-2
/
+2
*
i2c: Rename CONFIG_SYS_I2C to CONFIG_SYS_I2C_LEGACY
Simon Glass
2021-07-28
1
-2
/
+2
*
sandbox: don't refer to symbol _init
Heinrich Schuchardt
2021-07-06
1
-1
/
+3
*
board_f: cosmetic: change the debug trace to KB in reserve_video
Patrick Delaunay
2021-04-10
1
-1
/
+1
[next]