index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
board_r.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-03
global_data.h: drop write-only field dm_root_f
Rasmus Villemoes
1
-2
/
+1
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
1
-1
/
+1
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
1
-1
/
+1
2024-05-06
common: Remove <common.h> and add needed includes
Tom Rini
1
-1
/
+1
2023-11-07
scsi: Forceably finish migration to DM_SCSI
Tom Rini
1
-15
/
+0
2023-10-23
event: add new EVT_SETTINGS_R event
Artur Rojek
1
-0
/
+1
2023-10-06
spl: Use SYS_MALLOC_F instead of SYS_MALLOC_F_LEN
Simon Glass
1
-1
/
+1
2023-09-14
common: event: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
1
-3
/
+0
2023-09-14
common: board_r: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
1
-22
/
+0
2023-09-14
blkcache: Remove unused NEEDS_MANUAL_RELOC code bits
Marek Vasut
1
-3
/
+0
2023-08-31
event: Use an event to replace last_stage_init()
Simon Glass
1
-8
/
+1
2023-08-31
initcall: Support manual relocation
Simon Glass
1
-4
/
+2
2023-08-31
Revert "initcall: Move to inline function"
Simon Glass
1
-1
/
+4
2023-08-09
treewide: unify the linker symbol reference format
Shiji Yang
1
-2
/
+2
2023-07-17
bdinfo: Show the malloc base with the bdinfo command
Simon Glass
1
-3
/
+4
2023-04-27
ide: Drop init for not using BLK
Simon Glass
1
-12
/
+0
2023-04-27
ide: Drop CONFIG_START_IDE
Simon Glass
1
-5
/
+0
2023-02-14
dm: Add support for handling old u-boot,dm- tags
Simon Glass
1
-0
/
+7
2023-02-11
dm: Allow serial output during the relocation process
Simon Glass
1
-0
/
+9
2023-02-10
Correct SPL uses of SAVE_PREV_BL_INITRAMFS_START_ADDR
Simon Glass
1
-1
/
+1
2023-02-10
Correct SPL uses of SAVE_PREV_BL_FDT_ADDR
Simon Glass
1
-1
/
+1
2023-02-10
Correct SPL use of OF_EMBED
Simon Glass
1
-1
/
+1
2023-02-10
Correct SPL uses of NEEDS_MANUAL_RELOC
Simon Glass
1
-2
/
+2
2023-01-12
gpio: Get rid of gpio_hog_probe_all()
Marek Vasut
1
-3
/
+0
2022-12-23
global: Migrate CONFIG_PRAM to CFG
Tom Rini
1
-3
/
+3
2022-12-05
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
1
-4
/
+4
2022-11-06
efi_loader: remove CONFIG_EFI_SETUP_EARLY
AKASHI Takahiro
1
-1
/
+1
2022-11-02
cyclic: get rid of cyclic_init()
Rasmus Villemoes
1
-1
/
+0
2022-10-31
event: Add an event for main_loop
Sughosh Ganu
1
-0
/
+3
2022-10-31
Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
Simon Glass
1
-1
/
+1
2022-10-03
Merge branch 'next'
Tom Rini
1
-1
/
+5
2022-09-29
dm: core: Provide a way to reset the device tree
Simon Glass
1
-0
/
+2
2022-09-29
board_r: Relocate OF_EMBED if NEEDS_MANUAL_RELOC only
Pierre-Clément Tosi
1
-3
/
+3
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
1
-1
/
+1
2022-09-13
cyclic: Integrate cyclic functionality at bootup in board_r/f
Stefan Roese
1
-0
/
+2
2022-08-10
common: Drop display_options.h from common header
Simon Glass
1
-0
/
+1
2022-08-04
Audit <flash.h> inclusion
Tom Rini
1
-0
/
+2
2022-06-06
common/board_r.c: drop legacy and unused bi_enetaddr
Rasmus Villemoes
1
-15
/
+0
2022-06-06
event: fix static events for CONFIG_NEEDS_MANUAL_RELOC
Ovidiu Panait
1
-0
/
+3
2022-06-06
Convert CONFIG_SYS_BOOTPARAMS_LEN to Kconfig
Tom Rini
1
-2
/
+2
2022-05-11
board_r: use IS_ENABLED(CONFIG_NEEDS_MANUAL_RELOC) in board_init_r()
Ovidiu Panait
1
-8
/
+5
2022-04-29
efi_loader: call efi_init_early() earlier
Heinrich Schuchardt
1
-3
/
+3
2022-04-25
nds32: Remove the architecture
Tom Rini
1
-3
/
+2
2022-04-23
efi_loader: split efi_init_obj_list() into two stages
AKASHI Takahiro
1
-1
/
+1
2022-04-04
arm: init: save previous bootloader data
Dzmitry Sankouski
1
-0
/
+5
2022-03-10
event: Add basic support for events
Simon Glass
1
-0
/
+1
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
1
-1
/
+1
2022-01-18
common: board_r: drop ifdefs around header includes
Ovidiu Panait
1
-9
/
+0
2022-01-18
common: board_r: include asm-generic/gpio.h
Ovidiu Panait
1
-3
/
+1
2022-01-18
common: board_r: move init_addr_map() to init.h
Ovidiu Panait
1
-3
/
+0
[next]