Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commits/commit/6f4dbc21e47c5c1dd191cbd2f0fb7252340e0dcb/arch/x86 You should set ROOT_URL correctly, otherwise the web may not work correctly.
Commit Graph

212 Commits (6f4dbc21e47c5c1dd191cbd2f0fb7252340e0dcb)

Author SHA1 Message Date
Simon Glass 2c363cb003 x86: Correct a few progress message nits 11 years ago
Simon Glass 61643ae61a x86: bootm: Support booting a 64-bit raw kernel 11 years ago
Simon Glass 76539383ea x86: Move kernel boot function to arch/x86/lib/bootm.c 11 years ago
Simon Glass 200182a748 x86: Add support for starting 64-bit kernel 11 years ago
Simon Glass 92cc94a1fe x86: Display basic CPU information on boot 11 years ago
Simon Glass dc68584b42 x86: Bring in msr-index.h from linux 3.8 11 years ago
Simon Glass 7bddac947d x86: Move paging functions into cpu.c 11 years ago
Simon Glass 6bcb8ade30 x86: Use correct printf() format string for uintptr_t 11 years ago
Gabe Black 0d296cc2d3 Provide option to avoid defining a custom version of uintptr_t. 11 years ago
Simon Glass e98a03ca68 dm: x86: Convert coreboot serial to use driver model 11 years ago
Simon Glass d1259c9f5f dm: x86: dts: Add additional info to the serial port node 11 years ago
Simon Glass c15b0b86d1 dm: x86: Add a gpio header for coreboot 11 years ago
Simon Glass 5dbcaa2128 dm: x86: Support pre-reloc malloc() 11 years ago
Simon Glass fbd7282426 dm: x86: Zero global data before board_init_f() 11 years ago
Simon Glass 9c284ffd93 dm: x86: Remove ebp assembler warning in zimage.c 11 years ago
Masahiro Yamada 45ccec8f29 kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig 11 years ago
Masahiro Yamada dd43fa22de x86: set CONFIG_USE_PRIVATE_LIBGCC to y 11 years ago
Simon Glass 6ddc4fd822 x86: Add device tree information for Chrome OS EC 11 years ago
Bin Meng 35d4fed320 x86: Fix GDT limit in start16.S 11 years ago
Bin Meng fb00601ed6 x86: Fix rom version build with CONFIG_X86_RESET_VECTOR 11 years ago
Simon Glass 97d1e0c850 x86: Allow cmdline setup in setup_zimage() to be optional 11 years ago
Simon Glass 0d0ba59ccd x86: Rewrite bootm.c to make it similar to ARM 11 years ago
Simon Glass 43e84bf866 x86: Enable LMB and RAMDISK_HIGH by default 11 years ago
Masahiro Yamada c79cba37b3 cosmetic: replace MIN, MAX with min, max 11 years ago
Masahiro Yamada 461be2f96e kconfig: remove redundant "string" type in arch and board Kconfigs 11 years ago
Masahiro Yamada 90f984e397 kconfig: delete redundant CONFIG_${ARCH} definition 11 years ago
Masahiro Yamada dd84058d24 kconfig: add board Kconfig and defconfig files 11 years ago
Simon Glass 709ea543b9 stdio: Pass device pointer to stdio methods 11 years ago
Simon Glass 91d0be1dd8 stdio: Remove redundant code around stdio_register() calls 11 years ago
Vasili Galka dbb7234b2a x86: Enable 32-bit build using x86_64 multilib toolchain 11 years ago
Simon Glass 5957ac2a9f Makefile: Support include files for .dts files 11 years ago
Masahiro Yamada 254d68b601 kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib 11 years ago
Masahiro Yamada c2e5b6a090 x86: specify CONFIG_USE_PRIVATE_LIBGCC more simply 11 years ago
Masahiro Yamada b6e53eb320 kbuild, x86: use a short log for arch/x86/lib/libgcc.a 11 years ago
Masahiro Yamada cd2e46cb38 kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC 11 years ago
Masahiro Yamada f694183ba1 x86: Delete redundant compiler flags 11 years ago
Masahiro Yamada 3284c8b8ca dts: generate multiple device tree blobs 11 years ago
Masahiro Yamada 5ab502cb89 dts: move device tree sources to arch/$(ARCH)/dts/ 11 years ago
Masahiro Yamada 6ab6b2afa0 dts: re-write dts/Makefile more simply with Kbuild 11 years ago
Masahiro Yamada 9e4140329e kbuild: change out-of-tree build 11 years ago
Masahiro Yamada df05ff7789 x86: delete unused header files 11 years ago
Masahiro Yamada 0f0f75774e cosmetic: remove empty lines at the top of file 12 years ago
Masahiro Yamada 3954b739b3 x86: convert makefiles to Kbuild style 12 years ago
Wolfgang Denk 3765b3e7bd Coding Style cleanup: remove trailing white space 12 years ago
Wolfgang Denk cb3761ea99 SPDX-License-Identifier: convert BSD-3-Clause files 12 years ago
Stephen Warren 065202803d config: don't define CONFIG_ARCH_DEVICE_TREE 12 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 12 years ago
Dirk Eibach b8eee4354f Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM 12 years ago
Simon Glass 7af26b1669 blackfin: x86: bootm: Handle PREP stage of bootm 12 years ago
Simon Glass d8819f94d5 x86: Support tracing function 12 years ago